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

Adjust UseWithTarget to support SourceContained spell casting #3835

Merged
merged 9 commits into from May 7, 2022

Conversation

LtRipley36706
Copy link
Member

No description provided.

@LtRipley36706 LtRipley36706 merged commit f51929e into ACEmulator:master May 7, 2022
DarktideLegend added a commit to pourtide/Pourtide-Server that referenced this pull request May 26, 2022
* Adjust UseWithTarget to support SourceContained spell casting (ACEmulator#3835)

* Adjust UseWithTarget to support SourceContained spell casting

* Update Player_Magic.cs

* Update RecipeManager.cs

* Update CastQueue.cs

* Update CastSpellParams.cs

* Update MagicState.cs

* Update WindupParams.cs

* Update Player_Magic.cs

* Update Player_Use.cs

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4203.20220507182350-master-f51929e

* Added optional check for newer server binary. (ACEmulator#3838)

* Added optional check for newer server binary. Changed DB Update to check only 'latest'

* Update OfflineConfiguration.cs

* Update Program.cs

* Update Config.js.example

Co-authored-by: Ty Conner <tyconner@itcproductions.com>

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4204.20220507183056-master-51e04e4

* Update hslist cache when house is purchased, abandoned, or evicted (ACEmulator#3837)

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4205.20220507183616-master-baada64

* Change crafting message to retail. (ACEmulator#3844)

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4206.20220507184339-master-495c0d6

* changed line 305 for retail alignment (ACEmulator#3842)

changes line 305 from patron.AllegianceXPCached += passupAmount; to patron.AllegianceXPCached = Math.Min(patron.AllegianceXPCached + passupAmount, uint.MaxValue); for retail alignment per https://discord.com/channels/261242462972936192/261242462972936192/965650285328486492

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4207.20220507184818-master-2b1a264

* Xp passup logged off server option (ACEmulator#3845)

* Adding offline passup server option

trying to add a server option to enable / disable offline xp passup cap

* Adding server option for offline xp passup

adding option for offline xp passup limit

* Update PropertyManager.cs

* Update AllegianceManager.cs

Co-authored-by: Ty Conner <tyconner@itcproductions.com>

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4208.20220507191928-master-1d9036c

* Add Bitfield operations to ReceipeManager (ACEmulator#3840)

* Add Bitfield operations to ReceipeManager

* Update RecipeManager.cs

* Update RecipeManager.cs

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4209.20220507192629-master-dfd610b

* Revert "Allow Scatter generators to use their Z instead of ground Z (ACEmulator#3797)" (ACEmulator#3846)

This reverts commit 0eb627e.

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.39.4211.20220508212110-master-b07dfde

* [ci skip] Updating dbversion.txt

0.9.251

* Update appveyor.yml

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4212.20220510042058-master-60413b0

* Prevent crash and log issue with HousePortal.SetLinkProperties (ACEmulator#3849)

* Adjust HouseList cache null links (ACEmulator#3851)

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4214.20220512040105-master-7e0eabe

* Another hslist cache null fix (ACEmulator#3852)

* Adjust HouseList cache null links

* Another hslist cache null fix

* Update HouseList.cs

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4215.20220512181422-master-d0ad406

* Added some comments and made the CalculateObjDesc() function more efficient (ACEmulator#3850)

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4216.20220513173837-master-c2c7b93

* Update nuget packages (ACEmulator#3848)

* Wire up InventoryTreasureType support (ACEmulator#3847)

* Wire up InventoryTreasureType support

* Update PropertyDataId.cs

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4218.20220513175248-master-41ad952

* [ci skip] Updating dbversion.txt

0.9.252

* Cap Allegiance Rank to 10 (ACEmulator#3854)

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.40.4219.20220517042146-master-a073a9c

* Update appveyor.yml

* [ci skip] Updating ServerBuildInfo_Dynamic.cs

1.41.4220.20220517042609-master-ae58a88

* updated: switched from csv to json for properties file

Co-authored-by: Ty Conner <tyconner@itcproductions.com>
Co-authored-by: OptimShi <OptimShi@users.noreply.github.com>
Co-authored-by: harliq <30803300+harliq@users.noreply.github.com>
Co-authored-by: brycter <66335183+brycter@users.noreply.github.com>
@LtRipley36706 LtRipley36706 deleted the usewithcontained branch August 6, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants