aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/load_phys.cpp
Commit message (Collapse)AuthorAge
* 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.
* Added a raytest methods for physicsAlexander Pickering2018-09-29
| | | | Added a phys.raytest(vector3 from, vector3 to) :: boolean hasHit
* Updated coreAlexander Pickering2018-06-22
| | | | Updated all core files to prepare for tech demo
* Lots of changesAlexander Pickering2017-07-04
* client no longer crashes when closed * started work on adding physics types * some bugfixes to core lua api