Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Adjust folder structure (#242) | BobTheBob | |
* Adjust folder structure * change launcher directory name | |||
2022-08-08 | Fix most clang/mingw issues (#226) | pg9182 | |
- Fix include case. - Replace MSVC-specific align with standard alignas. - Type fixes. - Delete operator noexcept. - A few other minor issues. - clang-format everything. - Use c++20 instead of c++17. - Rewrite ERROR macro for launcher_wsock32_proxy. - Use a plain ifstream for the audio.cpp wavStream. Note: When compiling with clang, you'll need -municode. Related to #212. | |||
2022-03-15 | add mod binks, mod rpak loading, and support for non-preload vpks/rpaks | BobTheBob | |
2022-03-15 | move to using g_pCVar more | BobTheBob | |
2022-02-03 | Format project | Northstar | |
2022-01-30 | Added command line option for custom northstar dir | Emma Miler | |
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 | |||
2021-12-30 | fix various random warnings | p0358 | |
2021-11-06 | modmanager fixes | BobTheBob | |
2021-11-05 | reworking modloading code | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-08-29 | add mod vpk support | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-02 | add dynamic keyvalue building, client serverbrowser stuff | BobTheBob | |
2021-07-29 | add script api for mods and add temp fix for scripts.rson not loading right | BobTheBob | |
2021-07-28 | improve lookup speeds for mod files | BobTheBob | |
2021-07-27 | add pdata support, improve filesystem hooks | BobTheBob | |
2021-07-23 | add support for building scripts.rson at runtime | BobTheBob | |
2021-07-23 | add basic vpk file replacement | BobTheBob | |
2021-07-21 | add some basic filesystem stuff and client/ui script callbacks | BobTheBob | |