844 Commits

Author SHA1 Message Date
Quentin Bazin
5daa09389c Now using C++17 entt version. 2020-04-29 21:17:28 +02:00
Quentin Bazin
0ebf4b60f9 [entt] Small tweaks for compatibility with C++17 version. 2020-04-29 21:17:28 +02:00
Quentin Bazin
4909d1dbc2 [ServerWorld] Sending Scene state more often. 2020-04-29 21:17:28 +02:00
Quentin Bazin
419fc8b46c Entities completely serialized. 2020-04-29 21:17:28 +02:00
Quentin Bazin
d8a3b0a7a4 [CollisionController] Now server-side. 2020-04-29 21:17:28 +02:00
Quentin Bazin
38b3c2aa48 [PlayerList] Added to store players in server. 2020-04-29 21:17:28 +02:00
Quentin Bazin
ef3e05278a Got rendering working. 2020-04-29 21:17:28 +02:00
Quentin Bazin
2f4188bf4a Entity serialization is almost complete, only rendering data left. 2020-04-29 21:17:28 +02:00
Quentin Bazin
a361f9e01b Working on entity serialization. 2020-04-29 21:17:28 +02:00
Quentin Bazin
38c49f98c6 [AnimationComponent] Added new animation type: translation. [ItemDropFactory] Improved animation. 2020-04-29 21:17:28 +02:00
Quentin Bazin
53460f2340 [Scene] Now using AbstractController instead of static classes. 2020-04-29 21:17:28 +02:00
Quentin Bazin
d090e6903d [Scene] Splitted into Controllers. [Config] New 'useItemDrop' option. 2020-04-29 21:17:28 +02:00
Quentin Bazin
fbbeae5f7f [InventoryCube] Texture rendering fixed. 2020-04-29 21:17:28 +02:00
Quentin Bazin
4a9007fc49 [Scene] Test item drop entity almost working. 2020-04-29 21:17:28 +02:00
Quentin Bazin
5815549f7d [Scene] Added. [external/entt] Added. 2020-04-29 21:17:28 +02:00
Quentin Bazin
6f888e826d [cmake/FindSFML.cmake] Added. 2020-04-28 22:31:31 +02:00
Quentin Bazin
5645821382 [.travis.yml] Small fix. 2020-04-03 22:33:04 +02:00
Quentin Bazin
423237f484 Adapted to DEBUG macro removal in GameKit. 2020-04-03 07:27:57 +02:00
Quentin Bazin
15218e2214 Adapted to dynamic attributes commit in GameKit. 2020-04-03 04:04: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
9015830aef [ServerModLoader] Now storing mods.
The changes are only committed on success.
Also, the mods now use their own working directory instead of the main.
2020-04-03 01:11:36 +02:00
Quentin Bazin
474eeec8f6 [ServerModLoader] Added. Will handle modpacks and mod name conflicts. 2020-04-03 00:26:31 +02:00
Quentin Bazin
c6c4600803 [Config] AO strength default is now 1 because smooth lighting doesn't work well below that. 2020-03-31 14:27:23 +02:00
Quentin Bazin
0742dec5d0 Reduced AO effect with smooth lighting. The strength of this effect is now a config option. 2020-03-30 04:36:00 +02:00
Quentin Bazin
218eddb7e4 Furnace output inventory is now read-only. 2020-03-30 03:17:18 +02:00
Quentin Bazin
228e7a3b4a [ChunkBuilder] Fallback ambient occlusion fixed. 2020-03-30 03:02:22 +02:00
Quentin Bazin
5072afdb81 [blocks.lua] Cactus and sugar canes now breaks the blocks above when broken. 2020-03-29 21:39:39 +02:00
Quentin Bazin
2ecef2ded9 Door block added. 2020-03-29 19:25:40 +02:00
Quentin Bazin
c3eaa06653 [blocks.lua] Cactus bottom texture added. 2020-03-29 17:55:15 +02:00
Quentin Bazin
743ee7bd22 Redstone lamp added, can be enabled/disabled using right-click. 2020-03-29 17:33:06 +02:00
Quentin Bazin
c901c6fa30 [README.md] Updated. 2020-03-29 16:50:31 +02:00
Quentin Bazin
825a29ca74 [SettingsMenuState] Added menu option to change mipmap levels. 2020-03-29 16:36:45 +02:00
Quentin Bazin
e491c94f7a [docs] Updated. 2020-03-29 15:37:49 +02:00
Quentin Bazin
5c8d926315 Block groups added. 2020-03-29 15:37:49 +02:00
Quentin Bazin
266e4b7453 Groups can now be used in recipes. 2020-03-29 15:37:49 +02:00
Quentin Bazin
786aaff198 Groups can now be used for filtering in InventoryWidget. 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
fd21e3e6d2 [TerrainGenerator] 'fastNoiseGeneration' splitted into smaller functions. 2020-03-29 10:12:44 +02:00
Quentin Bazin
480c95daaa [ClientWorld] Now using a gk::Vector4 for the closest initialized chunk. 2020-03-29 10:12:44 +02:00
Quentin Bazin
c128971c13 [TerrainGenerator] Better RNG. [Chunk|ServerChunk] Booleans are now atomic. 2020-03-29 10:12:36 +02:00
Quentin Bazin
74ad041479 [TitleScreenState] Small fix. 2020-03-19 00:06:54 +01:00
Quentin Bazin
db587f13c6 Singleplayer server will now use a random available port instead of 4242. 2020-03-18 02:17:02 +01:00
Quentin Bazin
e1e1c468eb [ClientApplication|ServerApplication] Updated for new 'gk::ArgumentHandler' version. 2020-03-18 01:51:26 +01:00
Quentin Bazin
93308c9f14 Basic texture pack system added (see #34). 2020-03-18 00:42:56 +01:00
Quentin Bazin
ef79c5b8bf [ChatCommandHandler] '/save' and '/load' commands added. 2020-03-18 00:02:20 +01:00
Quentin Bazin
bc3226eedc Folders reorganized. 2020-03-17 22:22:22 +01:00
Quentin Bazin
91afbcaef3 Fixed #46. 2020-03-15 23:14:04 +01:00
Quentin Bazin
87787e54d8 [ChunkLightmap] Small fix. 2020-03-15 20:50:34 +01:00
Quentin Bazin
8d60cb53bc Fixed #56. 2020-03-15 20:46:06 +01:00