Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-07 | reload turret settings | BobTheBob | |
2023-03-07 | add non-deferred reload | BobTheBob | |
2023-03-06 | finalise code structure | BobTheBob | |
2023-03-04 | add basic deferred reloading and reloading for keyvalues | BobTheBob | |
2023-02-22 | rebase | BobTheBob | |
2023-02-22 | commit for branch change | BobTheBob | |
2023-02-22 | temp commit for changing branch | unknown | |
2023-02-22 | local commit for merging main | unknown | |
2023-02-22 | refactor modloading and implement initial automatic reload code | unknown | |
2023-02-22 | commit for merge | unknown | |
2023-02-22 | temp commit for switch | unknown | |
2023-02-14 | Force-include `pch.h` to all files, remove explicit includes (#393) | p0358 | |
* force-include "pch.h" in all units, as it will error if it's not included anyways * remove #include "pch.h" from all files as it's not needed anymore now * fix size of NSUserAgent to be consistent (it's 256 in version.cpp, caused compile error) * Re-add explicit pch.h include to pch.cpp (and ran clang-format) * drop pch.h inclusion from new files | |||
2023-02-09 | Add Destroy callback for squirrel scripts. (#383)v1.12.3-rc2v1.12.3-rc1v1.12.3 | Erlite | |
* Add Destroy callback for squirrel scripts. * Switch _call() to Call() | |||
2023-01-30 | feat: Remote mods directory (#403) | Rémy Raes | |
* feat: create remote mod directory * feat: look for mods in remote mods directory | |||
2023-01-30 | Format content of `enabledmods.json` (#406) | Glacir | |
Format enabledmods.json | |||
2022-12-22 | Add script concommands (#373) | Emma Miler | |
* Add script concommands * Fix indent * Formatting * Formatting stuff * Changes for review * Fix typo * Forgot to remove the return statement * Formatting | |||
2022-12-19 | Restructuring (#365) | Emma Miler | |
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops |