Commit Graph
180 Commits
Author SHA1 Message Date
MihailRis be5a9077ca fix 2025-11-10 00:16:06 +03:00
MihailRis 0e6fb878bf add app.reset_content 'non_reset_packs' optional argument 2025-11-09 23:04:50 +03:00
MihailRis 7fc3703ad2 feat: refresh on demand in menu (adaptive framerate) 2025-11-09 22:22:24 +03:00
MihailRisandGitHub 24931770d3 fix warnings (#648)
* fix unknown command line argument

* fix warnings settings for gcc

* fix -Wzero-as-null-pointer-constant

* revert CMakeLists.txt
2025-10-10 23:12:01 +03:00
ChancellorIkseewandGitHub b30b19e836 Add borderless window mode (from tasks) (#630) 2025-09-30 23:53:15 +03:00
clasher113 4362f1c912 fix: viewport size on toggle fullscreen 2025-08-29 19:39:41 +03:00
clasher113 5990617803 fix: fullscreen monitor refresh rate 2025-08-29 19:38:57 +03:00
MihailRis 4f549999f5 temporary fix 2025-07-21 19:30:30 +03:00
clasher113andGitHub 49727ec026 bug fix (#549)
* fix: pause menu on hudVisible=false

* add missing property

* reset controls fix
2025-07-14 18:45:47 +03:00
MihailRis ac9772cd67 fix render advanced pipeline issues 2025-07-12 17:31:55 +03:00
MihailRis 0bd901d1a6 feat: deferred shading (day 2) 2025-07-08 23:56:22 +03:00
MihailRis 54655543bb Merge branch 'main' into update-gfx-pipeline 2025-06-30 21:30:16 +03:00
MihailRis 7c976a573b fix InputBindBox 2025-06-30 20:59:17 +03:00
MihailRis ad0396b31e improve shadow map stability 2025-05-11 20:55:35 +03:00
MihailRis fc46b7c434 initial commit 2025-05-07 20:42:50 +03:00
ChancellorIkseew a16c4fcf8b input minor refactoring 2025-04-09 02:48:09 +10:00
unkn0t 74af48bdd4 Fix issue with incorrect scaling on Wayland 2025-04-03 14:31:42 +05:00
MihailRis 881edb7b28 rename keycode, mousecode enumerations 2025-04-02 17:39:31 +03:00
MihailRis 105561ad77 refactor GLFWWindow 2025-04-02 15:05:36 +03:00
MihailRis 7262119f5b refactor GLFWWindow 2025-04-02 15:01:24 +03:00
MihailRis 0b8d56afe1 cleanup 2025-04-02 14:59:53 +03:00
MihailRis 9694a59649 refactor: add Window interface 2025-04-02 14:59:53 +03:00
MihailRis cd5c6a889c fix and cleanup 2025-04-02 14:55:53 +03:00
MihailRis 611c6fa444 fix input 2025-04-02 14:55:53 +03:00
MihailRis b202d1455b refactor: replace references to Events with Input 2025-04-02 14:55:53 +03:00
MihailRis 4c48afbb90 refactor: add GUI instance reference to UI nodes 2025-04-02 14:55:53 +03:00
MihailRis 74a94f869c refactor: reduce Window references 2025-04-02 14:55:53 +03:00
boolean-falseandGitHub 0042d8a60c add check for OpenGL Debug extension support (#498)
* Fix crash on Osx Arm
* Check OpenGL extension support safely
* Replace on cstring
* Moved to Window.cpp and added extensions cache
2025-04-02 12:34:12 +03:00
MihailRis 5af6b91b22 add debug GUI render mode (F8) 2025-03-11 00:39:59 +03:00
@clasher113 2105d56b3b add side mouse buttons definitions 2025-02-04 10:34:28 +02:00
MihailRis 2fa71b3bf0 feat: players interpolation & add hud.set_allow_pause(...) 2025-01-17 01:44:46 +03:00
MihailRis b5a266e1c1 enable GL debug output 2025-01-06 13:08:03 +03:00
MihailRis 3187243a7d minor refactor 2025-01-03 13:50:25 +03:00
MihailRis b9ff1db086 feat: key pressed event interception & 'owner' input.add_callback third argument 2025-01-02 20:51:43 +03:00
MihailRis cb9690ebc7 add 'cursor' ui property 2024-12-30 21:41:05 +03:00
MihailRis 96577ee041 add input.add_callback("key:...") support 2024-12-25 14:08:22 +03:00
MihailRis d745a34657 refactor 2024-12-18 04:13:33 +03:00
MihailRis 3ea213e8d3 fix console position 2024-11-17 15:53:25 +03:00
MihailRis 525cf1ed4b add 'perspective' NotePreset property 2024-11-15 02:21:05 +03:00
MihailRisandGitHub 283ac854a4 Development-related additions (#365) 2024-11-12 07:42:48 +03:00
opchik98 8e549fe806 Feature #152 and potential fix #320
- Added Lua scripts hud.open, inventory.create and inventory.remove
- Window now resizes even if it is not focused
2024-11-07 18:38:24 +02:00
ShadelessFox 3f531bbf98 Use high-resolution timer for a better frame time 2024-11-04 17:22:36 +01:00
ChancellorIkseew 4a4e9e8330 bindings bug fix 2 2024-11-02 15:02:27 +10:00
ChancellorIkseew 7763157cdc bindings bug fix
If binding was blocked in one world, it stayed being blocked in other.
2024-11-02 05:09:55 +10:00
ChancellorIkseew 63304712f3 add lua function block/unbloc bindings 2024-11-02 03:40:35 +10:00
MihailRisandGitHub f7ac76064b Merge pull request #330 from MihailRis/item-models
Add item models
2024-11-01 12:34:05 +03:00
ChancellorIkseew b4d3f9ea15 add contentpacks controls reset 2024-11-01 17:42:02 +10:00
ChancellorIkseew 17655eef45 linux/macos build bug fix
add const
2024-10-31 22:11:56 +10:00
ChancellorIkseew 0733ddb38e add controls reset 2024-10-31 20:57:56 +10:00
MihailRis b93668ba94 feat: display a handheld item in first-person view (WIP) 2024-10-27 17:07:32 +03:00