aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys
Commit message (Collapse)AuthorAge
* Updates to model loader to work with new apiAlexander2020-06-29
| | | | | Tinyobjloader-c modified it's api(backwards incompatable), modify the call to fit the new api.
* Updates for mdocAlexander2020-06-29
| | | | Also more tests
* Various progress for 1klutzAlexander2020-06-10
| | | | | Added convext shape casts, still a little broken, but it might be just broken bullet side.
* Add a shape castAlexander2020-06-02
| | | | | Add a raycast like function, which can cast shapes. phys.shapecast(), along with a shape structure needed to call this function.
* various updatesAlexander2020-05-18
|
* Various updatesAlexander2019-10-27
|
* Modified files to work with new builds systemAlexander Pickering2019-07-08
| | | | | Also properly deleted some old files that were sill around
* 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.
* Physbox now has more optionsAlexander Pickering2018-09-23
| | | | | Used an alternate constructor for physics boxes that gives more control over the phys box
* Simplified makefileAlexander Pickering2018-06-28
| | | | | Made makefile much simpiler, added option to build dynamically with DEBUG=true
* Updated coreAlexander Pickering2018-06-22
| | | | Updated all core files to prepare for tech demo
* Added IGUIImagesAlexander Pickering2018-03-09
| | | | Added the ability to display itextures on the gui
* Major updateAlexander Pickering2017-12-26
|
* Added readmeAlexander Pickering2017-10-29
|
* Lots of updatesAlexander Pickering2017-10-28
* Networking is finally working * Started moveing physics into the shared domain * Streams now have a readString() and writeString() method * streams are passed to the lua context for networking * Refactored cameras and physboxes to use metatables * Finally wrote the pushvector3* and popvector3* methods * Fixed a few crashes in ;main * Deleted a lot of code