42 Commits

Author SHA1 Message Date
Quentin Bazin
e919cbb8f7 [Lua API] Added properties 'fog_color' and 'fog_depth'. 2020-06-30 01:45:30 +02:00
Quentin Bazin
057753f1d2 [WorldSaveBasicBackend] Now saving player position, rotation and inventory. 2020-06-26 06:14:46 +02:00
Quentin Bazin
93a396e926 [ServerConnectState] Text input added to select an username. 2020-06-26 06:14:46 +02:00
Quentin Bazin
616ad0c50a [ServerPlayer] 'isOnline' added. 2020-06-23 19:12:15 +02:00
Quentin Bazin
00d1cb84d5 Mod-defined server config options. Fixes #105.
[Chat] History system with up/down arrow keys.
[ChatCommandHandler] '/option' command added.
2020-06-20 01:07:28 +02:00
Quentin Bazin
cc85f5f050 [docs/network-protocol.md] Added. 2020-06-19 17:18:18 +02:00
Quentin Bazin
7e9d26b92b [GameState|Key] Fixed registry access for singleplayer games. 2020-06-19 16:20:35 +02:00
Quentin Bazin
fc3fafc1a8 [Lua API] Key definition: OK. Can't be remapped yet. 2020-06-19 16:20:35 +02:00
Quentin Bazin
ea38e6d397 [LuaKeyLoader] Moved callback inside key definition. 2020-06-19 16:20:35 +02:00
Quentin Bazin
5d741b30ee [docs/lua-api-key.md] Added. 2020-06-19 16:20:35 +02:00
Quentin Bazin
301d33fa5d Server is now aware of each player's held item. Closed #110. 2020-06-02 05:51:10 +02:00
Quentin Bazin
4a6bbbe5ea [Dimension] 'gravity' field added to change gravity per-dimension. 2020-05-22 20:55:17 +02:00
Quentin Bazin
b34480565c [LuaCore] New event 'PlayerConnected' added. 2020-05-22 05:34:02 +02:00
Quentin Bazin
82c52bc4d3 [docs] Small fixes. 2020-05-20 20:53:22 +02:00
Quentin Bazin
eb5bbb466a [docs/lua-api-entity.md] Added link to 'spawn_entity' in lua-api-mod.md. 2020-05-20 20:51:25 +02:00
Quentin Bazin
0700481ba7 Documentation added for entity API. 2020-05-20 13:39:06 +02:00
Quentin Bazin
5e6103d00d Working on entity Lua API. 2020-05-20 13:39:06 +02:00
Quentin Bazin
9f09a0af55 [LuaCore] New event 'OnBlockDigged' added. 2020-05-04 11:39:01 +02:00
Quentin Bazin
0a00361f50 [docs/lua-api-mod.md] Documentation improved for 'mod:path()'. 2020-04-29 21:46:19 +02:00
Quentin Bazin
94b959cf03 [LuaMod] 'path()' member added. 2020-04-03 02:34:03 +02:00
Quentin Bazin
ead5e7dde0 [ServerModLoader] Now handling mod name conflicts. 2020-04-03 02:02:53 +02:00
Quentin Bazin
474eeec8f6 [ServerModLoader] Added. Will handle modpacks and mod name conflicts. 2020-04-03 00:26:31 +02:00
Quentin Bazin
218eddb7e4 Furnace output inventory is now read-only. 2020-03-30 03:17:18 +02:00
Quentin Bazin
2ecef2ded9 Door block added. 2020-03-29 19:25:40 +02:00
Quentin Bazin
e491c94f7a [docs] Updated. 2020-03-29 15:37:49 +02:00
Quentin Bazin
1347f81619 Item groups added. Now used instead of 'is_fuel' and 'burn_time'. 2020-03-29 15:37:49 +02:00
Quentin Bazin
bc3226eedc Folders reorganized. 2020-03-17 22:22:22 +01:00
Quentin Bazin
988fe5336a [docs/lua-api-block] Added 'inventory_image' documentation. 2020-03-15 17:02:57 +01:00
Quentin Bazin
085ef782ed [docs/lua-api-cpp] Small typo fixed. 2020-03-13 19:03:22 +01:00
Quentin Bazin
065590fb94 [LuaBiomeLoader] Changed block definitions format. 2020-03-13 12:18:40 +01:00
Quentin Bazin
e5195f9ad3 [InventoryWidgetDef] Definition format improved for inventory source. 2020-03-13 10:10:22 +01:00
Quentin Bazin
b4f1b4b95a [CraftingWidgetDef] Definition format improved for inventory source. 2020-03-13 09:34:12 +01:00
Quentin Bazin
f255a27c17 [docs/lua-api-gui] 'set_size' and 'set_centered' documentation added. 2020-03-13 00:16:23 +01:00
Quentin Bazin
c50adf3421 [docs/index.md] Removed wiki links and changed the title. 2020-03-13 00:10:21 +01:00
Quentin Bazin
3ad14ad3f3 [docs] GUI API documented. 2020-03-12 23:39:14 +01:00
Quentin Bazin
8cda023540 [docs] Small fixes. [screenshots] screenshot6 (nether) added. 2020-03-12 15:17:21 +01:00
Quentin Bazin
8ab9b9a01d [docs] "C++ classes in Lua" page added. 2020-03-12 14:22:05 +01:00
Quentin Bazin
123df8b5f8 [docs] Lua API overview removed. Reorganized doc pages. 2020-03-12 14:07:18 +01:00
Quentin Bazin
81c98d664a [docs] Sorted attribute lists. 2020-03-12 13:48:11 +01:00
Quentin Bazin
292595e0fa [docs] 'item', 'recipe', 'sky', 'tree', 'biome', 'dimension' documentation added. 2020-03-12 13:36:54 +01:00
Quentin Bazin
d861627599 [docs] Updated. 2020-03-12 02:23:07 +01:00
Quentin Bazin
4a954b7d11 [docs] MkDocs-based documentation for ReadTheDocs. 2020-03-11 01:01:05 +01:00