Maurice Heumann
1824d93a16
Stabilize html frame
2023-01-17 20:16:53 +01:00
Diavolo
02e187b843
maint(map_rotation): add error msg if no map in rotation
2023-01-10 00:02:28 +01:00
Edo
c6cf4fe4b1
maint(string): use c++20 constexpr ( #559 )
2022-12-24 20:59:26 +00:00
Diavolo
7122aa0f57
fix(scripting): solve one mem leak
2022-12-16 12:01:04 +01:00
Diavolo
d1f0191939
chat: remove special character before sending notify
2022-12-15 10:48:13 +01:00
Edo
57a899a236
fix: format
2022-12-03 19:16:57 +00:00
Edo
c86d085593
feature(map_rotation): random rotation ( #546 )
2022-12-03 10:15:15 +00:00
FutureRave
3bf145d5da
refactor(memory): remove nullptr check before std::free
2022-11-25 22:27:08 +00:00
FutureRave
8af9e83778
refactor(utils): buff with c++20 to_upper/lower
2022-11-25 20:44:08 +00:00
FutureRave
d6173b30a2
fix(dvars): compilation
2022-11-21 19:13:02 +00:00
FutureRave
df503accec
refactor(dvars): use our code style
2022-11-21 19:01:23 +00:00
Edo
cb13ba23e2
refactor(fps): change dvar desc
2022-11-19 07:08:54 +00:00
FutureRave
36a7c08546
refactor(gsc): Use Hunk memory
2022-11-17 17:27:40 +00:00
Edo
6c8646d996
fix(fps): crash ( #532 )
2022-11-11 00:37:05 +00:00
Edo
bee8965463
fix(fps): stop lookup of dvars each frame ( #530 )
2022-11-10 10:10:48 +00:00
Edo
8ee3c53d2b
party: clean headers ( #528 )
...
* party: clean headers
* party: order definitions
* party: to_string
2022-11-08 13:55:43 +00:00
FutureRave
0391dbc3dc
main: remove double allocation for env variable
2022-11-06 23:09:01 +00:00
Maurice Heumann
223306ec6e
Merge pull request #522 from XLabsProject/feature/commercial-msg
...
Feature: Commercial msg
2022-11-06 19:20:04 +01:00
FutureRave
9d81ec4ed7
server_list: use text comparison where appropiate
2022-11-06 16:22:07 +00:00
FutureRave
225ff6dcb0
Merge branch 'feature/commercial-msg' of github.com:XLabsProject/s1x-client into feature/commercial-msg
2022-11-06 13:11:35 +00:00
FutureRave
3e2630bf39
motd: fix include
2022-11-06 13:11:00 +00:00
Edo
e329eebae4
motd: only return if sp
2022-11-06 13:00:09 +00:00
FutureRave
cb8f092c83
motd: fix crash, cleanup code
2022-11-06 12:57:21 +00:00
Hosseinpourziyaie
2aea5f776f
consider safety and even more typing standards
2022-11-06 12:57:21 +00:00
Hosseinpourziyaie
f184bce818
Remove preview Template
2022-11-06 12:57:21 +00:00
Hosseinpourziyaie
bf7f06137a
Add commercial Messages
...
updated with s1x coding format style
2022-11-06 12:57:21 +00:00
Hosseinpourziyaie
f785c12861
Add commercial Messages
...
port of my demonware investigation on H1 MarketingComms. However here done with different method by directly hooking marketing_getMessage(lui's contact in engine)
2022-11-06 12:57:21 +00:00
Edo
9389b145d4
partially revert "party: fix usage of stoi ( #520 )" ( #521 )
2022-11-05 17:09:44 +00:00
Edo
573b19a35a
party: fix usage of stoi ( #520 )
2022-11-05 16:08:25 +00:00
Edo
795b3129b8
gsc: fix loading & restore error messages ( #519 )
2022-11-03 14:13:36 +00:00
Edo
2bd643533c
fix(notifies): \x15 -> \x1F ( #518 )
2022-11-03 14:08:48 +00:00
Edo
05fd8bc732
Fix crash on SP ( #517 )
2022-11-02 21:26:06 +00:00
Edo
712a69a452
Finish logprint code in gsc ( #516 )
2022-11-02 14:12:02 +00:00
FutureRave
2e61c30ef4
fix(notifes): fix logic with hidden messages
2022-11-02 00:07:37 +00:00
Edo
d54fa1a80a
fix(notifies): Fix crash in scr stubs ( #509 )
2022-11-01 20:41:26 +00:00
DoktorSAS
734c224291
Change folder name for lua based scripts ( #503 )
2022-11-01 10:40:37 +00:00
Edo
d22fdba3f4
Cleanup usage of console::info ( #502 )
2022-11-01 10:31:25 +00:00
Edo
131b4c920d
ScriptError: Fix address ( #497 )
2022-10-26 18:26:20 +00:00
Edo
5594b92a8e
Merge pull request #495 from diamante0018/remove-io
...
LUI: Remove Access to IO functions
2022-10-26 10:51:21 +01:00
FutureRave
957dc1ef3e
UI: Remove IO functions from havok vm
2022-10-25 23:56:12 +01:00
FutureRave
e6da84bddf
command: last tiny change
2022-10-25 22:53:32 +01:00
FutureRave
46781d553c
gsc: errors
2022-10-25 22:43:37 +01:00
FutureRave
2bc79988d8
gsc: assert
2022-10-25 22:33:56 +01:00
FutureRave
13504f312d
command: use const reference
2022-10-25 22:17:39 +01:00
FutureRave
4d51ee436f
GSC: expand and enhance
2022-10-25 22:13:49 +01:00
Edo
63b0dfcf09
party: add short version to getInfoPackeResponse ( #491 )
2022-10-23 11:53:24 +01:00
FutureRave
8fb8cb98ad
Revert gsc patch as it doesn't fix anything on some maps
2022-10-19 15:14:43 +01:00
FutureRave
809c78a1c5
gsc: Better patch for fake rawfiles
2022-10-18 09:16:31 +01:00
FutureRave
13de29b580
gsc: Stop loading create art fake gsc files
2022-10-17 15:58:03 +01:00
FutureRave
720a49d484
shorter function
2022-10-14 22:34:28 +01:00