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 d3f9e6c0d6
commit 479c56b8e1
23 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+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
Binary file not shown.
BIN
View File
Binary file not shown.