New Build (2445)

- An AP value was being recast to INT8 which caused some issues with more then 127APs.
- Altered the RemoveRegion failsafe so use the REGION_EXISTS flag.  This seems to resolve the "timed" crash and/or infinite loop that people have been reporting with sector inventory.
- Added a cheat hotkey that creates a huge variety of items for troubleshooting sector inventory with multiple pages.
- Added maximum and minimum values for the AP_BONUS settings in the INI file.
- Merged the two parts of RenderItemDescriptionBox function (strategic and tactical) into a single function.  Now any change automatically effects both version of the box.
- Fixed some Polish and Russian translations
- Fixed description text in "ja2_options.ini" for property "USE_ENHANCED_DESCRIPTION_BOX"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1060 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2008-12-05 22:50:57 +00:00
parent ad0ab1ea25
commit de76b0f5ae
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -884,7 +884,7 @@ RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = FALSE
;******************************************************************************************************************************
; Use the Enhanced Description Box instead of the old one?
; 0 = Both Strategic and Tactical
; 1 = Tactical Only
; 2 = Strategic Only
; 1 = Strategic only
; 2 = Tactical only
;******************************************************************************************************************************
USE_ENHANCED_DESCRIPTION_BOX = 0
+2 -2
View File
@@ -892,7 +892,7 @@ RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = TRUE
;******************************************************************************************************************************
; Use the Enhanced Description Box instead of the old one?
; 0 = Both Strategic and Tactical
; 1 = Tactical Only
; 2 = Strategic Only
; 1 = Strategic only
; 2 = Tactical only
;******************************************************************************************************************************
USE_ENHANCED_DESCRIPTION_BOX = 0