cat_or_not
e85910e9ac
Move core/convar/ to tier1/ 2 ( #928 )
2026-08-08 04:26:00 -04:00
Jack
44755cd2da
Reduce templating of squirrel managers ( #863 )
...
* Untemplate g_pSquirrel so intellisense and stuff actually works with it
* Remove unnecessary bitwise operations
* Don't use ScriptContext_COUNT and treat INVALID as a valid flag
2025-12-21 20:41:44 +01:00
Allusive
4184cd34eb
Replace sprintf usage with sprintf_s in version.cpp ( #867 )
...
* Replace sprintf usage with sprintf_s in version.cpp
2025-09-01 16:06:00 +02:00
Northstar
6e9792f365
Format project
2024-08-26 15:18:56 +02:00
Northstar
5b2c608b22
Format project
2024-08-23 23:26:57 +02:00
Jack
85a2fb9c56
Address C4100 compiler warnings (unused var) ( #648 )
...
Adds and uses a macro to avoid the warning
2024-03-04 01:12:05 +01:00
Jack
e1eb2a6f4b
Don't allow too many arguments to be sent to the map command ( #673 )
...
`map` should only take a single arg that specifies the map to load.
2024-03-02 15:29:58 +01:00
Jack
6ad955ae0a
ScopeGuard improvements ( #651 )
...
`std::function` introduced a layer of indirection that can be removed through templating the class.
2024-01-30 23:06:40 +01:00
Jack
7f84bdf8fd
Address C4267 compiler warnings ( #647 )
...
Implicit conversion from `size_t` to a smaller type
2024-01-21 20:34:19 +01:00
Jack
447cace77f
Add and use ScopeGuard ( #643 )
...
Use a scope guard instead of `GOTO` statements for curl cleanup
2024-01-20 23:40:27 +01:00
Jack
f5ab6fb5e8
Folder restructuring from primedev ( #624 )
...
Copies of over the primedev folder structure for easier cherry-picking of further changes
Co-authored-by: F1F7Y <filip.bartos07@proton.me>
2023-12-27 01:32:01 +01:00