aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/mods/modmanager.h
AgeCommit message (Collapse)Author
2023-03-08fix crash while loading weapons and implement (currently disabled)modloading-rewrite-prBobTheBob
automatic remote mod unloading
2023-03-08add functions for setting remote mods to actually loadBobTheBob
2023-03-07reload turret settingsBobTheBob
2023-03-07add non-deferred reloadBobTheBob
2023-03-06finalise code structureBobTheBob
2023-03-04add basic deferred reloading and reloading for keyvaluesBobTheBob
2023-02-22commit for branch changeBobTheBob
2023-02-22temp commit for changing branchunknown
2023-02-22local commit for merging mainunknown
2023-02-22refactor modloading and implement initial automatic reload codeunknown
2023-02-22commit for mergeunknown
2023-02-09Add Destroy callback for squirrel scripts. (#383)v1.12.3-rc2v1.12.3-rc1v1.12.3Erlite
* Add Destroy callback for squirrel scripts. * Switch _call() to Call()
2023-01-30feat: Remote mods directory (#403)Rémy Raes
* feat: create remote mod directory * feat: look for mods in remote mods directory
2022-12-22Add 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-19Restructuring (#365)Emma Miler
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops