Commit Graph
66 Commits
Author SHA1 Message Date
MihailRis daaba374a3 contentpack removal feature + refactor 2024-03-11 13:21:06 +03:00
MihailRis c4a07bdb14 fixes 2024-03-03 12:56:50 +03:00
InfiniteCoder 9376dc4165 Better player save & load 2024-03-03 00:25:05 +03:00
InfiniteCoder 0157213a56 One step closer to multiplayer 2024-03-02 22:59:31 +03:00
MihailRis 256808630b multiline textbox mode 2024-02-26 15:12:02 +03:00
OnranandGitHub 8130b0626f Add files via upload 2024-02-23 17:12:00 +09:00
OnranandGitHub a5087cf221 Add files via upload 2024-02-23 11:48:32 +09:00
OnranandGitHub 549b392871 Add files via upload 2024-02-23 11:45:55 +09:00
OnranandGitHub 9e761fbeee Delete src/world/WorldTypes.h 2024-02-23 11:39:15 +09:00
OnranandGitHub 4d99b2bbab Delete src/world/WorldTypes.cpp 2024-02-23 11:39:07 +09:00
OnranandGitHub a78b5213e3 Merge branch 'main' into main 2024-02-22 21:20:30 +09:00
MihailRis 6c7497eee6 player inventory id fix 2024-02-21 22:04:16 +03:00
OnranandGitHub 12e6a92798 Merge branch 'main' into main 2024-02-21 22:41:44 +09:00
DanielProl1xy 0b31a19f47 propogate player smart-pointer usage 2024-02-21 15:27:00 +03:00
OnranandGitHub 9cc2f93cfd More world generators support 2024-02-21 11:54:10 +09:00
DanielProl1xy cce4bfb637 spawning objects 2024-02-19 11:44:36 +03:00
DanielProl1xy f717e1c109 spawning objects 2024-02-19 11:43:53 +03:00
DanielProl1xy 102ec6d865 public inheritance 2024-02-19 10:26:48 +03:00
DanielProl1xy 0e38698dae Merge remote-tracking branch 'upstream/main' 2024-02-19 10:23:29 +03:00
MihailRis 4e126e25cf even more docs 2024-02-17 02:17:16 +03:00
MihailRis fe57c38edf fix 2024-02-12 13:59:16 +03:00
MihailRis e16f7567b1 lua: inventory library 2024-02-12 13:56:46 +03:00
MihailRis f25677d6d2 clang warnings fix 2024-02-02 20:42:49 +03:00
MihailRis 49fdcdfb27 inventory regions, minor refactor 2024-01-31 00:14:43 +03:00
DanielProl1xy 4a4b80bef3 Spawn different objects withing level 2024-01-30 23:44:07 +03:00
MihailRis c57b2d0de3 Content menu, content-pack dependencies 2024-01-27 00:36:18 +03:00
MihailRis 31eda1abb2 lua: world.get_total_time + set_block_user_bits fix 2024-01-22 09:52:26 +03:00
MihailRis b0165b1014 gzip compress/decompress + refactor 2024-01-17 00:52:55 +03:00
MihailRisandGitHub acce49f188 Scripting WIP (#70)
* Scripting introduced

* AppImage workflow fixes

* AppImage workflow simplified

* README.md update

* README.md update

* small fix
2023-12-25 05:26:03 +03:00
MihailRis 3ad903449e Auto content packs detection 2023-12-20 20:54:03 +03:00
MihailRis f513c094a9 Worlds indexing 2023-12-08 21:00:15 +03:00
MihailRis 636cb0c44c World indices check 2023-12-07 15:16:37 +03:00
MihailRis 551b230b94 Minor refactor 2023-12-07 13:45:34 +03:00
MihailRis f9a5758213 Lights fix 2023-12-06 18:01:14 +03:00
MihailRis a102821076 Sky lights data saving (optimization) 2023-12-06 16:15:44 +03:00
MihailRis ca2f3cc649 Gravity increased 2023-12-05 19:53:22 +03:00
MihailRis dc0c497ec1 fixes + Block.replaceable 2023-11-30 19:11:58 +03:00
MihailRis 0c35eeb072 aabb block shape WIP + common refactor 2023-11-30 14:48:38 +03:00
MihailRis 1d5037893c General refactor 2023-11-30 04:30:40 +03:00
MihailRis c08c31b0ad day-night loop, dynamic skybox, clock on debug panel 2023-11-28 11:01:22 +03:00
MihailRis f54283cab1 Show chunk borders debug option 2023-11-24 19:33:41 +03:00
MihailRis 275e4af9fd World structure update + new blocks 2023-11-24 02:20:13 +03:00
MihailRis 50aa5fdc70 Chunks reload fix 2023-11-23 15:05:46 +03:00
MihailRis d2c87f4ba5 Added sky lights multiplier track bar 2023-11-22 16:03:23 +03:00
MihailRis 3b03464d27 Introduced Content, ContentIndices, no more integer ids hardcoded, common refactor 2023-11-21 11:38:59 +03:00
MihailRis 7608300750 Settings menu + TrackBar 2023-11-17 16:14:10 +03:00
MihailRis 4e1f19c911 Added world creation menu 2023-11-17 13:57:45 +03:00
MihailRis 6cd775c27d Refactor, world.bin file, BinaryWriter, BinaryReader 2023-11-16 19:32:44 +03:00
MihailRis 8310b1b768 Windows build fix 2023-11-16 13:07:05 +03:00
MihailRis 1b935aa081 Player creation moved to World::loadLevel 2023-11-16 03:31:50 +03:00