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-06-16 | Localize error messages from masterserver (#159) | Emma Miler | |
2022-04-13 | Format project | Northstar | |
2022-03-03 | Add launcher code for plugin support (#93) | Emma Miler | |
* rpc * RPC * Undoing broken shit * temp * Revert "temp" This reverts commit 4875b5aca2b0d6b03183d220120c03df28759a95. * Include a whole bunch of new stuff * fix id * Added manifest and added some verification * Fixed my oopsies * Safety commit * Moved over to new plugin abi * Small docs changes and made plugin loading use ABI_VERSION * Moving discord rpc plugin stuff to a separate repo * Add some comments to `plugins.cpp` * Moved internal structs from `plugin_abi.h` to `plugins.cpp` * Add CLA `-noplugins` * Code formatting changes so clang-format doesn't scream at me * i hate clang-format * why does this fail to build now wtf * Update plugins.cpp * Merged and updated to new convar system * Implemented changes requested in review * Removed a few more of those nasty comments * Removed extra build configs Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | |||
2022-02-03 | Format project | Northstar | |
2022-01-20 | Fix recursive matching issue and optimized further | Wtz_LASR | |
2022-01-20 | Fixes and optimizations around title and server names | wolf109909 | |
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification. | |||
2022-01-05 | refactor to allow servers to reregister themselves in heartbeat | BobTheBob | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | setup for rpak filesystem hooks | BobTheBob | |
2021-12-31 | Isolate out common curl options and add -msinsecure option again | p0358 | |
2021-12-31 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | p0358 | |
2021-12-30 | move to server auth token system for verifying gameserver auth messages, ↵ | BobTheBob | |
rather than ip | |||
2021-12-30 | fix various random warnings | p0358 | |
2021-12-30 | Merge upstream | p0358 | |
2021-12-29 | fix a typo and move to new ssl | BobTheBob | |
2021-12-29 | add launcher.dll proxy option | p0358 | |
2021-12-29 | move to libcurl for masterserver as libhttp seems to be buggy and have bad ↵ | BobTheBob | |
error reporting for client | |||
2021-12-28 | add retry logic to masterserver requests | BobTheBob | |
2021-12-24 | prevent playlist var names over 64 characters and send maxplayers on map change | BobTheBob | |
2021-12-11 | write_persistence fixes and custom mainmenupromos | BobTheBob | |
2021-11-13 | client auth token support | BobTheBob | |
2021-11-07 | beginning work on new auth | BobTheBob | |
2021-10-19 | add reconnecting to local lobby with auth on leave | BobTheBob | |
2021-10-19 | add masterserver mod list support and fix some squirrel issues | BobTheBob | |
2021-10-11 | add server script early persistence writes | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-09-09 | fix singleplayer auth issues | BobTheBob | |
2021-09-09 | add IsValveMod patches | BobTheBob | |
2021-08-14 | add authentication with local server | BobTheBob | |
2021-08-13 | add local http server for auth | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-06 | add support for connecting to servers from masterserver | BobTheBob | |
2021-08-05 | add support for requesting server list from masterserver | BobTheBob | |