aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
* Added inital files for client and serverAlexander Pickering2018-09-23
| | | | Added init.lua files for both the client and server binaries.
* Added a default client deviceinit scriptAlexander Pickering2018-09-23
| | | | Added a default script to create the irrlicht window.
* Added server to makefile's "all"Alexander Pickering2018-06-28
| | | | Makefile now builds server
* Simplified makefileAlexander Pickering2018-06-28
| | | | | Made makefile much simpiler, added option to build dynamically with DEBUG=true
* Added gitignoresAlexander Pickering2018-06-24
|
* Major updateAlexander Pickering2017-12-26
|
* 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