MihailRis
86ab2d8145
Added some docs
2023-12-28 02:48:20 +03:00
quflax
4d281ff03b
dasdasdasdas
2023-12-27 15:01:18 +02:00
MihailRis
69a17c25ea
WorldRegions memory management update
2023-12-27 11:44:19 +03:00
MihailRis
35b13adf03
Fixed leak at WorldFiles::getLights
2023-12-27 11:25:09 +03:00
A-lex-Ra
fa1345ac0a
refactoring WorldFiles.cpp a bit
2023-12-26 20:30:47 +06:00
MihailRis
ea812a34a4
Removed unused constants
2023-12-25 11:48:00 +03:00
MihailRis
ed4d345e77
Merge pull request #71 from A-lex-Ra/main
...
again fix msvc sstream error
2023-12-25 11:25:52 +03:00
A-lex-Ra
06aa6023b3
delete duplication
2023-12-25 13:14:29 +06:00
MihailRis
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
19c04c8cf3
MSVC build fix
2023-12-22 13:59:27 +03:00
MihailRis
8e838c09e0
Minor refactor
2023-12-21 02:31:44 +03:00
MihailRis
a9c6b30721
Minimized region files reopen
2023-12-21 01:21:15 +03:00
MihailRis
5db4f0961c
Merge pull request #68 from A-lex-Ra/main
...
Небольшой рефакторинг (+ комментарии на будущее)
2023-12-20 23:27:41 +03:00
MihailRis
3ad903449e
Auto content packs detection
2023-12-20 20:54:03 +03:00
A-lex-Ra
76475dd1b1
refactoring btw
2023-12-20 22:23:55 +06:00
A-lex-Ra
afedd103e8
refactor a bit
2023-12-18 20:48:03 +06:00
MihailRis
cb13b42960
Common refactor
2023-12-13 14:18:24 +03:00
MihailRis
3e98526a24
F1 hud toggle + old worlds load fix
2023-12-10 02:23:04 +03:00
MihailRis
f513c094a9
Worlds indexing
2023-12-08 21:00:15 +03:00
MihailRis
eea920d98f
Chunks reload lights artifacts
2023-12-07 16:33:53 +03:00
MihailRis
636cb0c44c
World indices check
2023-12-07 15:16:37 +03:00
MihailRis
a102821076
Sky lights data saving (optimization)
2023-12-06 16:15:44 +03:00
MihailRis
6b423b441f
util/dataio + Lightmap.encode
2023-12-06 14:44:16 +03:00
MihailRis
93182869d3
WorldFiles refactor
2023-12-06 12:57:08 +03:00
MihailRis
40d468f184
WorldFiles refactor
2023-12-06 12:48:49 +03:00
Ara
e45d85bc5a
minimize defines
2023-12-04 22:50:00 +06:00
MihailRis
9ded9b63f8
Old world format load fix
2023-12-04 08:46:37 +03:00
MihailRis
105b8058e6
Wood lights fix + player position loading fix
2023-12-04 04:22:08 +03:00
MihailRis
2f9244c17c
New world and player files format
2023-12-03 22:03:59 +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
275e4af9fd
World structure update + new blocks
2023-11-24 02:20:13 +03:00
MihailRis
6392f63604
Refactor, GUI::storage (map for direct access to panels)
2023-11-17 14:26:54 +03:00
MihailRis
47e24cb468
Fixes
2023-11-16 20:28:20 +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
fee25abb5e
Refactor: added Screen interface class, LevelScreen
2023-11-15 21:18:10 +03:00
MihailRis
91c06537eb
Generator test mode setting
2023-11-15 00:06:28 +03:00
MihailRis
a91fbe7166
World directory creation fix
2023-11-12 02:49:58 +03:00
MihailRis
bfc7c85856
files module update
2023-11-08 16:09:58 +03:00
MihailRis
5d90501ce1
files module update
2023-11-08 16:00:38 +03:00
MihailRis
7730da0056
Project structure update
2023-11-05 22:30:52 +03:00
MihailRis
0cf8382e95
New world format, fixes
2023-11-05 15:32:46 +03:00
MihailRis
754c5b80d0
voxels renderer rebuilt, WorldFiles fix
2023-11-02 13:23:52 +03:00
MihailRis
4f20abe7ea
Warning fixes, refactor
2023-09-19 23:25:17 +03:00
MihailRis
8a073e4e8a
world-wide commit to ruin everything
2022-10-28 22:44:32 +03:00
MihailRis
bdd3fbf7d4
Added 3 unicode pages for font, fixed UI, added Block.breakable
...
Added 1, 2, 3 and 4 unicode pages from Minecraft.
Font now uses std::wstring instead of std::string
Added Block.breakable field (the only unbreakable block is bedrock)
Bedrock is now selectable
2022-07-14 19:23:31 +03:00
MihailRis
4ceba017c7
Some refactor
2022-06-29 16:07:55 +03:00
MihailRis
b7e8ff5bea
'Player' class, separated main file
...
Moved render code to world_render.h, declarations code (assets and blocks) to declarations.h
2022-03-02 23:45:09 +03:00
MihailRis
bc9d29cf68
A lot of changes in almost all files
2022-02-28 02:30:15 +03:00