aboutsummaryrefslogtreecommitdiff
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-07rename reloadturrets.cpp to reloadmodturrets.cppBobTheBob
2023-03-07reload datatables before uiscript_resetBobTheBob
2023-03-07clear datatable cacheBobTheBob
2023-03-07reload turret settingsBobTheBob
2023-03-07add non-deferred reloadBobTheBob
2023-03-07Merge remote-tracking branch 'origin/main' into modloading-rewrite-prBobTheBob
2023-03-06finalise code structureBobTheBob
2023-03-05Fix build errors due to declaration order in scripthttprequesthandler (#430)pg9182
2023-03-04add basic deferred reloading and reloading for keyvaluesBobTheBob
2023-02-23Add `FUNCTION_AT` and `VAR_AT` macros (#416)BobTheBob
* add FUNCTION_AT and VAR_AT macros * fix build issues oops * fix formatting * add PREDEFINED_VAR_AT * change func name * fixup formatting * update to use DEFINED_VAR_AT
2023-02-22Implement `dedi_sendPrintsToClient` (#418)BobTheBob
* add CGlobals class and g_pGlobals, and update scripts to support * don't automatically enable antispeedhack (oops) * add dedicated.cpp * format * bad push oops * reformat again * implement dedi_sendPrintsToClient * update formatting
2023-02-22Merge branch 'modloading-rewrite-pr' of ↵BobTheBob
https://github.com/R2Northstar/NorthstarLauncher into modloading-rewrite-pr
2023-02-22rebaseBobTheBob
2023-02-22Add additional properties to `CBasePlayer` (#329)BobTheBob
* add additional properties to CBasePlayer * fixup names * use hex offsets
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-22temp commit for switchunknown
2023-02-22change func nameBobTheBob
2023-02-22add PREDEFINED_VAR_ATBobTheBob
2023-02-14remove modpdefunknown
2023-02-14Merge remote-tracking branch 'origin/main' into functionat-prunknown
2023-02-14Merge remote-tracking branch 'origin/main' into modloading-rewrite-prunknown
2023-02-14Merge remote-tracking branch 'origin/main' into functionat-prunknown
2023-02-14Force-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-14fix formattingunknown
2023-02-14temp commit for changing branchunknown
2023-02-13Merge remote-tracking branch 'origin/main' into modloading-rewrite-prunknown
2023-02-13local commit for merging mainunknown
2023-02-13refactor modloading and implement initial automatic reload codeunknown
2023-02-12Add `CGlobals` class and `g_pGlobals`, and update code to support (#411)BobTheBob
* add CGlobals class and g_pGlobals, and update scripts to support * don't automatically enable antispeedhack (oops) * add dedicated.cpp * format * bad push oops * reformat again
2023-02-11Merge remote-tracking branch 'origin/main' into modloading-rewrite-prunknown
2023-02-11commit for mergeunknown
2023-02-10fix build issues oopsunknown
2023-02-10temp commit for switchunknown
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-02-07Do not load streaming files on dedicated server (#412)BobTheBob
dont load streaming files on dedicated server
2023-02-06Flush loggers properly on dedicated server shutdown (#413)v1.12.2-rc1v1.12.2v1.12.1-rc1v1.12.1BobTheBob
flush loggers properly on dedicated server shutdown
2023-02-04add FUNCTION_AT and VAR_AT macrosunknown
2023-02-01Allow `launchplaylist` to be used to start dedicated servers (#409)BobTheBob
allow launchplaylist to be used to start dedicated servers
2023-01-30feat: Remote mods directory (#403)Rémy Raes
* feat: create remote mod directory * feat: look for mods in remote mods directory
2023-01-30Format content of `enabledmods.json` (#406)Glacir
Format enabledmods.json
2023-01-29fix broken filters (#407)BobTheBob
2023-01-26remove debug logging (#402)uniboi
2023-01-21Expose Cursor Position to UI vm (#387)uniboi
* add NSGetCursorPosition * fix vs filters * fix clang formatting * Create wininfo.h * Create wininfo.cpp * add wininfo to compiler options * add wininfo to filters * move wininfo * clamp position to screen size
2023-01-20Pedantic fix for #391 (use if-else instead of if) (#392)p0358
Pedantic fix for previous commit (3cfd6f9) (use if-else instead of if)