230 Commits

Author SHA1 Message Date
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
MihailRis
ee7ae3b9f6
Merge pull request #609 from MihailRis/add-network-tests
Add network tests
2025-09-14 16:04:16 +03:00
MihailRis
b815d72ba7 fix: base packs not scanned for app scripts 2025-09-14 15:48:09 +03:00
MihailRis
94989ce292
Merge pull request #595 from kotisoff/main
Проверка версий зависимостей
2025-09-14 12:42:28 +03:00
KotIsOff
01b3229aac fix: match wrong magic symbol 2025-08-26 01:59:00 +03:00
KotIsOff
7aa4c33721 dependency version operators
а также сделал и вынес Version в ContentPackVersion ну и подправил луа скрипты.
требуются тесты
2025-08-26 01:52:26 +03:00
KotIsOff
74238d0844 fixed condition
double yat
2025-08-23 02:00:07 +03:00
KotIsOff
5d91d94433 moved depver lua code in dep level condition 2025-08-23 01:46:13 +03:00
KotIsOff
3131068ad8 removed print 2025-08-23 01:42:13 +03:00
KotIsOff
5994371145 Проверка версий зависимостей
Добавил проверку версий установленных зависимостей паков.
2025-08-23 01:33:06 +03:00
MihailRis
31cd7912ec fix named pipe read (unix) & produce core:error event on error in schedule callback & fix editor traceback 2025-08-18 23:32:12 +03:00
MihailRis
2cdcebf9d9 add 'assets' library docs 2025-08-13 23:59:05 +03:00
MihailRis
bef8e4b9d6 feat: model autorefresh in editor 2025-08-13 23:42:06 +03:00
MihailRis
3760fb86f7 move events library implementation to core:internal/events & disable access to core:internal modules outside of stdlib 2025-08-08 00:29:12 +03:00
Xertis
23837418f1 minor optimization 2025-08-04 21:11:44 +03:00
Xertis
1f0b6f0d9d Qol settings.controls update 2025-08-04 20:50:27 +03:00
Xertis
2fba3eba9c
Update settings_controls.xml.lua 2025-08-04 20:44:04 +03:00
Andrey Lebedev
f8290b1e87 auto-increment placeholder for the new worlds 2025-07-23 10:31:20 +03:00
MihailRis
b04dbd5809 add 'graphics.ssao' setting 2025-07-12 21:36:27 +03:00
MihailRis
6927a87973 Merge branch 'main' into update-gfx-pipeline 2025-06-02 21:42:56 +03:00
MihailRis
4ff42b94c3 update editor & rename 'model' property to 'src' 2025-06-01 23:09:59 +03:00
MihailRis
32bb30ff83 Merge branch 'model3dview' into update-gfx-pipeline 2025-05-30 21:37:25 +03:00
MihailRis
b8e6918dc8 move files panel to separate document 2025-05-24 22:22:36 +03:00
MihailRis
1366316895 add modelviewer test to code_editor.xml 2025-05-24 20:21:08 +03:00
MihailRis
4df6150692 make code editor filter pattern-safe & update script_file template 2025-05-14 07:01:33 +03:00
MihailRis
b272d86619 add 'grahics.advanced-render' and 'graphics.shadows-quality' settings 2025-05-11 01:09:41 +03:00
MihailRis
3498af6be9 cleanup 2025-04-21 21:53:27 +03:00
MihailRis
05ddffb5c9 fix stack traces 2025-04-20 13:10:26 +03:00
MihailRis
7ce97f4abe extract code editor implementation from console.xml 2025-04-19 18:32:14 +03:00
MihailRis
5253be6c56 feat: custom languages syntax (WIP) 2025-04-13 00:19:38 +03:00
MihailRis
7b90fa15db fix ingame chat size 2025-03-31 14:15:51 +03:00
MihailRis
239181bb64 fix: editor scroll not reset on file open 2025-03-22 01:18:14 +03:00
MihailRis
fa6c3bc35c fix editor files list scrolling 2025-03-21 05:32:24 +03:00
MihailRis
0fefab2cdd
small fixes (#487)
* use textbox for editor output
2025-03-17 18:02:12 +03:00
MihailRis
5f747b7b75 fix content_menu.xml.lua has_valid_config(...) 2025-03-17 01:56:24 +03:00
MihailRis
12aced92cc feat: reloading modules 2025-03-16 22:27:08 +03:00
MihailRis
4761c520d5 feat: component script reloading 2025-03-16 22:03:37 +03:00
MihailRis
267aebe7bd add core:internal/scripts_registry module 2025-03-16 15:33:10 +03:00
MihailRis
6fb14ee0a4 feat: reloading hud scripts 2025-03-15 21:12:19 +03:00
MihailRis
f9998f0a93 feat: world script reloading 2025-03-14 17:07:10 +03:00
MihailRis
bcbfdd50c7 feat: running files with and block/item script reload 2025-03-13 22:08:22 +03:00
MihailRis
b66937c61d feat: scripts classification 2025-03-13 00:28:40 +03:00
MihailRis
b9c2b0ba40 add files filter to the editor 2025-03-12 23:33:40 +03:00
MihailRis
3a4b334d0b feat: 'edited' property reset & add 'oncontrolkey' textbox callback 2025-03-12 19:51:22 +03:00
MihailRis
fb18442322 update console layout 2025-03-12 18:00:28 +03:00
MihailRis
3d60777a12 feat: save edited files 2025-03-12 17:08:50 +03:00
MihailRis
e70746ae43 update console layout 2025-03-11 03:48:27 +03:00
MihailRis
843fbad0bd cleanup 2025-03-11 00:39:59 +03:00
MihailRis
c86bad8def update console layout & add files panel (WIP) 2025-03-11 00:39:59 +03:00
MihailRis
cbf07a6351
Merge pull request #430 from Xertis/main
Redesign of the content addition menu
2025-03-05 18:47:23 +03:00