aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Start work on getting tests to runAlexander M Pickering2023-11-24
|
* Try something to fix z buffer problemsAlexander M Pickering2023-09-18
|
* another fix for debug flagsAlexander M Pickering2023-09-17
|
* fix debug flags functionAlexander M Pickering2023-09-17
|
* Fix typoAlexander M Pickering2023-09-17
|
* Add constants for debugingAlexander M Pickering2023-09-17
|
* Add documentation for creating a scene nodeAlexander M Pickering2023-09-17
|
* Fix minor bug with inode:remove()Alexander M Pickering2023-09-17
|
* Update makefilesAlexander M Pickering2023-09-17
|
* Add a setimage method for iguibuttonsAlexander M Pickering2023-09-17
|
* Add function setminsize() for iguielementsAlexander M Pickering2023-04-30
|
* Update readme with new cicd linksAlexander M Pickering2023-04-27
|
* Have documentation and tests be sharedAlexander M Pickering2023-04-27
|
* Remove prints in gameloopAlexander M Pickering2023-04-17
|
* Link against openglAlexander M Pickering2023-04-16
|
* Better error messages during initalizationAlexander M Pickering2023-04-16
|
* Uncomment event loop printsAlexander M Pickering2023-04-15
|
* Create device staticallyAlexander M Pickering2023-04-15
|
* Remove nng flags from windows makefileAlexander M Pickering2023-04-14
| | | | Nanomessage next gen flags should be built into the library
* 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
|
* Only use c++ threads if they're supported by the compilerAlexander M Pickering2023-04-14
|
* Additional headersAlexander M Pickering2023-04-14
| | | | add the <chrono> and <thread> headers to the server's main file
* Less explicit dependenciesAlexander M Pickering2023-04-14
| | | | | Be less explicit about the names of libararies for building windows binaries
* Remove dependencies from windows buildAlexander M Pickering2023-04-14
| | | | Windows build should not build dependent librarires
* Update makefileAlexander M Pickering2023-04-14
|
* Remove the default static linkingAlexander M Pickering2023-03-07
| | | | on linux, libGL cannot be statically linked.
* Fix another typoAlexander M Pickering2023-03-07
|
* Use an older name for luaL_regAlexander M Pickering2023-03-07
|
* Fix typoAlexander M Pickering2023-03-07
|
* Add the permissive flag to non-debug buildsAlexander M Pickering2022-12-06
|
* Update windows libraries to use bulletminusAlexander M Pickering2022-12-04
|
* Update nix libraries to use bulletminusAlexander M Pickering2022-12-04
|
* Lowercase markdownAlexander M Pickering2022-12-01
| | | | markdown binary should be lower case.
* Add mdoc binary for linuxAlexander M Pickering2022-12-01
|
* Add documentation building for linuxAlexander M Pickering2022-12-01
|
* Replace bullet with bulletminusAlexander M Pickering2022-08-28
|
* remove bulletAlexander M Pickering2022-08-28
|
* API update to tinyobjAlexander M Pickering2022-08-07
| | | | Update to tinyobj makes minor changes to the API
* Minor bugfixes, preparing to overhaulAlexander M Pickering2022-07-04
|
* commit to back up work before movingAlexander M Pickering2021-12-17
|
* Add documentationAlexander M Pickering2021-10-27
|
* Correct documentationAlexander M Pickering2021-10-27
|
* Add documentation to the file dialogAlexander M Pickering2021-10-26
|
* 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.
* Correct links in readmeAlexander M Pickering2021-10-26
| | | | | Correct the link to clone the repo, and correct documentation for building docs.
* Add documentation to gitignoreAlexander M Pickering2021-10-26
| | | | Don't commit built documentation.
* Improve makefile for windowsAlexander M Pickering2021-10-26
| | | | Windows now build irrlicht luajit and nng from the makefile.