Skip to content

Commit

Permalink
Build 8193.36-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek committed Feb 9, 2024
1 parent 7199317 commit e584bc0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
https://github.com/nwnxee/unified/compare/build8193.36.9...HEAD
https://github.com/nwnxee/unified/compare/build8193.36.10...HEAD

### Added
- Optimizations: added `NWNX_OPTIMIZATIONS_CACHE_SCRIPTS` to cache scripts after first execution.
- N/A

##### New Plugins
- N/A

##### New NWScript Functions
- Util: CleanResourceDirectory()
- N/A

### Changed
- NWNX_Item_RestoreItemAppearance() will now force an immediate update to the items AC, depending on new appearance.
- N/A

### Deprecated
- N/A
Expand All @@ -28,12 +28,27 @@ https://github.com/nwnxee/unified/compare/build8193.36.9...HEAD
### Fixed
- N/A

## 8193.36.10
https://github.com/nwnxee/unified/compare/build8193.36.9...build8193.36.10

### Added
- Optimizations: added `NWNX_OPTIMIZATIONS_CACHE_SCRIPTS` to cache scripts after first execution.

##### New NWScript Functions
- Util: CleanResourceDirectory()

### Changed
- NWNX_Item_RestoreItemAppearance() will now force an immediate update to the items AC, depending on new appearance.

## 8193.36.9
https://github.com/nwnxee/unified/compare/build8193.36.8...build8193.36.9

### Added
- Optimizations: added `NWNX_OPTIMIZATIONS_CACHE_SCRIPTS` to cache scripts after first execution.

### Fixed
- Weapon: fixed SetWeaponFinesseSize() clobbering the baseitems.2da values.

## 8193.36.7
https://github.com/nwnxee/unified/compare/build8193.35.40...build8193.36.7

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package(Sanitizers)
execute_process(COMMAND git rev-parse --short HEAD OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE SHORT_HASH)
set(TARGET_NWN_BUILD 8193)
set(TARGET_NWN_BUILD_REVISION 36)
set(TARGET_NWN_BUILD_POSTFIX 9)
set(TARGET_NWN_BUILD_POSTFIX 10)
set(NWNX_BUILD_SHA ${SHORT_HASH})
set(PLUGIN_PREFIX NWNX_)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Discord](https://img.shields.io/discord/382306806866771978.svg?colorB=7289DA&label=Discord&logo=Discord&logoColor=7289DA&style=flat-square)](https://discord.gg/hxTt8Fr)

# NWNX:EE (build 8193.36.9 - v88 - DEVELOPMENT)
# NWNX:EE (build 8193.36.10 - v88 - DEVELOPMENT)

- Latest release: [build8193.36.9-HEAD](https://github.com/nwnxee/unified/releases/latest) - [Changelog](https://github.com/nwnxee/unified/blob/master/CHANGELOG.md#Unreleased)
- Latest release: [build8193.36.10-HEAD](https://github.com/nwnxee/unified/releases/latest) - [Changelog](https://github.com/nwnxee/unified/blob/master/CHANGELOG.md#Unreleased)
- Docker tag: `nwnxee/unified:latest`
- nwserver-linux md5: `2c14f05dc968ab3ae3ed690ac06a9618`
- nwserver-linux md5: `bb78316696fff8df0d82f76e073b2f78`

@mainpage
@tableofcontents
Expand Down

0 comments on commit e584bc0

Please sign in to comment.