Commit Graph

2817 Commits

Author SHA1 Message Date
Edo
dedfb36ad2
[General]: Attempt to fix a crash for Bisaknosp (#745) 2023-01-30 12:43:24 +00:00
Edo
d00ba58658
[General]: Cleanup dvar usage (#744) 2023-01-29 12:54:51 +00:00
FutureRave
fa059d3847
[General]: Remove playlist download code 2023-01-29 01:51:56 +00:00
Edo
5f3bbd4021
[Utils]: Modernize WebIO (#742) 2023-01-28 23:38:24 +00:00
Edo
74a070042a
[ScriptError]: Cleanup (#741) 2023-01-28 17:57:13 +00:00
Edo
5b22de1e8f
[Menus]: Cure my memory drip *gone right* (#740) 2023-01-28 12:31:48 +00:00
Edo
11f940987a
[Download]: Update format string (#738) 2023-01-27 23:21:59 +00:00
Edo
b599a9c700
[MapRotation]: Rename dvar (#737) 2023-01-27 23:05:26 +00:00
Edo
b1f022b34f
[MapRotation]: Add next map feature (#736) 2023-01-27 19:48:51 +00:00
Edo
3444e0fa8e
[Dvar]: Improve patch (#735) 2023-01-27 19:07:17 +00:00
Edo
024440a55e
[General]: Cleanup usage of outputdebugstring (#733) 2023-01-25 18:59:15 +00:00
Edo
bd7d2fe059
[Chat]: New save feature (#732) 2023-01-25 18:20:44 +00:00
Edo
e22ab6ab7d
[General]: Do not apply some commands to bots (#730) 2023-01-25 16:37:28 +00:00
FutureRave
c779ae605d
[Download]: Add flag to disable web server 2023-01-20 07:49:20 +00:00
Edo
75c04939b3
Update STDInclude.hpp 2023-01-19 17:24:12 +00:00
Edo
341ee49b23
[ScriptError]: Use dvar in runtime error internal (#723) 2023-01-16 23:32:00 +00:00
Edo
85667aedb0
[ScriptError]: Make patch work on release 2023-01-16 20:26:42 +01:00
Edo
33f554effd
[ScriptErrors]: Add useful errors to scripts (#721) 2023-01-16 18:55:26 +01:00
Edo
f34377b456
[Discovery]: Fix crash (#720) 2023-01-14 16:38:26 +01:00
Edo
0d96a0882b
[Deps]: Rename stb_truetype.h to stb_truetype.hpp (#719) 2023-01-12 14:55:26 +00:00
Edo
3ff8486fc3
[Dvar]: Cleanup cg dvars (#718) 2023-01-12 12:50:06 +01:00
Edo
fca9c2d234
[QuickPatch]: Cleanup (#717) 2023-01-11 19:37:35 +00:00
Edo
7ace1d24d1
[General]: Fix another comment (#716) 2023-01-11 15:52:47 +00:00
Edo
d3ae5f01f3
[General]: Fix comment (#715) 2023-01-11 16:30:20 +01:00
Edo
389da34dfe
[Ceg]: Another one (#714) 2023-01-11 15:19:42 +00:00
Edo
62133aa505
[General]: Cleanup the code (#713) 2023-01-10 20:37:20 +01:00
Diavolo
038582f8ad
[Bots]: Remove unused variable 2023-01-10 18:05:03 +01:00
Edo
889d43de6f
[MapRotation]: Recover from edge case (#711) 2023-01-09 22:51:28 +00:00
Diavolo
453575da93
[General]: Re-write error message 2023-01-09 23:14:07 +01:00
Diavolo
f4b1c57035
[Download]: Set fs_game dvar to modified 2023-01-09 20:14:12 +01:00
Edo
06e7f86a42
[Download]: Poll every 1000 msec, fix bug (#707) 2023-01-09 09:37:56 +01:00
Edo
90b124420f
[Dvar]: Remove one little patch that isn't so great (#708) 2023-01-07 16:03:42 +01:00
Edo
d127bbe89d
[Loader]: Establish a priority list for some modules (#706) 2023-01-06 23:06:10 +01:00
Diavolo
5331f23495
[Download]: Fix listing of files 2023-01-06 14:09:17 +01:00
Edo
1bf8601998
[Download]: Cleanup some stuff (#703) 2023-01-06 13:51:41 +01:00
Diavolo
ca5843587a
[General]: Clean up some dvar usage 2023-01-05 10:59:09 +01:00
Edo
46a3f62406
[Theatre]: Do not draw broken selector (#700) 2023-01-04 18:57:32 +00:00
Edo
c5be92602f
[General]: Fix two bugs (#699) 2023-01-04 18:55:17 +01:00
Edo
766bf18435
[Theatre]: Avoid dvar lookup (#698) 2023-01-03 20:17:46 +00:00
Edo
7a438e3409
[Console]: Allow the client console to be opened (#695) 2023-01-03 13:16:44 +01:00
Edo
406499d919
[Dvar]: Protect saved dvars by default (#694) 2023-01-03 10:23:08 +01:00
Edo
9f39834090
[General]: Clean structs (#692) 2023-01-02 17:04:34 +00:00
Edo
165681f393
Party Fix (#690) 2023-01-01 11:47:50 +00:00
Edo
dcf701562f
Fix FS a bit (#688) 2022-12-31 15:09:11 +01:00
Edo
86b402a5a0
[Dvar]: Don't lookup dvar every time we need it (#677)
* [Dvar]: Don't lookup dvar every time we need it

* [Console]: Cleanup the code

* [Party]: Improve source code quality

* [Party]: Update
2022-12-31 15:03:33 +01:00
Edo
9abba39d69
[ServerList]: Display warning message for recoverable error (#682) 2022-12-29 12:34:43 +01:00
Edo
37f9d84f2c
[Vote]: Do not load broken menus 2022-12-28 15:52:55 +01:00
Diavolo
72677d4b1b
[Logger]: Fix pipe, bruh moment 2022-12-28 13:37:03 +01:00
Diavolo
4d1baa17be
[Logger]: Refactor 2022-12-28 11:03:14 +01:00
Diavolo
f53d487b0d
[Exception]: Fix 2022-12-27 10:40:54 +01:00