Skip to content
GitLab
Explore
Sign in
Commits · a129a51fae579e40dfca8278065ec25ee0680629
libraries
Browse files
Jul 04, 2025
feat: Collision matrix
· a129a51f
Michal Petr
authored
Nov 10, 2024
and
Libor Moravčík
committed
Jul 04, 2025
a129a51f
feat: Added layer system and collision matrix to index
· 06e06df7
Michal Petr
authored
Nov 08, 2024
and
Libor Moravčík
committed
Jul 04, 2025
06e06df7
feat: Collision matrix header
· e4991caf
Michal Petr
authored
Nov 08, 2024
and
Libor Moravčík
committed
Jul 04, 2025
e4991caf
feat: Updated collision info
· 95bc5191
Michal Petr
authored
Nov 08, 2024
and
Libor Moravčík
committed
Jul 04, 2025
95bc5191
feat: WIP layers
· ac01c951
Michal Petr
authored
Nov 08, 2024
and
Libor Moravčík
committed
Jul 04, 2025
ac01c951
feat: Sweep and prune
· 8ac86a77
Michal Petr
authored
Nov 06, 2024
and
Libor Moravčík
committed
Jul 04, 2025
8ac86a77
refactor: Unified narrow phase typing
· ebe86894
Michal Petr
authored
Nov 06, 2024
and
Libor Moravčík
committed
Jul 04, 2025
ebe86894
feat: VClip
· 85765f01
Michal Petr
authored
Oct 28, 2024
and
Libor Moravčík
committed
Jul 04, 2025
85765f01
refactor: Extracted reset method
· 5376f7c7
Michal Petr
authored
Oct 28, 2024
and
Libor Moravčík
committed
Jul 04, 2025
5376f7c7
feat: GJK and EPA
· 7cf3a18c
Michal Petr
authored
Oct 24, 2024
and
Libor Moravčík
committed
Jul 04, 2025
7cf3a18c
chore: Missing source files
· f2ecb1c0
Michal Petr
authored
Oct 21, 2024
and
Libor Moravčík
committed
Jul 04, 2025
f2ecb1c0
feat: Narrow phase detector
· d86ff78b
Michal Petr
authored
Oct 21, 2024
and
Libor Moravčík
committed
Jul 04, 2025
d86ff78b
feat: Collision info
· 8232b2a8
Michal Petr
authored
Oct 20, 2024
and
Libor Moravčík
committed
Jul 04, 2025
8232b2a8
feat: Collider
· a9d7718d
Michal Petr
authored
Oct 20, 2024
and
Libor Moravčík
committed
Jul 04, 2025
a9d7718d
fix: Wrong namespace
· e66ad553
Michal Petr
authored
Oct 20, 2024
and
Libor Moravčík
committed
Jul 04, 2025
e66ad553
feat: Collision cache
· 611bc50c
Michal Petr
authored
Oct 20, 2024
and
Libor Moravčík
committed
Jul 04, 2025
611bc50c
chore: Code reformatting
· 05437bf2
Michal Petr
authored
Oct 18, 2024
and
Libor Moravčík
committed
Jul 04, 2025
05437bf2
feat: Voronoi planes
· 60065485
Michal Petr
authored
Oct 18, 2024
and
Libor Moravčík
committed
Jul 04, 2025
60065485
fix: Plane forgot methods
· d0496c71
Michal Petr
authored
Oct 06, 2024
and
Libor Moravčík
committed
Jul 04, 2025
d0496c71
feat: Geometry
· 5ff90b04
Michal Petr
authored
Oct 02, 2024
and
Libor Moravčík
committed
Jul 04, 2025
5ff90b04
feat: Scalar consts
· fd86b172
Michal Petr
authored
Sep 24, 2024
and
Libor Moravčík
committed
Jul 04, 2025
fd86b172
chore: math CMakeLists recursive include
· c1bfe48b
Michal Petr
authored
Sep 24, 2024
and
Libor Moravčík
committed
Jul 04, 2025
c1bfe48b
feat: Simple phys structures
· 4e51e2bc
Michal Petr
authored
May 15, 2024
and
Libor Moravčík
committed
Jul 04, 2025
4e51e2bc
rework in progress
· 10202ecf
Libor Moravčík
authored
Oct 26, 2024
and
Libor Moravčík
committed
Jul 04, 2025
10202ecf
Lambda cache clearing and rigid body indexing
· e6842d8f
Libor Moravčík
authored
Oct 18, 2024
and
Libor Moravčík
committed
Jul 04, 2025
e6842d8f
RigidBodyData struct merged to RigidBody
· 990c0c12
Libor Moravčík
authored
Oct 17, 2024
and
Libor Moravčík
committed
Jul 04, 2025
990c0c12
Removed unused code and fixed bullet objects initializations
· 6e75046b
Libor Moravčík
authored
Oct 13, 2024
and
Libor Moravčík
committed
Jul 04, 2025
6e75046b
Reworked objects indexing, IPhxSystem base class
· bb6afd57
Libor Moravčík
authored
Oct 08, 2024
and
Libor Moravčík
committed
Jul 04, 2025
bb6afd57
simple lambda caching
· c8fa14c1
Libor Moravčík
authored
Oct 05, 2024
and
Libor Moravčík
committed
Jul 04, 2025
c8fa14c1
CollisionObjectType renamed back to T as template name type in files where it...
· 3ebb7c9f
Libor Moravčík
authored
Oct 01, 2024
and
Libor Moravčík
committed
Jul 04, 2025
3ebb7c9f
Removed code duplicity
· 062bda70
Libor Moravčík
authored
Sep 28, 2024
and
Libor Moravčík
committed
Jul 04, 2025
062bda70
Temporary fix for downcasting bullet objects when using MSVC
· 42c8d8ad
Libor Moravčík
authored
Sep 28, 2024
and
Libor Moravčík
committed
Jul 04, 2025
42c8d8ad
bugfixes to ongoing refactoring, project now runs as before refactorization
· 800ad06a
Libor Moravčík
authored
Sep 27, 2024
and
Libor Moravčík
committed
Jul 04, 2025
800ad06a
wip refactoring
· 31e83680
Libor Moravčík
authored
Sep 26, 2024
and
Libor Moravčík
committed
Jul 04, 2025
31e83680
WIP refactoring
· 51abd5fd
Libor Moravčík
authored
Sep 20, 2024
and
Libor Moravčík
committed
Jul 04, 2025
51abd5fd
Changes to ODE solver, added simple frame rendering
· f5916fa2
Libor Moravčík
authored
Sep 15, 2024
and
Libor Moravčík
committed
Jul 04, 2025
f5916fa2
Debug renderer for bullet physics, wireframes and contact points.
· 2645006c
Libor Moravčík
authored
Aug 24, 2024
and
Libor Moravčík
committed
Jul 04, 2025
2645006c
Added friction constraint
· b0886315
Libor Moravčík
authored
Aug 23, 2024
and
Libor Moravčík
committed
Jul 04, 2025
b0886315
Setting rotation calculated by ODE solver to RBs
· 44e56493
Libor Moravčík
authored
Aug 16, 2024
and
Libor Moravčík
committed
Jul 04, 2025
44e56493
wip constrained dynamics, working example including collision (contact) constraints
· f38e28d7
Libor Moravčík
authored
Aug 16, 2024
and
Libor Moravčík
committed
Jul 04, 2025
f38e28d7
Loading