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-07-22 | Fix using wrong Function and wrong function offset (#222) | Maya | |
2022-07-21 | Implemented Json into the squirrel vm (#172) | Maya | |
* Implemented Json into the squirrel vm * Formatting * More Formatting * Even more Formatting * Added Init functions to dllMain * Formatting * Changed to use Source Allocator * Renaming Part 1 * Renaming Part 2 | |||
2022-07-10 | Add dependency constants (#156)v1.9.1-rc4v1.9.1-rc3v1.9.1-rc2v1.9.1 | EladNLG | |
* Fix duplicate script in scripts.rson when 2 mods add a custom script with the same path Allow mods to force a VPK to load through vpk.json * Remove unnecessary print * Fix match predicate using the value instead of the name * - Add a dependency constant system for use in compile flags - Remove the duplicate script engine error fix - Add ClientSq_defconst & ServerSq_defconst * Format fix * - Fix access violation - Separate dependency constants into mod and add checks for conflicts * - Remove unnecessary comment * Remove VPK loading for now and allow 2 mods to use the same constant if the mod names match * Fix bugs * fix mistake * fix keyvalues not working with modded files * simplify code * Fix formatting * Remove keyvalues fix | |||
2022-07-09 | Add StringToAsset function to squirrel (#216) | Maya | |
* Add StringToAsset function to squirrel also added better values for return type enum because otherwise asset can't be returned without casting * Formatting * Switched to a template for the stringToAsset function also renamed files but have to do it in 2 commits because git ignores file case * Rename step 2 * change to lowercase in include * changed to lowercase in include inside dllmain | |||
2022-06-26 | Block developer squirrel functions (#211)v1.9.0-rc1v1.9.0v1.8.2-rc3 | Maya | |
* Block Dev Squirrel Functions Some Command Line Functions are still allowed * Renamed stub function and changed error message * Formatting * Change log level to warn | |||
2022-04-13 | Format project | Northstar | |
2022-03-18 | refactor dll load callbacks to lower number of dedicated.h includes (#109) | BobTheBob | |
2022-02-21 | Advanced chat: custom messages and client hooks (#74) | Tom Barham | |
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com> | |||
2022-02-03 | Format project | Northstar | |
2021-12-20 | auth fix and typo fix | BobTheBob | |
2021-12-19 | openssl support | BobTheBob | |
2021-11-05 | reworking modloading code | 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-06 | add mod enabling/disabling | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-09-26 | add CommandLine() and Cbuf_Execute | BobTheBob | |
2021-08-21 | more work on dedicated and launcher | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-03 | fix playlist kv building | 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-27 | add pdata support, improve filesystem hooks | BobTheBob | |
2021-07-25 | add custom native script function support | BobTheBob | |
2021-07-25 | missed a semicolon | BobTheBob | |
2021-07-25 | wasted a day working on something that didn't end up working, rework some ↵ | BobTheBob | |
modloader code | |||
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 | |
2021-07-21 | add eval commands and script compile error hook | BobTheBob | |
2021-07-18 | add rapidjson, move all logging to spdlog | BobTheBob | |
2021-07-17 | add support for custom convars and concommands | BobTheBob | |
2021-07-08 | initial commit | BobTheBob | |