Commit Graph

4045 Commits

Author SHA1 Message Date
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
5805331bfd
Merge pull request #731 from XLabsProject/dependabot/submodules/deps/zlib-a9b4c1d
Bump deps/zlib from `02a6049` to `a9b4c1d`
2023-01-25 17:35:48 +00:00
dependabot[bot]
a05a40d274
Bump deps/zlib from 02a6049 to a9b4c1d
Bumps [deps/zlib](https://github.com/madler/zlib) from `02a6049` to `a9b4c1d`.
- [Release notes](https://github.com/madler/zlib/releases)
- [Commits](02a6049eb3...a9b4c1de37)

---
updated-dependencies:
- dependency-name: deps/zlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 17:03:29 +00:00
Edo
e22ab6ab7d
[General]: Do not apply some commands to bots (#730) 2023-01-25 16:37:28 +00:00
Edo
22a56012fb
Merge pull request #729 from XLabsProject/dependabot/submodules/deps/GSL-cbf5e66
Bump deps/GSL from `a381a37` to `cbf5e66`
2023-01-20 18:11:54 +00:00
dependabot[bot]
d606e20ab3
Bump deps/GSL from a381a37 to cbf5e66
Bumps [deps/GSL](https://github.com/microsoft/GSL) from `a381a37` to `cbf5e66`.
- [Release notes](https://github.com/microsoft/GSL/releases)
- [Commits](a381a3759f...cbf5e664fc)

---
updated-dependencies:
- dependency-name: deps/GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 17:02:38 +00:00
Edo
01d31940a5
Merge pull request #728 from diamante0018/develop
[Download]: Add flag to disable web server
2023-01-20 10:10:59 +00:00
FutureRave
c779ae605d
[Download]: Add flag to disable web server 2023-01-20 07:49:20 +00:00
Edo
77e8e1f8d5
Merge pull request #726 from XLabsProject/dependabot/submodules/deps/libtomcrypt-2a1b284
Bump deps/libtomcrypt from `29986d0` to `2a1b284`
2023-01-19 18:43:35 +00:00
dependabot[bot]
6629a003f5
Bump deps/libtomcrypt from 29986d0 to 2a1b284
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `29986d0` to `2a1b284`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](29986d04f2...2a1b284677)

---
updated-dependencies:
- dependency-name: deps/libtomcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 18:00:08 +00:00
Edo
d7ef088b67
Merge pull request #727 from XLabsProject/dependabot/submodules/deps/GSL-a381a37
Bump deps/GSL from `0822838` to `a381a37`
2023-01-19 17:32:34 +00:00
Edo
75c04939b3
Update STDInclude.hpp 2023-01-19 17:24:12 +00:00
dependabot[bot]
ced4cbda1d
Bump deps/GSL from 0822838 to a381a37
Bumps [deps/GSL](https://github.com/microsoft/GSL) from `0822838` to `a381a37`.
- [Release notes](https://github.com/microsoft/GSL/releases)
- [Commits](0822838a7c...a381a3759f)

---
updated-dependencies:
- dependency-name: deps/GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 17:03:34 +00:00
Edo
341ee49b23
[ScriptError]: Use dvar in runtime error internal (#723) 2023-01-16 23:32:00 +00:00
Edo
899caeb357
Merge pull request #722 from diamante0018/diamante0018-patch-419 2023-01-16 19:34:36 +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
Edo
022be7ff90
Merge pull request #712 from diamante0018/maint/bots
[Bots]: Remove unused variable
2023-01-10 17:41:40 +00: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
Edo
b5d348527b
Merge pull request #710 from diamante0018/develop 2023-01-09 22:21:24 +00:00
Diavolo
453575da93
[General]: Re-write error message 2023-01-09 23:14:07 +01:00
Edo
b7f5f17c1a
Merge pull request #709 from diamante0018/develop
[Download]: Set fs_game dvar to modified
2023-01-09 19:21:35 +00: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
Edo
b295747d34
Merge pull request #705 from XLabsProject/dependabot/submodules/deps/GSL-0822838
Bump deps/GSL from `f94c1f6` to `0822838`
2023-01-06 17:09:03 +00:00
dependabot[bot]
9738d10b67
Bump deps/GSL from f94c1f6 to 0822838
Bumps [deps/GSL](https://github.com/microsoft/GSL) from `f94c1f6` to `0822838`.
- [Release notes](https://github.com/microsoft/GSL/releases)
- [Commits](f94c1f6f2b...0822838a7c)

---
updated-dependencies:
- dependency-name: deps/GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 17:02:49 +00:00
Edo
a4598db670
Merge pull request #704 from diamante0018/develop
[Download]: Fix listing of files
2023-01-06 13:14:36 +00: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
Edo
0fd0cc977b
Merge pull request #701 from diamante0018/develop
[General]: Clean up some dvar usage
2023-01-05 14:05:53 +00: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