Commit Graph
189 Commits
Author SHA1 Message Date
Wanne 31e90b8ed2 - Fixed a few face portraits (corrected some sti frames) (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1277 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-04-11 07:59:12 +00:00
Wanne ad2767d806 - Fixed wrong mouth and eyes coordinates for Tex and Biggins in all the different Prof*.dat files
o Without the fix this leads to wrong face coordinates and then to blitter crashes when playing with READ_PROFILE_DATA_FROM_XML = FALSE


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1276 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-03-14 09:09:49 +00:00
Wanne 92305df425 - Re-added the OPTIONSCREENADDONS2.sti that Inshy deleted, because this one is needed. This is needed for the reworked option screen with the next/previous pages
o The original OPTIONSCREENADDONS.sti has bigger buttons, so we need this one. I replaced the first index of the STI (which was from Ron's interface) with an empty one.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1275 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-03-13 22:00:23 +00:00
inshy f354fee9de -Deleted Credits.sti because this file exist in original Interface.slf
-Deleted modified OPTIONSCREENADDONS2.sti because this file from Rons Modified Interface. We have original STI in Interface.slf

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1273 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-03-10 06:51:33 +00:00
Wanne 2caf64d0fe - Deleted unused STI files
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1268 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-02-13 15:37:23 +00:00
inshy 2bd112dc08 Replace large NOTIFICATION.STI with small NOTIFICATION.PNG
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1265 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-02-01 20:07:14 +00:00
Wanne 78a347485a - Corrected a few values from Data\TableData\Weapons.xml (thx to Starwalker)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1264 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-02-01 13:40:23 +00:00
Wanne d232521d00 - Restored and reworked TableData/Items.xml and TableData/Weapons.xml. Both had items and weapons from Data-1.13 and therefore invalid Data!
- Fixed wrong price for 9x39mm Mag

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1263 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-02-01 10:19:21 +00:00
inshy 5166946b74 -Translate to russian some lines
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1259 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-01-19 21:03:28 +00:00
Wanne 0a62ebd22b ************************************************************
* Merged GameDir from Development Trunk: Revision 4063 *
************************************************************
- Merged from SVN: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1257 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-01-18 10:24:49 +00:00
Wanne 43c1e39f60 - Fixed data\TableData\Magazines.xml
- Fixed "MINIMUM_CTH_DIVISOR" default value in Data\ja2_options.ini

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1247 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-11-02 09:24:09 +00:00
Wanne 32e0fd4416 - Moved language specific XML files (e.g: German.*.xml, Russian.*.xml, ...) to language specific SVN GameDir folder: https://81.169.133.124/source/ja2/trunk/GameData
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1235 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-09-14 16:36:54 +00:00
Wanne 8b20c37313 - Fixed missing properties from APBPConstants.ini (spotted by Warmsteel, fixed by Headrock)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1216 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-03-23 10:59:35 +00:00
Wanne 0db4b8c783 New EXE Release (Build: 3358)
New Map Editor Release (Build: 3358)

New Features
-------

- Map Editor can now load/save big sector maps.
- Control hardcoded list of unclickable ("bad") sectors via XML file.
o On the strategic map, the player cannot click or highlight specific
  sectors (e.g. A4, A5). Introduce a <BadSector> tag in MovementCosts.xml
  that flags a sector as "bad". (<BadSector>1</BadSector>)
- Move hardcoded underground sectors initialization to Lua script file. (by Realist)
o Locate "initunderground.lua" at data-xyz\scripts ("xyz" subject to change).
  Lua script allows easily adding underground sectors at arbitrary locations and defining enemy garrisons and creature population.
  Also enables underground bloodcat population.
- Changed order of properties in GameSettings.cpp
- Sorted Data-1.13\ja2_options.ini
- Translated missing HAM 3.6 German Texts


Bugfixes
------

- In Method CreateDestroyMouseRegionsForFacilityAssignmentMenu()
- HAM 3.6 fixes
- Turns out that the program is saving the number of used Placement Slots to the temp file fine, 
  but if that number is equal to the limit of how many enemies/civvies are allowed in a sector by the INI settings, 
  it leads to an assertion error instead when trying to re-load that sector. (by Headrock)
- The DEBUG only setting "fEnableInventoryPoolQ" is now only enabled in a DEBUG version. 
  In all other builds it is set to FALSE.


Info Map Editor
-------
Q: How can I create Big Maps with the Editor?
A: 1.) Start the new Map Editor.exe file
   2.) The Map Editor should load a map automatically
   3.) You see now 2 new text boxes (Rows, Cols) in the taskbar
   4.) Enter the size of the new map in the Rows text box. It should not be greater than 2000
       Cols always have the same size than Rows. That's why you can't enter a number for Cols.
       Normal maps have a size of 160 rows X 160 cols
   5.) Now click on New map" or load an existing map
   6.) The map should have now the new size you entered for Rows
       If you loaded a map, the original map is placed in the center of the new big map
   7.) Make any changes you like to the map
   8.) Save the map. Depending on the mapsize it could take some minutes
   9.) The map will be saved in the Profiles folder

Q: How can I easy navigate in the editor in big maps?
A: 1.) Use the arrow keys to scroll. For fast scrolling press SHIFT + Arrow keys.
   2.) Press "i" and you get an overview of the map.
       Use the Arrow keys to scroll. By pressing also SHIFT you scroll much faster

Q: What is the version 1.12 checkbox?
A: If this checkbox is checked, the map will be saved in version 1.13 (vanilla JA2) format

Q: What limitions for big maps has the current Map Editor?
A: 1.) Radar maps are not created correctly for big maps. Only the upper left corner of the map is shown in the radar map
   2.) NPC-Scripts are bound to grid numbers. They are not yet converted to the new grid numbers when altering a normal map
   3.) There are a lot of hardcoded grid numbers in the source code, so they only work with normal maps
   4.) For now you should only create big maps, that do not have any NPCs on it, that trigger special actions
       For outdoor maps or town maps (that do not have any NPCs special actions) big maps work fine

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1213 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-03-07 18:46:35 +00:00
Wanne d60e1c75c8 - Bugfix: FacilityTypes.xml (Data/TableData/Map)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1212 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-03-01 22:32:58 +00:00
Wanne 104b9a09f0 New EXE Release (Build: 3342)
New Features
-------

- Added Big Maps Project support. You will not see any differences until I release the new Big Maps project Map Editor
o This will allow playing really big tactical maps (up to 2000 rows X 2000 cols, instead of "normal" 160 rows X 160 cols)

- Added Multiplayer v1.5
o Most important feature in this version is the synchronization of explosives (grenades, TNT, ...) and fixes some bugs

Info
-------

- Because of the Big Maps Project integration most of the structures have changed and you HAVE TO START A NEW GAME
o If you don't want to use the new EXE, I have renamed the previous release EXE to "ja2_3329.exe" and you can continue playing with your existing savegames.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1211 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-03-01 19:08:06 +00:00
Wanne 31c05993f1 New EXE Release (Build: 3329) incl. HAM 3.6
Bugfixes
--------
- Fixed NPC and PC movement errors
- Fixed boxers in San Mona do not leave the boxing ring after the fight
- Fixed Darren does not pay the cash after you won the boxing fight
- Removed a line of code which fiddled with chance to hit calculation.
- Cover Display now works correctly with multiple enemies.
- Cover Display has no problems with stance anymore.
- Enhanced IMP Creation: When choosing female, after leaving color choosing, the "email" button is removed. That's because the code tries to remove a button which do not exist (for big/small body) so it grabs the first one around (fixed by Sandro)
- Fixed CTD when throwing item (grenade, rock, throwing knife, ...) in tactical when item description box is open

New Features
------------
- HAM 3.6 (by Headrock)
o For more infos see: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=243620&page=1&fpart=1



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1208 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-02-21 22:22:32 +00:00
Starwalker c3a9c1591f Corrected a few things, like attachment errors (e.g. default attachment does not exist in vanilla JA2).
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1205 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-12-16 09:12:19 +00:00
Starwalker 8588772eb5 Corrections for some items from UB
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1204 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-12-15 08:50:59 +00:00
Wanne aa07fab049 New EXE Release (Build: 3287)
Changes
-------

- Updated Cover system (by CptMorre)
o made display cover system performance independant of map size. 

* New settings *
o gGameExternalOptions.ubStanceEffectiveness = iniReader.ReadInteger("JA2 Tactical Settings", "STANCE_EFFECTIVENESS", 10, 0, 100);
How much the stance influences the view range reduction. Prone will give you 10% (default) view reduction / cover.
o gGameExternalOptions.ubLBEEffectiveness = iniReader.ReadInteger("JA2 Tactical Settings", "LBE_EFFECTIVENESS", 50, 0, 100);
Dual welding the longest sniper rifles with full attachements, having a third backup sniper rifle, one combat pack and one backpack will give a 50% (default) sight penalty with the default settings.

* Removed settings *
o gGameExternalOptions.fMovementSightAdjustment = iniReader.ReadBoolean("JA2 Tactical Settings", "MOVEMENT_SIGHT_ADJUSTMENT", TRUE);
o gGameExternalOptions.fStanceSightAdjustment = iniReader.ReadBoolean("JA2 Tactical Settings", "STANCE_SIGHT_ADJUSTMENT", TRUE);
o gGameExternalOptions.fLBESightAdjustment = iniReader.ReadBoolean("JA2 Tactical Settings", "LBE_SIGHT_ADJUSTMENT", TRUE); 

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1202 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-10-23 09:42:38 +00:00
Wanne cd74141b52 New EXE Release (Build: 3274)
Bugfixes
--------

- Win 98 Bugfix: ja2.ini option to disable UNICODE (VFS_NO_UNICODE)
- When VFS_NO_UNICODE = FALSE, files will be opened with default encoding (instead of UTF8/16) in the source code
- EDB: Rendering of "Hide Muzzle Flash" icon
- Enemies should also drop LBE gear
- Refreshing bug in strategy merc list in resolution 640x480 and 800x600
- Character in running state will loose breath points each turn if no action is performed
- Automatic cancellation of running if the merc is in a running state and was not moved since last turn
- Bobby Ray Tooltips fixes
- Fixed bug, where enemies do not climb on rooftops anymore, when ASTAR is disabled
- Source code is now compiled with vanilla JA2 pathing instead of A*

New Features
------------
- Externalized "Bobby Ray tooltips show possible attachments" from HAM 3 (BOBBY_RAY_TOOLTIPS_SHOW_POSSIBLE_ATTACHMENTS)
- New Cover System (by CptMoore)
. There are 8 new ja2_options.ini entries in the "JA2 Tactical Settings" section
o STEALTH_TRAIT_COVER_VALUE, STEALTH_EFFECTIVENESS, TREE_COVER_EFFECTIVENESS, CAMOUFLAGE_EFFECTIVENESS, COVER_DISPLAY_UPDATE_WAIT
o MOVEMENT_SIGHT_ADJUSTMENT, STANCE_SIGHT_ADJUSTMENT, LBE_SIGHT_ADJUSTMENT

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1196 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-10-21 13:30:13 +00:00
inshy a3e1be82ab -Updated Dutch xml-files (translation by Tais)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1190 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-09-07 08:31:48 +00:00
Wanne 74a4e80e09 - Added new ja2_options.ini property(BOBBY_RAY_TOOLTIPS_SHOW_POSSIBLE_ATTACHMENTS) from HAM 3: Not used in current SVN EXE.
- Updated INI Editor xml to use the new property


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1188 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-09-04 07:39:08 +00:00
Wanne 0a7ee9096e - Changed a BP value that leeds to constant loss of BP when character is in running state and does not perform action
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1179 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-07-25 11:30:53 +00:00
Wanne e1f54c68ae - Bugfix: Fixed property "CHANCE_OF_SHIPMENT_LOST"
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1171 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-07-14 11:51:42 +00:00
Wanne 1f45d6d99d - New MP Connect screen STI Image
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1165 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-07-02 17:16:21 +00:00
Wanne 634d2ba440 New EXE Release (Build: 3042)
New Features
------------
- Spread Patterns MOD
o TableData/SpreadPattern.xml & additional (optional) <spreadPattern> Tag in TableData/Items.xml

Bugfixes
--------
o Mine income was not correctly initialized in GameSettings
o Need for soldier sleep was calculated wrong
o Stop Time when Skyrider arrives in the destination sector
o On "sell all" also unreachable items were sold
o Stop time compression when shipment and email arrives
o Fixed duplication of items from shipment. This bug occured, when loading a savegame with at least 2 depending shipment orders
o Re-enabled stealing from delivery sector (ja2_options.ini: STEALING_FROM_SHIPMENTS_DISABLED)
o Re-enabled & externalized chance that whole shipment is lost (ja2_options.ini: CHANCE_OF_SHIPMENT_LOST)
o Re-enabled delivery from John Kulba

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1159 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-28 18:05:27 +00:00
Wanne 63fdf42be1 - Updated property description text (by Headrock)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1157 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-26 13:39:28 +00:00
Wanne 7d52385f6e - Updated (added/deleted) a few HAM properties in the Ja2_Options.INI. These properties are still used by the game
- Added tags to some XML files which is used by the SpreadPatterns MOD (latest SVN EXE does not include Spread Patterns MOD)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1155 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-25 18:18:43 +00:00
Wanne 205e1ac7b2 - Removed old and added missing property in Data/Ja2_Options.INI
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1139 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-07 12:06:55 +00:00
Wanne cd1da68973 - Added new Files and Folders which are used for VFS and Multiplayer
- Updated XML files in Data\TableData
- Moved Document files to new folder named "Docs"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1134 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-04 21:09:26 +00:00
Wanne ff5b63a12b New EXE Release (Build: 2949)
New Features
------------
Enhanced IMP Creation
o INFO: Customize your IMP more personally (hair, clothes, ...)
o Soldier Tooltips can now be toggled on/off in the option screen
o Removed "Random IMP personality" from option screen
o Removed CUSTOM_PERSONALITY, CUSTOM_ATTITUDE, ALLOW_SOLDIER_TOOL_TIPS, IMP_STARTING_LEVEL from ja2_option.ini
o Added IMP_STARTING_LEVEL_COST_MULTIPLIER, IMP_BONUS_POINTS_FOR_DISABILITY, IMP_BONUS_POINTS_PER_SKILL_NOT_TAKEN to ja2_options.ini
o New Files in the Data\Laptop folder

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1133 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-04 10:50:30 +00:00
Wanne 6fc62e2960 Added 2 new INI Entries for the "Real Time Mode" in the [JA2 Tactical Settings]: ALLOW_REAL_TIME_SNEAK, QUIET_REAL_TIME_SNEAK
Info: There is no new EXE yet, which supports the "Real Time Mode"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1130 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-02 10:30:06 +00:00
Wanne 915ea60c83 - Added new INI entries for Ultra Dynamic Tooltips (UTD): ALLOW_UDT_RANGE, ALLOW_UDT_DETAIL, UDT_MODIFIER. The current EXE in SVN does not support the UTD yet.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1129 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-05-27 12:41:12 +00:00
Wanne 47423aa10b - Updated Chinese.ShippingDestinations.xml
- New "Map Editor" (build: 2736): No map editor changes so far, but it should fix the problem with ja2.set -> "displaying white rectangles"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1128 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-05-24 20:32:51 +00:00
Wanne 4596b79383 Added ShippingDestinations.xml files for Chinese, Dutch, Italian and Polish version (but they are all in English yet)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1125 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-05-06 13:26:06 +00:00
Wanne b169986d98 - Added German.ShippingDestinations.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1124 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-05-06 13:22:53 +00:00
inshy 4f729c8275 Added ShippingDestinations.xml for russian language.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1122 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-05-06 11:17:34 +00:00
Wanne 7a39fa6d22 - Added new files for Dealtar's and Zilpin's Airport Externalization (no new EXE build yet)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1115 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-04-21 20:31:57 +00:00
Wanne 935e46ac98 Added translated multiplayer sti buttons for german version
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1112 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-04-13 14:07:51 +00:00
Wanne b6ad004e58 Updated Price Modifier in Ja2_Options.INI
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1109 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-04-08 18:26:45 +00:00
Wanne e951672c38 Adjusted a few HAM Settings to be more "1.13 like" in the Ja2_Options.INI and removed the ja2_options.ini connection inside the HAM comments (thx to Headrock)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1105 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-04-01 21:04:53 +00:00
Wanne bae9954cc2 New ja2.exe (build: 2651)
New Features:
- Headrock's HAM 2.8:
- Zathras' Multiplayer UI Patch

Bugfixes:
- New option "Force turn mode" is always disabled when playing a multiplayer game
- Max Merc limit in multiplayer was not evaluated when hiring merc
- Press "ESC" while green progress bar on laptop loads -> Buttons are still visible although Laptop is closes
- Fixed szSoundEffects definition
- Minor fix to allow the bullet graphic to render properly when the shopkeeper panel is open.
- Fixed a bug when creating the application, it was only possible to start ONE instance of the game. Now it is possible to start as many instances of the game you would like.
- Temporary fix for game freeze when a path contains duplicate tiles

Also non English Versions (German and Russian) of ja2.exe are available
How to update these Versions from SVN, take a look at the Bears Pit thread:
http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=201700&page=1#Post201700 

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1104 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-04-01 13:41:26 +00:00
Wanne 030cfe6876 New GameDir files for Multiplayer UI Patch by Zathras
There is no "official" Release EXE yet in SVN, but there is one for multiplayer testing. Take a look in the Multiplayer's Bears Pit Forum.

http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=210587&page=1#Post210587



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1100 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-19 15:38:22 +00:00
Wanne 7e4c52ac13 New Release build (2620):
Bugfixes:
- CTD when enemies retreat (by Heinz)
- Open IMP page in laptop and then close laptop using key ESC. You will see button for closing window on strategic map... if you press this button you will have CTD.
- Mercs randomly drop aimed weapons automatically under some weird circumstances 
- Merc are now a little more "talkactive"
- Fixed error creating new soldiers in DoReinforcementAsPendingEnemy
- Fixed some bugs in Shopkeeper interface.
- Fixed CTD when pressing Alt-Y not in cheat mode
- Save/load screen shouldn't appear during quickload
- Fix movement cost problems in 100AP.  Externalized the movement cost modifiers and changed the run modifier from a divisor to a flat modifier like other forms of movement use.
- Added a condition which should stop the blue asterisk from appearing on an item unless that item is of item class IC_LBEGEAR.

New:
- AI Viewer: To use the AI Viewer build a Debug Version, go to the Strategy Screen and press F12
- Quest Debug System: Quest Debug System dialog is opened by switching to the Tactical screen and press F11.
- New option screen with "Next" and "Prev" button. This allows "unlimited" of options in the option screen
- "Forced turn base mode" option in the option screen and also available via keyboard shortcut (CTRL+ALT+SHIFT+T) in tactical. This forces the game to go in turn based mode when there are enemies in the sector.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1097 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-12 22:50:59 +00:00
inshy d048034100 Add information for Quest Debug System using DevTools (thanks Heinz)
Add russian description for AI Viewer and Quest Debug System

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1092 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-01 10:34:32 +00:00
inshy 1fcc547e50 Special gift for all fans of Ja2. Original files for AI Viewer. Remained on my HDD from times, when I was testing the game in 1998.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1089 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-11 10:09:56 +00:00
Wanne f6f1fb144b Added needed Graphic files to new folder Data\DevTools for the AI Viewer window. This only works in Debug Version of the ja2.exe, when you are in Strategy Screen and you press F12.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1088 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-10 19:09:25 +00:00
Wanne c4f57fa6a7 Added German TITLETEXT_MP_GERMAN.STI, so German Users with English JA2 can also start the game with a German JA2.exe (thx to Scheinworld)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1085 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-04 17:56:25 +00:00
Wanne 20a023e12c Added missing "ja2_options.ini" properties for last exe build (2567):
AUTO_SAVE_ON_ASSERTION_FAILURE
---------------------
GAME_PROGRESS_MINIMUM
GAME_PROGRESS_INCREMENT
IMP_STARTING_LEVEL
SMART_GOGGLE_SWITCH
AUTOMATICALLY_FLAG_MINES
--------------------
MAX_NUMBER_PLAYER_MERCS
MAX_NUMBER_PLAYER_VEHICLES
MAX_NUMBER_ENEMIES
MAX_NUMBER_CREATURES
MAX_NUMBER_REBELS
MAX_NUMBER_CIVS
---------------------
NEW_AGGRESSIVE_AI
---------------------
TONY_USES_BR_SETTING
DEVIN_USES_BR_SETTING

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1083 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-02 17:37:34 +00:00