NovaRain
|
ad17773ace
|
Fixed incorrect argument description for get/set_proto_data in sfall opcode list.txt.
Removed incorrect PROTO_CR_FLAGS value in define_extra.h (was actually critter's IN), and renamed PROTO_CR_ACTION_FLAGS to its correct name #112
|
2017-08-21 11:33:04 +08:00 |
|
NovaRain
|
85bcf82c1e
|
Unified the indent style (3 spaces) in SSL library and removed trailing spaces.
|
2017-08-18 09:53:17 +08:00 |
|
NovaRain
|
6c65d8fe79
|
Added descriptions for get/set_cursor_mode.
Added defines for cursor modes.
|
2017-08-17 23:54:29 +08:00 |
|
NovaRain
|
34eaddebb8
|
Added script functions get/set_cursor_mode #108
Removed "beta" from version string.
|
2017-08-14 11:49:41 +08:00 |
|
NovaRain
|
7989da8bfa
|
Added missing define and description for item_weight.
|
2017-08-13 11:45:12 +08:00 |
|
NovaRain
|
f0e93450f6
|
Minor format edits to sfall.h and LoadGameHook.cpp.
|
2017-06-22 09:44:14 +08:00 |
|
NovaRain
|
abb71a1a1f
|
Fixed incorrect info in sfall function notes.txt.
|
2017-05-31 09:25:44 +08:00 |
|
phobos2077
|
85020d66f2
|
Added new functions into docs #90
|
2017-04-15 22:17:42 +07:00 |
|
phobos2077
|
629641eb96
|
Added new HOOK_CARTRAVEL #90
|
2017-04-15 21:59:18 +07:00 |
|
phobos2077
|
d484be45c8
|
Added function car_gas_amount #90
- Sorted some defines
- Minor code formatting fixes
|
2017-04-08 13:48:14 +07:00 |
|
phobos2077
|
e2a383511d
|
Refactor opcodes in Objects.cpp
- Added missing argument type checks
- Replace asm blocks with wrapper function calls
- Use GameObject instead of DWORD
|
2017-04-03 23:27:33 +07:00 |
|
phobos2077
|
116c522bdc
|
Moved hard-coded "ControlCombat" mod from sfall into a global script #87
- Exactly the same functionality and settings
- Mod settings are now in sfall-mods.ini
|
2017-04-01 21:11:19 +07:00 |
|
phobos2077
|
9531fcbebd
|
Added new hook script HOOK_COMBATTURN - runs before and after every turn in combat
|
2017-04-01 20:31:19 +07:00 |
|
phobos2077
|
029419db3d
|
Added real_dude_obj scripting function, useful for checking if currently controlling NPC or "real" character
|
2017-04-01 02:14:27 +07:00 |
|
phobos2077
|
6e0fe881df
|
Added new hook script for controlling FID of character figure on inventory screen
|
2017-04-01 02:12:20 +07:00 |
|
phobos2077
|
cbe987df25
|
First prototype of armor appearance mod (hook-based)
- Add test version of gl_npcarmor script with config file for FO2 RP
- Add some useful scripting headers
- Add new scripting functions to sfall.h
|
2017-03-30 01:20:44 +07:00 |
|
phobos2077
|
778230dde1
|
Added item_weight script function;
Return -1 on metarule argument validation error (to match normal opcodes) #63
|
2017-03-26 23:16:35 +07:00 |
|
phobos2077
|
c32dc7664e
|
Added new modes for get_game_mod to match Crafty's; implemented HookCalls function to reduce code duplication #66
|
2017-03-26 19:41:04 +07:00 |
|
phobos2077
|
adf8dd13dd
|
Moved highlighting-related settings into new "sfall-mods.ini", dedicated for scripted sfall mods;
Reverted description for MotionScannerFlags 1 and 2, it was actually correct before.
|
2017-03-16 01:21:20 +07:00 |
|
phobos2077
|
afadbb71c4
|
Refactor highlighting mod script, added check for outlined_object (via new scripting function), updated ddraw.ini to reflect the actual meaning of highighting-related settings (they way it worked for a long time); #53
HighlightMod is permanently removed from sfall code, it is now only a script.
|
2017-03-14 00:20:34 +07:00 |
|
phobos2077
|
fa583d41d7
|
Added scripting functions: get/set_flags. This allows, for example, to turn character into a ghost dynamically from script.
|
2017-03-13 04:12:52 +07:00 |
|
phobos2077
|
6152615ce5
|
Implemented highlighting mod as a stand-alone global script with LOS and NoHighlight flag checks #53
|
2017-03-13 03:36:02 +07:00 |
|
phobos2077
|
2d4ce73664
|
Initial implementation of set_outline function (need to find better solution) #54
|
2017-03-11 21:48:59 +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
|
d9d86e3fe4
|
Added macros for new scripting functions
|
2016-11-06 00:32:28 +07:00 |
|