Commit Graph

258 Commits

Author SHA1 Message Date
Maurice Heumann
8dea518c26
Merge pull request #45 from Joelrau/feature/quaK
Make it possible to open the client without console
2021-03-24 08:08:44 +01:00
quaK
df5ae8491a Make it possible to open the client without console 2021-03-23 20:04:51 +02:00
Maurice Heumann
a911e74366
Merge pull request #44 from XLabsProject/dependabot/submodules/deps/asmjit-a4dd0b2
Bump deps/asmjit from `e7a7280` to `a4dd0b2`
2021-03-22 20:40:13 +01:00
dependabot-preview[bot]
296851a00a
Bump deps/asmjit from e7a7280 to a4dd0b2
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `e7a7280` to `a4dd0b2`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](e7a728018e...a4dd0b2d8b)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 07:02:56 +00:00
Maurice Heumann
07f0c89ee3
Merge pull request #41 from sortileges/new-assets
Uploading new artworks + resources
2021-03-21 16:45:35 +01:00
Sass
7d3930e256
Add files via upload 2021-03-21 16:42:22 +01:00
Maurice Heumann
bb485252a3
Merge pull request #40 from Joelrau/feature/quaK
Minor fixes
2021-03-21 14:33:27 +01:00
quaK
212d9a58b6 Minor fixes
- fixes /map command on the same map disconnecting
- fixes disconnect with virtuallobby on
2021-03-21 15:24:17 +02:00
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
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
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
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
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
momo5502
6ba4e274e2 Allow offline play
This fixes #19
2021-03-09 18:59:24 +01:00
momo5502
d4ca18258c Prepare umbrella emulation 2021-03-09 18:01:43 +01:00
momo5502
b10fd2d139 Cleanup 2021-03-09 18:01:31 +01:00
Maurice Heumann
c9fdef395e
Merge pull request #29 from XLabsProject/dependabot/submodules/deps/GSL-ef0ffef
Bump deps/GSL from `84aeb59` to `ef0ffef`
2021-03-09 17:31:44 +01:00
dependabot-preview[bot]
ada6aea849
Bump deps/GSL from 84aeb59 to ef0ffef
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `84aeb59` to `ef0ffef`.
- [Release notes](https://github.com/Microsoft/GSL/releases)
- [Commits](84aeb59f26...ef0ffefe52)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 07:22:40 +00:00