aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/bphysmodel.cpp
Commit message (Collapse)AuthorAge
* Fixed loading physics modelsAlexander Pickering2018-10-31
|
* Started refactoring phys modelAlexander Pickering2018-10-03
|
* Removed some dead codeAlexander Pickering2018-06-30
| | | | Removed a lot of commented out old code
* Updated coreAlexander Pickering2018-06-22
| | | | Updated all core files to prepare for tech demo
* 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
* Started refactoringAlexander Pickering2017-10-18
| | | | | | | | * Finished a basic server * Changed from ZMQ to nanomsg (basically the same though) * Moved some repeated code from the client/server directories into "shared" * Edited makefile to reflect new dependencies
* Added gui windowAlexander Pickering2017-07-29
| | | | Bound irrlicht's IGUIWindow to lua
* Added static physics thingsAlexander Pickering2017-07-15
Added some phyics stuff! woo! * Added physics models from file * Added physics boxes * Added a maya camera * Added lights * Various refactoring