38 Commits

Author SHA1 Message Date
MihailRis
257a293bf4 fix platform::detect_locale 2025-12-08 19:21:50 +03:00
MihailRis
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
MihailRis
68bdcf07b2 fix CreateProcessW use 2025-10-04 01:51:47 +03:00
MihailRis
317aa710c4 test 2025-10-03 23:41:53 +03:00
MihailRis
5a5bd5cb2e add platform::new_engine_instance 2025-10-03 22:02:56 +03:00
MihailRis
b14bad5d24
add platform::get_executable_path (#638) 2025-10-03 21:22:16 +03:00
MihailRis
4c815db222 cleanup platform.cpp 2025-09-26 21:57:48 +03:00
GHOST11111100
240abb939f
Links (#615)
* add URL support to Label element and XML parsing

* refactor Label URL handling to use getter method in setURL

* implement URL opening confirmation dialog and platform-specific URL handling

* fix: fixed build errors

* remove: delete test link label from worlds.xml

* refactor: remove URL handling from Label class and XML parsing

* refactor: clean up Label class by removing unnecessary whitespace and improving code readability

* refactor: remove unused URL member from Label class

* refactor: remove unused URL attribute from XML UI documentation and related code

* refactor: improve code readability by adding whitespace and formatting adjustments in Label class

* refactor: improve whitespace consistency in Label class and add URL opening functionality in libcore
2025-09-26 21:39:12 +03:00
Andrey Lebedev
e184404ff8 warning if open directory does not exist 2025-07-23 12:17:59 +03:00
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
@clasher113
fac95c1c36 detect_locale crash fix 2025-01-28 16:09:45 +02:00
MihailRis
913f942adb add platform::get_process_id 2024-12-12 16:37:06 +03:00
MihailRis
f22108f6b4 fix core.open_folder on Windows 2024-11-07 21:29:54 +03:00
ChancellorIkseew
16bc8d13c5 Update platform.cpp 2024-11-06 15:46:58 +10:00
ShadelessFox
3f531bbf98
Use high-resolution timer for a better frame time 2024-11-04 17:22:36 +01:00
MihailRis
df31b9e589 update platform::open_folder docs 2024-10-25 14:46:18 +03:00
MihailRis
87e3247ecf update platform.cpp 2024-10-25 14:43:31 +03:00
MihailRis
74b9dd6d2f update platform.cpp 2024-10-25 14:26:59 +03:00
MihailRis
6964a18605 add platform::open_folder 2024-10-25 13:58:17 +03:00
MihailRis
f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
InfiniteCoder
5c9bc83bbd items/ + objects/ + util/ 2024-08-04 22:26:08 +03:00
InfiniteCoder
d5dc68dd38 Root includes 2024-08-04 10:24:11 +03:00
Vyacheslav Ivanov
bbf33e8e4d
format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +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
b1a79e3a6e block.material + minor refactor 2024-04-25 05:12:45 +03:00
A-lex-Ra
307df37ba7 improve locale detection as much as possible 2023-12-26 19:54:03 +06:00
A-lex-Ra
1dae8c2c31 postmerge fix 2023-12-25 20:35:36 +06:00
A-lex-Ra
4d8c8563cc merge 2023-12-25 20:30:05 +06:00
A-lex-Ra
ca3697301e detect system locale 2023-12-25 20:26:56 +06:00
MihailRis
abbe4021ba Minor refactor 2023-12-24 13:57:00 +03:00
MihailRis
7bf70bb26e languages support (WIP) 2023-12-12 22:02:17 +03:00
MihailRis
9051db3526 bindings, controls.json file 2023-11-19 22:37:15 +03:00
MihailRis
fee25abb5e Refactor: added Screen interface class, LevelScreen 2023-11-15 21:18:10 +03:00
MihailRis
69b309dc60 toml format is now used for settings file 2023-11-14 15:51:26 +03:00
MihailRis
3723cf491f Added screenshot feature (F2 key) 2023-11-13 15:01:41 +03:00
MihailRis
65eb851fd8 Added platform::get_settings_file 2023-11-10 16:25:11 +03:00
MihailRis
665347213d Added util/platform module 2023-11-09 20:17:11 +03:00