4936 Commits

Author SHA1 Message Date
MihailRis
317aa710c4 test 2025-10-03 23:41:53 +03:00
MihailRis
5e542225c7 update workflows 2025-10-03 22:03:27 +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
ecd95967c4
Merge pull request #636 from Xertis/patch-14
Implementation of the new compression library
2025-10-03 12:13:58 +03:00
Xertis
d7c2ea43e5 Update libcompression x2
Перфекционизм мешает
2025-10-02 22:53:45 +03:00
Xertis
d1407404c1 Update libcompression.md 2025-10-02 22:52:11 +03:00
Xertis
063e390c92 make libcompression.md 2025-10-02 22:50:15 +03:00
Xertis
b95d3f0779 make compression lib 2025-10-02 22:41:53 +03:00
MihailRis
f5f1831275
Merge pull request #637 from MihailRis/add-headless-tps-cmd-line-argument
add 'tps' command line argument
2025-10-02 20:07:00 +03:00
MihailRis
dbab645c94 add 'tps' command line argument 2025-10-02 19:40:05 +03:00
Xertis
8eeb9f5fde
change lua_gettop to lua::gettop 2025-10-01 19:14:43 +03:00
Xertis
ab60e7b835
Update libfile.md 2025-10-01 19:05:25 +03:00
Xertis
fd8d2c22e5
fixes 2025-10-01 19:01:53 +03:00
MihailRis
fbba0e1415
Merge pull request #633 from Xertis/dev
Make Nagle's algorithm configurable
2025-10-01 01:29:49 +03:00
Xertis
1f049c2fd0 change "get" to "is" 2025-10-01 01:05:30 +03:00
Xertis
516e62eade
Fix file.gzip 2025-10-01 00:56:39 +03:00
MihailRis
209479be46
Merge pull request #634 from MihailRis/display-mode-setting-selectbox
Display mode setting selectbox
2025-10-01 00:36:44 +03:00
MihailRis
9963bc4134 Merge branch 'main' into dev 2025-10-01 00:07:53 +03:00
MihailRis
070424077a add window type selection to settings menu 2025-10-01 00:06:07 +03:00
ChancellorIkseew
b30b19e836
Add borderless window mode (from tasks) (#630) 2025-09-30 23:53:15 +03:00
MihailRis
06e65911a3
Merge pull request #631 from MihailRis/misc-fixes
miscellaneous fixes
2025-09-30 23:46:48 +03:00
Xertis
86053fa86d Merge branch 'dev' of https://github.com/Xertis/VoxelEngine-Cpp into dev 2025-09-30 23:45:25 +03:00
Xertis
b6ca7cf918 make Nagle's algorithm configurable 2025-09-30 23:45:00 +03:00
MihailRis
289e0f597c Merge branch 'main' into dev 2025-09-30 23:40:02 +03:00
MihailRis
acb46253ff update udp test 2025-09-30 18:43:51 +03:00
MihailRis
edc6810283 fix label font cache 2025-09-30 18:22:39 +03:00
MihailRis
c8ba5b5dbb fix 'align' ui property reading 2025-09-30 12:15:53 +03:00
MihailRis
47cdc02137 fix std::bad_alloc caused by corrupted regions 2025-09-30 00:28:51 +03:00
MihailRis
75ef603df0 fix non-local players interpolation and head direction 2025-09-29 22:21:14 +03:00
MihailRis
e9222976ef fix zero frames texture animation fatal error 2025-09-29 12:18:24 +03:00
MihailRis
ac7e7a4c2f fix lua::tovalue 2025-09-28 22:27:50 +03:00
MihailRis
6eda819011 fix 2025-09-28 22:22:59 +03:00
MihailRis
2d1c69ee7e fix: Bytearray expected, got function 2025-09-28 21:44:04 +03:00
annel0
c15302510a
docs: fix admonition syntax, improve build instructions, and add --parallel flag (#628)
* docs: fix admonition syntax, improve build instructions, and add --parallel flag

* docs: add libglfw3 to Debian dependencies per author note
2025-09-27 14:06:51 +03:00
MihailRis
dba3b62964 rename 'max-interaction-distance' to 'interaction-distance' 2025-09-27 10:06:22 +03:00
MihailRis
b98954f95e cleanup 2025-09-26 22:03:08 +03:00
GHOST11111100
792ee63f22
Player Attributes (#578)
* feat: add max interaction distance functionality to Player class and Lua bindings

* feat: add getter and setter for max interaction distance in Player class documentation

* feat: add speed and gravity scale properties with corresponding getters and setters in Player class

* fix: replace deprecated __max and __min with std::max and std::min in setMaxInteractionDistance

* feat: add time scale functionality with getters and setters in World and Engine classes

* remove speed and gravity scale functions from player and world libraries

* remove time scale setting on world open and close

* rename interaction distance functions for consistency

* refactor: update interaction distance functions and remove time scale methods

* refactor: revert classes.lua to dev

* refactor: remove time scale functionality from Engine and World classes

* fix: Now I’ve definitely rolled back `classes.lua`.

* refactor: remove unused player attributes and clean up player class

* Update Player.hpp

removed unused methods from Player.cpp
2025-09-26 21:59:15 +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
MihailRis
21725921e1 start 0.30 development 2025-09-26 21:25:54 +03:00
MihailRis
1350910d28 fix: missing Random:seed method 2025-09-26 00:25:00 +03:00
MihailRis
1f3b7f828d
Merge pull request #627 from MihailRis/usertype-random-implementation
replace lua Random implementation with usertype
2025-09-26 00:16:44 +03:00
MihailRis
088bf63f3f replace lua Random implementation with usertype 2025-09-25 23:53:11 +03:00
MihailRis
3a40162f1e
Fix udp address resolve (#624)
* тест для udp + фикс udp

* fix udp addresses resolve

* update SocketUdpConnection::connect

* update SocketUdpServer::sendTo

* update udp test

* revert

* test

* test

* test

* test

* test

* test?

* update test

* cleanup

* cleanup

* update test

* update

* revert

* cleanup

* update test

* update test

* update

* fix test

* additional error handling

* update Network.cpp

* update Network.cpp 2

* fix the test

* cleanup Network.cpp

* revert network_tcp.lua extra changes

---------

Co-authored-by: Xertis <118364459+Xertis@users.noreply.github.com>
2025-09-25 17:02:42 +03:00
Rost Alexeev
370c95c14f
Replace if-else chain with ArgC vector (#625) 2025-09-24 21:34:16 +03:00
MihailRis
286e03f590
Merge pull request #623 from MihailRis/fixes
Fixes
2025-09-23 01:09:50 +03:00
MihailRis
4ff18fec99 fix sky shader 2025-09-23 00:51:21 +03:00
MihailRis
28c821006a fix unicode string literal escape 2025-09-23 00:08:05 +03:00
MihailRis
8b38d57966 fix body:set_gravity_scale & fix docs 2025-09-22 23:52:50 +03:00