Commit Graph

1938 Commits

Author SHA1 Message Date
Edo
23af90bb71
fix(string): return value (bad copy and paste) 2022-11-26 16:26:52 +00:00
Edo
d2f986e08e
Revert "Revert "Server list filters and patches"" 2022-11-26 16:25:17 +00:00
Edo
70e1520104
Merge pull request #792 from XLabsProject/revert-778-develop
Revert "Server list filters and patches"
2022-11-26 16:06:21 +00:00
Edo
725c0bb00e Revert "Better Server List Filters (#778)"
This reverts commit 6a0abea689.
2022-11-26 15:55:12 +00:00
Maurice Heumann
2ad9e95618
Merge pull request #791 from diamante0018/fix/memory
refactor(memory): remove nullptr check before std::free
2022-11-26 10:15:12 +01:00
FutureRave
c9c4dcbeec
refactor(memory): remove nullptr check before std::free 2022-11-25 22:33:25 +00:00
Edo
601bd8f990
Merge pull request #789 from diamante0018/develop
refactor(utils): buff with c++20 to_upper/lower
2022-11-25 19:23:13 +00:00
FutureRave
75cc6dc352
refactor(utils): buff with c++20 to_upper/lower 2022-11-25 18:58:24 +00:00
Maurice Heumann
e9918df662
Merge pull request #788 from diamante0018/develop
maint(build): use concurrency
2022-11-25 16:57:20 +01:00
Edo
752c08117d
Update build.yml 2022-11-25 15:35:28 +00:00
FutureRave
74cb21e489
maint(build): use concurrency 2022-11-25 15:19:34 +00:00
efinst0rm
47ee4761d7
Allow players to pick teams when joining server. (#787)
* Add check for spectator

Remove "Choose Class" option if you're spectating or not on a team.

* Allow players to pick team when connecting.

* Fix for bots spawning as juggernauts.

* Update _playerlogic.gsc

Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-11-25 11:54:27 +00:00
Edo
e91f52bdb3
Merge pull request #784 from diamante0018/develop
fix: re-write stubs
2022-11-24 12:38:26 +00:00
FutureRave
a1678f7f52
refactor: re-write stubs 2022-11-23 21:47:01 +00:00
Edo
64a1b8ed9c
Merge pull request #783 from diamante0018/develop
gameplay: remove bad patch
2022-11-23 20:09:59 +00:00
FutureRave
7cb6fc07dc
gameplay: remove bad patch 2022-11-23 20:00:36 +00:00
Edo
3990737e31
Merge pull request #782 from diamante0018/develop
refactor(fps): change dvar desc
2022-11-19 12:11:55 +01:00
FutureRave
a24aa7379f
refactor(fps): change dvar desc 2022-11-19 07:04:55 +00:00
Edo
34595802c5
fix(fps): read null variable (#781) 2022-11-18 22:43:53 +00:00
Edo
4249adf962
Merge pull request #780 from diamante0018/develop
refactor(gsc): Use Hunk memory
2022-11-18 12:25:45 +00:00
FutureRave
fd4cd66dd5
refactor(gsc): Use Hunk memory 2022-11-17 16:56:42 +00:00
DoktorSAS
6a0abea689
Better Server List Filters (#778)
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-11-15 21:32:38 +00:00
Edo
710bddebc7
Merge pull request #779 from XLabsProject/dependabot/submodules/deps/libtomcrypt-29986d0
build(deps): bump deps/libtomcrypt from `3474ca3` to `29986d0`
2022-11-15 11:28:51 -06:00
dependabot[bot]
bb8f473e92
build(deps): bump deps/libtomcrypt from 3474ca3 to 29986d0
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `3474ca3` to `29986d0`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](3474ca3712...29986d04f2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 17:01:19 +00:00
Edo
c17162a986
Merge pull request #777 from XLabsProject/dependabot/submodules/deps/minhook-49d03ad
build(deps): bump deps/minhook from `e15c7f0` to `49d03ad`
2022-11-14 11:13:56 -06:00
dependabot[bot]
a983ef03f9
build(deps): bump deps/minhook from e15c7f0 to 49d03ad
Bumps [deps/minhook](https://github.com/TsudaKageyu/minhook) from `e15c7f0` to `49d03ad`.
- [Release notes](https://github.com/TsudaKageyu/minhook/releases)
- [Commits](e15c7f0a0a...49d03ad118)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 17:02:44 +00:00
Edo
8efbfa94e0
Merge pull request #775 from XLabsProject/dependabot/submodules/deps/minhook-e15c7f0
build(deps): bump deps/minhook from `426cb68` to `e15c7f0`
2022-11-11 21:37:02 +00:00
dependabot[bot]
c9ef177cb1
build(deps): bump deps/minhook from 426cb68 to e15c7f0
Bumps [deps/minhook](https://github.com/TsudaKageyu/minhook) from `426cb68` to `e15c7f0`.
- [Release notes](https://github.com/TsudaKageyu/minhook/releases)
- [Commits](426cb68800...e15c7f0a0a)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 21:27:23 +00:00
Edo
8d9e123d3d
Merge pull request #776 from XLabsProject/dependabot/submodules/deps/gsc-tool-7d37402
build(deps): bump deps/gsc-tool from `00baf3d` to `7d37402`
2022-11-11 21:25:41 +00:00
dependabot[bot]
51fd0a0266
build(deps): bump deps/gsc-tool from 00baf3d to 7d37402
Bumps [deps/gsc-tool](https://github.com/xensik/gsc-tool) from `00baf3d` to `7d37402`.
- [Release notes](https://github.com/xensik/gsc-tool/releases)
- [Commits](00baf3d010...7d374025b7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 17:02:40 +00:00
Edo
c1630a7a78
Merge pull request #774 from XLabsProject/dependabot/submodules/deps/sol2-f81643a
build(deps): bump deps/sol2 from `0386513` to `f81643a`
2022-11-10 17:49:23 +00:00
dependabot[bot]
599bb8a7b4
build(deps): bump deps/sol2 from 0386513 to f81643a
Bumps [deps/sol2](https://github.com/ThePhD/sol2) from `0386513` to `f81643a`.
- [Release notes](https://github.com/ThePhD/sol2/releases)
- [Commits](0386513a2d...f81643aa0c)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 17:40:41 +00:00
Edo
bacb39f07a
Merge pull request #773 from XLabsProject/dependabot/submodules/deps/asmjit-0c03ed2
build(deps): bump deps/asmjit from `ae63ced` to `0c03ed2`
2022-11-10 17:39:56 +00:00
dependabot[bot]
cb099bf81d
build(deps): bump deps/asmjit from ae63ced to 0c03ed2
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `ae63ced` to `0c03ed2`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](ae63ced6dd...0c03ed2f74)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 17:03:23 +00:00
efinst0rm
1e2254f58b
Small clean up (#771)
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-11-10 10:41:53 +00:00
efinst0rm
6f867f52c2
Clean up main menus (#772)
Co-authored-by: FutureRave <edoardo.sanguineti222@gmail.com>
2022-11-10 10:27:32 +00:00
Edo
cd73acaf63
fix(fps): stop lookup of dvars each frame (#770)
* fix(fps): stop lookup of dvars each frame

* fix(fps): use constexpr macros

* fix(fps): remove redundant checks
2022-11-10 10:11:45 +00:00
Edo
9a48a657b5
Merge pull request #768 from XLabsProject/dependabot/submodules/deps/asmjit-ae63ced
build(deps): bump deps/asmjit from `8f2c237` to `ae63ced`
2022-11-08 19:00:25 +00:00
dependabot[bot]
1b11b27f8f
build(deps): bump deps/asmjit from 8f2c237 to ae63ced
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `8f2c237` to `ae63ced`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](8f2c237b83...ae63ced6dd)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 18:48:01 +00:00
Edo
65db3bc1a0
Merge pull request #767 from XLabsProject/dependabot/submodules/deps/lua-be908a7
build(deps): bump deps/lua from `c954db3` to `be908a7`
2022-11-08 18:44:55 +00:00
dependabot[bot]
9fc0f5d2ed
build(deps): bump deps/lua from c954db3 to be908a7
Bumps [deps/lua](https://github.com/lua/lua) from `c954db3` to `be908a7`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](c954db3924...be908a7d4d)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 18:34:38 +00:00
Edo
c1ee4a0d85
Merge pull request #769 from XLabsProject/dependabot/submodules/deps/GSL-517ed29
build(deps): bump deps/GSL from `d69e578` to `517ed29`
2022-11-08 18:33:26 +00:00
dependabot[bot]
36ae6b0a32
build(deps): bump deps/GSL from d69e578 to 517ed29
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `d69e578` to `517ed29`.
- [Release notes](https://github.com/Microsoft/GSL/releases)
- [Commits](d69e578519...517ed29228)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 17:01:35 +00:00
Edo
340bd3186b
discord: update after ranked patch (#766)
* discord: update after ranked patch

* discord: use Dvar_GetInt

* ranked: fix compilation
2022-11-08 13:55:29 +00:00
efinst0rm
cd9d474315
Allow users to change teams on ranked servers. (#765)
Co-authored-by: FutureRave <edoardo.sanguineti222@gmail.com>
2022-11-07 10:06:09 +00:00
Edo
847f7eea05
Merge pull request #764 from diamante0018/fix/main
main: remove double allocation for env variable
2022-11-07 09:27:53 +00:00
FutureRave
135e48047e
main: remove double allocation for env variable 2022-11-06 23:11:02 +00:00
Maurice Heumann
bc4be98c29
Merge pull request #762 from diamante0018/develop
serverlist: minor refactor
2022-11-06 19:17:42 +01:00
Maurice Heumann
4e4bc7b7ac
Merge branch 'develop' into develop 2022-11-06 19:16:44 +01:00
Edo
0ab33bcd02
Merge pull request #763 from diamante0018/fix/ui-scripting 2022-11-06 17:46:28 +00:00