2481 Commits
Author SHA1 Message Date
lalien 68510dd26d - Added menu option to show/remove item shadow
- fixed menu descriptions

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@233 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-15 11:48:10 +00:00
MaddMugsy 72ad53d95e -removed disk space check because it was pissing me off and coming up with a warning despite the fact that I have 12 GB space free
-changed weapon ranges in tooltips to tiles to match the ranges in the item description screen

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@231 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-14 02:24:57 +00:00
MaddMugsy 52052eb0ca -scaled down tunnel vision for AI to help out the snipers
-removed limited vision from AI so they're not as easy to sneak up on

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@227 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-13 05:38:52 +00:00
lalien c284e87780 - The weapons were deprecating too fast due to wrong item in reliability calculation (2x gun reliability, now gun + ammo reliability)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@223 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-12 18:06:29 +00:00
lalien 73e9e42dce - increased max size of visible range and cover display
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@221 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-11 12:42:54 +00:00
lalien 294bfa7ef2 - bug fix: display cover showed wrong direction
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@220 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-10 22:05:28 +00:00
MaddMugsy c5275d229c -got rid of the slow allteamslookforall and reoptimized tracer looking to use ManLooksForOtherTeams instead
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@219 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-10 20:25:40 +00:00
MaddMugsy ac420d7f24 -optimized the sight handling code for tracers so that it doesn't run for every tile crossed
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@218 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-10 20:21:14 +00:00
MaddMugsy 1b5f35410e -fixed LOS CTD after readying weapon
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@217 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-10 15:45:51 +00:00
MaddMugsy 008e216b17 -added underslung/attached GLs to AI inventory and enabled AI to use them :)
-rewrote the AI sniper code to take advantage of readying weapons.  Added new SNIPER order for soldiers that's assigned when a soldier has a sniper rifle (80% chance) or a scope (40% chance).
-spreadsheet update

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@216 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-10 07:22:16 +00:00
lalien 005a424314 - bug fix: CTD in endgame when killing Deidrana
- disabled code for CD-ROM check (game was killed every time when USB-Stick was removed)







git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@215 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-09 20:35:59 +00:00
MaddMugsy cb4ba2fab9 -changed light and smoke effect durations back to UINT8s
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@207 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-08 23:48:25 +00:00
MaddMugsy 7cf7d7db3c - In the vain hopes of finally killing that stupid "Battle Scope" bug, I have changed the inventory creation to do an extra check for attachment validity before creating the attachments w/out displaying any messages.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@205 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-08 22:25:54 +00:00
lalien 230982db59 - charge less AP's when throwing grenade from prone stance
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@199 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-08 11:48:38 +00:00
MaddMugsy a38002f606 - updated bullet tracer effect again to resolve a savegame compatibility issue and to fix the lighting effects
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@193 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-08 04:40:55 +00:00
MaddMugsy 454a0575d8 - added SmokeEffects.h and LightEffects.h to TileEngine.vcproj
- increased the INT8 & UINT8 bAge/ubDuration variables in SmokeEffects.cpp and LightEffects.cpp to a good old "int".

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@192 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-08 00:54:14 +00:00
lalien ea7e68297c - Bobby Ray's tool tips for GL fixed
- bug fix: CTD when shoot at soldier and see items afterwards (happens not always)


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@189 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-07 18:44:37 +00:00
lalien f937772476 - bug fix: CTD when clicking on buttons
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@187 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-07 15:49:36 +00:00
MaddMugsy 21d454688b -added grenade launchers to the pre-chambering of pre-selected items
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@186 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-07 15:16:09 +00:00
MaddMugsy b2a7d4e25a -pre-chambered cartridges for NPCs/enemies pre-placed on maps so we don't need to listen to them all manually load their guns ;)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@185 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-07 15:14:49 +00:00
MaddMugsy d9dc88cc3c git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@183 3b4a5df2-a311-0410-b5c6-a8a6f20db521 2006-06-07 03:44:13 +00:00
lalien c4db6f8f13 - manual reload play sound added
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@178 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 23:34:43 +00:00
lalien ce1b1220b7 - new feature: manual reload
- update readme


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@177 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 22:37:34 +00:00
lalien 979423c07a - removed ammo from grenade launcher tool tip
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@174 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 09:22:34 +00:00
MaddMugsy 07aee0e43f -added code for enemies to carry money items / wallets w/actual deposit-able cash
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@173 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 07:06:19 +00:00
MaddMugsy 26adc690ed -added a couple extra checks to Inventory Choosing.cpp for attachments. Doubt it will fix the battle/sniper scope conflict though.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@171 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 06:17:23 +00:00
lalien 7da7984951 - bug fix: Space selects next squad: next merc was not selected when in interrupt
- changed scope ranges to be % of base visible range



git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@170 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-05 01:03:17 +00:00
lalien d0ea612fb3 - added % status for blades in tool tips
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@169 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-04 18:53:35 +00:00
lalien 5259bdeee2 - bug fix 'j' key was not working properly
- check for invalid sector in GetCurrentBattleSectorXYZAndReturnTRUEIfThereIsABattle


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@168 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-04 17:52:58 +00:00
lalien fc503fc9ab - new setting in game options: Space selects next squad, when turned on there is no need to press Shift+Space to select next squad
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@165 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-04 15:36:34 +00:00
MaddMugsy 573dbee6c2 -fixed battle scope / sniper scope conflict in Inventory Choosing.cpp
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@164 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 18:08:08 +00:00
MaddMugsy 0f7e3e1a95 - changed tons of guns setting back to "normal" and "tons of guns". This will increase compatibility with other mods based on 1.13.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@163 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 17:55:37 +00:00
MaddMugsy 110790ee5d -fixed aim level % restrictions
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@162 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 17:19:54 +00:00
MaddMugsy 37ad617bda -added option to choose whether extra aim levels apply to rifles only
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@161 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 17:10:10 +00:00
MaddMugsy b9c5f45721 - updated aiming levels to use a % of sight range, and to allow only rifles & sniper rifles to use aiming levels > 4
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@160 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 15:42:16 +00:00
lalien 23ceb398ff - quick fix for sight range
- works only when 'L' pressed one more time

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@159 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 13:54:21 +00:00
MaddMugsy 2842c92ce1 -continued from last commit
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@158 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 06:55:59 +00:00
MaddMugsy 2d005563a2 -continuation of last update
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@157 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-06-03 06:23:46 +00:00
lalien bd5138315b - fixed strings for Auto Resolve
- leadership increase when commanding militia



git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@148 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-31 21:39:26 +00:00
lalien 561a3c9747 - externalized settings for mobile militia
- made default militia settings less aggressive
- added a message for breaking locks/doors


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@147 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-31 20:04:47 +00:00
lalien 6b89c64a4d - moving militia bug fix: militia was not in sector at battle start
- changed militia orders to ONGUARD when entering the sector








git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@146 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-31 17:43:34 +00:00
MaddMugsy a7d456ad6b git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@144 3b4a5df2-a311-0410-b5c6-a8a6f20db521 2006-05-31 03:55:50 +00:00
MaddMugsy aca1757842 -updated Interface Items.cpp to display range in tiles in tooltips
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@142 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-30 22:22:42 +00:00
lalien ba211d76b6 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@139 3b4a5df2-a311-0410-b5c6-a8a6f20db521 2006-05-30 20:25:13 +00:00
MaddMugsy df56cf0ff9 -renamed and updated prof.dat files by difficulty level and tons of guns selection
-re-sorted shopkeeper items by name, since there were too many to list otherwise.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@138 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-30 20:01:42 +00:00
lalien e278e14f42 - vision range bonus applied only in front direction when using scope or another item with tunnel vision effect
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@137 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-30 19:38:48 +00:00
lalien 330286c6e0 - tool tips for Bobby Ray updated
- tool tips for items updated
- finding tunnel vision bonus changed
- rooftop vision bonus changed to % instead of tiles
- vision range bonus changed to % instead of tiles





git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@135 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-30 17:55:48 +00:00
lalien 819b94ecf9 - changed tool tips for launchers and armor
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@132 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-29 18:41:06 +00:00
lalien 8394713e02 - changed tool tip for magazines
- added limited vision from Lesh
- bug fix: CTD in SaveAirRaidInfoToSaveGameFile when saving game


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@128 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-29 00:01:26 +00:00
MaddMugsy 935432b325 updated gun range in tooltips from "unmodified/modified" to "modified(unmodified)"
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@127 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2006-05-28 17:22:16 +00:00