|
933ac514a0
|
build: fix build on Windows using msvc compiler
continuous-integration/drone/push Build is failing
|
2025-07-12 14:40:10 +03:30 |
|
|
0a1215d43f
|
build: add enable_static_analysis build option
continuous-integration/drone/push Build is passing
|
2025-07-11 14:25:09 +03:30 |
|
|
f2c692a118
|
style: apply clang-format v20
continuous-integration/drone/push Build is passing
|
2025-07-11 14:05:59 +03:30 |
|
|
b6953c2a9e
|
ci: update .drone.yml
continuous-integration/drone/push Build is failing
|
2025-07-11 13:04:38 +03:30 |
|
|
bfaef60af4
|
ci: add .drone.yml
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 |
|
|
2341be0c70
|
refactor: applied aaa principle
|
2025-07-07 15:49:18 +03:30 |
|
|
83f27e12c0
|
refactor: dir structure & fix asset baker/parser compilation
|
2025-07-07 15:35:17 +03:30 |
|
|
2c3b2a57ff
|
wip: move bindless_vk's asset baker/parsers modules to light
|
2025-07-07 15:17:13 +03:30 |
|
|
8ee2407d5d
|
refactor: change profile log directory
|
2025-07-07 15:15:26 +03:30 |
|
|
310d8d3579
|
refactor: fix some static analysis
|
2025-07-07 15:13:05 +03:30 |
|
|
345dddcf11
|
fix: segfault & refactor: layerstack to hold refs
|
2025-07-06 17:45:40 +03:30 |
|
|
25e1ee8aa0
|
refactor: singleton pattern
|
2025-07-06 17:23:28 +03:30 |
|
|
072772957e
|
refactor: apply clang-tidy auto-fixes
|
2025-07-06 16:52:50 +03:30 |
|
|
834402c1b8
|
refactor: logger
|
2025-07-06 16:30:38 +03:30 |
|
|
2e05d871eb
|
fix: clang-tidy checks for mirror
|
2025-07-06 15:10:34 +03:30 |
|
|
31880d7291
|
chore: remove union clang-tidy check for glm
|
2025-07-06 15:10:23 +03:30 |
|
|
77d1619b1c
|
fix: more hardcoded paths
|
2025-07-06 14:09:58 +03:30 |
|