Commit Graph
23 Commits
Author SHA1 Message Date
phobos2077 ce72ef51f8 Bug fix 2016-10-24 20:23:43 +07:00
phobos2077 dbc0ebd36f Do not allow to save game on Party-Controlled turn regardless of SaveInCombatFix value 2016-10-24 20:21:52 +07:00
phobos2077 db89f5760c Do not allow to use sneak when controlling party members 2016-10-24 20:16:02 +07:00
phobos2077 e864f1f961 Added DelayedExperience feature for party control 2016-10-24 19:32:05 +07:00
phobos2077 fafc4a317f Bug fixing 2016-10-24 18:38:09 +07:00
phobos2077 5d689c0641 Improve party control by temporarily changing more dude-related properties 2016-10-24 17:59:04 +07:00
phobos2077 4a65a6753f Remove some duplicated variables, use consistent naming 2016-10-24 12:49:12 +07:00
phobos2077 5dec063c1c Add more game global variable pointers to FalloutEngine 2016-10-24 12:36:02 +07:00
phobos2077 354b938d60 Added optional function to show additional sfall credits at the bottom of CREDITS.TXT contents 2016-07-17 23:11:43 +07:00
phobos2077 4678f41b5a Merge remote-tracking branch 'origin/master' into develop 2016-03-26 23:59:41 +07:00
phobos2077 b819423d2a added check for invalid array index in GetArray() 2016-03-25 01:10:56 +07:00
phobos2077 972d978882 #37 fixed sfall_ver_* functions 2016-03-08 22:21:32 +07:00
phobos2077 017b958b69 Updated hook script docs. 2015-10-25 21:43:13 +07:00
phobos2077 0e0ca799f1 Added HOOK_INVENWIELD hook, called when NPC's wielding or unwielding weapons or armor. 2015-10-25 21:40:03 +07:00
phobos2077 5158e5734a Used constants in hook init section. 2015-10-25 20:26:24 +07:00
phobos2077 e7f5b73e4c Used HOOK_* constants for hook script IDs. 2015-10-25 20:12:41 +07:00
phobos2077 c6a4150037 fix code style in Logging.cpp 2015-10-11 18:29:09 +07:00
phobos2077 59e725793e #2: Merged sfall debugging features into "normal" builds, thus removing TRACE preprocessor variable and "Trace" build configurations. Added [Debugging].Enable flag to ddraw.ini instead.
Made all Debugging settings to be consistently loaded from main ddraw.ini only (as it says in comments in ddraw.ini), ignoring command line INI override for that section.
2015-10-11 16:42:21 +07:00
phobos2077 0c08d872cf Added fix for NPC Turns into a container bug. 2015-07-20 01:14:23 +07:00
phobos2077 56aee27141 Added optional bug fixes: NPCDrugAddictionFix, ArmorCorruptsNPCStatsFix. (descriptions are in ddraw.ini)
Added minor fix for "Wt." text on party member barter screen.
2015-07-20 00:56:08 +07:00
phobos2077 c27a0b0b61 Added fixes for inventory drag&drop issues, related to reverse order of items in memory relative to visual order in which items appear on screen. Fixes enabled using [Misc].InventoryDragIssuesFix option. 2015-07-19 01:47:58 +07:00
phobos2077 f10e894201 - Enabled fix for minor exploit when you can gain stats from drugs more than two times using save/load.
- Added option [Misc].DialogOptions9Lines  that allows to use 9 lines of text correctly in dialog reply window.
2015-07-19 00:53:18 +07:00
phobos2077 ac5eebe0d0 added optional fix for "Too Many Items Bug" and renamed some hook functions 2015-07-18 19:38:56 +07:00