79 Commits

Author SHA1 Message Date
MihailRis
f6de40ca88
Merge pull request #237 from MihailRis/extended-blocks
Extended blocks
2024-06-10 19:10:54 +03:00
MihailRis
be27aabf1e update camera shaking calculations 2024-06-10 19:10:25 +03:00
MihailRis
1bfd5ccad3 fix: air blocks placement; ghost segments can not be removed 2024-06-09 23:59:04 +03:00
MihailRis
4e696520b6 refactor: PlayerController 2024-06-09 16:30:01 +03:00
MihailRis
b3ae8484a2 fix: extended blocks raycast fix 2024-06-09 13:48:43 +03:00
MihailRis
ee47213dbb add temporary test block 2024-06-08 21:42:44 +03:00
MihailRis
8aa6d5ee2d add extended blocks (block size property) 2024-06-08 16:58:05 +03:00
Sergwest
ac0408d42a arch compability fixes and unwarning changes 2024-06-07 22:20:40 +03:00
Pugemon
f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis
3a6fa57630 item on_use double call fix 2024-06-01 12:57:10 +03:00
MihailRis
6d933ac263 converting block states to a bitfield 2024-05-31 11:13:36 +03:00
MihailRis
74042b5c2a player.get_selected_block 2024-05-31 08:33:37 +03:00
MihailRis
29ca6e969c fix: block states cause crash for rotatable blocks 2024-05-30 18:17:21 +03:00
MihailRis
0eba793d63 added player camera rotation z axis 2024-05-24 01:58:34 +03:00
MihailRis
0ad3dd7ab8 build time decreased 2024-05-23 02:05:08 +03:00
MihailRis
017c8722ae memory related refactor 2024-05-13 00:11:20 +03:00
MihailRis
9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis
1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis
f27a418dbe however 2024-05-06 03:15:27 +03:00
MihailRis
7f8a86b740 minor refactor 2024-05-05 20:08:25 +03:00
MihailRis
4861fedf1e fullscreen setting checkbox + smth 2024-04-26 00:34:15 +03:00
MihailRis
b9ea88b988 settings page completely moved to xml 2024-04-20 15:52:55 +03:00
MihailRis
48982e3478 'dynamic' namespace refactor + sensitivity is a NumberSetting now 2024-03-31 17:30:02 +03:00
Sergwest
9b0cc01e68 allows to put non-square blocks next to yourself 2024-03-19 20:34:49 +03:00
MihailRis
c9da6b9a0c stringutil: text case convert functions 2024-03-12 13:31:41 +03:00
MihailRis
1addf869ec msvc build fix 2024-03-12 12:37:41 +03:00
MihailRis
8ac51752d3 audio fixes 2024-03-09 12:15:11 +03:00
MihailRis
3ee350fc0c fixes + more materials 2024-03-09 04:04:53 +03:00
MihailRis
bfc3182ed3 sounds variability + first step fix 2024-03-09 02:10:19 +03:00
MihailRis
87dd1dd6b2 player blocks interaction callbacks 2024-03-09 01:56:45 +03:00
MihailRis
ec10c77707 Merge branch 'main' into block_materials 2024-03-09 00:35:37 +03:00
MihailRis
d47732ee68 PlayerController.h indent fix 2024-03-09 00:22:59 +03:00
Sergwest
24dc38c780 fixed block rclick function (error 2 commits ago) 2024-03-09 00:09:10 +03:00
Sergwest
212c30c866 block on_item_use when activating on_item_use_on_block 2024-03-08 23:40:53 +03:00
MihailRis
bcd3770739 PlayerController.cpp indents fix 2024-03-05 22:22:00 +03:00
MihailRis
c6b06f04d8 items: on_use event 2024-03-05 22:21:24 +03:00
InfiniteCoder
0157213a56 One step closer to multiplayer 2024-03-02 22:59:31 +03:00
DanielProl1xy
f717e1c109 spawning objects 2024-02-19 11:43:53 +03:00
DanielProl1xy
0e38698dae Merge remote-tracking branch 'upstream/main' 2024-02-19 10:23:29 +03:00
MihailRis
54629b0b6c fix 2024-02-05 05:34:19 +03:00
DanielProl1xy
4a4b80bef3 Spawn different objects withing level 2024-01-30 23:44:07 +03:00
MihailRis
a9b55f35be torches rotation fix 2024-01-30 15:30:09 +03:00
MihailRis
8ac0794645 block picking fix 2024-01-29 06:55:42 +03:00
MihailRis
909f380825 small fix 2024-01-29 03:56:47 +03:00
MihailRis
7df98f7b35 lua: on_block_interact prevent default feature 2024-01-29 01:37:40 +03:00
MihailRis
5142f3b4e7 Inventory (WIP part I) 2024-01-21 15:23:46 +03:00
MihailRis
45315a1801
Merge pull request #117 from A-lex-Ra/main
fix redundant model dependency in player interaction
2024-01-17 16:38:57 +03:00
MihailRis
377c8e5029 the big refactor + extracted data classes from coders/json to data/dynamic 2024-01-17 16:32:53 +03:00
A-lex-Ra
3473aeb309 replace target fix 2024-01-17 19:26:09 +06:00
@clasher113
100f87056c Camera rotation fix 2024-01-15 18:48:36 +02:00