Sync fork with upstream nwnxee/unified (build8193.37.17)#222
Merged
Sync fork with upstream nwnxee/unified (build8193.37.17)#222
Conversation
* Fix function hook destructor. * Make shared method static. * Tidy.
* Use correct class for calculating ability gain. * Update check from ability constant change.
…the place. (nwnxee#1828) * Add ClearReadMessage() * Call ClearReadMessage() where appropriate
m_IntMap was being cleared twice instead of m_StringMap.
* Events: Add NWNX_ON_ABILITY_CHANGE * Events: NWNX_ON_ABILITY_CHANGE: remove the extra bool check * Events: NWNX_ON_ABILITY_CHANGE: additional note
* Added NWNX_TWEAKS_CHARLIST_SORT_BY_LAST_PLAYED_DATE to enable sorting the character list by last played date, instead of character name * Removed unnecessary operator overload * switched from std::filesystem functions to POSIX stat() for getting the file modified date * - Turned out-parameters from references into pointers - Replaced CExoArrayList with std::vector and character info structs are now allocated on the stack - Savegame characters will no longer be sent to the client when this tweak is active * Added changelog entry + raised the maximum sortable character count from 255 to 2^21 * +Const refs
* Pin SWIG package to 4.0.2. * Update builder.Dockerfile.
…ork correctly with having multiple feats (nwnxee#1851)
… checks for flags (nwnxee#1852)
* Remove warnings * Change LOG_INFO to LOG_DEBUG for console commands
* Replace nethost search with static linked library. Update directory structure to match external convention. * Don't show assert message on failed resolve of get_hostfxr_path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merges the latest NWNX:EE changes into our fork. Brings build targets up to nwserver 8193.37.17 while preserving all Layonara custom plugins.
97 files changed — clean merge, no conflicts.