aboutsummaryrefslogtreecommitdiff
path: root/src/client/initdevice.cpp
Commit message (Collapse)AuthorAge
* Create device staticallyAlexander M Pickering2023-04-15
|
* Different initalizationAlexander M Pickering2023-04-14
|
* Don't free the temporary settings objectAlexander M Pickering2023-04-14
|
* Switch back to complicated device initAlexander M Pickering2023-04-14
|
* Create a static irrlicht deviceAlexander M Pickering2023-04-14
|
* Added more debuggingAlexander M Pickering2021-10-26
| | | | | Add some more print statements when we're starting up to get a better idea of what's failing.
* 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)
* Allow brokengine to start projects in other directoriesAlexander Pickering2018-10-03
| | | | | | Allow the second argument passed to brokengine on the command line specify the location of the data/ folder the program uses.
* 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
* Added getpos and setpos functions for scene nodesAlexander Pickering2017-04-10
|
* Initial commitAlexander Pickering2016-11-01