aboutsummaryrefslogtreecommitdiff
path: root/clientmods (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.tx...AFCMS2022-08-022-0/+4
* Spacing fixesShadowNinja2022-04-081-1/+1
* Add mod.conf to preview clientmod (#11020)Elias Fleckenstein2021-03-041-0/+1
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-031-0/+4
* CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan52020-05-141-1/+1
* Various features and fixessfan52020-04-111-35/+5
* [CSM] Fix and improve minetest.get_language()sfan52019-11-111-6/+11
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-111-0/+3
* Run on_item_use CSM callback even if item is not marked usablesfan52019-11-111-0/+4
* [CSM] Expose more env functionssfan52019-11-111-5/+16
* Be lenient with extra slashes for CSM pathssfan52019-11-091-1/+1
* [CSM] Remove non-functional minetest.get_day_count()sfan52019-11-091-2/+1
* Introduce get_modpath() for CSMsfan52019-11-092-4/+4
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-061-0/+5
* [CSM] Remove `on_connect` callback (#6941)red-0012018-01-211-15/+13
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-2/+20
* [CSM] Add callback on open inventory (#5793)Vincent Glize2017-10-021-0/+6
* preview: try to send mod channel messages 4 seconds after joining, not after ...Loic Blot2017-09-261-6/+6
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-0/+22
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-303-0/+4
* CSM: Fix documentation error for register_on_*_chat_messages (#5917)DS2017-06-091-3/+2
* [CSM] Add function to get player privileges (#5933)red-0012017-06-071-0/+6
* [CSM] Fix crash when the minimap is disabled. Caused by e25a38eSmallJoker2017-05-201-1/+7
* [CSM] add `on_item_use` (#5544)red-0012017-05-061-0/+7
* Add function to get server info.red-0012017-05-041-1/+5
* [CSM] Add event on_place_node API lua (#5548)Vincent Glize2017-04-291-0/+7
* [CSM] Add function to set minimap shape (#5569)bigfoot5472017-04-141-1/+1
* [CSM] Move `.list_players` and `.disconnect` to builtin. (#5550)red-0012017-04-101-13/+0
* [CSM] Add event on_connect player API lua (#5540)Vincent Glize2017-04-081-0/+4
* [CSM] Add function to get the server protocol version. (#5529)red-0012017-04-061-0/+1
* [CSM] Add function and chat command to disconnect from server. (#5487)red-0012017-04-011-0/+7
* [CSM] Add function to get player names in range (#5435)bigfoot5472017-03-221-1/+8
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-171-0/+6
* [CSM] Fix minimap problems (#5405)Loïc Blot2017-03-171-2/+6
* [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot2017-03-171-0/+9
* [CSM] Add minimap API modifiers (#5399)Loïc Blot2017-03-161-0/+12
* Add ModStorageAPI to client side modding (#5396)Loïc Blot2017-03-161-0/+3
* Add `get_wielded_item`red-0012017-03-131-0/+22
* [CSM] Add `on_punchnode` callbackred-0012017-03-131-0/+8
* [CSM] Add `get_node` and `get_node_or_nil`red-0012017-03-131-1/+9
* [CSM] Add `on_dignode` callback (#5140)red-0012017-03-131-0/+6
* [CSM] storage + fixesLoic Blot2017-03-131-1/+3
* [CSM] implement client side mod loading (#5123)Loïc Blot2017-03-131-0/+42