phobos2077 and NovaRain
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
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
phobos2077
a30464cfae
Fixed bug in metarule2_explosions, possible fix for #67
2017-02-24 01:32:32 +07:00
phobos2077
4ef88959e3
Moved argument validation to opcodeMetaTable. Now old-style opcode and sfall_funcX scripting functions work almost identical and their handlers can be interchanged.
...
Fixed some bugs with sfall_funcX.
2016-11-06 17:37:25 +07:00
phobos2077
4cc9cb0b83
- Refactor opcode handling.
...
- Made new-style "sfall_funcX" functions compatible with old-style opcodes, this allows to use one handler function to act as both metarule and normal opcode.
- Added table of opcode meta-data.
2016-11-06 16:52:09 +07:00
phobos2077
363d7a1cc5
Rename types in function references for consistency and clarity.
2016-11-06 00:56:59 +07:00
phobos2077
d9d86e3fe4
Added macros for new scripting functions
2016-11-06 00:32:28 +07:00
phobos2077
ce1fd719cf
Limit maximum string length for arrays to prevent certain strange crashes
2016-11-06 00:15:25 +07:00
phobos2077
1595d75f7c
Added docs for new opcodes and scripting functions
2016-11-06 00:14:25 +07:00
phobos2077
6287eefd7c
Merge branch 'feature/issue-55-metarule' into develop
2016-11-05 18:07:30 +07:00
phobos2077
3bc84a0040
Refactor: encapsulated opcode-related functions and variables into classes
2016-11-05 03:34:09 +07:00
phobos2077
18b34767b6
Added new scripting functions to show/hide/redraw main interface and to exec map_update_p_proc for all map objects #51
2016-11-05 01:17:42 +07:00
phobos2077
af4bad36d4
Added validation for null arguments #55 ;
...
Added scripting function "spatial_radius";
Added scripting function "critter_inven_obj2" #38 .
2016-11-04 17:22:05 +07:00
phobos2077
1a40c40cd3
Added full definitions for metarules and automatic argument validation of with detailed error messages
2016-11-04 03:37:30 +07:00
phobos2077
9367139957
Remove condition for vsnprintf_s - always use long variant
2016-11-03 21:04:46 +07:00
phobos2077
87f45d26db
Merge remote-tracking branch 'origin/feature/issue-55-metarule' into feature/issue-55-metarule
2016-11-03 20:57:09 +07:00
phobos2077
bd2f83d6a8
Refactor opcode handling;
...
Write metarule errors to debug.log (added reusable function);
Fixed some warnings
2016-11-03 20:55:59 +07:00
phobos2077
d29b51d5ea
Implemented new way of handling sfall opcodes - now almost without any ASM code
...
Added bunch of engine function wrappers
2016-11-03 19:30:42 +07:00
phobos2077
502897cb6f
Fixed a nasty bug in dlog_f function that only shows when compiling w/o optimization
2016-11-03 04:43:10 +07:00
phobos2077
02beff2b04
Implemented sfall_funcX opcodes
2016-11-02 04:10:50 +07:00
phobos2077
cf82440753
Testing implementation for universal opcode #55
2016-11-01 03:53:07 +07:00
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