Commit Graph
4326 Commits
Author SHA1 Message Date
MihailRis 9169049530 feat: ipairs(...) support in Bytearray 2025-04-12 12:55:29 +03:00
MihailRis d8feff56c0 feat: Lua-style array append support in Bytearray 2025-04-12 12:32:31 +03:00
MihailRis 303e861fbb replace Bytearray with FFI implementation 2025-04-07 20:48:12 +03:00
MihailRis 794aa5b9cd add simple data_buffer test 2025-04-07 20:14:46 +03:00
MihailRis 36c2971fcf add FFIBytearray 2025-04-06 22:23:39 +03:00
MihailRis 4260742d6e add new Bytearray class 2025-04-06 22:22:35 +03:00
MihailRisandGitHub 7a7ac54b5d Merge pull request #506 from Onran0/main
Bitwise expressions compiler and executor
2025-04-06 17:44:54 +03:00
OnranandGitHub 94ff4a02bd Add files via upload 2025-04-06 23:32:23 +09:00
OnranandGitHub 8e907b6d98 minor fix of caching 2025-04-06 22:42:18 +09:00
OnranandGitHub e279e4ea50 execute and compile of bitwise expressions exported to bit library 2025-04-06 22:17:28 +09:00
OnranandGitHub cba48e3a0c bitwise expressions compiler 2025-04-06 22:16:04 +09:00
MihailRis d9d4d2b305 fix: missing Bytearray option in file.read_bytes 2025-04-06 14:39:21 +03:00
MihailRisandGitHub c8c8b2a023 Merge pull request #503 from unkn0t/hidpi-fix
Fix issue #465 with incorrect scaling on Wayland
2025-04-03 13:17:15 +03:00
unkn0t 74af48bdd4 Fix issue with incorrect scaling on Wayland 2025-04-03 14:31:42 +05:00
MihailRisandGitHub a034053a2f Merge pull request #301 from yusufkt0/master
changed some lines in the readme
2025-04-02 20:13:39 +03:00
MihailRisandGitHub 531334f059 Merge pull request #502 from MihailRis/devel
begin 0.28 development
2025-04-02 20:09:43 +03:00
MihailRis 416aff3a29 cleanup workflows 2025-04-02 19:44:10 +03:00
MihailRis 21ff042aa3 fix: non-local players hitboxes incorrect behaviour 2025-04-02 18:54:27 +03:00
MihailRisandGitHub ea99bcf910 Merge pull request #501 from MihailRis/refactor
Small refactor (part 1)
2025-04-02 18:41:15 +03:00
MihailRis ecdf87ce0d fix windows build 2025-04-02 18:21:19 +03:00
MihailRis 62518f0658 fix headless mode 2025-04-02 18:08:18 +03:00
MihailRis 8a74c65812 refactor: remove unused 'virtual' keywords 2025-04-02 17:54:28 +03:00
MihailRis 881edb7b28 rename keycode, mousecode enumerations 2025-04-02 17:39:31 +03:00
MihailRis 9843a1fc27 remove Viewport class 2025-04-02 17:35:17 +03:00
MihailRis 105561ad77 refactor GLFWWindow 2025-04-02 15:05:36 +03:00
MihailRis 45ccf893ae refactor EngineController 2025-04-02 15:01:24 +03:00
MihailRis 4d1a2b3764 cleanup EnginePaths 2025-04-02 15:01:24 +03:00
MihailRis 3486cbd4c9 cleanup ContentControl 2025-04-02 15:01:24 +03:00
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
MihailRisandGitHub 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-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 7b90fa15db fix ingame chat size 2025-03-31 14:15:51 +03:00
MihailRisandGitHub 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