Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-10 | add nsprefix because i forgot to include it | BobTheBob9 | |
2022-07-10 | completely remove old hooking | BobTheBob9 | |
2022-07-07 | almost fully replaced hooking lib | BobTheBob9 | |
2022-05-27 | fix up postbuild commands to use relative dir | BobTheBob | |
2022-05-27 | rename project folder (:tf: commit log) | BobTheBob | |
2022-05-26 | update more stuff to new hook macros | BobTheBob | |
2022-05-26 | lots of cleanup and starting moving to new hooking macros | BobTheBob | |
2022-05-21 | remove unnecessary header files | BobTheBob | |
2022-05-13 | move sqvm funcs into wrappers in the manager class | BobTheBob | |
2022-05-12 | Update keyvalues.cpp | BobTheBob | |
2022-05-12 | separate gameutils into multiple r2 headers | BobTheBob | |
2022-05-12 | formatting changes | BobTheBob | |
2022-05-11 | add proper map autocompletes and maps command | BobTheBob | |
2022-05-11 | make cvar print work on dedi, move demo fix stuff, add findflags | BobTheBob | |
2022-05-11 | formatting changes | BobTheBob | |
2022-05-11 | rename g_ModManager to g_pModManager | BobTheBob | |
2022-05-11 | replace files in ReadFromCache | BobTheBob | |
2022-05-11 | better IsFlagSet def | BobTheBob | |
2022-05-11 | move hoststate to its own file and add host_init hooks | BobTheBob | |
2022-05-11 | normalise mod fs paths to be lowercase | BobTheBob | |
2022-05-10 | allow parsing of convar flags from string | BobTheBob | |
2022-05-10 | add cvar help and find | BobTheBob | |
2022-05-09 | add proper helpstrings to masterserver cvars | BobTheBob | |
2022-05-09 | use cvar change callbacks for unescaping ns_server_name and ns_server_desc | BobTheBob | |
2022-05-09 | use lambdas for dll load callbacks so intellisense shits itself less | BobTheBob | |
2022-05-09 | standardise concommand func naming in c++ | BobTheBob | |
2022-05-09 | improve showing console for ui script compile errors | BobTheBob | |
2022-05-09 | uiscript_reset concommand: don't loop forever if compilation fails | BobTheBob | |
2022-05-09 | move tier0 and playlist funcs to namespaces | BobTheBob | |
2022-05-09 | refactor some squirrel stuff and ingame compilation error message | BobTheBob | |
2022-05-09 | get rid of context file | BobTheBob | |
2022-05-09 | move sqvm funcs to sq managers | BobTheBob | |
2022-05-09 | fix debug crashes | BobTheBob | |
2022-05-09 | move more things to macros | BobTheBob | |
2022-05-09 | use in-file macros rather than global funcs for registering dll load callbacks | BobTheBob | |
2022-04-27 | Hardcode version number (#152) | GeckoEidechse | |
* Hardcode version number This way, we don't get the wrong version number when launching Titanfall2.exe via `-northstar` The hardcoded value should be overwritten by CI on release Fixes #129 * Set Northstar version in separate header file * Make `northstar_version` array a constant * Fix formatting | |||
2022-04-26 | Write launcher version to log file (#153) | GeckoEidechse | |
2022-04-24 | Make debugoverlay conform to clang-format (#151) | Emma Miler | |
2022-04-24 | Fix debug builds (#150) | Emma Miler | |
Properly initializes AuthData structs where used. This does not get done automatically in debug mode because c++ is weird like that | |||
2022-04-21 | DebugOverlay (#106) | r-ex | |
* DebugOverlay yea * default enable_debug_overlays to 0, and make FCVAR_CHEAT Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | |||
2022-04-13 | Format project | Northstar | |
2022-04-13 | Update clang-format | Barichello | |
Configs suggested by: https://github.com/R2Northstar/NorthstarLauncher/issues/119#issuecomment-1079788384 Closes #119 | |||
2022-04-13 | Fix formatting to stop clang-format failing in CI (#143) | GeckoEidechse | |
2022-04-12 | Update ns_icon.ico (#127) | amione | |
2022-04-12 | make curl logging optional (#141) | BobTheBob | |
2022-04-12 | more changes to mod rpak loading (#139) | BobTheBob | |
* more changes to mod rpak loading * reformat | |||
2022-04-12 | make toggleconsole FCVAR_DONTRECORD (#140) | BobTheBob | |
2022-04-09 | various rpak loading changes (#135) | BobTheBob | |
* various rpak loading changes * format rpakfilesystem.cpp | |||
2022-04-09 | add rui_drawEnable (#134) | BobTheBob | |
* add rui_drawEnable * oops forgot to push vcxproj changes to branch * format clientruihooks.cpp | |||
2022-04-09 | add audio changes (#133) | BobTheBob | |
* add audio changes * use shared_mutex instead of atomic_int for waiting on audio loads |