Commit Graph

2763 Commits

Author SHA1 Message Date
FutureRave
e1e67a3ea9
[Memory]: Remove nullptr check before std::free 2022-11-25 22:37:49 +00:00
FutureRave
4a677c5d08
[ScriptStorage]: Allow users to load the storage file 2022-11-25 18:33:53 +00:00
FutureRave
a4946981a1
[LargeLocal]: Tabs vs Spaces 2022-11-25 13:45:23 +00:00
FutureRave
3a48855698
[LargeLocal]: CanUseServerLargeLocal 2022-11-25 13:22:42 +00:00
FutureRave
af6958bba1
[Script]: Add IsSprinting & more 2022-11-24 15:30:06 +00:00
Edo
dc7f6a9f6a
[PlayerMovement]: Re-write stubs (#586) 2022-11-23 15:19:47 -06:00
FutureRave
d60910c5d1
[Cache]: Remove unused code 2022-11-23 16:36:07 +00:00
FutureRave
9b903f64e4
[Changelog]: Re-order urls 2022-11-23 15:31:48 +00:00
Edo
c38a258102
[WebIO]: Fix Crash (#580) 2022-11-22 21:02:10 +00:00
Edo
e8e1543cea
[Utils]: Re-order namespaces (#576)
* [Utils]: Re-order namespaces

* [Steam]: Fix comp
2022-11-22 08:09:25 -06:00
Edo
6a8088281f
Refactor IO (#575)
* [IO]: Use filesystem where possible

* [Library]: One small thing
2022-11-22 00:34:17 +00:00
FutureRave
c136b6fcac
[Proxy]: Refactor some code 2022-11-22 00:02:57 +00:00
FutureRave
0593d890da
[Debug]: Refactor the crit sections class wrapper 2022-11-21 23:22:52 +00:00
FutureRave
d2686071aa
[Proxy]: Fix 2022-11-21 23:08:06 +00:00
Edo
7a2f72f69c
[Logger]: Refactor pipe (#570)
* [Logger]: Refactor pipe

* [Logger]: Remove unused function
2022-11-17 23:06:47 +00:00
Edo
2919bc1e76
[Localization]: Remove redundant specifier 2022-11-17 12:03:06 +00:00
FutureRave
7414ceef44
[Zone🅱️uilder]: Add .str parsing 2022-11-16 17:25:21 +00:00
Edo
56baaaf0f5
[Chat] Add missing server is not running warning (#567)
* [Dedicated] Is running function

* [Dedicated]: Better func
2022-11-15 16:18:00 -06:00
Edo
2acd584723
[Threading]: Attempt to resolve a crash... (#561)
* [Threading]: Attempt to resolve a crash...

* [Main]: Add srand

* [General]: Use std::

* [Party]: Fix legacy q3 protocol
2022-11-10 16:35:57 +00:00
FutureRave
cf57918d50
[Localize] Remove patch that double loads str files 2022-11-09 15:22:35 +00:00
FutureRave
59abd48b9c
[Structs] Cleanup 2022-11-09 12:54:30 +00:00
dependabot[bot]
0301204da5
Bump deps/mongoose from e580d4e to eed25f2 (#558)
* Bump deps/mongoose from `e580d4e` to `eed25f2`

Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `e580d4e` to `eed25f2`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](e580d4e637...eed25f23f6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update Download.cpp

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-11-09 09:41:36 +00:00
Edo
c72c5c62e8
[RawFiles] Load info strings from raw (#557) 2022-11-09 01:31:46 +00:00
dependabot[bot]
dc251326d6
Bump deps/mongoose from 1f85fcc to e580d4e (#555)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
2022-11-08 21:25:43 +00:00
Edo
207835be4e
[Ceg]: Update (#554) 2022-11-08 00:19:17 +00:00
Edo
e96c4029b8
utils: remove double allocation for env variable (#552) 2022-11-07 11:13:13 +00:00
Edo
0d22bc482a
[Slowmotion] Cleanup functions defs (#551) 2022-11-04 00:28:44 +00:00
Edo
314e4efd55
Fix crash in Dvar_EnumToString (#548) 2022-11-02 13:40:45 +00:00
Edo
ed3217794e
[Chat] Fix logic error in chat code (#547) 2022-11-01 23:23:25 +00:00
FutureRave
fe1b2f41b0
Remove unnecessary static_cast 2022-10-31 14:49:30 +00:00
Edo
41e7d1c37f
[Deps] Update Mongoose (#540) 2022-10-28 11:52:34 +01:00
Edo
c946e26467
Keep Curses Headers to the Console Module (#539) 2022-10-27 00:48:33 +01:00
Edo
83e924201c
[Party] Remove doubly added backslash (#537)
* [Party] Remove doubly added backslash

* [ServerInfo] Add version to the info endpoint
2022-10-23 14:40:26 +01:00
Edo
29e6d2afff
[Proto] Update source file (#535) 2022-10-20 16:06:29 +02:00
Edo
a44a3680af
[RCon] Re-organize code for redability (#533) 2022-10-19 15:28:53 +01:00
Edo
c7ae27a664
[Json] Sorround with try/catch (#531)
* [Json] Sorround with try/catch

* Minor format fix
2022-10-16 16:17:42 +01:00
Edo
8adec3e678
[Monitor] Yeet (#529) 2022-10-15 20:31:16 +00:00
FutureRave
b7e6662e6b
got -> itr 2022-10-14 22:56:09 +01:00
Edo
60db18f9a3
[Ceg] Another CEG function (#517) 2022-10-10 09:07:42 -04:00
Edo
a710855f9d
[SlowMotion] Change Hook (#516)
* [Slowmotion] Remove hook

* [SlowMotion] Nop the call
2022-10-09 19:46:53 +01:00
Edo
d48a6c073e
[Structs] Fix logfile definitions (#515) 2022-10-09 19:40:17 +01:00
Edo
6bca6f9df9
[GSC] Add back fileremove (sandboxed!) (#509) 2022-10-04 22:56:42 +01:00
Diavolo
a41054e36a
[Party] Fix 2022-09-24 19:04:37 +02:00
Louve
ea09208b2a
Cool console! (#477)
* Cool console!

* Debug-specific colors

* Fix release build

* Clear text "as we go"

* dpi awareness :>

* Address diamante'"s formatting review

* Addressed review, added font license

Co-authored-by: rackover <roxanne@thegamebakers.com>
Co-authored-by: Louvenarde <louve@louve.systems>
2022-09-20 19:33:21 +03:00
Edo
b886ca9a4d
[Premake5] Update Binary (#492)
* [Premake5] Update Binary

* [IMaterial] Fix obscure compilation error
2022-09-14 00:06:56 +02:00
Edo
e49194ff65
Feature/set get stat (#485)
* [Script]: GetStat & SetStat from CoD4(x)

* [Stats] Remove limitation

* [Bullet] Clean this up
2022-09-13 20:39:45 +02:00
Edo
db84f7c82d
Update Menus.cpp 2022-09-08 21:38:14 +02:00
Edo
2b774b6c41
[General] Small cleanup (#479)
* [General] Small cleanup

* [Bots] Use ZeroMemory
2022-09-08 17:11:54 +02:00
Edo
c890b4c8a4
Fix bug with Auth (#478) 2022-09-06 14:06:29 +02:00
Edo
7a5e3f3df4
[Debug] Remove faulty hook (#476) 2022-09-05 18:28:07 +02:00
Diavolo
b95e2da341
[Voice] Use regular heap alloc instead of large local 2022-09-04 10:49:54 +02:00
Dss0
c2c7d1187e
Merge pull request #471 from diamante0018/feature/entitydump-csv
[ClientCommand] Add entity dump function
2022-09-03 22:40:33 +02:00
Diavolo
ab18ad501c
fix loc bug 2022-09-02 10:27:44 +02:00
Diavolo
c2f4c30a5f
[ClientCommand] Add entity dump function 2022-09-01 16:54:28 +02:00
Diavolo
4955105dc3
[Localization] Use _TRUNCATE where appropriate 2022-08-31 23:11:46 +02:00
Diavolo
a577f76a37
[Localization] Add simple error message 2022-08-31 22:36:22 +02:00
Diavolo
d90d8985ff
[Localization] Move patch here 2022-08-31 22:21:26 +02:00
Diavolo
d0932060b4 Fix bug in localized strings code 2022-08-31 17:44:19 +02:00
Diavolo
0a1c1209bb [Structs] Update dvar 2022-08-31 17:44:19 +02:00
Edo
def50477fb
[Chat] Move chat commands here (#462)
* [Chat] Move chat commands here

* [General] Rename Cbuf_AddServerText to Cbuf_AddServerText_f
2022-08-27 23:19:09 +02:00
Edo
78e495f9f2
Wide apply env (#460)
* Wide apply env

* [MapRotation] Use std::format where possible
2022-08-26 20:12:26 +02:00
Diavolo
e0ea52a496
[Gamepad] Fix comp 2022-08-25 00:01:49 +02:00
Diavolo
f0258631b2
[Vote] Improvements and other things 2022-08-24 23:46:07 +02:00
Diavolo
8d351fb205
[Vote] Replicate g_allowVote 2022-08-24 17:59:45 +02:00
Diavolo
a8a3d7c918
[Vote] Handle client commands for kick & tempbanuser 2022-08-24 17:53:42 +02:00
Diavolo
77c25bc11f
[MapRotation] Remove tolower (not needed) 2022-08-24 16:41:02 +02:00
Diavolo
0393953ded
[Vote/UI] Add UI Script handlers 2022-08-24 16:38:14 +02:00
Edo
6197a3cee4
[Utils] Correct mistake in code (#455) 2022-08-24 14:15:04 +02:00
Edo
be0e071aba
[General] Attempt to organize functions def per category (#454)
* [General] Attempt to organize functions def per category

* [System] Forgot about sys_exitCmdLine
2022-08-23 12:58:33 +02:00
Edo
3246ed1bf5
[Script] Refactor loading code & add pseudo int64 (#419) 2022-08-23 09:12:20 +02:00
Edo
c0433ce883
[LargeLocal] Remove incorrect macro (#453) 2022-08-23 00:05:54 +02:00
Edo
a3776f34c7
[ClientCommand] Make kill always avaiable (with cheats on) (#451)
* [ClientCommand] Make kill always avaiable (with cheats on)

* Update ClientCommand.cpp
2022-08-22 19:46:47 +02:00
Edo
0a6d0e1b5d
[Logger] Only filter out coloured strings were needed (#450) 2022-08-22 18:28:57 +02:00
Edo
28653a0e8d
[Download] Nullsub some quirky gsc functions (#449)
* [Download] Nullsub some quirky gsc functions

* [Script] Show deprecation warning

* [Script] Expand error message
2022-08-22 18:17:42 +02:00
Edo
92ed9afae7
[Voice] Use largelocal for speed/+cred/respect? (#448) 2022-08-22 16:06:00 +02:00
Edo
ba34f1ea7c
[Vote] Add vote/callvote (#447) 2022-08-21 18:52:54 +02:00
Diavolo
c3ee95278c
[Gamepad] Re-work assertions 2022-08-20 14:06:52 +02:00
Diavolo
6276ef2e24
[Structs] Complete client_t 2022-08-20 12:30:34 +02:00
Diavolo
28b089f070
[Structs] use clientheader 2022-08-20 12:09:41 +02:00
Diavolo
52d9011561
[Network] Organize packet handlers 2022-08-20 01:10:35 +02: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
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
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
Diavolo
0c22596161
[Voice] Fix is_player_talking 2022-08-14 17:15:45 +02:00
Diavolo
8b224f6130
[Voice] Clear muted list when dc 2022-08-14 13:33:28 +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
d79b3710a4
Merge pull request #422 from diamante0018/cleanup-filesystem
[Filesystem] Cleanup
2022-08-12 10:28:39 +02:00