Commit Graph

3684 Commits

Author SHA1 Message Date
Edo
bbf7d00fcb
Merge pull request #444 from XLabsProject/dependabot/submodules/deps/GSL-10df83d
Bump deps/GSL from `330583f` to `10df83d`
2022-08-19 19:28:52 +02:00
dependabot[bot]
1fe9e0274e
Bump deps/GSL from 330583f to 10df83d
Bumps [deps/GSL](https://github.com/microsoft/GSL) from `330583f` to `10df83d`.
- [Release notes](https://github.com/microsoft/GSL/releases)
- [Commits](330583f478...10df83d292)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 17:20:42 +00:00
Edo
dd9e61910c
[Favourite] Check if file is empty (#443) 2022-08-19 18:35:36 +02:00
Edo
2f6cbf4549
[Chat] Do what snake suggested in /master for lambdas (#442) 2022-08-18 22:08:41 +02:00
Dss0
33cbd3f1c9
Merge pull request #438 from diamante0018/fix-chat-concurrency
[Chat] Improve code
2022-08-18 12:18:53 +02:00
Edo
6c571f734b
[Network] Clear callbacks after being used once (save memory) (#441) 2022-08-18 12:10:22 +02:00
Edo
ed617dc879
[Filesystem] Use info from launcher (#440)
* [Filesystem] Use info from launcher
2022-08-17 21:53:52 +02:00
Edo
bea07f6df2
[Premake] Remove unused stuff (#439) 2022-08-16 13:31:15 +02:00
Diavolo
22c633f4be
[Chat] Improve code 2022-08-16 11:10:01 +02:00
Dss0
6cba16b95a
Merge pull request #437 from diamante0018/abcdefg
[Console] Remove duped code
2022-08-15 17:36:32 +02:00
Diavolo
a5fea429b6
[Console] Remove duplicate code 2022-08-15 17:25:20 +02:00
Edo
f9a47d2de6
[Voice] Unmute client from server list when dc from server (#435) 2022-08-15 15:25:20 +02:00
Edo
0406e55f39
[General] Update readme (#434) 2022-08-15 13:05:32 +02:00
Dss0
3de34dd26d
Merge pull request #433 from diamante0018/mute-sv
Mute sv
2022-08-15 12:13:34 +02:00
Diavolo
7f853c557e
[Chat] Mute voice too 2022-08-15 12:03:10 +02:00
Dss0
ddb14febf6
Use fonticons instead of "X" on the serverlist (#432) 2022-08-15 11:56:00 +02:00
Edo
b55d609710
[Script] Rename float to CastFloat (#431) 2022-08-15 00:13:55 +02:00
Dss0
ca7b8f797d
send info about aim assist and voice chat (#430) 2022-08-14 21:39:53 +02:00
Dss0
f195b70472
Merge pull request #429 from diamante0018/develop
[Voice] Fix is_player_talking
2022-08-14 17:29:27 +02:00
Diavolo
0c22596161
[Voice] Fix is_player_talking 2022-08-14 17:15:45 +02:00
Edo
7dd3a6b290
Merge pull request #428 from diamante0018/develop
[Voice] Clear muted list when dc
2022-08-14 13:41:42 +02:00
Diavolo
8b224f6130
[Voice] Clear muted list when dc 2022-08-14 13:33:28 +02:00
Dss0
f3d5afb83b
Merge pull request #425 from diamante0018/voice
[Voice] Voice chat
2022-08-13 19:21:58 +02:00
Diavolo
0a30c75159
[Voice] Pregame voice chat 2022-08-13 19:10:37 +02:00
Diavolo
cb3f1f1506
[Voice] How mute 2022-08-13 18:42:32 +02:00
Diavolo
421836b89f
[Voice] Voice chat 2022-08-13 17:19:45 +02:00
Edo
3d0c161034
Merge pull request #424 from XLabsProject/dependabot/submodules/deps/nlohmannjson-8fcdbf2
Bump deps/nlohmannjson from `0e61ee8` to `8fcdbf2`
2022-08-12 19:50:02 +02:00
dependabot[bot]
a9c37807de
Bump deps/nlohmannjson from 0e61ee8 to 8fcdbf2
Bumps [deps/nlohmannjson](https://github.com/nlohmann/json) from `0e61ee8` to `8fcdbf2`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](0e61ee8b07...8fcdbf2e77)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 17:14:27 +00:00
Edo
d79b3710a4
Merge pull request #422 from diamante0018/cleanup-filesystem
[Filesystem] Cleanup
2022-08-12 10:28:39 +02:00
Edo
c1679ecae7
Merge pull request #423 from XLabsProject/dependabot/submodules/deps/nlohmannjson-0e61ee8
Bump deps/nlohmannjson from `a92ccaf` to `0e61ee8`
2022-08-11 20:37:37 +02:00
dependabot[bot]
a47e602af6
Bump deps/nlohmannjson from a92ccaf to 0e61ee8
Bumps [deps/nlohmannjson](https://github.com/nlohmann/json) from `a92ccaf` to `0e61ee8`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](a92ccafd2c...0e61ee8b07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 17:31:06 +00:00
Diavolo
b8d4ff6e26
[Filesystem] Fix macro 2022-08-11 12:44:03 +02:00
Diavolo
7b1b135e3f
[Filesystem] Cleanup 2022-08-11 12:31:19 +02:00
Dss0
6175bf7e24
Merge pull request #421 from diamante0018/feature/disable-lean
[Lean] Add option to disable
2022-08-11 00:53:22 +02:00
Dss0
14ccb65e69
Merge pull request #420 from diamante0018/refactor-dvars
[General] Reduce usage of dvar lookup func
2022-08-11 00:47:30 +02:00
Diavolo
e232e97785
[Gamepad] This hook needs to be moved (todo) 2022-08-11 00:27:18 +02:00
Diavolo
8a55ae1f30
[Lean] Add option to disable 2022-08-11 00:21:58 +02:00
Diavolo
d67e6ce686
[General] Reduce usage of dvar lookup func 2022-08-10 23:03:26 +02:00
Dss0
49ed76807b
Merge pull request #418 from diamante0018/fix/clearing-static-variable
Do not clear a static variable
2022-08-10 13:50:27 +02:00
Diavolo
422074ecee
Do not clear a static variable 2022-08-10 12:48:06 +02:00
Dss0
c6690d1d8f
Merge pull request #417 from diamante0018/fix/persona-state
[Friends] Remove code that forces you to be busy on Steam
2022-08-10 11:57:23 +02:00
Diavolo
507833b68a
[Friends] Remove code that forces you to be busy on Steam 2022-08-10 09:56:58 +02:00
Edo
ec9f71c86f
Merge pull request #416 from XLabsProject/dependabot/submodules/deps/zlib-1eb7682
Bump deps/zlib from `eff308a` to `1eb7682`
2022-08-09 20:29:11 +02:00
dependabot[bot]
654510e63c
Bump deps/zlib from eff308a to 1eb7682
Bumps [deps/zlib](https://github.com/madler/zlib) from `eff308a` to `1eb7682`.
- [Release notes](https://github.com/madler/zlib/releases)
- [Commits](eff308af42...1eb7682f84)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 17:50:34 +00:00
Dss0
ef79aed8a2
Merge pull request #414 from diamante0018/feature/gsc-extension
[Script] Strtol & Float
2022-08-08 22:03:09 +02:00
Edo
3109dd6ce7
Merge pull request #415 from XLabsProject/dependabot/submodules/deps/nlohmannjson-a92ccaf
Bump deps/nlohmannjson from `9e1a7c8` to `a92ccaf`
2022-08-08 19:50:32 +02:00
dependabot[bot]
c9d5069426
Bump deps/nlohmannjson from 9e1a7c8 to a92ccaf
Bumps [deps/nlohmannjson](https://github.com/nlohmann/json) from `9e1a7c8` to `a92ccaf`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](9e1a7c85e3...a92ccafd2c)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 17:21:42 +00:00
Diavolo
3707b237e6
[Script] Strtol & Float 2022-08-08 14:37:24 +02:00
Dss0
e8660c34b3
Merge pull request #413 from diamante0018/feature/rocketjumpscale
[Movement] Add rocket jump scale
2022-08-06 16:22:30 +02:00
Edo
471b15a631
Merge pull request #412 from XLabsProject/dependabot/submodules/deps/nlohmannjson-9e1a7c8
Bump deps/nlohmannjson from `500bdc5` to `9e1a7c8`
2022-08-06 00:01:51 +02:00