From de76b0f5aefe1775f35b85820649c697e44c8eae Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 5 Dec 2008 22:50:57 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Ja2_Options.INI | 4 ++-- gamedir/Data/Ja2_Options.INI | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index a4bf59586..7817f6a37 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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 \ No newline at end of file diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 379e39659..632801e45 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -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