aboutsummaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAge
* Add some asserts and fix the networking testAlexander M Pickering2023-11-24
|
* Start work on getting tests to runAlexander M Pickering2023-11-24
|
* Minor bugfixes, preparing to overhaulAlexander M Pickering2022-07-04
|
* Updates for mdocAlexander2020-06-29
| | | | Also more tests
* Started work on cross-platform refactorAlexander2019-07-10
|\ | | | | | | Started refactoring the code to work on windows and linux
| * Unit tests are now platform independentAlexander Pickering2019-07-08
| | | | | | | | | | Unit tests will use the .exe when on windows, and the binary without extension on linux.
| * Added gitignore files for new build systemAlexander Pickering2019-07-08
| |
* | Added more testsAlexander2019-06-28
|/ | | | | | Fixed up the networking test, and added something to create the deviceinit file in the first test (so the tests just just run on a new clone now)
* Updated tests for networkingAlexander2019-06-26
| | | | Updated some of the unit tests to reflect the new networking api
* Started on unit testsAlexander Pickering2018-10-31
Added a GAME.exit() function Added some bare bones unit tests