Age | Commit message (Expand) | Author |
2022-11-15 | Fix slow keyvalues building (#331) | Emma Miler |
2022-11-14 | New syntax for reversed structs (#324) | Emma Miler |
2022-11-14 | New crashhandler (#325) | Emma Miler |
2022-11-13 | fix accidentally broken project filters from merge conflict (#327) | BobTheBob |
2022-11-13 | Squirrel functions auto bind (#299) | Maya |
2022-11-13 | allow kb_act.lst to be compiled from multiple mods (#298) | BobTheBob |
2022-11-12 | Logging improvements + Colours (new) (#320) | Emma Miler |
2022-11-12 | allow vmts do be loaded from disk (#292) | BobTheBob |
2022-11-12 | [COOP] load sp_ rpaks on dedi (#283) | Jack |
2022-11-12 | Restore `-waitfordebugger` flag (#321) | Emma Miler |
2022-11-12 | remove dev only from mat_colorcorrection (#326) | H0L0theBard |
2022-11-06 | Fix player count server presence (again) (#323) | Emma Miler |
2022-11-06 | Fix player count in server presence (#322) | Emma Miler |
2022-11-03 | Fix `status` hooks (#316) | BobTheBob |
2022-10-31 | add KeyValues class (#303) | BobTheBob |
2022-10-31 | Update crashhandler.cpp (#297) | Emma Miler |
2022-10-31 | remove dev-only flag from save_enable (#315)v1.10.3-rc1v1.10.3 | H0L0theBard |
2022-10-28 | Improve authentication flow (#306)v1.10.2-rc1v1.10.2 | Maya |
2022-10-27 | Update serverauthentication.cpp (#307) | Emma Miler |
2022-10-23 | fix reading of cvar net_data_block_enabled (#302)v1.10.1-rc1v1.10.1 | BobTheBob |
2022-10-23 | change accidentally broken m_UID offset (#301) | BobTheBob |
2022-10-22 | fix typo in ConVar::SetValue( const char* ) (#296) | BobTheBob |
2022-10-22 | Fix using wrong dll load for patching bik loading (#295)v1.10.0-rc5v1.10.0 | Maya |
2022-10-22 | Allow rpaks to use starpaks that are in the mod's folder (#279)v1.10.0-rc4 | Jack |
2022-10-22 | Fixup more cvars (#294)v1.10.0-rc3 | BobTheBob |
2022-10-21 | fix up formattingv1.10.0-rc2 | BobTheBob9 |
2022-10-21 | fix up squirrel sq_getentity defs | BobTheBob9 |
2022-10-17 | big refactor (#171)v1.10.0-rc1 | BobTheBob |
2022-10-04 | Clear token when not needed anymore (#282) | Emma Miler |
2022-09-25 | Replace XInput library with updated one (#278) | Emma Miler |
2022-09-20 | Standardise concommand func naming in C++ (#277) | BobTheBob |
2022-09-19 | Set current directory properly (#275) | p0358 |
2022-09-19 | Display error if logs path isn't writeable (#274) | p0358 |
2022-09-13 | Revert "Add log colours because they are pretty (#237)" | GeckoEidechse |
2022-09-07 | Rename some members of MasterServerManager (#266) | GeckoEidechse |
2022-09-03 | Check LSX for Origin launch (#263) | BobTheBob |
2022-09-02 | Add newline | GeckoEidechse |
2022-09-02 | Update comment | GeckoEidechse |
2022-09-02 | Carry over some formatting changes from refactor (#259) | BobTheBob |
2022-09-02 | Change prints to C++ style (#258) | BobTheBob |
2022-08-25 | Fix typo | GeckoEidechse |
2022-08-25 | Rename `configurables.cpp` to `nsprefix.cpp` (#253) | BobTheBob |
2022-08-25 | Rename `IsDedicated()` to `IsDedicatedServer()` (#252) | BobTheBob |
2022-08-24 | Change file name case sensitivity to lower case (#249) | GeckoEidechse |
2022-08-24 | Ignore folder rename (#245) | GeckoEidechse |
2022-08-24 | Add newlines at end of file (#247) | GeckoEidechse |
2022-08-24 | Add editorconfig file (#246) | GeckoEidechse |
2022-08-24 | Adjust folder structure (#242) | BobTheBob |
2022-08-23 | Add log colours because they are pretty (#237) | Jack |
2022-08-20 | allow mods to load biks that aren't already present in r2/media (#137) | BobTheBob |