NovaRain
486c897243
Added new HOOK_BUILDSFXWEAPON
...
* Hook for gsnd_build_weapon_sfx_name
* Fixed long name ACM crash in AutoSearchSFX
* Updated documents
2024-07-19 19:51:04 +08:00
NovaRain
87eca4898a
Scripting headers: add material-related constants, minor lib extensions
2024-07-18 08:36:30 +08:00
NovaRain
3515dac146
Prevent unnecessary toggling of the tags in show/hide_iface_tag
2024-07-16 10:54:42 +08:00
NovaRain
73deda86c8
Fixed the skilldex art for the hero appearance mod ( #555 )
...
* the info card doesn't refresh properly due to cached FRM.
2024-07-07 18:18:49 +08:00
NovaRain
d39535e0a6
Fixed inconsistent behavior of escaped percent sign in sprintf/string_format
...
Minor code edits to LoadGameHook.cpp.
2024-07-06 22:17:10 +08:00
NovaRain
5c246ba614
Reverted GameReset in LoadGameHook.cpp to pre-3.8.29 behavior
...
(when the engine's game_reset is called, sfall will reset modules as
well for consistency.)
2024-06-29 17:34:15 +08:00
NovaRain
33943bb6ff
Added OutlineColorContainers/Corpses to the built-in item highlighting
...
Minor code refactor of the built-in item highlighting.
Updated version number.
2024-06-28 22:11:00 +08:00
NovaRain
81f4af927b
Synced item highlighting mod with 4.x
2024-06-28 21:14:46 +08:00
NovaRain
e2dcb3e0b2
Updated changelog and readme
v3.8.44
2024-06-19 20:44:23 +08:00
NovaRain
88197f7fed
Corrected proto pid offset in define_extra.h
2024-06-17 15:21:56 +08:00
NovaRain
0b14111472
Further simplification of the previous commit
...
Updated sslc_readme.md.
2024-06-15 19:08:04 +08:00
NovaRain
8448a24339
Added a tweak to prevent "forever" type of animation from stopping when entering combat
2024-06-09 14:15:30 +08:00
NovaRain
388a5de994
Changed the game mode check in gl_highlighting_lite
...
* now opening other interfaces (inventory, options, etc.) will also
turn off highlight.
2024-06-09 12:09:05 +08:00
NovaRain
803eeb4d27
Fixed crash on game save (due to commit 0409eb67)
2024-06-09 06:27:02 +08:00
NovaRain
2714b3bfc8
Expanded show/hide_iface_tag functions to work with tag value 0 (sneak)
...
Updated documents.
2024-06-07 08:08:13 +08:00
NovaRain
0409eb67e4
Minor code edits: replace some push/pop in ASM with pushadc/popadc pair
2024-06-06 21:56:45 +08:00
NovaRain
ea74ff7d0c
Added ItemMoveSkipDragKey from 4.x
2024-06-06 21:50:48 +08:00
NovaRain
e05010c752
Cosmetic edits: unified the placement of __declspec keyword
...
* it's recommended to place __declspec before the return type.
(ref: https://stackoverflow.com/q/13613864 )
2024-06-04 20:48:49 +08:00
NovaRain
9f8a5b4766
Fixed possible crash in BoxBarCount
2024-06-03 09:29:05 +08:00
NovaRain
6a773780a7
Backported the per-line msg fallback from 4.x
...
Renamed PartyMemberNonRandomLevelUp for clarity.
2024-06-03 09:23:21 +08:00
NovaRain
e2ad532607
Added a new attrType value to get_window_attribute
...
Added PAUSEWIN (Ctrl+P) to LoadGameHook game modes.
Fixed crash in interface_art_draw (when drawing beyond window bounds).
Fixed assert fail when calling sfall_func7+
Edits to documents.
2024-06-02 09:12:56 +08:00
NovaRain
181560265f
Fixed NPCAutoLevel and set_npc_level opcode
...
- Now properly doesn't shift first level up too early and doesn't set "early" flag
- Fixed using set_npc_level without disabling engine leveling logic
- Renamed to PartyMemberNoEarlyLevelUpPatch to match behavior
2024-06-02 08:43:38 +08:00
NovaRain
ca42b01193
Added new arguments to HOOK_ENCOUNTER
...
* to determine which encounter is being loaded, not just map ID.
Updated the document and header files.
2024-05-31 15:11:40 +08:00
NovaRain
73ac86d493
Updated healing skills example mod
...
(fix inaccurate behavior and refactoring)
2024-05-28 21:44:33 +08:00
NovaRain
7dc499eb24
Changed the world map healing rate patch to be enabled by default
...
* default 3 hrs according to Fallout v1.2 manual errata.
Changed AIDrugUsePerfFix to be enabled by default (UPU/RPU have it
enabled for years, and F2:CE also implemented a similar fix.)
Updated version number.
2024-05-28 21:30:52 +08:00