4297 Commits

Author SHA1 Message Date
MihailRis
f99d909f34 cleanup 2025-04-02 15:01:24 +03:00
MihailRis
e442402e43 refactor Engine 2025-04-02 15:01:24 +03:00
MihailRis
331734792d refactor: add ContentControl class 2025-04-02 15:01:24 +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
3beafe953f add observer_handler class 2025-04-02 14:55:53 +03:00
MihailRis
b3feb5945b reduce extra includes 2025-04-02 14:55:53 +03:00
MihailRis
dbe9ca5efe refactor io/engine_paths 2025-04-02 14:55:53 +03:00
MihailRis
611c6fa444 fix input 2025-04-02 14:55:53 +03:00
MihailRis
bccdeec7b8 fix crosshair visibility 2025-04-02 14:55:53 +03:00
MihailRis
4c8742ce46 refactor frontend/locale 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
MihailRis
896ab3597a Merge branch 'main' into devel 2025-04-02 14:53:16 +03:00
MihailRis
149d095e6d
update minimum cmake version (#499)
* update minimum cmake version to 3.5
* add '-DCMAKE_POLICY_VERSION_MINIMUM=3.5' to appimage workflow
* add '-DCMAKE_POLICY_VERSION_MINIMUM=3.5' to appimage workflow
2025-04-02 13:25:02 +03:00
boolean-false
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
7b90fa15db fix ingame chat size 2025-03-31 14:15:51 +03:00
MihailRis
0db778b4c2
Merge pull request #496 from clasher113/main
fix: image render & LabelCache::update crash
2025-03-31 14:04:35 +03:00
@clasher113
a6015a326b fix: image render & LabelCache::update crash 2025-03-29 21:53:05 +02:00
MihailRis
47c2dd8c7e fix doc/*/scripting/builtins/libinventory.md 2025-03-29 18:18:33 +03:00
MihailRis
06adaaeadc fix doc/*/scripting/builtins/libinventory.md 2025-03-29 18:17:58 +03:00
MihailRis
ffa199ed91 Merge branch 'main' into devel 2025-03-27 10:50:38 +03:00
MihailRis
bbe5688a53 fix entities.spawn in coroutines 2025-03-27 08:50:42 +03:00
MihailRis
14310b05fb update version to 0.28 2025-03-26 09:23:33 +03:00
MihailRis
edcf288a9e Merge branch 'main' into devel 2025-03-26 09:19:35 +03:00
MihailRis
35a6985d7e update CHANGELOG.md 2025-03-25 16:57:22 +03:00
MihailRis
f4601cda3f Merge branch 'main' into release-0.27 2025-03-25 13:45:17 +03:00
Zohidjon Ma'rufov
41237df4b3
[uz_UZ] Added translations for new terms, updated existing ones, and tested changes (#492)
* Update Uzbek translations.
- Update Uzbek translations to keep them up to date

* Fixed issues found during testing.

* Fix typo
2025-03-25 10:34:36 +03:00
MihailRis
f753527057
Merge pull request #493 from MihailRis/yaml
yaml
2025-03-24 09:17:47 +03:00
MihailRis
aaf8053b87 fix BasicParser::readUntilEOL 2025-03-24 08:28:06 +03:00
MihailRis
ccccf22541 trigger checks 2025-03-24 07:57:19 +03:00
MihailRis
2074ba8dd1 update workflows 2025-03-24 07:56:01 +03:00
MihailRis
c28bfae679 add yaml serialization library 2025-03-24 07:43:41 +03:00
MihailRis
396fab02b3 add yaml::stringify 2025-03-24 05:30:56 +03:00
MihailRis
2aea19febd add YAML parser 2025-03-23 08:49:09 +03:00
MihailRis
27966d7e6e Merge branch 'main' into release-0.27 2025-03-22 02:45:07 +03:00
MihailRis
239181bb64 fix: editor scroll not reset on file open 2025-03-22 01:18:14 +03:00
MihailRis
4aa97cc5d0 fix: debug.print output is not captured by core.capture_output 2025-03-22 00:24:54 +03:00
MihailRis
31c66e65d2
Merge pull request #491 from MihailRis/scroll-container-property
'scroll' container property
2025-03-21 05:48:24 +03:00
MihailRis
fa6c3bc35c fix editor files list scrolling 2025-03-21 05:32:24 +03:00
MihailRis
2ee0605f1f add 'scroll' container property 2025-03-21 05:31:46 +03:00
MihailRis
a8067ad9d6 fix: multiline text draw is not limited to the render area 2025-03-21 05:16:37 +03:00
MihailRis
09aee223a0 Merge branch 'main' into release-0.27 2025-03-20 23:11:31 +03:00
MihailRis
083d0d4d89
Merge pull request #490 from MihailRis/fix-warnings
Fix compiler warnings
2025-03-20 22:25:39 +03:00
MihailRis
1e9b84c0ac revert formatting in FastNoiseLite.h 2025-03-20 22:07:43 +03:00
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
Ygrik2003
6c3d2d0907
Merge pull request #435 from Ygrik2003/Refactoring-cmake
Refactoring cmake
2025-03-20 20:59:19 +03:00