1304 Commits

Author SHA1 Message Date
MihailRis
81ff0d160e Merge branch 'main' into worldwide-refactor 2024-03-19 14:08:40 +03:00
MihailRis
6447db583b
Merge pull request #193 from MihailRis/new_lua_funcs
New lua functions moving menus to XML
2024-03-19 14:07:25 +03:00
MihailRis
f89c252ddf lua suppliers update + label supplier XML attribute 2024-03-19 14:04:06 +03:00
MihailRis
d5c39a05fb audio stats functions 2024-03-19 13:42:38 +03:00
MihailRis
f2c26aed19 double event handlers calls fix 2024-03-19 13:22:35 +03:00
MihailRis
48bedc5d8e refactor 2024-03-19 00:49:45 +03:00
MihailRis
258666c377 frontend/graphics moved to graphics/render 2024-03-19 00:34:43 +03:00
MihailRis
5393977e57 frontend/gui moved to graphics/ui 2024-03-19 00:08:46 +03:00
MihailRis
b56408a202 src/graphics moved to src/graphics/core 2024-03-18 20:47:35 +03:00
MihailRis
ba762584a7 Atlas minor refactor 2024-03-18 20:06:58 +03:00
MihailRis
bca4de179d assets loading removed from UiXmlReader. Use preload.json instead 2024-03-18 19:06:50 +03:00
MihailRis
9310454271 Merge branch 'main' into worldwide-refactor 2024-03-18 18:56:54 +03:00
MihailRis
3d4bfeb442 stoi out_of_range fix 2024-03-18 18:38:47 +03:00
MihailRis
224489c9d8 minor refactor 2024-03-18 18:37:04 +03:00
MihailRis
727d46de5e initial microrefactor 2024-03-18 18:24:21 +03:00
MihailRis
9af18717f8 0.21 development start 2024-03-18 18:11:11 +03:00
MihailRis
c0364d4e5a
Merge pull request #191 from Onran0/main
data_buffer: constructor fix
2024-03-18 17:58:24 +03:00
Onran
7756649db8
data_buffer: debug code removed 2024-03-18 23:29:48 +09:00
Onran
c3027368b6
data_buffer: constructor fix 2024-03-18 23:24:29 +09:00
MihailRis
541fce0751
Merge pull request #189 from DoubleDataStack/main
Adds docs for vectors lua && some changes vec2 & vec3
2024-03-18 16:25:04 +03:00
Cogitary
8f6555da7f
Update vector3.lua 2024-03-17 23:51:01 +03:00
Cogitary
420ce2bc15
Update vector2.lua 2024-03-17 23:50:36 +03:00
Cogitary
219b440204
Update 8.3 Модуль-Vector2&&Vector3.md 2024-03-17 23:50:09 +03:00
Cogitary
a36e6e8ae8
Update 8.3 Модуль-Vector2&&Vector3.md 2024-03-17 23:49:47 +03:00
Cogitary
513d6b75ae
Update 8.3 Модуль-Vector2&&Vector3.md 2024-03-17 23:47:33 +03:00
Cogitary
6e2df00dcc
Merge branch 'MihailRis:main' into main 2024-03-18 00:11:22 +04:00
MihailRis
71d6e60d9a relative sounds fix 2024-03-16 15:51:28 +03:00
MihailRis
653437a5b2 translation corrected 2024-03-16 13:35:41 +03:00
MihailRis
82fad4b279
Merge pull request #185 from rekvizitt/main
Update be_BY.txt
2024-03-16 13:33:56 +03:00
rekvizitt
2d191b84ce
Update be_BY.txt
added translation for audio options
2024-03-16 13:19:51 +03:00
MihailRis
de83b00332
Update README.md 2024-03-16 07:08:54 +03:00
MihailRis
789f3176d4 textbox render fix 2024-03-16 05:41:35 +03:00
MihailRis
23f8ab8a77 scissors fix 2024-03-16 05:38:30 +03:00
MihailRis
b36711593b docs update 2024-03-16 05:04:58 +03:00
Cogitary
3caad4200d
delete vxld() in vector3.lua 2024-03-16 00:31:06 +03:00
Cogitary
52f38242af
Update 2024-03-16 00:26:15 +03:00
Cogitary
5770d156d6
Update vector2.lua 2024-03-16 00:23:11 +03:00
Cogitary
2de806521b
Create 8.3 Модуль-Vector2&&Vector3.md 2024-03-16 00:20:40 +03:00
MihailRis
506147d00f pause menu fix 2024-03-15 14:19:43 +03:00
MihailRis
a5aee06e01
Project wiki moved to doc folder + english translation (#182) 2024-03-15 12:36:50 +03:00
MihailRis
a149c520c6 ALSpeaker::play fix 2024-03-15 01:36:00 +03:00
MihailRis
a82476949c audio volume-related fix 2024-03-15 01:24:57 +03:00
MihailRis
ce687a67a3 world.lua: on_world_tick event 2024-03-15 00:38:44 +03:00
MihailRis
db62a47cc2
Merge pull request #184 from DoubleDataStack/main
Vectors lua
2024-03-14 20:47:24 +03:00
Cogitary
dae5fe3972
add files vec2 && vec3 2024-03-14 21:43:01 +04:00
Cogitary
401a4fcf2c
Delete res/modules/vectors.lua 2024-03-14 20:42:28 +03:00
MihailRis
66d97f06a7
Merge pull request #183 from Onran0/main
Bit Converter small fix
2024-03-14 19:22:24 +03:00
Cogitary
0ad5dc26d2
adds cross vec2 2024-03-14 18:57:08 +03:00
Onran
c17ce3ef9e
bit_converter.lua: fixed the bytes_to_string function 2024-03-15 00:51:21 +09:00
Cogitary
4efaaef4c7
Update vectors.lua 2024-03-14 18:45:52 +03:00