Commit Graph

2792 Commits

Author SHA1 Message Date
Edo
98a61ee9ed [Debug]: Draw lines from riot shield (#670) 2022-12-26 15:14:22 +01:00
Edo
f70c02b42e [Scheduler]: Use enum class & more (#669) 2022-12-26 13:07:24 +01:00
Edo
0539fe3e24 [Exception]: Remove this (#668) 2022-12-25 19:38:43 +01:00
Edo
01a629d02b [General]: Fix some things (#667) 2022-12-25 18:23:53 +01:00
Edo
79758e1752 [Bots]: Fix code style mistake (#666) 2022-12-24 22:21:18 +00:00
Edo
9f67a4f62d [Bots]: Add requested feature (#665) 2022-12-24 23:14:47 +01:00
6958316fe4 Zonebuilder directory for support zones (#662)
Co-authored-by: Louvenarde <louve@louve.systems>
Co-authored-by: Diavolo <edoardo.sanguineti222@gmail.com>
2022-12-24 20:41:23 +00:00
6692e99d86 Add cod4 map to dlc list (and absolutely nothing else) (#663)
Co-authored-by: louve <louve@louve.systems>
Co-authored-by: Diavolo <edoardo.sanguineti222@gmail.com>
2022-12-24 20:23:33 +00:00
Edo
a4a622be52 [System]: Correct one function (#660) 2022-12-19 17:57:13 +00:00
Edo
d8166a4166 [Threading]: Initialize tls stuff, making va thread safe (#657) 2022-12-18 21:47:59 +00:00
Edo
24ccd9af3b [String]: Use ARRAY_COUNT (#656) 2022-12-17 17:54:41 +00:00
54aabee08d Fix zonebuilder FindAsset always returning -1 (not found) even when t… (#655)
Co-authored-by: Louvenarde <louve@louve.systems>
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-12-17 16:52:00 +01:00
fdd02e2b8d [RCon]: Tidy up code 2022-12-16 22:48:52 +01:00
3cdd4d0636 Draw model name in its ground color if relevant (#651)
Co-authored-by: Diavolo <edoardo.sanguineti222@gmail.com>
2022-12-16 14:55:50 +00:00
Edo
b4750b14b1 [Dvar]: Remove cheat protection from useful dvar (#647) 2022-12-15 16:10:25 +00:00
Edo
3622946a10 [Refactor]: Use enum instead of int to catch mistakes (#646) 2022-12-15 15:38:50 +00:00
Edo
ab0da964ee [Bots]: Support clantags (#645) 2022-12-15 16:13:49 +01:00
Edo
d1efb1e219 [Threading]: VA is already thread safe (#644) 2022-12-15 16:06:28 +01:00
Edo
34b92abd97 [Menus]: Remove calls to free menus (#642)
It may cause a crash and does not even take a dent in the massive memory leak.
2022-12-14 21:10:48 +00:00
6f0438631f [Menus]: Disable this code too 2022-12-14 12:44:06 +01:00
e30bde8458 [Menus]: Cleanup 2022-12-14 12:31:03 +01:00
f91fa0d0b2 Big zonebuilder update (#427) 2022-12-14 08:40:15 +00:00
Edo
ac90714811 [General]: Use std::format more often (#635) 2022-12-11 17:54:24 +00:00
Edo
fc97944a12 [MapRotation]: Port changes from S1x (#629) 2022-12-06 21:18:29 +00:00
Edo
3f06eb8eb9 [Weapon]: Move fix here (#627) 2022-12-06 14:42:09 +00:00
c6b3e88938 [Main]: Improve error message 2022-12-06 13:05:03 +00:00
Edo
b8b9391332 [UI]: Fix bug (#625) 2022-12-05 19:34:24 +00:00
Edo
210873499c [Theatre]: Cleanup (#624) 2022-12-05 18:45:14 +00:00
Edo
72460032ae [Zone🅱️uilder]: Port over json parsing of loc strings (#621) 2022-12-04 00:15:46 +00:00
Edo
5eec7687be [Zone🅱️uilder]: Delete 'uncompressed' file (#620) 2022-12-02 19:18:04 +00:00
2ef78d5042 [Download]: Use auto keyword 2022-12-01 18:33:32 +00:00
becfbe42fa [Download]: Use filesystem library for paths 2022-12-01 18:24:44 +00:00
0156f106b9 [Zone🅱️uilder]: Remove + 1 2022-12-01 15:01:30 +00:00
Edo
ee2d12e404 [RawFile]: Remove copy & pasted code 2022-12-01 14:55:25 +00:00
1283abc4e7 [RawFiles]: Actually fix parse code 2022-12-01 14:46:18 +00:00
Edo
7778798f17 [Zone🅱️uilder]: Fix rawfiles (#614) 2022-12-01 14:04:30 +00:00
Edo
874a8027af [Vote]: Add menus (#613) 2022-12-01 00:00:18 +00:00
Edo
845b9e0341 [Script]: Use .at instead of [] (#611)
* [Script]: Use .at instead of []

* [Script]: Fix typo
2022-11-29 16:01:20 +00:00
Edo
b195d96abb [GSC]: Script aliases (#610) 2022-11-29 08:18:10 -06:00
Edo
c3d6b20644 [Command]: Fix definition of Cmd_AddCommand (#609) 2022-11-28 23:15:21 +00:00
0642eed7bc [General]: Correct function definition 2022-11-28 22:04:57 +00:00
Edo
a447a2945a [Menus]: Fix crashes while parsing (#607) 2022-11-28 18:06:42 +00:00
70ff8d3aa3 [Zone🅱️uilder]: Fix typos 2022-11-28 17:30:17 +00:00
Edo
49d5e84372 [Script]: Add method to clear text in HudElems (#604) 2022-11-27 19:20:07 +00:00
0b2cca4cb6 [Download]: Update Download.cpp 2022-11-26 19:28:49 +00:00
5f14a73968 [Party]: Fix bug 2022-11-26 19:18:41 +00:00
Edo
44098c51cd [General]: Remove unnecessary global header (#600)
* [General]: Remove unnecessary global header

* [ServerList]: Fix comp
2022-11-26 17:38:34 +00:00
2d71174ed4 [Threading]: Removing this was not a good idea 2022-11-26 15:50:33 +00:00
4a677c5d08 [ScriptStorage]: Allow users to load the storage file 2022-11-25 18:33:53 +00:00
af6958bba1 [Script]: Add IsSprinting & more 2022-11-24 15:30:06 +00:00