Wanne
414028d6c1
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@529 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-17 08:43:40 +00:00
Wanne
18a1d0e519
- bugfix: Getting incorrect data & CTDs when using multiple IMP characters with same voices. Now it is possible to have up to 6 merc with the same voice without getting incorrect data. No more need to use different voices! (IF YOU PLAY WITH MULTIPLE IMPS, YOU SHOULD START A NEW GAME, BECAUSE THE IMP CHARACTERS GAME DATA IS INCORRECT!)
...
- bugfix: CTD when using Random personality in I.M.P creation
- moved Random personality flag from INI to option screen
- added MAX_IMP_CHARACTERS entry in the ja2_options.ini (Range: 0 - 6)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@528 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-17 07:31:34 +00:00
Wanne
c975007d4d
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@527 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-16 08:25:01 +00:00
Wanne
22d2797603
Auto save: Externalized the auto save feature (see GameSettings.cpp). No more need to create a file named "AutoSave.pls" in your JA2 root directory. But there is one bug in the game: The game always crashes after loading a "normal" savegame after an auto savegame was loaded. The error occurs, because the game tries to remove a mouse region that does not exists. I could not fix the bug, so I did not make an entry for auto save in the ja2_options.ini. Auto save is always false in the game, until this bug is fixed.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@526 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-16 07:44:38 +00:00
Wanne
da5f292243
- Changed mem allocation "_alloca" to "MemAlloc" because otherwise it does not compile in "Debug" mode
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@524 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-11 17:12:33 +00:00
Lesh
f1fe8719b5
- fix to allow women to be in regular army and administrators
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@523 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-11 14:06:43 +00:00
Wanne
4816beb53a
- bugfix: CTD bug when stealing (thx to Brent Johnson aka Nonomori)
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@522 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-11 07:31:24 +00:00
Lesh
10a82b29c8
- camo bugfix: when camouflage has worn off for one merc, it was said that every merc camouflage has worn off (including vehicles)
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@521 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-10 17:17:09 +00:00
Lesh
e449942dc2
- second code patch from Brent Johnson (Nonomori), aimed at source compatibility with VS.NET 2005
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@520 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-10 10:26:43 +00:00
Wanne
93204e907d
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@518 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-08 21:22:00 +00:00
Wanne
0ebedabc81
- bugfix: CTD when bullets hit door
...
- Added ShadowWorrier's tooltip fix
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@517 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-08 20:25:49 +00:00
Lesh
902200d39f
- bugfix: Gas mask was always worn in low-level tooltips. Fixed
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@515 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-08 18:17:18 +00:00
Wanne
8ff617d08c
bugfix: New drop item system (XML Drop system)
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@514 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-08 13:51:19 +00:00
Wanne
32f6cb949e
bugfix: Not all Face-Items (Goggles, NVGs, ...) are dropped, when "Drop all items" is selected
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@511 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-07 17:54:20 +00:00
AcyForsythe
e0253c2e64
Adding opplist changes by pulmu, previously tested by me
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@509 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-06 23:13:23 +00:00
Lesh
6df124efd7
- code cleanup mostly from Brent Johnson (Nonomori), a very few from me
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@508 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-06 19:10:08 +00:00
Wanne
f205c1f620
bugfix: Jeep & Eldorado have the same animation like the Hummer
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@505 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-03 19:03:10 +00:00
Wanne
44cc95de2a
- bugfix: German.Items.xml and Russian.Items.xml strings were not read properly into the game
...
This bugfix is also included in the Release & Update which ships today.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@504 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-01 14:45:59 +00:00
Wanne
dd9a111cde
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@503 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-01 11:45:28 +00:00
Wanne
732a5e497a
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@502 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-01 11:43:29 +00:00
MaddMugsy
1f084ac8ba
-switched tooltips to work when ALT is held instead of CTRL
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@493 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 18:45:06 +00:00
MaddMugsy
d5fd1fa13d
-added tooltip source from ShadoWarrior
...
The strings need to be localized for German and Russian versions.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@492 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 18:35:42 +00:00
MaddMugsy
52eaaf4fcd
-quick fix: enemies don't wear sun goggles at night anymore
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@490 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 16:41:10 +00:00
MaddMugsy
c8a395fa21
-fixed percentstatusdrainreduction usage in UseKitPoints
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@489 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 07:03:26 +00:00
MaddMugsy
891f687107
-quick fix: enemies don't use NVGs during the daytime
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@488 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 06:52:35 +00:00
MaddMugsy
7720f5a560
-made mercs say quote when blinded by flashbang
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@487 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 06:27:46 +00:00
MaddMugsy
56314f07ba
--updated pickarandomlaunchable to only pick legal items
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@486 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 04:38:39 +00:00
MaddMugsy
0038d2abc1
-updated pickarandomlaunchable to only pick legal items
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@485 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-29 04:32:15 +00:00
MaddMugsy
3b12d8241c
-fixed typo in GameSettings.cpp
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@483 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-28 18:03:48 +00:00
MaddMugsy
f2d401b769
-minor fix: PickARandomLaunchable now looks at the HighestPlayerProgress percentage, so early enemy GLs won't use thermobarics
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@482 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-28 17:46:44 +00:00
AcyForsythe
9294f1029e
Added option for experience elite percentages
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@481 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-27 23:52:10 +00:00
AcyForsythe
04a1f728bc
Added option for experience elite percentages
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@480 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-27 23:51:37 +00:00
MaddMugsy
97d1204b9f
-bugfix: merges not working
...
-bugfix: attachments not costing APs
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@479 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-27 04:37:05 +00:00
Wanne
fce528e1a4
- added a militia drop rate to the xml-drop files.obj
...
- added drop rates for knives, laws, mortars, launchers (see EnemyWeaponDrops.xml, EnemyMiscDrops.xml)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@478 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-26 12:28:27 +00:00
MaddMugsy
691b69b183
-attachments bugfix
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@477 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 23:57:03 +00:00
MaddMugsy
d2c2963bfb
-externalized AP costs for attachments or an attachment-by-attachment basis
...
-added APCost to Attachments.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@475 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 22:54:52 +00:00
MaddMugsy
ace3863569
-quick bug fix reading in merges.xml
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@473 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 22:09:28 +00:00
MaddMugsy
bb1dae2a25
Merges.xml changes:
...
-added APCost
-added secondResultingItemIndex
-renamed resultingItemIndex to secondResultingItemIndex
(see notes on wiki for usage)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@472 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 21:41:00 +00:00
Wanne
f64eaf15d8
- Bugfix: Bobby Rays ammo filter
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@470 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 16:27:18 +00:00
Wanne
b7efb446e8
- Bugfix: Bobby Ray's Ammo filter was not working properly
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@468 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 12:36:13 +00:00
Wanne
a98400ca51
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@467 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 08:32:39 +00:00
Wanne
c4c355f4b6
- Added Kaiden's Vehicle Inventory code
...
-> VEHICLE_INVENTORY = TRUE (Ja2_Options.ini)
- Bug fix: Vehicles sharing same animations
- Added additional enemy item drop system
-> New XML-Drop files (EnemyWeaponDrops.xml, ...)
-> Set ENEMIES_ITEM_DROP = 1 (Ja2_Options.ini) to use the new drop system
-> Disable "Enemies drop all items" to use the new drop system
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@466 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-25 08:06:11 +00:00
Lesh
944df34a9e
- main flashbang code added
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@462 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-23 15:28:55 +00:00
Lesh
eef9f7309d
- lighting fix: instant on/off of the light sprite is working now
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@461 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-23 15:25:47 +00:00
Lesh
5acef85aee
- mercs increase their stats more actively while at home or at non-player job. as a result - stats gain and even experience level sometimes.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@459 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-22 17:25:28 +00:00
Wanne
f8582530ab
- Bugfix: Bobby Rays Filter buttons
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@458 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-21 06:11:00 +00:00
Wanne
0eadcefc0d
Bobby Rays Filter Buttons: Removed "Heavy Weapons" filter from ammo, renamed "LMG" to "MG", removed "Ammo" filter from Used items.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@457 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-20 19:46:17 +00:00
Lesh
2d6d54769b
- ability to variate sector maps between common and alternative during generation of a new game. This feature can be switched off for individual sectors.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@456 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-20 14:24:16 +00:00
MaddMugsy
56c6f4d9eb
-additional code for item merges:
...
--prohibited attachments are removed from the new item
--guns used as a merge target have their ammo removed if the magazine size or caliber don't match, or if the resulting item is no longer a gun
This code change should allow for conversion kits for weapons (ie: Steyr Aug 5.56mm conversion kit to 9mm Steyr Aug Para)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@455 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-18 18:16:38 +00:00
Lesh
f157b64392
- fixed freeze after loading any saved game at a second time
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@454 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-08-18 15:37:52 +00:00