Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Fix a memory leak for `setupfunc` (#103) | Emma Miler | |
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-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-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-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-25 | add custom native script function support | BobTheBob | |
2021-07-25 | wasted a day working on something that didn't end up working, rework some ↵ | BobTheBob | |
modloader code | |||
2021-07-21 | add log file support | BobTheBob | |
2021-07-21 | add eval commands and script compile error hook | BobTheBob | |
2021-07-17 | add support for custom convars and concommands | BobTheBob | |
2021-07-08 | initial commit | BobTheBob | |