Elias Fleckenstein
90f66dad82
Removed experimental code
2020-08-22 14:28:08 +02:00
Elias Fleckenstein
8b4d27141c
Fixed typo in clientmods/inventory/mod.conf
2020-08-22 14:27:17 +02:00
Elias Fleckenstein
d8b8c1d313
Added Documentation for Additional API
2020-08-22 14:24:58 +02:00
Elias Fleckenstein
6e6c68ba04
Added Chat Spam, Replace and settingtypes.txt for Clientmods
2020-08-22 13:51:50 +02:00
Elias Fleckenstein
79d0314d79
Update Buildbots
2020-08-20 18:29:36 +02:00
Elias Fleckenstein
770bde9c64
idk
2020-08-18 19:15:19 +02:00
Elias Fleckenstein
e245151c5b
Improved World hacks
2020-08-16 20:34:32 +02:00
Elias Fleckenstein
19205f6b33
Improved World Hacks, added API functions
2020-08-16 18:09:27 +02:00
Elias Fleckenstein
73b89703f9
Improved World hacks, added fill
2020-08-16 16:39:29 +02:00
Elias Fleckenstein
248dedaba3
Added floationg water to BlockWater
2020-08-15 21:16:43 +02:00
Elias Fleckenstein
9dc3eb7770
Fixed broken Chatcommands
2020-08-15 16:32:16 +02:00
Elias Fleckenstein
80371bc165
Added .listwarps
2020-08-15 16:00:26 +02:00
Elias Fleckenstein
3bed0981d0
UI Update; Added AutoTool
2020-08-15 15:45:28 +02:00
Elias Fleckenstein
622d547262
Added DestroyWater (:P anon)
2020-08-14 20:34:21 +02:00
Elias Fleckenstein
9019e18b94
Some Updates
2020-08-14 19:12:14 +02:00
Elias Fleckenstein
2675bcca1a
Added more cheats
2020-07-31 19:23:29 +02:00
Elias Fleckenstein
3d980cf575
Improved Xray and Fullbright
2020-07-30 12:19:03 +02:00
Elias Fleckenstein
678559bb63
removed leagcy clientmods
2020-07-26 14:43:02 +02:00
Elias Fleckenstein
9194165cf1
Added autodig, moved chat
2020-07-26 14:42:33 +02:00
Elias Fleckenstein
064c25caa1
Added EntitySpeed
2020-07-20 16:43:11 +02:00
Elias Fleckenstein
5a8610c2f4
Added customizable keybindings, improved freecam, added special inventory keybind (by default ender inventory)
2020-07-18 20:01:17 +02:00
Elias Fleckenstein
45aa2516b2
Added settings
2020-07-18 13:20:08 +02:00
Elias Fleckenstein
408e39a1d2
Added Anti Knockback
2020-07-18 10:33:14 +02:00
Elias Fleckenstein
305e0e0d31
Auto disable smooth lighting when fullbright is active
2020-07-16 15:36:39 +02:00
Elias Fleckenstein
6796baec66
Defaultsettings
2020-07-08 13:01:06 +02:00
Elias Fleckenstein
5a2bf6634c
Added Clientmods
2020-07-07 14:16:44 +02:00
Elias Fleckenstein
e610149c0c
Initial Commit
2020-07-06 15:50:55 +02:00
sfan5
c44318a253
[CSM] Fix and improve minetest.get_language()
...
Previously this method would accidentally reset the locale
and break everything.
2019-11-11 14:06:48 +01:00
sfan5
2c4cf508a9
[CSM] Implement minetest.get_csm_restrictions()
...
fixes #8068
2019-11-11 14:06:48 +01:00
sfan5
3f271564e0
Run on_item_use CSM callback even if item is not marked usable
...
Mods may want to to handle item interaction even if the item
is not marked usable (= server-side callback exists).
2019-11-11 14:06:48 +01:00
sfan5
b57dc70769
[CSM] Expose more env functions
2019-11-11 14:06:48 +01:00
sfan5
d961ece144
Be lenient with extra slashes for CSM paths
2019-11-09 16:08:38 +01:00
sfan5
485b669840
[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 16:08:38 +01:00
sfan5
b1f2a69382
Introduce get_modpath() for CSM
2019-11-09 16:08:38 +01:00
Loïc Blot
ccc3af128c
CSM/SSM: Add on_mods_loaded callback ( #7411 )
...
* CSM/SSM: Add on_mods_loaded callback
2018-06-06 12:53:59 +02:00
red-001
49ff1d2ea8
[CSM] Remove on_connect
callback ( #6941 )
...
Fixes #6939
2018-01-21 18:27:27 +01:00
red-001
9649e47214
[CSM] Add basic HUD manipulation. ( #6067 )
...
* [CSM] Add basic HUD manipulation.
Workaround for on_connect not working right now.
2018-01-20 14:09:58 +01:00
Vincent Glize
4e19791cde
[CSM] Add callback on open inventory ( #5793 )
2017-10-02 22:09:49 +02:00
Loic Blot
f7e57a0d20
preview: try to send mod channel messages 4 seconds after joining, not after loading mod
2017-09-26 08:32:07 +02:00
Loïc Blot
6f1c907204
Implement mod communication channels ( #6351 )
...
Implement network communication for channels
* Implement ModChannel manager server side to route incoming messages from clients to other clients
* Add signal handler switch on client & ModChannelMgr on client to handle channels
* Add Lua API bindings + client packet sending + unittests
* Implement server message sending
* Add callback from received message handler to Lua API using registration method
2017-09-26 00:11:20 +02:00
red-001
f3ad75691a
Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. ( #5965 )
...
* Load client-side mods into memory before executing them.
This removes the remaining filesystem access that client-sided mods had and it will hopefully make then more secure.
* Lua Virtual filesystem: don't load the files into memory just scan the filenames into memory.
* Fix the issues with backtrace
* fix most of the issues
* fix code style.
* add a comment
2017-06-30 20:14:39 +02:00
DS
44495ea719
CSM: Fix documentation error for register_on_*_chat_messages ( #5917 )
2017-06-09 15:48:04 +02:00
red-001
c91a8c7061
[CSM] Add function to get player privileges ( #5933 )
...
* [CSM] Add function to get player privileges + move related help functions to common
* Added @Zeno- const
2017-06-07 09:09:06 +02:00
SmallJoker
673ac55a9d
[CSM] Fix crash when the minimap is disabled. Caused by e25a38e
2017-05-20 10:26:09 +02:00
red-001
5ebf8f9450
[CSM] add on_item_use
( #5544 )
2017-05-06 21:12:44 +02:00
red-001
ae0d8f74d7
Add function to get server info.
2017-05-04 04:25:45 +01:00
Vincent Glize
dc5bc6cac7
[CSM] Add event on_place_node API lua ( #5548 )
...
* [CSM] Add event on_place_node API lua
2017-04-29 12:08:16 +02:00
bigfoot547
e80a83d1cb
[CSM] Add function to set minimap shape ( #5569 )
...
* [CSM] Add function to set minimap shape
Also deprecates `toggle_shape`.
* Oh fish, I messed that one up!
* Fix Style
* Sorry, I missed something
I still had the `luamethod` call in there!
* Add getters
* Remove extra line
* Remove useless variable
Please review again @nerzhul . Thanks!
* Satisfy nerzhul
2017-04-14 09:04:41 +02:00
red-001
e8d8723320
[CSM] Move .list_players
and .disconnect
to builtin. ( #5550 )
2017-04-10 21:13:20 +02:00
Vincent Glize
f73534640a
[CSM] Add event on_connect player API lua ( #5540 )
...
* Add event on_connect player API lua
2017-04-08 08:20:30 +02:00