7604 Commits
Author SHA1 Message Date
Wanne fa771f8bf4 new exe (538)
- Updated Tooltip code

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@504 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-19 06:01:30 +00:00
Wanne 7bd0bda5f0 - updated Shadow Warrior's tooltip code
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@536 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-18 20:30:20 +00:00
Wanne e4a4cfcc49 new exe (Build: 536)
- bugfix (from build 529): IMPs have wrong voices
- bugfix: Multiple IMPs with same voice causes wrong data and CTDs. Now it is impossible to have multiple IMPs with the same voice. No more invalid IMP data with multiple imps (hopefully) ;)
- You can have a maximum number of 6 imps (3 women and 3 men). All have different voices.
- If an IMP is cloned (90210, nickname) an unused voice is set. So we have correct data.
- Prevent the user from selecting used voices in the IMP Voice selection screen

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@503 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-18 20:29:31 +00:00
Wanne 6f06b9ce78 - bugfix (from build 529): IMPs have wrong voices
- bugfix: Multiple IMPs with same voice causes wrong data and CTDs. Now it is impossible to have multiple IMPs with the same voice. No more invalid IMP data with multiple imps (hopefully) ;)
- You can have a maximum number of 6 imps (3 women and 3 men). All have different voices
- If an IMP is cloned (90210, nickname) an unused voice is set. So we have correct data
- Prevent the user from selecting used voices in the IMP Voice selection screen


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@535 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-18 19:31:34 +00:00
Lisac2k c24656ce6b -> Updated Desert Eagle family (.357, .44 and .50AE) images (big, inv, gr)
-> Now all Desert Eagles fit into big slots only

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@502 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-17 16:45:33 +00:00
Wanne cf6483ba77 - Updated German.AmmoStrings.xml and German.Items.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@501 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-17 15:43:01 +00:00
Wanne b22b219e6e git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@533 3b4a5df2-a311-0410-b5c6-a8a6f20db521 2006-09-17 15:41:44 +00:00
Wanne bea62be616 - bugfix: The content of all the IMP analyze emails only show the statistics of last created character
- removed some of my old unused comments

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@530 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-09-17 13:51:20 +00:00
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 5a6b9bb8f9 new exe (528):
- moved Random personality flag from INI to option screen
- added MAX_IMP_CHARACTERS entry in the ja2_options.ini (Range: 0 - 6)

- 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 AND CAUSES CTDs!) 
- bugfix: CTD when using Random personality in I.M.P creation
- bugfix: allow women to be in regular army and administrators
- bugfix: CTD bug when stealing (thx to Brent Johnson aka Nonomori)
- 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_v1.13_data@500 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-17 07:52:28 +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
MaddMugsy 2ef46c7445 -renamed hk g3ka3 to g3ka4
-changed m4 commando back to m16a2 commando
-removed integral bipod from mg36e, and made it a default attachment instead
-modified possible mg36e attachments accordingly

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@499 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-15 22:13:44 +00:00
Wanne d616f55cdc -Updated German.AmmoStrings.xml, German.Items.xml in Data\TableData and Data-1.13\Tabledata (thx to Toby)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@498 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-15 15:57:21 +00:00
Lisac2k f75bc86914 -> Updated AEK-919K "Kashtan" images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@497 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-11 18:13:06 +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
Wanne 67d10018c8 - Added Russian.AmmoStrings.xml and Russian.Items.xml
- Some tweaks in the Data\ja2_options.ini to reflect vanilla ja2 gamestyle as much as possible

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@496 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-11 06:40:37 +00:00
Wanne 2667559f17 - bugfix: Wrong ammo & magazines when when "CUSTOM_DATA_LOCATION = Data" was selected in the ja2.ini. Mod now works correct with this setting.
- added German.Items.xml and German.AmmoStrings.xml to the "Data\TableData" folder.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@495 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-10 20:23:55 +00:00
Lisac2k 6651d759d9 -> Slightly fixed M40A1 images (big, inv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@494 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-10 17:52:41 +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
Lisac2k d3002f7e48 -> Fixed Benelli M3 Convertible big image offset
-> *BulletSix: Updated FN 57 images (big, inv)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@492 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-10 16:10:30 +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 0d4dd65f32 new exe (518):
- ShadowWarrior's new tooltip code
- bugfix: CTD when bullets hit door
- bugfix: Gas mask was always worn in low-level tooltips
- bugfix: New drop item system (XML Drop system)
- bugfix: Not all Face-Items (Goggles, NVGs, ...) are dropped, when "Drop all items" is selected
- bugfix: Jeep & Eldorado have the same animation like the Hummer

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@490 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-08 21:24:37 +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
Lisac2k 1e6eb951ea -> Updated JaTiMatic GG-95 PDW images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@489 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-08 12:41:47 +00:00
Lisac2k fa4e9837a1 -> Updated DSR-1 images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@488 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-07 22:18:29 +00:00
Lisac2k 808ebfd7cf -> Updated Remington M870 images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@487 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-07 18:23:18 +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
Lisac2k 88be0e5c02 -> Updated Ingram M10 and M11/9 images (big, inv, gr)
-> Both Ingrams fit only into big inventory slot now

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@486 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-07 14:10:08 +00:00
MaddMugsy bcafd02500 -renamed Colt M16A2 Commando to Colt M4 Commando
-lowered after armour impact of glaser ammo
-disabled subsonic glaser ammo

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@485 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-07 00:20: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
Lisac2k 18b87c946f -> Updated Valmet M82 images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@484 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-06 20:37:13 +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
Lisac2k e015d3c13e -> Updated Ruger Mini-14 images (big, inv, gr)
-> Fixed Valmet M76 big image (magazine)
-> Fixed Dartgun images (big, inv)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@483 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-06 17:42:47 +00:00
Lisac2k ba57dd443b -> Updated Diemaco C7A2 images (big, inv, gr)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@480 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-05 18:55:29 +00:00
Lisac2k 82e05d9e30 -> Standardised offsets for big images (important for Bobby Ray shopping windows)
-> Updated offsets of the reconstructed big images according to the new standard

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@478 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-05 12:18:19 +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
Lisac2k 710391fdad -> Updated Battle Scope images (big, inv)
-> Updated Reflex Scope images (big, inv)
-> Updated Flashbang Grenade images (big, inv)
-> Fixed Sniper Scope offset (big)
-> Added Small Scope images (big, inv, gr), #525
-> Fixed name of the Flashbang Grenade in Items.xml


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@473 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-03 13:36:23 +00:00
Lisac2k 4dd70bd9f9 -> Slightly fixed FN FAL OSW big image
-> *BulletSix: Updated FN FNC image

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@472 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-02 17:56:02 +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
Lisac2k 0fadf43dde -> Fixed shotgun ammo (12 shells) bigger than the small inventory window, updated big images as well
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@466 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-08-31 18:54:39 +00:00
MaddMugsy 31969d3832 -rambo knife now fits in small slot
-fixed coolness values of 9mm SMG AET Ammo, and 9mm Lrg AET ammo

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@464 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-08-30 19:06:06 +00:00