|
|
007ddd017e
|
Add entitysystem/ to directoryDescription.md
|
2026-03-15 01:39:52 +01:00 |
|
|
|
c98fe787bd
|
Merge remote-tracking branch 'remotes/origin/master' into ecs
|
2026-03-15 01:36:46 +01:00 |
|
|
|
383788b30a
|
Document directory structure in directoryDescription.md
Added a detailed description of the directory structure and its components.
|
2026-03-15 01:36:17 +01:00 |
|
|
|
e2081e3322
|
Merge pull request #58 from MaSzyna-EU07/copilot/rebuild-files-structure
Simulator main directory file structure rebuilded
|
2026-03-15 01:34:29 +01:00 |
|
|
|
a737e4ecaf
|
Replace LODController with NodeLODController in deserialize_node
|
2026-03-15 01:26:54 +01:00 |
|
|
|
de7dbadc47
|
Add a draft for node for Entity Component System
|
2026-03-15 00:44:52 +01:00 |
|
|
|
31877a3b06
|
Add NodeLODController
|
2026-03-15 00:38:12 +01:00 |
|
|
|
0fe3eb62db
|
Append "Component" to component functions
|
2026-03-15 00:30:24 +01:00 |
|
|
|
de3a3c1d2e
|
Add LOD controller data
|
2026-03-15 00:29:55 +01:00 |
|
|
|
1fcb4ccca0
|
Add UID assignment on object creation
|
2026-03-15 00:24:18 +01:00 |
|
|
|
5f1ec0401a
|
Make Component System separate from Global
|
2026-03-15 00:13:18 +01:00 |
|
|
|
b50760306b
|
Replace summaries for Get for components
|
2026-03-15 00:05:57 +01:00 |
|
|
|
2bd4ef81b6
|
Create ECS system base
|
2026-03-15 00:00:54 +01:00 |
|
|
|
b8f5282a39
|
Merge branch 'copilot/rebuild-files-structure' into ecs
|
2026-03-14 22:11:49 +01:00 |
|
|
|
0715437108
|
Fix include directives
|
2026-03-14 20:51:11 +01:00 |
|
copilot-swe-agent[bot]
|
4b1913438d
|
Fix #includes in betterRenderer and ci_shadervalidator after file reorganization
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
|
2026-03-14 19:26:52 +00:00 |
|
copilot-swe-agent[bot]
|
7e49aa8740
|
Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
|
2026-03-14 19:16:48 +00:00 |
|
copilot-swe-agent[bot]
|
0531086bb9
|
Reorganize source files into logical subdirectories
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
|
2026-03-14 19:01:57 +00:00 |
|
copilot-swe-agent[bot]
|
f981f81d55
|
Initial plan
|
2026-03-14 18:56:35 +00:00 |
|
|
|
5453182d28
|
Add ECS world registry
|
2026-03-08 11:12:39 +01:00 |
|
|
|
b813dac79f
|
Add EnTT library
|
2026-03-08 11:03:59 +01:00 |
|
|
|
c2dfc460f3
|
Add setup.sh script for linux builds
|
2026-02-25 08:30:20 +01:00 |
|
|
|
30c4a3c3b6
|
Merge pull request #56 from DaniuPl/master
Undo/Redo system, hierarchy for models in scene, uuid for basic_nodes, menu bar 'windows' options
|
2026-02-24 11:16:37 +01:00 |
|
Daniu
|
23783892f0
|
Undo/Redo system, hierarchy for models in scene, uuid for basic_nodes, menu bar 'windows' options
|
2026-02-23 21:31:31 +01:00 |
|
|
|
01bcadff8c
|
Merge pull request #52 from docentYT/code-optimization
Small code optimizations that results with 3x faster main loop
|
2026-02-08 13:06:00 +01:00 |
|
|
|
40bbbc6210
|
Add power smoothing for inverter based vehicles
|
2026-02-08 13:04:49 +01:00 |
|
Christopher Kwiatkowski
|
04155e3d16
|
Merge branch 'MaSzyna-EU07:master' into code-optimization
|
2026-02-07 19:53:36 +01:00 |
|
docentYT
|
ed2f172954
|
Use glClientWaitSync instead of glGetSynciv
|
2026-02-07 19:47:32 +01:00 |
|
docentYT
|
42ad3a27d0
|
Do not make context current if not needed
|
2026-02-07 19:34:38 +01:00 |
|
|
|
96af173fc1
|
Merge pull request #51 from jerrrrycho/python-renderer-memcpy
refactor: replace per-pixel Python renderer RGBA copying with memcpy
|
2026-02-07 19:06:13 +01:00 |
|
jerrrrycho
|
964a3de706
|
refactor: replace per-pixel Python renderer RGBA copying with memcpy
|
2026-02-07 17:33:29 +01:00 |
|
|
|
b7b74c2942
|
Merge pull request #50 from docentYT/code-optimization
Remove not needed buffer unbinds
|
2026-02-07 13:39:19 +01:00 |
|
docentYT
|
84277ed051
|
Remove not needed buffer unbinds. In OpenGl unbinding for every frame is not needed.
|
2026-02-06 23:32:48 +01:00 |
|
|
|
dac74e7cb1
|
Merge pull request #49 from docentYT/fix-better-renderer-not-compiling
Fix DXIL IMPORTED_LOCATION path
|
2026-02-06 19:13:36 +01:00 |
|
docentYT
|
771daa743c
|
Fix DXIL IMPORTED_LOCATION path
|
2026-02-06 16:45:35 +01:00 |
|
|
|
1ab0be5982
|
Disable discord rpc running on non containing builds
|
2026-02-04 08:01:19 +01:00 |
|
|
|
ec86018570
|
Change default async train calculation to disabled
|
2026-02-04 07:46:39 +01:00 |
|
|
|
f6081c082f
|
Merge pull request #48 from docentYT/code-optimizations
Optimize and simplify Camera.cpp
|
2026-02-04 07:28:35 +01:00 |
|
|
|
53561b84ab
|
Merge pull request #47 from docentYT/update-vcpkg-version
Update vcpkg version
|
2026-02-04 07:27:58 +01:00 |
|
|
|
761684681b
|
Merge pull request #46 from NishizakiHayato/master
Fix the Chinese display issue for the text below 'Did you know?' on the loading page
|
2026-02-04 07:26:47 +01:00 |
|
docentYT
|
c545da2c97
|
Make OnCursorMove simpler
|
2026-02-03 00:50:05 +01:00 |
|
docentYT
|
62b98abecd
|
ComputeAxisSpeed for m_moverate.y
|
2026-02-03 00:41:31 +01:00 |
|
docentYT
|
3ecfbd33ea
|
UpdateVelocityAxis static function
|
2026-02-03 00:14:12 +01:00 |
|
docentYT
|
0fdbc5cc42
|
std::remainder instead of not optimal while loops
|
2026-02-03 00:11:03 +01:00 |
|
docentYT
|
af98ec6c89
|
ComputeAxisSpeed function
|
2026-02-03 00:09:11 +01:00 |
|
docentYT
|
c39decc733
|
Update vcpkg version
|
2026-02-02 17:22:19 +01:00 |
|
西崎ハヤト
|
b1e3e5dac9
|
Merge pull request #1 from NishizakiHayato/NishizakiHayato-patch-1
Fix the Chinese display issue on the loading page
|
2026-01-31 11:40:38 +08:00 |
|
西崎ハヤト
|
9f6ec5711e
|
Fix the Chinese display issue on the loading page
|
2026-01-31 11:36:28 +08:00 |
|
|
|
4184a0ca80
|
Merge pull request #45 from jerrrrycho/parser-enhancements
enhance performance: preallocate memory when reading token
|
2026-01-30 00:43:48 +01:00 |
|
jerrrrycho
|
46867423e9
|
enhance performance: preallocate memory when reading token
|
2026-01-29 15:23:05 +01:00 |
|