56 Commits

Author SHA1 Message Date
MihailRis
b14bad5d24
add platform::get_executable_path (#638) 2025-10-03 21:22:16 +03:00
ChancellorIkseew
b30b19e836
Add borderless window mode (from tasks) (#630) 2025-09-30 23:53:15 +03:00
MihailRis
a621b179d3 add 'do-trace-shaders' setting and fix shaders recompiling 2025-08-31 18:14:05 +03:00
MihailRis
ca1b761c8c Merge branch 'dev' into pathfinding 2025-08-19 19:47:10 +03:00
MihailRis
79bb61bbbe add 'debug.enable-experimental' setting & add experimental vec3, vec2 optimization 2025-08-19 01:33:20 +03:00
MihailRis
a78931205f feat: async pathfinding 2025-08-03 01:41:18 +03:00
MihailRis
6d88b7c3d1 add dense-render-distance setting 2025-07-25 12:45:28 +03:00
MihailRis
0b598630d0 fix: writeables not reset after world close 2025-07-18 22:57:38 +03:00
MihailRis
b04dbd5809 add 'graphics.ssao' setting 2025-07-12 21:36:27 +03:00
MihailRis
5751802da2 Merge branch 'main' into update-gfx-pipeline 2025-07-01 23:38:38 +03:00
MihailRis
215ae02fa9
fix content control (#538)
* update ContentControl
* feat: more debug logging
* fix engine paths
2025-07-01 23:38:00 +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
b272d86619 add 'grahics.advanced-render' and 'graphics.shadows-quality' settings 2025-05-11 01:09:41 +03:00
MihailRis
6164374666 feat: projects & replace builtins.list with 'base_packs' project property 2025-04-22 21:46:10 +03:00
MihailRis
4d1a2b3764 cleanup EnginePaths 2025-04-02 15:01:24 +03:00
MihailRis
331734792d refactor: add ContentControl class 2025-04-02 15:01:24 +03:00
MihailRis
9694a59649 refactor: add Window interface 2025-04-02 14:59:53 +03:00
MihailRis
dbe9ca5efe refactor io/engine_paths 2025-04-02 14:55:53 +03:00
MihailRis
4c8742ce46 refactor frontend/locale 2025-04-02 14:55:53 +03:00
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis
a086b726c6 add file.create_zip(...) 2025-03-17 23:16:50 +03:00
MihailRis
e8153f3393 add file.mount(...) and file.unmount(...) 2025-03-17 23:01:44 +03:00
MihailRis
6286096b57 fix ZipFileDevice::list 2025-03-17 23:00:36 +03:00
MihailRis
794d1d71f5 feat: writeable pack entry points cleanup 2025-03-12 23:42:40 +03:00
MihailRis
88b45e5098 add pack.request_writeable(...) & update gui.confirm screen 2025-03-12 17:07:57 +03:00
MihailRis
7facc33a7e cleanup 2025-02-26 00:22:57 +03:00
MihailRis
b52cc1aea0 fix ZipFileDevice::list for root path 2025-02-25 23:04:31 +03:00
MihailRis
bd614c5f2e enable deflate compression in io::write_zip 2025-02-25 22:49:31 +03:00
MihailRis
226ee40b5a add output versions of deflate and memory streams 2025-02-25 22:42:57 +03:00
MihailRis
57d05bde57 add io::last_write_time & add io::write_zip 2025-02-25 02:03:01 +03:00
MihailRis
edb581bee3 add io::copy, io::copy_all & fix ZipFileDevice::list 2025-02-24 21:00:23 +03:00
MihailRis
9cc55e30e3 add separateFunc ZipFileDevice constructor argument 2025-02-24 20:06:55 +03:00
MihailRis
310bef1723 implement ZipFileDevice::list 2025-02-23 04:16:02 +03:00
MihailRis
58acc1b2ec implement ZipFileDevice methods (WIP) 2025-02-22 07:04:04 +03:00
MihailRis
9389d63a5f add deflate_istream 2025-02-22 07:03:18 +03:00
MihailRis
7f4b074d70 add ZipFileDevice (WIP) 2025-02-22 05:48:48 +03:00
MihailRis
decb820cf9 add memory_istream 2025-02-22 05:47:27 +03:00
MihailRis
84d5b5d1a8 add dv::merge & update EnginePaths::readCombinedObject 2025-02-20 22:08:09 +03:00
MihailRis
3430e5cd6f add 'player-entity' to defaults.toml 2025-02-12 16:32:21 +03:00
MihailRis
b1740bf7eb update io::path::normalized() 2025-02-05 14:56:45 +03:00
MihailRis
1c98d6cb37 update io::Device::write 2025-02-04 17:38:43 +03:00
MihailRis
3e67d887f4 update io::Device::read 2025-02-04 16:55:43 +03:00
MihailRis
59f46ad530 add io::path.normalized() 2025-02-04 14:58:41 +03:00
MihailRis
1ec8f89599 add io::Device::mkdir 2025-02-04 14:10:23 +03:00
MihailRis
f8d0ded70e fix windows build 2025-02-04 13:52:33 +03:00
MihailRis
94bae83de6 fix windows build 2025-02-04 13:32:50 +03:00
MihailRis
8a12ff5879 fix EnginePaths::setContentPacks 2025-02-04 13:17:35 +03:00
MihailRis
bced20be1f update io::SubDevice constructor 2025-02-04 13:08:42 +03:00
MihailRis
e4c33e539e fix io::path.parent() & update tests 2025-02-04 12:53:05 +03:00