NovaRain
bf61051887
Updated documentation on hook scripts.
...
Minor edits to missing d3dx9 dll message.
2017-03-16 22:03:33 +08:00
NovaRain
158234438b
Fixed inconsistent behavior of motion sensor flag 2; now motion sensor truly does not require any charges to work.
2017-03-14 22:56:19 +08:00
NovaRain
eb4998ced6
Fixed an error in the previous commit.
2017-03-14 22:02:52 +08:00
NovaRain
9631e08db4
ExplosionEmitLight: Skip setting light level if object was already lit #78 (from commit b0dc6ff182)
2017-03-14 14:07:26 +08:00
NovaRain
52072e29c0
Removed the obsolete WorldMapFPS, ForceLowResolutionTimer, and WorldMapDelay.
...
Fixed global scripts not running on the world map (mode 2) when disabling the world map speed patch.
2017-03-13 13:37:46 +08:00
NovaRain
28c18c1925
Updated hook script document for new arguments of hs_barterprice.
...
Changed BarterPriceHook() to be in line with the version in 4.0 branch.
Fixed incorrect GlobalVar struct size leading to load game crashes and corrupted saves (from 4.0 development branch)
2017-03-13 13:08:15 +08:00
NovaRain
77349cbaec
Fixed Sequence stat value not being printed correctly when using "print to file" option.
...
Updated credits.
2017-03-13 10:33:31 +08:00
Vlad and GitHub
85845a2d80
Merge pull request #76 from FakelsHub/3.8-barterhook
...
New arguments to hook_barterprice.
2017-03-13 00:05:57 +07:00
NovaRain
d8e2e6f1ca
Added a missing function to prevent the player starting the game with zero or negative SPECIAL values (from Crafty)
...
Added a log entry for the bag/backpack fix.
2017-03-12 21:02:19 +08:00
NovaRain and GitHub
dd00e130a9
Merge pull request #80 from FakelsHub/3.8-PCStat_fix
...
Fixed bugs for negative SPECIAL values in character creation (from Crafty)
2017-03-12 20:53:53 +08:00
Mr.Stalin
6cb8700df5
Correcting bug for negative values SPECIAL parameters. (from Crafty)
2017-03-12 00:38:23 +03:00
NovaRain
ec0baf3065
Greatly increased compilation speed using precompiled header (from 4.0 development branch)
...
Changed SkipSizeCheck and ExtraCRC to not require enabling sfall debugging mode.
2017-03-11 20:14:25 +08:00
Mr.Stalin
c095e54b62
Add new get arguments(arg7/arg8/arg9) to HOOK_BARTERPRICE (from Crafty)
2017-03-09 19:26:13 +03:00
NovaRain
229a5516e0
Unified the style of merged code.
2017-03-09 10:18:16 +08:00
NovaRain and GitHub
f056c53739
Merge pull request #73 from FakelsHub/3.8-inventory-fix
...
Fix a crash when clicking on empty space in the inventory list opened by "Use Inventory Item On" (backpack) action icon (from Crafty)
2017-03-09 10:11:13 +08:00
NovaRain
cb84700bfc
Fixed metarule2_explosions not being reset properly.
2017-03-09 09:10:21 +08:00
Mr.Stalin
0f722a50fd
Fix crash when clicking on empty space in the inventory with the cursor using an item from the backpack (from Crafty)
2017-03-08 19:27:29 +03:00
NovaRain
6b7a10130d
Improved the functionality of ScrollMod: now the minimum is scrolling 1 inventory slot per click; before setting ScrollMod too high or negative values will result in scrolling not working.
2017-03-08 22:56:48 +08:00
NovaRain
061302585b
Updated version number.
2017-03-06 00:43:39 +08:00
NovaRain
c3acd1af3e
Changed ExtraGameMsgFileList to read its setting from generic INI file, which can be set by UseCommandLine, instead of the fixed ddraw.ini.
...
Added a comment to karma frm options to explain things better.
2017-03-05 00:31:35 +08:00
NovaRain
411c0a6e98
Backported the fix for a crash when pressing reload weapon key while in the main menu from 4.0 development branch (commit 5b10d9e786)
2017-03-03 11:45:06 +08:00
NovaRain
4cc1235dbc
Backported the fix for bug #70 from 4.0 development branch (commit 72bde84d92)
...
Fixed a minro typo in Inventory.cpp.
2017-02-28 21:22:00 +08:00
phobos2077 and NovaRain
70a742db81
Added note about possible issue when using hs_invenwield incorrectly
...
(cherry picked from commit df5c81164f )
2017-02-24 15:48:06 +08:00
NovaRain
00d4e188d6
Fixed a crash if calling reg_anim_obj_run_to_tile after reg_anim_combat_check.
...
Implemented some changes of Explosions.cpp from commit ce21fdab79 to make the code a bit more understandable.
2017-02-24 15:47:37 +08:00
phobos2077
a30464cfae
Fixed bug in metarule2_explosions, possible fix for #67
2017-02-24 01:32:32 +07:00