Commit Graph

717 Commits

Author SHA1 Message Date
Maurice Heumann
d19b30aa1d Update readme 2021-03-21 12:14:30 +01:00
m
3ed6f202ae
1 line instead of 2 nasty ones 2021-03-21 06:11:17 -05:00
m
dbdc57ed41
added "Firing Range" state. pretty cool 2021-03-21 06:10:58 -05:00
m
23bb31f7ed
using wrong functions. map & gametype display now 2021-03-21 06:10:31 -05:00
Maurice Heumann
09395ace59 Update asmjit 2021-03-21 12:05:58 +01:00
Maurice Heumann
a71b8a97b4 Remove patch_common check
This should fix #39
2021-03-21 11:25:17 +01:00
quaK
9eabca0617 Revert "Ignore G_FindConfigstringIndex: overflow"
This reverts commit 993a0ce70e.
2021-03-17 06:42:08 +02:00
quaK
63473b92c5 Merge branch 'develop' into feature/scripting 2021-03-15 20:05:14 +02:00
quaK
d362a8ade3 Fixes
fix lua crashes.

Co-Authored-By: fed <58637860+fedddddd@users.noreply.github.com>
2021-03-15 04:33:26 +02:00
quaK
993a0ce70e Ignore G_FindConfigstringIndex: overflow
hud:settext("text") will give an error in at least map mp_zombie_brg. The error can be ignored and everything works fine.
2021-03-15 03:36:42 +02:00
Maurice Heumann
206e015463
Merge pull request #37 from fedddddd/scripting
Chat notifies
2021-03-14 18:47:14 +01:00
Federico Cecchetto
9a3197e97e Chat notifies 2021-03-14 18:34:29 +01:00
m
d883651154
temp image 2/2 + image text 2021-03-13 22:25:55 -06:00
m
58cfa86fed
no partySize as of now (cgArray) 2021-03-13 22:25:25 -06:00
m
93d31f905d
temp image 1/2 2021-03-13 22:24:43 -06:00
m
086a54987d
change the checks for main menu 2021-03-13 22:24:22 -06:00
Maurice Heumann
c02bc0f1b8 Use concurrency container 2021-03-14 00:23:15 +01:00
momo5502
e4ba21f752 Get updates from server 2021-03-14 00:05:17 +01:00
Maurice Heumann
d01ab885f4
Merge pull request #32 from iAmThatMichael/changes
Add listassetpool, consoleList, fix various problems
2021-03-13 19:48:56 +01:00
Michael Akopyan
107907f003 make listassetpool use game function to iterate specified asset pool
Co-Authored-By: Maurice Heumann <MauriceHeumann@gmail.com>
2021-03-13 10:35:18 -08:00
m
e2e1a9b2de
assign temp values for partySize + state 2021-03-13 10:03:59 -06:00
m
a2ab4a01d7
add discord presence 2021-03-13 09:55:43 -06:00
quaK
9edebe817c
Merge pull request #34 from fedddddd/scripting
More custom fields support
2021-03-13 16:07:29 +02:00
Federico Cecchetto
ea733bba53 More custom fields support 2021-03-13 15:02:31 +01:00
Maurice Heumann
315c159a1b
Merge pull request #33 from Joelrau/develop
Allow kbam while gamepad is enabled & Logger stuff
2021-03-13 10:50:31 +01:00
quaK
3659fbeaee Fix scripting array
Co-Authored-By: fed <58637860+fedddddd@users.noreply.github.com>
2021-03-13 02:45:04 +02:00
quaK
aa0b29c56e Add scripting array support 2 2021-03-13 02:36:37 +02:00
quaK
3957ad2ce9 Add scripting array support 2021-03-13 02:35:59 +02:00
quaK
9292c857aa Add more logging stuff 2021-03-13 00:58:24 +02:00
quaK
3b238d8363 Allow kbam input when gamepad is enabled 2021-03-13 00:57:47 +02:00
quaK
d04a8fd19e Add custom field support 2021-03-13 00:48:41 +02:00
quaK
51f0742ef8 Fix load_game_constants 2021-03-13 00:42:41 +02:00
Michael Akopyan
46406fac62 simplify listassetpool, move core logic to its own function 2021-03-11 23:34:01 -08:00
Michael Akopyan
789690d981 requested formatting changes 2021-03-11 23:01:53 -08:00
Michael Akopyan
13bdb043f6 modify consoleList to use game_console functionality
- also move game_console find_matches & match_compare out of anon namespace
2021-03-11 22:58:11 -08:00
Michael Akopyan
8663a927cd remove unnecessary captured variable
- move vector lower to where matches is used
- auto stuff
2021-03-11 18:13:15 -08:00
Michael Akopyan
0884bd9507 add consoleList to output cmd/dvars to console
currently only shows dvar's current value
2021-03-11 18:05:30 -08:00
Michael Akopyan
f191260273 formatting listassetpool 2021-03-11 13:52:11 -08:00
Michael Akopyan
826c2d604b slightly lower the version text draw to fix text overlaps 2021-03-11 13:45:57 -08:00
Michael Akopyan
5b5bed1834 reset console display line when there's a clear 2021-03-11 13:45:13 -08:00
Michael Akopyan
eb4123fd0a don't open server menu if we're connected to a server 2021-03-11 13:43:46 -08:00
Michael Akopyan
854631dfd8 add listassetpool cmd & remove specific pool list cmds 2021-03-11 13:37:40 -08:00
Michael Akopyan
ca3907b20e add symbol for DB_GetXAssetName 2021-03-11 13:33:21 -08:00
Michael Akopyan
cb21d7ce69 add symbols for db_hashTable & g_assetEntryPool
will be used for listassetpool
2021-03-11 13:31:02 -08:00
Michael Akopyan
2a6707467c lui was crashing when doing map from inside a map (client only)
fixes #13
2021-03-11 13:26:53 -08:00
momo5502
37f8409d82 Fix possible UAF 2021-03-11 20:45:46 +01:00
Maurice Heumann
6158fc5279
Merge pull request #30 from XLabsProject/feature/demonware
Feature/demonware
2021-03-09 19:32:12 +01:00
momo5502
9bc0d526ce More cleanup 2021-03-09 19:22:26 +01:00
momo5502
a240a93d85 Fix compile issue 2021-03-09 19:18:18 +01:00
momo5502
bbcf0d2529 Rename unknown service 2021-03-09 19:12:11 +01:00