Commit Graph

34 Commits

Author SHA1 Message Date
Ahrimdon
b9b8e07620 remove watermark.cpp 2024-12-31 07:35:48 -05:00
Ahrimdon
9ca50d5c72 maint(game_console.cpp): change str 2024-12-31 07:35:26 -05:00
Ahrimdon
22e6c11fca Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-12-31 07:33:23 -05:00
project-bo4
6f784abc1f Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-11-28 03:14:07 -08:00
project-bo4
00082c2001 fix LiveStats source
easy solution for progression problem
2024-11-28 03:13:02 -08:00
Antoine Willerval
dc46fdfad5
reimplement acts gsc debug objects (#55) 2024-11-28 02:58:49 -08:00
project-bo4
e00fdf473a Fix Release Build Environment
+ addressed every code safety demands compiler had in order to make it possible to build in release configuration without suppressing warning(warning C4244 still had to be suppressed because it was coming from external libraries xxhash and stb)

+ changed to proxying XInput9_1_0 instead of directx11 interface

+ recoded protocolbuffer helper

+ improved variable namings in fileshare

- removed ida_defs.h header as its not needed anymore
2024-08-16 07:36:41 +03:30
project-bo4
84facee97e Functionality Improvements
+ Added 'keycatchers' as an standalone component
+ Improvement to logger with output division
+ Improvements to game console
2024-07-29 02:08:10 -04:00
project-bo4
ff71bec3a3 Functionality Improvements
+ Added 'keycatchers' as an standalone component
+ Improvement to logger with output division
+ Improvements to game console
2024-07-28 12:26:23 +03:30
bodnjenie14
b9b977e84b
Add Watermark with Build Tag
* visual text drawing of build tag

---------

Co-authored-by: project-bo4 <127137346+project-bo4@users.noreply.github.com>
2024-06-16 15:14:39 -07:00
Rim
b66a191aff Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-06-09 18:45:58 -04:00
project-bo4
81a92f69a4 Custom CMD & Structural Upgrade
+ Added custom commands interface
+ Tidy up and reorder game interface
2024-05-31 15:35:20 -07:00
Rim
a2a770254d maint: remove : from console title due to current lack of versioning 2024-05-29 18:14:26 -04:00
Rim
e3e1c36421 Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-05-29 18:02:43 -04:00
bodnjenie14
076133cf92 External console
* Added Experimental External Console


Co-authored-by: bodnjenie14 <134313862+bodnjenie23@users.noreply.github.com>
2024-05-29 17:56:51 -04:00
bodnjenie14
324fcc2425
Updated Console
Added command line tag for external console
2024-05-27 09:04:52 -07:00
bodnjenie14
6e8d232e78
External console
* Added Experimental External Console


Co-authored-by: bodnjenie14 <134313862+bodnjenie23@users.noreply.github.com>
2024-05-22 23:48:21 -07:00
Rim
2e2cbd26d1 maint: rebrand 2024-05-16 17:35:57 -04:00
Ahrimdon
fe85f2da16 Modify in-game console str 2024-03-11 02:29:13 -04:00
Antoine Willerval
60597903d6
Lua injection, custom BGCache and other things (#30) 2024-01-09 06:26:31 -08:00
project-bo4
b4d1c8955b
Merge pull request #29 from ate47/test_unlock
expand unlock all coverage
2023-12-15 01:18:18 -08:00
Antoine Willerval
50f6049a7e
Custom xassets loading (#28)
* add custom gsc/lua/raw file loading and gsc hooks

* add gsic file injection with detours/builtins/lazylinks

* add custom string tables, fix old func
2023-12-15 01:01:22 -08:00
qaate47
a756ffad86 basic unlock all 2023-12-14 20:57:28 +01:00
qaate47
6a07dbb4e9 add gsc functions and basic hud 2023-11-26 00:48:20 +01:00
project-bo4
b77d42d869 Theater server emulation 2023-11-10 14:08:30 -08:00
project-bo4
e584075243 structural changes 2023-11-10 13:52:20 -08:00
project-bo4
55553a4099 some improvements
+ Improved blackbox's backtracer
+ Improved json config read/writer
2023-09-23 16:17:57 -07:00
project-bo4
866527b7e8 zombies loot table
+ increase item quantity for zm consumable loots
2023-09-13 14:09:50 -07:00
project-bo4
07a0649868 fix missing type 2023-09-06 05:32:21 -07:00
project-bo4
2358dcf30b developer console
+ added in-game developer console
+ added dvar definitions and helping class
+ list of known game dvars can be found inside variables.cpp
+ adjusted logger component
+ re-enabled com_frame hook
+ some minor code formatting
2023-09-06 05:08:38 -07:00
project-bo4
8b85399de5 Added Blackbox 2023-07-12 00:03:55 -07:00
project-bo4
354d022967 Squashed commit of the following:
commit f44d146e4ac906ff898e8968c6857fd2280f6d20
Author: project-bo4 <127137346+project-bo4@users.noreply.github.com>
Date:   Thu May 11 13:39:29 2023 -0700

    remove lpc package from repository

commit 29fb0f63e50de468ab0b9db35f7e8fdadf58afc3
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Thu May 11 13:06:13 2023 -0700

    generic improvements

    + added identity configuration
    + objectstore improvements
    + added battlenet 'US' servers to blocklist
    + some other minor improvements

commit 5d5e31099ebcce5a637b9a02d4936a97fb0802a7
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Sat Mar 25 16:32:52 2023 -0700

    lpc improvements

    + fix lpc issue with foreign languages(non-english) not being considered in listing
    + check lpc files pre-start and warn user if missing any of core items

commit 2de1a54b6f4cc5c44dc906871021cfbc85057ca9
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Thu Mar 23 12:45:56 2023 -0700

    demonware improvements

    + handle object store uploadUserObject
    + silence bdUNK125

commit 710dcc3ec6178071d67c27e5bf6705f08cabe7e2
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Mon Mar 20 13:43:56 2023 -0700

    forgot to update names

commit 217682dfb07b35f7a09399fb2698924bb7fe8b77
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Mon Mar 20 11:09:18 2023 -0700

    upload lpc and update readme

commit 83f812b33b90791a8d13b9468f27da51e0a4f2b9
Author: project-bo4 <themanwithantidote@gmail.com>
Date:   Mon Mar 20 10:53:43 2023 -0700

    demonware emulator

    + demonware emulator
    + platform name and id
    + xxhash and picoproto
    - remove g_runframe hook
    -disable discovery(save time)
    + improvements to utils
    + add new resources
2023-05-11 13:50:11 -07:00
project-bo4
1686efcccd quick clean up + add libtommath exports 2023-03-07 04:31:21 -08:00
project-bo4
8b606eae94 Initial upload commit 2023-03-06 12:40:07 -08:00