Commit graph

262 commits

Author SHA1 Message Date
cb6b84e639
ci: fix Dockerfile apk dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 16:10:50 +03:30
e186a17be6
ci: clone recursively in ci
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 16:08:59 +03:30
518fe7f51c
ci: clone recursively in ci
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 16:07:34 +03:30
e3da25eaab
ci: clone recursively in ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2025-07-11 16:06:16 +03:30
2b044f002a
ci: clone recursively in ci
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 16:05:02 +03:30
551997fadc
fix: cmake minimum required
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 15:59:55 +03:30
d4c773aa05
ci: add static_analysis to .drone.yml
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-11 15:58:21 +03:30
bdad516740
ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-11 14:54:48 +03:30
6a7e8b6807
ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-11 14:46:33 +03:30
802055f6d0
ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-11 14:44:07 +03:30
6285945eec
ci: update static_analysis Dockerfile 2025-07-11 14:42:22 +03:30
f121cc7318
ci: update static_analysis Dockerfile
g
2025-07-11 14:39:19 +03:30
ede3e9d82e
ci: add static_analysis Dockerfile 2025-07-11 14:34:20 +03:30
0a1215d43f
build: add enable_static_analysis build option
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-11 14:25:09 +03:30
f2c692a118
style: apply clang-format v20
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-11 14:05:59 +03:30
b6953c2a9e
ci: update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2025-07-11 13:04:38 +03:30
bfaef60af4
ci: add .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2025-07-11 13:02:30 +03:30
92da944704
ci: update clang_format Dockerfile 2025-07-11 12:58:53 +03:30
1824fbc09f
ci: add clang_format Dockerfileg 2025-07-11 12:54:48 +03:30
3ea2a85a94
docs: update repository README 2025-07-11 12:53:07 +03:30
29e9033c0c
refactor: remove some unnecessary lines 2025-07-11 02:36:07 +03:30
eab0799537
refactor: turn engine module to app module 2025-07-11 02:35:28 +03:30
5e310b87e3
refactor: move timer out of engine into separate module 2025-07-11 02:22:21 +03:30
e86f83fff1
refactor: move serializer from engine to ecs 2025-07-11 02:18:27 +03:30
0f3639e401
refactor: renamed lt_assert to ensure 2025-07-11 02:12:55 +03:30
e1fdeb2692
refactor: convert lt_assert from macro to variadic template function 2025-07-11 02:09:02 +03:30
ae336e3bba
refactor: extract instrument from engine to debug 2025-07-11 02:01:33 +03:30
320295ad73
refactor: remove debug/exceptions from engine module 2025-07-11 01:56:03 +03:30
eb428d11d6
refactor: extract window out of engine 2025-07-11 01:42:56 +03:30
03e8e11111
refactor: extract ecs out of engine 2025-07-11 01:16:52 +03:30
9706ff96e1
style: rename a directory 2025-07-11 01:04:37 +03:30
6381ed1514
refactor: layer stack 2025-07-11 00:56:57 +03:30
284ef9be53
refactor: application 2025-07-11 00:49:04 +03:30
7f7eb8439c
refactor: entrypoint 2025-07-11 00:24:44 +03:30
26d180ef2f
refactor: remove config.hpp
refactor: remove portables
2025-07-11 00:12:47 +03:30
30c9196af0
style: rename namespace Light to lt 2025-07-11 00:05:48 +03:30
b572b61f4b
refactor: asset loading/caching 2025-07-10 21:51:17 +03:30
eca1bc91e6
refactor: remove ortho camera & move camera component to camera module 2025-07-10 13:55:18 +03:30
10d4a523eb
chore: some renaming 2025-07-10 13:43:04 +03:30
a6b74502e4
chore: update .gitignore 2025-07-10 13:42:47 +03:30
d9ed5f2857
refactor: remove stringifier 2025-07-10 13:38:14 +03:30
5fc50ce594
chore: move files around 2025-07-10 13:35:18 +03:30
3c87b1cd06
refactor: modularization of the engine (wip) 2025-07-10 13:29:03 +03:30
fc2fe26160
feat: text asset
fix: miscalculated offset for asset blobs

refactor: remove file manager completely
2025-07-09 21:30:17 +03:30
40e92bb1da
refactor: remove some zombie code 2025-07-09 20:15:29 +03:30
38997b3908
feat: asset baking
Only supported .png textures at the moment
2025-07-09 15:30:54 +03:30
71d08cbe9f
docs: initial asset management docs 2025-07-08 22:02:08 +03:30
b21c61eb09
chore: remove Test.Mirror 2025-07-08 21:10:14 +03:30
3b49ccc08e
chore: remove demo.scene 2025-07-08 21:09:58 +03:30
d8f656d98b
refactor: extract logger to separate module 2025-07-07 15:55:37 +03:30