aboutsummaryrefslogtreecommitdiff
path: root/src/shared/phys/physcommon.cpp
Commit message (Collapse)AuthorAge
* various updatesAlexander2020-05-18
|
* Various updatesAlexander2019-10-27
|
* 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
|
* Added Kinematic Character ControllersAlexander Pickering2018-11-07
|
* Added header gaurds to physcommonAlexander Pickering2018-10-31
|
* Added documentationAlexander Pickering2018-09-10
| | | | | | Also added treeview guielemnt Also added ifilesystem guielement Also added io library
* 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
* 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