mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user