MihailRis
|
8a8c1525fd
|
Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template
* fix syntax hightlighting with unicode characters
|
2025-02-22 01:01:20 +03:00 |
|
MihailRis
|
41a45fc432
|
rename hud_element_mode to HudElementMode
|
2025-02-12 00:09:44 +03:00 |
|
MihailRis
|
c1e9976d95
|
Merge branch 'main' into update-items
|
2025-02-11 23:52:06 +03:00 |
|
MihailRis
|
6500f9b6f3
|
fix textbox text offset & fix invisible alerts
|
2025-02-11 23:46:13 +03:00 |
|
MihailRis
|
4306573320
|
refactor
|
2025-02-06 20:26:06 +03:00 |
|
MihailRis
|
a653b063e6
|
completely remove EnginePaths::resolve
|
2025-02-04 12:35:19 +03:00 |
|
MihailRis
|
e0314803c0
|
migrate from std::filesystem::path to io::path (WIP)
|
2025-01-30 22:23:13 +03:00 |
|
MihailRis
|
1e22882284
|
rename 'files' to 'io'
|
2025-01-30 16:53:52 +03:00 |
|
MihailRis
|
92f226cbcf
|
miscellaneous fixes
|
2025-01-20 04:39:37 +03:00 |
|
MihailRis
|
eaa64cbdd1
|
fix pause menu
|
2025-01-19 20:32:02 +03:00 |
|
MihailRis
|
20bd7666cd
|
add download/upload info to debug panel
|
2025-01-17 21:30:18 +03:00 |
|
MihailRis
|
2fa71b3bf0
|
feat: players interpolation & add hud.set_allow_pause(...)
|
2025-01-17 01:44:46 +03:00 |
|
MihailRis
|
a45487b3c7
|
move 'key:escape' handler to Lua
|
2025-01-16 23:11:00 +03:00 |
|
MihailRis
|
65fec4f4a9
|
introduce local player
|
2025-01-16 05:59:43 +03:00 |
|
MihailRis
|
5130907192
|
fix hud
|
2025-01-12 23:09:41 +03:00 |
|
MihailRis
|
90fc559234
|
add hud.open inventory events support
|
2025-01-12 17:36:42 +03:00 |
|
MihailRis
|
80128a4190
|
add on_inventory_open and on_inventory_closed events
|
2025-01-12 17:14:01 +03:00 |
|
MihailRis
|
0a1a16299e
|
move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module
|
2025-01-06 16:07:16 +03:00 |
|
MihailRis
|
a3d35cd10f
|
add gui.alert & critical fixes
|
2025-01-02 21:59:18 +03:00 |
|
MihailRis
|
b9ff1db086
|
feat: key pressed event interception & 'owner' input.add_callback third argument
|
2025-01-02 20:51:43 +03:00 |
|
MihailRis
|
17dcbe98ab
|
fix clang-check warnings
|
2025-01-01 16:06:44 +03:00 |
|
MihailRis
|
10f0bd0290
|
refactor
|
2024-12-30 17:25:51 +03:00 |
|
MihailRis
|
c1b311f3c4
|
refactor: change pointer parameters to references for Level and Content in various classes
|
2024-12-25 18:53:53 +03:00 |
|
MihailRis
|
5e76cdfadc
|
rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder
|
2024-12-25 12:13:03 +03:00 |
|
MihailRis
|
b4abecc764
|
refactor
|
2024-12-24 11:31:54 +03:00 |
|
MihailRis
|
f49feebd5c
|
refactor
|
2024-12-21 09:55:44 +03:00 |
|
MihailRis
|
ba0610d857
|
Merge branch 'main' into headless-mode
|
2024-12-21 09:03:30 +03:00 |
|
MihailRis
|
a5a72af796
|
fix msvc build
|
2024-12-21 08:31:58 +03:00 |
|
MihailRis
|
dc8f5e7873
|
add 'graphics.dense-render' setting
|
2024-12-21 08:13:05 +03:00 |
|
MihailRis
|
1aca4957a4
|
fix
|
2024-12-19 23:01:16 +03:00 |
|
MihailRis
|
3d7a9fd225
|
Merge branch 'main' into headless-mode
|
2024-12-19 22:57:12 +03:00 |
|
MihailRis
|
2787f2fc54
|
fix: grabbed item is deleted on inventory close
|
2024-12-19 22:44:54 +03:00 |
|
MihailRis
|
8a4f1e16f3
|
refactor PlayerController
|
2024-12-19 00:38:41 +03:00 |
|
MihailRis
|
d745a34657
|
refactor
|
2024-12-18 04:13:33 +03:00 |
|
MihailRis
|
48d94036fd
|
rename Level.chunksStorage to Level.chunks
|
2024-12-17 23:57:00 +03:00 |
|
MihailRis
|
1c18c02092
|
move Chunks from Level to Player
|
2024-12-17 19:40:00 +03:00 |
|
MihailRis
|
e713412a6d
|
rename ChunksStorage to GlobalChunks
|
2024-12-14 18:58:51 +03:00 |
|
MihailRis
|
e0b3425eff
|
migrate blocks interaction (scripting) to global chunks storage (WIP)
|
2024-12-13 05:54:41 +03:00 |
|
MihailRis
|
9ec8788838
|
add player.create, test.set_setting, test.sleep_until, world.count_chunks
|
2024-12-12 15:54:56 +03:00 |
|
MihailRis
|
863146cf6b
|
move PlayerController to LevelScreen
|
2024-12-11 23:42:59 +03:00 |
|
MihailRis
|
c1a7b7545a
|
change components on_render call timing
|
2024-12-11 21:07:38 +03:00 |
|
MihailRis
|
436bfd24ba
|
update ChunksStorage
|
2024-12-11 16:30:19 +03:00 |
|
MihailRis
|
5ffc054d75
|
refactor
|
2024-12-09 01:12:41 +03:00 |
|
MihailRis
|
1ab3707343
|
update locale log messages
|
2024-12-07 00:52:40 +03:00 |
|
MihailRis
|
84b3b82dba
|
refactor & optimize xml parser
|
2024-12-05 20:12:02 +03:00 |
|
MihailRis
|
04b6b6b546
|
minor refactor
|
2024-12-05 19:18:53 +03:00 |
|
MihailRis
|
b65ba61f9a
|
make scrollbar interactive
|
2024-12-05 14:43:24 +03:00 |
|
MihailRis
|
3f9701915c
|
update hud.open(...)
|
2024-11-28 15:48:44 +03:00 |
|
MihailRis
|
e1579f0c25
|
add player_name text3d preset
|
2024-11-23 08:00:35 +03:00 |
|
MihailRis
|
65e5063326
|
add player names display
|
2024-11-23 07:41:44 +03:00 |
|