NovaRain
|
ae1e17d359
|
Added a note for argnum in set_sfall_arg().
Fixed incorrect set_sfall_arg usage in the example.
Removed a redundant line in sfall opcode list.txt.
|
2017-07-25 23:14:50 +08:00 |
|
NovaRain
|
32dbe5581d
|
Replaced hs_*.int scripts in example mods with normal global scripts with register_hook.
(cherry picked from commit e7e286013f)
|
2017-07-06 21:04:51 +08:00 |
|
NovaRain
|
a93ad5a9ba
|
Added new modes for get_game_mode to match Crafty's (backported from 4.0 development branch, commit c32dc7664e)
|
2017-06-22 09:41:05 +08:00 |
|
NovaRain
|
874b047ce1
|
Added Attack Type argument for HOOK_COMBATDAMAGE (from Crafty) #100
|
2017-06-14 12:45:13 +08:00 |
|
NovaRain
|
afa590c5a8
|
Minor edits to ddraw.ini.
|
2017-06-02 11:49:02 +08:00 |
|
NovaRain
|
b89c52fcec
|
Added DontTurnOffSneakIfYouRun option to prevent the player from running while sneaking without Silent Running perk (from Crafty)
Added sfall log text for DisablePipboyAlarm.
|
2017-05-26 10:10:16 +08:00 |
|
NovaRain
|
ec2d323f75
|
Changed LoadGame2_After to be called before LoadGame state is ended (backported from 4.0 development branch, commit c2e6d743a3)
Updated version number.
Minor edits to scripting documents.
|
2017-05-23 21:05:04 +08:00 |
|
Mr.Stalin
|
586679b07f
|
Added scripting procedure handlers combat_is_starting_p_proc/combat_is_over_p_proc from Crafry.
|
2017-05-12 18:28:46 +03:00 |
|
NovaRain
|
31834fdfea
|
Added OutlineColor option to set the color of outlines for items/containers.
|
2017-05-07 20:27:30 +08:00 |
|
NovaRain
|
7405e3cb52
|
Updated version number in ddraw.ini.
|
2017-05-07 01:22:00 +08:00 |
|
NovaRain
|
771230f9b4
|
Fixed a crash when calling destroy_object or destroy_mult_objs.
Updated some structs, using commit 75c7ab647f as the reference.
Updated version number.
|
2017-05-07 01:08:28 +08:00 |
|
VladislavKolosovsky
|
7b333ca458
|
Fixed hero appearance style and race not being loaded properly from savegames #94
|
2017-04-24 16:10:20 +07:00 |
|
NovaRain
|
e7d03fc60a
|
Fixed a bug that caused the game to crash upon entering combat mode if AnimationsAtOnceLimit is set to negative values by accident.
Used static const for the value of animation record size.
|
2017-03-23 13:03:20 +08:00 |
|
 NovaRainandGitHub
|
61615930b6
|
Merge pull request #75 from FakelsHub/3.8-anim_fix
Fixed the game hanging in the combat mode when using reg_anim_animate() inside damage_p_proc (from Crafty, #75)
|
2017-03-23 07:43:57 +08:00 |
|
 NovaRainandGitHub
|
62e5559aea
|
Merge branch '3.8-maintenance' into 3.8-anim_fix
|
2017-03-23 07:30:36 +08:00 |
|
NovaRain
|
50c91db5ea
|
Moved part of AnimationsAtOnceInit code from main.cpp to AnimationsAtOnceLimit.cpp.
Changed the if condition for ProcessorIdle to make sure out-of-bounds values not resulting in unexpected but valid values.
|
2017-03-21 21:05:44 +08:00 |
|
NovaRain
|
b1624e5acf
|
Fixed vanilla to-hit calculation being broken by the previous TOHIT hook commit.
|
2017-03-20 13:57:11 +08:00 |
|
NovaRain
|
024b1dbf6f
|
Backported the fix for TOHIT hook from 4.0 development branch (commit 7bbe84feef)
Updated credits.
|
2017-03-19 08:29:27 +08:00 |
|
NovaRain
|
659da227f4
|
Fixed incorrect "\r\r\n" being printed in sfall-log.txt.
Simplified Jet Antidote fix.
Unified the wording of some log entries.
Changed sprintf to _snprintf_s for SimplePatch.
|
2017-03-18 22:42:19 +08:00 |
|
 phobos2077andNovaRain
|
b48549b524
|
Fixed 0 prices in all shops when not using barter mods
(cherry picked from commit 2d278bf4c7)
|
2017-03-18 10:34:01 +08:00 |
|
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 |
|