aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bphysgeneric.cpp
Commit message (Collapse)AuthorAge
* Minor bugfixes, preparing to overhaulAlexander M Pickering2022-07-04
|
* Updates for mdocAlexander2020-06-29
| | | | Also more tests
* various updatesAlexander2020-05-18
|
* Major refactor of physics codeAlexander2019-06-26
| | | | | Move all the physics code into the shared directory, and fix the ghost objects (aabb only)
* updatesAlexander2019-04-24
|
* Moved the define constant definition into common/shared headerAlexander2019-01-09
|
* Added Kinematic Character ControllersAlexander Pickering2018-11-07
|
* Refactored code and added libraryAlexander Pickering2018-11-01
Physics code for models now lives in the shared directory. To get file loading without irrlicht, a single-file header library (lib/tinyobjloader-c) was added. Metatables for generics and physics generics have also been seperated out.