Edo
|
696ff5629a
|
Merge pull request #648 from XLabsProject/dependabot/submodules/deps/GSL-6c6111a
Bump deps/GSL from `517ed29` to `6c6111a`
|
2022-12-15 18:15:56 +01:00 |
|
Edo
|
743663bb8f
|
Merge pull request #650 from XLabsProject/dependabot/submodules/deps/protobuf-fb257cd
Bump deps/protobuf from `7ef0c27` to `fb257cd`
|
2022-12-15 18:08:22 +01:00 |
|
dependabot[bot]
|
7a3a5ac671
|
Bump deps/protobuf from 7ef0c27 to fb257cd
Bumps [deps/protobuf](https://github.com/google/protobuf) from `7ef0c27` to `fb257cd`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](7ef0c27900...fb257cd23b )
---
updated-dependencies:
- dependency-name: deps/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-15 17:03:10 +00:00 |
|
dependabot[bot]
|
64c759e2f3
|
Bump deps/GSL from 517ed29 to 6c6111a
Bumps [deps/GSL](https://github.com/microsoft/GSL) from `517ed29` to `6c6111a`.
- [Release notes](https://github.com/microsoft/GSL/releases)
- [Commits](517ed29228...6c6111acb7 )
---
updated-dependencies:
- dependency-name: deps/GSL
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-15 17:02:58 +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
|
817ca6e688
|
[Deps]: Put json to a stable branch (#643)
|
2022-12-15 15:59:52 +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 |
|
Edo
|
346506a863
|
Merge pull request #641 from diamante0018/develop
[Menus]: Cleanup
|
2022-12-14 15:18:01 +01:00 |
|
Diavolo
|
6f0438631f
|
[Menus]: Disable this code too
|
2022-12-14 12:44:06 +01:00 |
|
Diavolo
|
e30bde8458
|
[Menus]: Cleanup
|
2022-12-14 12:31:03 +01:00 |
|
Edo
|
873f54c7a3
|
[Main]: Remove bugged code. (#640)
|
2022-12-14 10:26:04 +00:00 |
|
Louve
|
f91fa0d0b2
|
Big zonebuilder update (#427)
|
2022-12-14 08:40:15 +00:00 |
|
Edo
|
f6b66fdc0d
|
Merge pull request #639 from XLabsProject/dependabot/submodules/deps/mongoose-6921227
Bump deps/mongoose from `0b2712f` to `6921227`
|
2022-12-13 18:43:52 +01:00 |
|
dependabot[bot]
|
a88b8adbcb
|
Bump deps/mongoose from 0b2712f to 6921227
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `0b2712f` to `6921227`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](0b2712f52f...6921227ec8 )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-13 17:03:29 +00:00 |
|
Edo
|
a85e3f27b8
|
Merge pull request #636 from XLabsProject/dependabot/submodules/deps/nlohmannjson-7f72eed
Bump deps/nlohmannjson from `349e4b3` to `7f72eed`
|
2022-12-12 18:13:10 +01:00 |
|
Edo
|
27ef1cc255
|
Merge pull request #638 from XLabsProject/dependabot/submodules/deps/protobuf-7ef0c27
Bump deps/protobuf from `57786d1` to `7ef0c27`
|
2022-12-12 18:12:55 +01:00 |
|
dependabot[bot]
|
9073896afc
|
Bump deps/protobuf from 57786d1 to 7ef0c27
Bumps [deps/protobuf](https://github.com/google/protobuf) from `57786d1` to `7ef0c27`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](57786d1262...7ef0c27900 )
---
updated-dependencies:
- dependency-name: deps/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-12 17:04:49 +00:00 |
|
dependabot[bot]
|
0af1eea778
|
Bump deps/nlohmannjson from 349e4b3 to 7f72eed
Bumps [deps/nlohmannjson](https://github.com/nlohmann/json) from `349e4b3` to `7f72eed`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](349e4b310e...7f72eedc2d )
---
updated-dependencies:
- dependency-name: deps/nlohmannjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-12 17:04:39 +00:00 |
|
Edo
|
ac90714811
|
[General]: Use std::format more often (#635)
|
2022-12-11 17:54:24 +00:00 |
|
Edo
|
b07ddc57aa
|
Merge pull request #634 from XLabsProject/dependabot/submodules/deps/mongoose-0b2712f
Bump deps/mongoose from `615d324` to `0b2712f`
|
2022-12-09 19:06:58 +01:00 |
|
Edo
|
69bbb5efc2
|
Merge pull request #633 from XLabsProject/dependabot/submodules/deps/nlohmannjson-349e4b3
Bump deps/nlohmannjson from `a3e6e26` to `349e4b3`
|
2022-12-09 19:06:32 +01:00 |
|
dependabot[bot]
|
cb8a21c3b1
|
Bump deps/mongoose from 615d324 to 0b2712f
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `615d324` to `0b2712f`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](615d324b11...0b2712f52f )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-09 17:02:51 +00:00 |
|
dependabot[bot]
|
9fcf4a77c3
|
Bump deps/nlohmannjson from a3e6e26 to 349e4b3
Bumps [deps/nlohmannjson](https://github.com/nlohmann/json) from `a3e6e26` to `349e4b3`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](a3e6e26dc8...349e4b310e )
---
updated-dependencies:
- dependency-name: deps/nlohmannjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-09 17:02:48 +00:00 |
|
Edo
|
f3efbd781a
|
[Deps]: Cleanup libtomcrypt (#632)
|
2022-12-08 19:40:59 +00:00 |
|
Edo
|
0344fb9092
|
Merge pull request #631 from XLabsProject/dependabot/submodules/deps/mongoose-615d324
Bump deps/mongoose from `f14798d` to `615d324`
|
2022-12-08 17:17:31 +00:00 |
|
dependabot[bot]
|
5df8aba871
|
Bump deps/mongoose from f14798d to 615d324
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `f14798d` to `615d324`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](f14798dec9...615d324b11 )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-08 17:04:18 +00:00 |
|
Edo
|
fc97944a12
|
[MapRotation]: Port changes from S1x (#629)
|
2022-12-06 21:18:29 +00:00 |
|
Edo
|
d12188214a
|
Merge pull request #628 from XLabsProject/dependabot/submodules/deps/mongoose-f14798d
Bump deps/mongoose from `ad05126` to `f14798d`
|
2022-12-06 17:47:27 +00:00 |
|
dependabot[bot]
|
b80ee8cc7a
|
Bump deps/mongoose from ad05126 to f14798d
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `ad05126` to `f14798d`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](ad051269ed...f14798dec9 )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-06 17:03:01 +00:00 |
|
Edo
|
3f06eb8eb9
|
[Weapon]: Move fix here (#627)
|
2022-12-06 14:42:09 +00:00 |
|
Edo
|
fb68e59e08
|
Merge pull request #626 from diamante0018/fix/main-checks
[Main]: Improve error message
|
2022-12-06 14:10:26 +00:00 |
|
FutureRave
|
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
|
c6cbd7d5c8
|
Merge pull request #623 from XLabsProject/dependabot/submodules/deps/mongoose-ad05126
Bump deps/mongoose from `751413f` to `ad05126`
|
2022-12-05 17:12:03 +00:00 |
|
dependabot[bot]
|
ac986e3ded
|
Bump deps/mongoose from 751413f to ad05126
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `751413f` to `ad05126`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](751413f050...ad051269ed )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-05 17:06:11 +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 |
|
Edo
|
865aa8d9ec
|
Merge pull request #619 from XLabsProject/dependabot/submodules/deps/mongoose-751413f
Bump deps/mongoose from `2553392` to `751413f`
|
2022-12-02 17:08:09 +00:00 |
|
dependabot[bot]
|
cb067ff24b
|
Bump deps/mongoose from 2553392 to 751413f
Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `2553392` to `751413f`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](2553392e42...751413f050 )
---
updated-dependencies:
- dependency-name: deps/mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-02 17:03:03 +00:00 |
|
Edo
|
624b5e4b87
|
Merge pull request #618 from diamante0018/develop
[Download]: Use filesystem library for paths
|
2022-12-01 18:39:14 +00:00 |
|
FutureRave
|
2ef78d5042
|
[Download]: Use auto keyword
|
2022-12-01 18:33:32 +00:00 |
|
FutureRave
|
becfbe42fa
|
[Download]: Use filesystem library for paths
|
2022-12-01 18:24:44 +00:00 |
|
Edo
|
2bc9564738
|
Merge pull request #616 from diamante0018/develop
[RawFile]: Remove copy & pasted code
|
2022-12-01 15:09:18 +00:00 |
|
FutureRave
|
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 |
|
Edo
|
d7afbd72e1
|
Merge pull request #615 from diamante0018/develop
[RawFiles]: Actually fix parse code
|
2022-12-01 14:52:09 +00:00 |
|