Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big rpak loading refactor #766

Merged
merged 53 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ac10185
Refactor dll callbacks
F1F7Y Aug 15, 2023
621999c
move HookSys_Init
ASpoonPlaysGames Feb 11, 2024
c5cfaa5
man
ASpoonPlaysGames Feb 11, 2024
fe6e57d
Merge branch 'main' into primedev-refactor/libsys
Alystrasz Mar 12, 2024
4d3887d
Merge branch 'main' into primedev-refactor/libsys
ASpoonPlaysGames Aug 14, 2024
9c4798a
port fix from #583 to new file
ASpoonPlaysGames Aug 14, 2024
1b6e0fa
inform plugins of dll load
ASpoonPlaysGames Aug 15, 2024
196ecde
missing include
ASpoonPlaysGames Aug 15, 2024
3017e5a
fix typo in variable name
ASpoonPlaysGames Aug 15, 2024
45437de
formatting
ASpoonPlaysGames Aug 15, 2024
60457f9
github web editor hates me
ASpoonPlaysGames Aug 15, 2024
469d81f
Restore message box
ASpoonPlaysGames Aug 15, 2024
e92ffc0
proof of concept
ASpoonPlaysGames Aug 15, 2024
2a12ed9
starting new rpak load manager
ASpoonPlaysGames Aug 16, 2024
3f22984
loading/unloading of map rpaks
ASpoonPlaysGames Aug 16, 2024
ab153b2
that seems to work
ASpoonPlaysGames Aug 16, 2024
d3f19d6
loading rpaks based on map seems to work. do i want to support the rest?
ASpoonPlaysGames Aug 17, 2024
69b8258
vanilla pak tracking + some debug logging
ASpoonPlaysGames Aug 17, 2024
1389eb5
dependency loading
ASpoonPlaysGames Aug 18, 2024
b232252
i think we are done? maybe?
ASpoonPlaysGames Aug 18, 2024
924eabc
remove temp logging
ASpoonPlaysGames Aug 18, 2024
1cb09a2
some cleanup
ASpoonPlaysGames Aug 18, 2024
a701f4b
remove autohook
ASpoonPlaysGames Aug 18, 2024
b695c12
rename new pak load manager
ASpoonPlaysGames Aug 18, 2024
5aa721e
fix crash
ASpoonPlaysGames Aug 18, 2024
cebd1c1
fix other crash (man i suck at this)
ASpoonPlaysGames Aug 18, 2024
f51d7bb
actually set the pak name and stuff
ASpoonPlaysGames Aug 18, 2024
5a263cf
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 18, 2024
48c2fb8
formatting ig
ASpoonPlaysGames Aug 18, 2024
28e15b0
Merge branch 'rpak-fixes' of https://github.com/ASpoonPlaysGames/Nort…
ASpoonPlaysGames Aug 18, 2024
177787e
Fix alias path construction
ASpoonPlaysGames Aug 19, 2024
0b4c361
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 19, 2024
c7b9afc
dont skip registering starpaks
ASpoonPlaysGames Aug 22, 2024
4696952
Merge branch 'rpak-fixes' of https://github.com/ASpoonPlaysGames/Nort…
ASpoonPlaysGames Aug 22, 2024
bdd9fc6
pragma stuff
ASpoonPlaysGames Aug 23, 2024
9a152f2
rename ModPak to ModPak_t, move doc comments and reorder to match header
ASpoonPlaysGames Aug 23, 2024
a55288b
some more review stuff
ASpoonPlaysGames Aug 23, 2024
9e6387f
comment
ASpoonPlaysGames Aug 23, 2024
56791e1
Merge branch 'main' into rpak-fixes
GeckoEidechse Aug 23, 2024
9754743
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 23, 2024
7477021
apply new formatting
ASpoonPlaysGames Aug 23, 2024
7ed467a
rename variable
ASpoonPlaysGames Aug 27, 2024
0665454
rename predicate
ASpoonPlaysGames Aug 27, 2024
5c1cd40
make name more descriptive
ASpoonPlaysGames Aug 27, 2024
2287495
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 27, 2024
f82bf32
Formatting
ASpoonPlaysGames Aug 27, 2024
4bc5e0a
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 29, 2024
6cdd029
Merge branch 'main' into rpak-fixes
ASpoonPlaysGames Aug 30, 2024
e86e9a8
Cause Preload and Postload rpaks to be reloaded on `reload_mods`
ASpoonPlaysGames Aug 30, 2024
fa68216
Merge branch 'main' into rpak-fixes
Alystrasz Aug 30, 2024
c5afcee
Merge branch 'main' into rpak-fixes
Alystrasz Aug 31, 2024
fab65eb
typo :(
ASpoonPlaysGames Aug 31, 2024
346f5f4
Merge branch 'main' into rpak-fixes
Alystrasz Sep 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading