Sara pushed to dynamic-size-world at Sara/basic-game-framework
-
1eb8ab2fd9 WIP: world array is now an array of pointers to objects
-
a18d5599b4 Merge remote-tracking branch 'origin' into dynamic-size-world
-
ca3b2af703 added math library to CMakeLists
-
ac722f6e5f Merge pull request 'rework collision_t component into a more wholistic physics_t component' (#11) from object-physics into main
- Compare 4 commits »
Sara created pull request Sara/basic-game-framework#12
Allow the work to grow as required by the number of objects being spawnedSara pushed to dynamic-size-world at Sara/basic-game-framework
-
de7d14ae92 added corelib.h include for minimal setup
-
f395f27532 moved entry to corelib
-
528e35537f renamed engine module to entry module
-
f115334644 moved engine module to corelib
- Compare 4 commits »
Sara pushed to main at Sara/basic-game-framework
-
ca3b2af703 added math library to CMakeLists
Sara deleted branch object-physics from Sara/basic-game-framework
Sara merged pull request Sara/basic-game-framework#11
rework collision_t component into a more wholistic physics_t component
Sara pushed to main at Sara/basic-game-framework
-
ac722f6e5f Merge pull request 'rework collision_t component into a more wholistic physics_t component' (#11) from object-physics into main
-
484db1961a reformatting some lines in CMakeLists
-
20ca626acf solve_collision_slide no longer modifies rhs argument
-
9a732ad82f simplified solve_collision_slide
-
812e7eab20 renamed move_and_slide to physics_move
- Compare 8 commits »
Sara pushed to object-physics at Sara/basic-game-framework
-
484db1961a reformatting some lines in CMakeLists
Sara pushed to object-physics at Sara/basic-game-framework
-
20ca626acf solve_collision_slide no longer modifies rhs argument
-
2af80825a3 solve_collision_slide no longer moves lhs arg
- Compare 2 commits »
Sara pushed to object-physics at Sara/basic-game-framework
-
2af80825a3 solve_collision_slide no longer moves lhs arg
Sara pushed to object-physics at Sara/basic-game-framework
-
9a732ad82f simplified solve_collision_slide
-
812e7eab20 renamed move_and_slide to physics_move
-
ead22d114c added explicit extern specifiers to physics functions lacking them
-
7a2cb3cd5c added solver field to physics_t, exposed solve_collision_slide to make it work
- Compare 4 commits »
Sara created pull request Sara/basic-game-framework#11
rework collision_t component into a more wholistic physics_t componentSara pushed to object-physics at Sara/basic-game-framework
-
76bf6e81e5 reworked collision_t component into physics_t component
Sara deleted branch split-world-module from Sara/basic-game-framework
Sara deleted branch move-and-slide from Sara/basic-game-framework
Sara deleted branch improve-short-moves from Sara/basic-game-framework
Sara deleted branch fix-render from Sara/basic-game-framework
Sara deleted branch event-input from Sara/basic-game-framework