1037 Commits

Author SHA1 Message Date
InfiniteCoder
5f551d6888 Multiple Hitboxes 2024-02-24 00:21:17 +03:00
MihailRis
d1fbaaa28b
Merge pull request #159 from A-lex-Ra/main
replace int with keycode for removing redundancy
2024-02-23 17:30:14 +03:00
A-lex-Ra
77b36f45f2 remove redundant static_cast by changing Events::pressedKeys template parameter from int to keycode 2024-02-23 20:15:02 +06:00
MihailRis
2a0060a375
Merge pull request #158 from A-lex-Ra/main
input refactoring
2024-02-23 16:54:40 +03:00
A-lex-Ra
659a2610aa minor changes 2024-02-23 19:42:50 +06:00
A-lex-Ra
a0b6ddccf8 fix linux compilation of previous commit 2024-02-23 19:09:46 +06:00
A-lex-Ra
cab424a05e Merge master branch 2024-02-23 18:53:53 +06:00
A-lex-Ra
8bb1045e34 refactor input.h and related 2024-02-23 18:49:15 +06:00
MihailRis
cb77f999c6
Merge pull request #153 from Onran0/main
Support multiple world generators + Flat world generator
2024-02-23 11:43:47 +03:00
Onran
8130b0626f
Add files via upload 2024-02-23 17:12:00 +09:00
Onran
a5087cf221
Add files via upload 2024-02-23 11:48:32 +09:00
Onran
549b392871
Add files via upload 2024-02-23 11:45:55 +09:00
Onran
cfacf6f1eb
Add files via upload 2024-02-23 11:44:48 +09:00
Onran
c126b627de
Add files via upload 2024-02-23 11:42:28 +09:00
Onran
9e761fbeee
Delete src/world/WorldTypes.h 2024-02-23 11:39:15 +09:00
Onran
4d99b2bbab
Delete src/world/WorldTypes.cpp 2024-02-23 11:39:07 +09:00
MihailRis
9c31c6c8b7 minor refactor 2024-02-22 23:53:41 +03:00
MihailRis
636ea2666f textbox ctrl+a 2024-02-22 23:22:27 +03:00
MihailRis
19b3c34eb2 textbox text selection 2024-02-22 22:05:58 +03:00
MihailRis
d94d8be7cb textbox text scroll 2024-02-22 20:17:44 +03:00
Onran
30d179e9a3
Update menu.cpp 2024-02-22 22:32:08 +09:00
Onran
889fcde9d3
Update menu.cpp 2024-02-22 22:25:35 +09:00
Onran
bc30fa4f03
Update controls.h 2024-02-22 22:17:27 +09:00
Onran
3dcdfb4b4b
Update menu.cpp 2024-02-22 22:09:04 +09:00
MihailRis
f28acdbecc Added missing include 2024-02-22 15:43:15 +03:00
Onran
a78b5213e3
Merge branch 'main' into main 2024-02-22 21:20:30 +09:00
MihailRis
90057e1f30 mouse caret movement 2024-02-22 13:32:27 +03:00
MihailRis
c674bd4ec5 textbox: delete key support 2024-02-22 13:06:37 +03:00
MihailRis
4abe775c5b text box caret 2024-02-22 12:52:42 +03:00
MihailRis
c68e89038f TextBox new properties 2024-02-22 12:07:01 +03:00
MihailRis
cae0ceb8a3 hud.open_block 4th overlay mode argument 2024-02-22 11:01:14 +03:00
MihailRis
6b17e33b76 0.20 development start 2024-02-22 10:44:03 +03:00
MihailRis
6c7497eee6 player inventory id fix 2024-02-21 22:04:16 +03:00
MihailRis
7ae5c4e3a1 lua load_script encoding fix 2024-02-21 18:54:56 +03:00
Onran
12e6a92798
Merge branch 'main' into main 2024-02-21 22:41:44 +09:00
MihailRis
6ee63eb717
Merge pull request #150 from DanielProl1xy/spawn_objects
Spawning objects within the level
2024-02-21 16:03:10 +03:00
DanielProl1xy
0b31a19f47 propogate player smart-pointer usage 2024-02-21 15:27:00 +03:00
DanielProl1xy
7c6b52cb2a Merge remote-tracking branch 'upstream/main' into spawn_objects 2024-02-21 15:26:17 +03:00
MihailRis
a5925135a4 lua: textbox.text, placeholder properties 2024-02-21 15:21:26 +03:00
DanielProl1xy
ae330a9165 fix 2024-02-21 14:19:40 +03:00
MihailRis
34815cfd9c minor refactor 2024-02-21 14:18:25 +03:00
MihailRis
fcb396344c auto lua modules removal on quit 2024-02-21 11:20:53 +03:00
MihailRis
241570ac82 removed extra workflow 2024-02-21 09:09:17 +03:00
MihailRis
a44a9be28e fix 2024-02-21 09:08:24 +03:00
MihailRis
27da72973e small optimization 2024-02-21 09:05:25 +03:00
Onran
bc4ce5f7f1
Add files via upload 2024-02-21 11:58:41 +09:00
Onran
d6814ddedd
World.cpp & World.h: Added world type 2024-02-21 11:58:05 +09:00
Onran
9cc2f93cfd
More world generators support 2024-02-21 11:54:10 +09:00
MihailRis
399bd9c362 removed garbage from inventory.xml 2024-02-20 20:55:45 +03:00
MihailRis
052ad45a6f virtual inventory fix 2024-02-20 18:39:36 +03:00