Commit Graph

179 Commits

Author SHA1 Message Date
Maurice Heumann
88052267fd Merge branch 'main' into bugfix/console 2022-10-01 20:16:47 +02:00
momo5502
587ef29e34 Speed up console logging by concatenating indiviual messages 2022-10-01 20:16:12 +02:00
Maurice Heumann
b3681d0fd5 Merge pull request #36 from momo5502/bugfix/console
Fix console by properly handling the brush
2022-10-01 20:09:39 +02:00
Maurice Heumann
82625e2652 Merge branch 'main' into bugfix/console 2022-10-01 20:05:09 +02:00
momo5502
6c79f40e09 Fix console by properly handling the brush 2022-10-01 19:54:47 +02:00
Maurice Heumann
df7f033e41 Merge pull request #35 from momo5502/bugfix/steam-crash
Stabilize steamproxy cleanup
2022-10-01 18:56:35 +02:00
momo5502
5fc3ee3588 Stabilize steamproxy cleanup 2022-10-01 18:52:15 +02:00
Maurice Heumann
95cf7736c6 Merge pull request #34 from jazzwolf/main
Remove leftover debug output
2022-10-01 18:28:44 +02:00
jazzwolf
7c7957df06 Remove leftover debug output 2022-10-01 18:23:29 +02:00
Maurice Heumann
3e742f690d Merge pull request #33 from jazzwolf/main
Fix console bug
2022-10-01 18:21:17 +02:00
jazzwolf
13c4f2dcea Fix console bug 2022-10-01 18:08:40 +02:00
momo5502
251bfae185 Process console message queue in a separate thread 2022-10-01 14:02:35 +02:00
momo5502
5740210e72 Small refactoring 2022-10-01 11:08:42 +02:00
momo5502
5aefef6171 Make sure update window is in foreground 2022-10-01 10:39:40 +02:00
momo5502
8e86b676ff Optimize console performance 2022-10-01 10:26:07 +02:00
momo5502
d2068ad99d Disable local publisher cache
It's not needed and seems like BO3's content streaming servers are down.
Invalidating LPC here will result in them not being able to play anymore.
Even if it's cause the server is down and not cause of this mod.
2022-10-01 08:14:23 +02:00
momo5502
690b146e18 Don't update subscribed items right away 2022-09-30 19:26:28 +02:00
momo5502
76ab3d5862 Remove debug strings 2022-09-30 19:21:23 +02:00
momo5502
0b58d406dd Add ugc support 2022-09-30 19:20:19 +02:00
momo5502
b74dfef65e Prepare ugc support 2022-09-30 19:20:19 +02:00
Maurice Heumann
13326348d3 Update README.md 2022-09-30 07:32:12 +02:00
momo5502
cda1ea7b55 Always enable ingame console 2022-09-29 20:34:19 +02:00
momo5502
62c84750ef Get playername 2022-09-29 18:15:40 +02:00
momo5502
c99d3bbd5e Run steam proxy when unpacking 2022-09-26 19:12:51 +02:00
momo5502
bd8a524e3a Respect nosteam mode 2022-09-26 19:00:22 +02:00
momo5502
bef4ec67b6 Add steam proxy 2022-09-26 18:39:01 +02:00
momo5502
038621c438 Add udis86 2022-09-26 17:35:32 +02:00
momo5502
0d8542366a Add missing DW services 2022-09-24 15:42:01 +02:00
momo5502
652121b06e Revert "Debug info"
This reverts commit 80c956176afcd51a92ba32da0e759c70461f41d6.
2022-09-24 15:41:36 +02:00
momo5502
5407dcf0e0 Debug info 2022-09-24 15:41:22 +02:00
momo5502
f67c8b57ff Always log demonware stuff 2022-09-24 15:40:47 +02:00
momo5502
c8b3012592 Always load proper ffotd 2022-09-24 15:16:26 +02:00
momo5502
dd894951cf Revert "Add some debugging stuff"
This reverts commit 3adf4175209a873c8294d413678665b7c3f2a006.
2022-09-24 15:14:54 +02:00
momo5502
0a86dfac43 Add some debugging stuff 2022-09-24 15:14:23 +02:00
momo5502
3a9fed6845 Small content streaming fix 2022-09-24 15:13:42 +02:00
momo5502
a35f7fda19 Prepare more demonware support 2022-09-24 15:09:48 +02:00
momo5502
12825cde5c Fix ffotd 2022-09-22 21:12:57 +02:00
momo5502
7c1c819a56 First working demonware emulator 2022-09-21 20:59:11 +02:00
momo5502
1d0f79623f Some demonware progress 2022-09-21 19:36:41 +02:00
momo5502
f6de4aceb0 Some fixes 2022-09-21 16:34:59 +02:00
momo5502
f252259f05 Search broader stack area 2022-09-20 18:09:03 +02:00
momo5502
e467c37d15 Stabilize heuristic 2022-09-20 18:03:18 +02:00
momo5502
fd6cd6965e Fix select hook 2022-09-19 21:06:19 +02:00
Maurice Heumann
cc362b1d78 Update arxan.cpp 2022-09-19 09:18:23 +02:00
Maurice Heumann
14e24f1781 Merge pull request #30 from momo5502/dependabot/submodules/deps/asmjit-052b443
Bump deps/asmjit from `5c469e3` to `052b443`
2022-09-19 07:39:57 +02:00
dependabot[bot]
16341db318 Bump deps/asmjit from 5c469e3 to 052b443
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `5c469e3` to `052b443`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](5c469e3f7c...052b4430e9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 05:31:58 +00:00
Maurice Heumann
af95ee6b14 Update .gitmodules 2022-09-19 07:30:52 +02:00
momo5502
855097d6a8 Small fixes 2022-09-18 15:11:16 +02:00
momo5502
2822088800 Fix library loading 2022-09-18 11:47:12 +02:00
momo5502
cae5347c0c Some steam fixes 2022-09-18 11:31:46 +02:00