NovaRain
|
921f14f43f
|
Cosmetic edits: updated/unified the copyright header years
|
2022-12-31 10:14:38 +08:00 |
|
NovaRain
|
d013d59afd
|
Edits to sfall_ver_* script functions
* they take no arguments and only return constants, simpler structure
in ASM is enough.
|
2022-12-26 08:50:56 +08:00 |
|
NovaRain
|
2828e08f68
|
Fixed broken read_string script function
* actually it has never worked.
|
2022-12-22 09:37:19 +08:00 |
|
NovaRain
|
0b08035b97
|
Fixed a crash bug in FullItemDescInBarter
* when weapon/ammo has no description, it'd trigger UB from strncpy_s.
|
2022-12-17 10:36:25 +08:00 |
|
NovaRain
|
62b0955807
|
Changed all fastcall wrappers to stdcall
|
2022-12-03 13:19:54 +08:00 |
|
NovaRain
|
67b46cd4a6
|
Backported three more hooks from 4.1:
* USESKILLON, ONEXPLOSION, SETLIGHTING.
Backported PartyMemberSkillFix option from 4.1.
Updated documents.
|
2022-12-01 08:41:05 +08:00 |
|
NovaRain
|
bb13e3f219
|
Backported 5 game hooks from 4.1/4.2:
* SNEAK, STDPROCEDURE, STDPROCEDURE_END, TARGETOBJECT, ENCOUNTER.
Updated documents and example mods.
|
2022-11-29 14:27:10 +08:00 |
|
NovaRain
|
7ecdfe362f
|
Backported three game hooks from 4.1:
* USEANIMOBJ, EXPLOSIVETIMER, DESCRIPTIONOBJ
Updated documents and example mods
|
2022-11-27 09:27:46 +08:00 |
|
NovaRain
|
4f34217625
|
Backported game hooks from 4.0.x
* COMBATTURN is not implemented.
Updated documents.
|
2022-11-26 09:57:01 +08:00 |
|
NovaRain
|
f4666dad18
|
Minor edits to a few ASM hacks
(Changed 2-bytes null jcc to just 2 nop)
|
2022-11-16 12:19:22 +08:00 |
|
NovaRain
|
536e3b2741
|
Tweaked HOOK_INVENTORYMOVE for dropping caps
* before the amount was set in the dropped object only after the hook.
Edits to hookscripts.md.
|
2022-10-29 11:33:42 +08:00 |
|
NovaRain
|
f4c72a4e6e
|
Edited the format for window title
Reorganized RMOBJ_* defines in define_extra.h.
|
2022-10-27 17:21:57 +08:00 |
|
NovaRain
|
db40eae68f
|
Some format edits to documents
Updated version number.
|
2022-10-25 21:25:48 +08:00 |
|
NovaRain
|
f1626e846a
|
Changed the check for unavailable hooks
* easier to backport more discontinuous hooks if needed.
|
2022-10-19 10:59:17 +08:00 |
|
NovaRain
|
5429217c0a
|
Minor edit to hookscripts.md
|
2022-10-18 08:59:14 +08:00 |
|
NovaRain
|
59aee239fe
|
Fixed incorrect critter names for corpses
* happens when multiple critters based on the same proto with
different scripts attached are killed.
Tweaked the fix for create_object_sid function.
|
2022-10-09 23:25:51 +08:00 |
|
NovaRain
|
d429af8011
|
Code correction to LoadOrder.cpp
Updated version number.
|
2022-09-28 10:18:19 +08:00 |
|
NovaRain
|
ba186590bc
|
Backported [ExtraPatches] section from 4.x
* in pre-4.1.9 configuration, without .dat autoloading.
|
2022-09-22 10:50:10 +08:00 |
|
NovaRain
|
f94cadf767
|
Backported rest related script functions from 4.x
* set_rest_heal_time, set_rest_mode, get/set_can_rest_on_map
|
2022-09-20 09:14:08 +08:00 |
|
NovaRain
|
aea263eddd
|
Backported "dialog_message" script function
Updated documents for the function.
v3.8.37
|
2022-08-19 09:12:48 +08:00 |
|
NovaRain
|
b7fc0fb1d7
|
Fixed HOOK_REMOVEINVENOBJ to match RMOBJ_* defines
Edits to define_extra.h for RMOBJ_* defines
|
2022-08-14 11:04:46 +08:00 |
|
NovaRain
|
b8c3f89279
|
Expanded set_pipboy_available function for mode 2
|
2022-08-11 21:27:19 +08:00 |
|
NovaRain
|
82eb78e185
|
Code edits to SpeedInventoryPCRotation
Updated version number.
|
2022-08-09 21:34:12 +08:00 |
|
NovaRain
|
d8fafa85a9
|
Added support for editor.msg to message_str_game
Edits to header files.
|
2022-08-09 08:14:04 +08:00 |
|
NovaRain
|
a121d09704
|
Corrected the language path for loading art files
|
2022-08-08 22:09:11 +08:00 |
|