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

Version 3.0.0 #28

Closed
wants to merge 113 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
9a51540
Get the mod building in both debug and release mode
nex3 Oct 21, 2023
42ae29a
Randomize collaboratively with the offline randomizer
nex3 Oct 21, 2023
e958ab0
Build directly to archipelago.dll
nex3 Oct 24, 2023
8873a6f
Support newer server structure
nex3 Oct 30, 2023
c9cb78e
Fix a few bugs
nex3 Oct 30, 2023
d8a5d4e
Use a true function call for ItemGib.
nex3 Nov 9, 2023
aa13c86
Show banners in-game
nex3 Nov 13, 2023
1e4e97a
Add the ability to set events to GameHook
nex3 Nov 13, 2023
3a7829e
Better support for Path of the Dragon
nex3 Nov 13, 2023
edf6044
Use an AOB for fSetEventFlag
nex3 Nov 14, 2023
4723bbe
Add an AOB for mapItemMan
nex3 Nov 14, 2023
b80f3e6
Use FD4Singleton to check for DLC
nex3 Nov 15, 2023
c6ce9d7
Use FD4Singleton/WorldChrMan for killThePlayer
nex3 Nov 15, 2023
42aa787
Use singleton const/destructors to detect when the game is loaded
nex3 Nov 15, 2023
b4fabbc
Use WorldChrMan and SprjEventFlagMan for updateRuntimeValues
nex3 Nov 15, 2023
9428285
Add AOBs for equip locking
nex3 Nov 15, 2023
01b046a
Throw errors with names for pattern mismatches
nex3 Nov 15, 2023
2c3327b
Begin the process of making the mod cross-patch
nex3 Nov 15, 2023
dac1c60
Clean up and AOB item gib logic
nex3 Nov 18, 2023
61b4ff3
Be more careful about accessing memory during initialization
nex3 Nov 18, 2023
bd219ef
Basic DLL compatibility with Mod Engine 2
nex3 Nov 25, 2023
b900b66
Use dependencies from vcpkg where possible.
nex3 Nov 26, 2023
d2fd112
Make this a proper ME2 extension and use its logging infrastructure
nex3 Nov 26, 2023
7c602d0
Rrefactor GameHook.h into a few separate headers
nex3 Nov 26, 2023
1f9b215
Make function hooking a bit more consistent
nex3 Nov 26, 2023
a201bbc
Remove an excess newline
nex3 Nov 26, 2023
62487ef
Fix AutoEquip, show trace logs in debug mode
nex3 Nov 27, 2023
50d5ac3
Use a better technique and UI for showing banner messages
nex3 Nov 27, 2023
183cc08
Bump version to 3.0.0-beta.1
nex3 Nov 27, 2023
79788af
Drop more dinput8 references
nex3 Nov 27, 2023
e70f1e7
Remove a leftover debugging print
nex3 Nov 29, 2023
59d519e
Statically link openssl and don't crash in release mode
nex3 Nov 30, 2023
90c09c3
Bump version
nex3 Dec 1, 2023
4775fd7
Update version
nex3 Jan 4, 2024
5ae78a8
Bump version
nex3 Jan 5, 2024
ed52a06
Bump version
nex3 Jan 9, 2024
84157b6
Remove synthetic items from inventory when connected.
nex3 Jan 23, 2024
5a6b405
Bump version to 3.0.0-beta.6
nex3 Jan 24, 2024
8674302
Build archipelago.dll via GitHub actions on release
nex3 Apr 2, 2024
99eaacd
Update vcpkg version
nex3 Apr 3, 2024
e942fd2
Build the static randomizer as part of the release process
nex3 Apr 3, 2024
59ba395
Cut a full release when pushing a tag
nex3 Apr 3, 2024
341ce88
Release 3.0.0-beta.7
nex3 Apr 3, 2024
3ea35cb
Fix release YAML
nex3 Apr 3, 2024
df35544
Bump version
nex3 Apr 8, 2024
ca50c2f
Merge branch 'main' of https://github.com/Marechal-L/Dark-Souls-III-A…
nex3 Apr 11, 2024
a3b0fe8
Check out YATC as well when building the static rando
nex3 Apr 20, 2024
e3fad95
Code review
nex3 Apr 29, 2024
b5417d7
Update release process
nex3 Jul 20, 2024
c415a0c
Release 3.0.0-beta.10
nex3 Jul 20, 2024
51e86fc
Merge branch 'full-rando-server' of https://github.com/nex3/Dark-Soul…
nex3 Jul 21, 2024
ff50695
Update vcpkg baseline
nex3 Jul 21, 2024
de2902c
Get this building with the latest visual studio
nex3 Jul 21, 2024
3156603
Debug and maybe fix some msbuild/vcpkg stuff
nex3 Jul 21, 2024
2ac9b51
Explain apworld usage in more detail
nex3 Jul 21, 2024
8ad1e62
Try using an older builtin-baseline
nex3 Jul 21, 2024
4f74db1
Use the non-deprecated openssl package
nex3 Jul 21, 2024
25bfad1
Try building with an explicit registry checkout
nex3 Jul 21, 2024
c580aec
Bump version to 3.0.0-beta.11
nex3 Jul 24, 2024
cf11b46
Proeprly auto-equip foreign items
nex3 Jul 25, 2024
4d34666
Auto equip fix, handles shields and legs fix (#1)
eldsmith Jul 27, 2024
d958a00
Release 3.0.0-beta.12
nex3 Jul 29, 2024
66e0df6
Support reporting local shop items
nex3 Aug 4, 2024
37041df
Merge branch 'full-rando-server' of https://github.com/nex3/Dark-Soul…
nex3 Aug 4, 2024
e56e6db
Release 3.0.0-beta.13
nex3 Aug 4, 2024
281a20b
Remove leftover debugging print
nex3 Aug 5, 2024
04ce02e
Automate more of the release process + release ds3-stable
nex3 Aug 6, 2024
cf99661
Release 3.0.0-beta.14
nex3 Aug 6, 2024
19e9f6e
Avoid an unnecessary checkout
nex3 Aug 6, 2024
3d7a6a5
Fix a merge
nex3 Aug 6, 2024
fa32a4d
Don't pull from a tag that doesn't exist yet
nex3 Aug 6, 2024
eb55e61
Try a full clone
nex3 Aug 6, 2024
a88fc59
Fix merge again
nex3 Aug 6, 2024
48288d0
Add a GitHub robot user for the merge commits
nex3 Aug 6, 2024
c30bb9a
More fixes
nex3 Aug 6, 2024
1331e4e
Run static tags in the correct working directory
nex3 Aug 6, 2024
48d71a0
Use the correct directory name
nex3 Aug 6, 2024
3094a48
Release 3.0.0-beta.15
nex3 Aug 7, 2024
3d56e2d
Build the DS3 YAML against 0.5.0
nex3 Aug 7, 2024
a9de14d
Release 3.0.0-beta.16
nex3 Aug 8, 2024
7a63896
Release 3.0.0-beta.17
nex3 Aug 9, 2024
a0e4c3d
Only create tags after the release completes
nex3 Aug 9, 2024
e7a55cd
Update the release process now that the 3.0.0 PR has landed
nex3 Aug 10, 2024
dcfd65b
Release 3.0.0-beta.18
nex3 Aug 10, 2024
6f7db2b
Add missing runs-on fields
nex3 Aug 10, 2024
88703e8
Fix the Archipelago source zip URL
nex3 Aug 10, 2024
7f3016c
Report local PotD to the server
nex3 Aug 10, 2024
e32bee6
Merge branch 'full-rando-server' of https://github.com/nex3/Dark-Soul…
nex3 Aug 10, 2024
e5f74f7
Release 3.0.0-beta.19
nex3 Aug 10, 2024
d4930cf
Add a missing GitHub Actions dependency
nex3 Aug 11, 2024
4a99c2f
Release 3.0.0-beta.20
nex3 Aug 19, 2024
48695c7
Release a self-contained .NET app as well
nex3 Aug 20, 2024
7bb0e9c
Release 3.0.0-beta.21
nex3 Aug 20, 2024
6bc67a7
Mark releases as pre-release
nex3 Aug 20, 2024
037e105
Fix SoulsRandomizers publish paths
nex3 Aug 20, 2024
408c058
Fix and minimize publish paths
nex3 Aug 20, 2024
b326078
Add missing quotes
nex3 Aug 20, 2024
daca48a
Download and rename proper self-contained executable
nex3 Aug 20, 2024
a326c21
Remove rename
nex3 Aug 20, 2024
b50befb
Document self contained zip file
nex3 Aug 20, 2024
466ba9d
Release 3.0.0-beta.22
nex3 Aug 24, 2024
a7e4ed2
Release 3.0.0-beta.23
nex3 Aug 26, 2024
3ca0bce
Drop the self-contained release
nex3 Aug 29, 2024
00ceaa5
Release 3.0.0-beta.24
nex3 Aug 31, 2024
1122dd6
Update spdlog to v1.14.1
Sep 19, 2024
ccbf994
Idiot-proof the "Building Locally" instructions
Samonella7 Sep 19, 2024
9814fcc
Typo fix in "Building Locally" instructions
Samonella7 Sep 19, 2024
ca3b31a
Merge pull request #2 from Samonella7/build-improvements
nex3 Sep 24, 2024
edf7479
Release 3.0.0-beta.25
nex3 Nov 17, 2024
9a288d6
Avoid needing to load MINT
nex3 Nov 17, 2024
91acc17
Release 3.0.0-beta.26
nex3 Nov 17, 2024
f4daf32
Release 3.0.0-beta.27
nex3 Nov 17, 2024
a05b97c
Update to new version of ME2 fork
nex3 Nov 19, 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
Prev Previous commit
Next Next commit
Avoid an unnecessary checkout
nex3 committed Aug 6, 2024
commit 19e9f6e7667bd392a26e835be172770425ac1d84
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -107,7 +107,6 @@ jobs:
ref: ds3-stable

- run: git fetch origin ds3-full-rando
- run: git checkout -b ds3-stable origin/ds3-stable
- run: git merge ds3-full-rando
- run: git push origin ds3-stable