NovaRain
2f750a8a4b
Fixed broken Print() script function
...
Fixed the background image of the character portrait on inv/char screens.
Renamed "print_text" to "interface_print".
2020-10-06 11:46:13 +08:00
NovaRain
ac28d7293b
Added "print_text" script function
2020-10-05 14:38:53 +08:00
NovaRain
51dfee26d3
Removed InterfaceDontMoveOnTop from ddraw.ini (always enabled)
...
Added a fix to prevent toggling the cursor for a Transparent window.
2020-10-05 10:23:17 +08:00
NovaRain
cbe6be6c46
Added support for transparent interface windows ( #25 )
2020-10-03 11:45:25 +08:00
NovaRain
4e9d4f2f37
Some code refactoring
...
Added a value of 2 to TextureFilter option.
2020-09-28 12:04:08 +08:00
NovaRain
5eac185bfe
Minor edits to the document in previous commit
2020-09-26 22:14:18 +08:00
NovaRain
e696db4b7b
Added "interface_art_draw" script function
...
Added an argument to "intface_redraw" function to redraw all interfaces.
2020-09-26 16:15:32 +08:00
NovaRain
8179583160
Correction to the hooks code
...
Minor edits to some code.
2020-09-23 22:37:11 +08:00
NovaRain
876616fc7d
Added a new argument to HOOK_TOHIT ( #339 )
...
Added hook type 3 to HOOK_WITHINPERCEPTION (when AI selects a target)
Extended the upper limit of set_pickpocket_max and set_hit_chance_max
script functions to 999.
Added a fix for combat_is_shot_blocked_ not taking the flags of critters
in the line of fire into account.
Minor edits to ASM code of some hooks.
2020-09-22 15:43:26 +08:00
NovaRain
0dd8ea5335
Added loading multiple shader files for GlobalShaderFile option
...
Added a sharpen filter file as a global shader example.
Set TextureFilter to be enabled by default.
2020-09-21 12:54:42 +08:00
NovaRain
bf9deabded
Added TextureFilter option (restored from sfall 2.x)
2020-09-20 09:58:55 +08:00
NovaRain
2eb1c64bc3
Removed KeepWeaponSelectMode from ddraw.ini (always enabled)
...
Minor edits to code and documents.
2020-09-16 10:53:39 +08:00
NovaRain
96447ca1d3
Updated Ammo INI Loader example script mod
...
* now the INI will be read only once on script initialization, not
always being re-read on each map load.
2020-09-10 14:43:46 +08:00
NovaRain
a7355ad937
Added the original Fallout 1 behavior to FastShotFix ( #335 )
2020-09-06 08:30:20 +08:00
NovaRain
2badb5fdd2
Added a fix to the weapon check in the Fast Shot trait ( #335 )
...
* changed range check to type+range check, the same fix is also applied
to FastShotTraitFix.
Added more info to the description of FastShotFix option.
2020-09-05 10:39:22 +08:00
NovaRain
282a491718
Fixed typo in sfall.h ( #334 )
2020-09-03 21:05:18 +08:00
NovaRain
43fcaf41e1
Fixed EncounterTableSize option ( #333 )
...
* the encounter messages were still limited to 50 entries per table when
the value for encounters is set to greater than 50.
Fixed building the path to multihex objects.
2020-09-03 14:20:23 +08:00
NovaRain
3df322b80e
Tweaked the field of view check in ObjCanSeeObj_ShootThru_Fix
...
And fixed a bug when the target critter has the ShootTrhu flag set
(cannot be seen by the source)
Minor edits to some comments in previous commit.
2020-09-02 14:21:38 +08:00
NovaRain
0945382369
Added support for ACM audio file playback to soundplay script function
...
(with volume control, #331 )
Added a volume control to reduce the volume for play_sfall_sound.
Added descriptions and constant defines to documents.
Some code optimization.
Updated version number.
2020-09-01 16:10:45 +08:00
NovaRain
ac4e4c7868
Minor edits to Interface.cpp and ddraw.ini
2020-08-22 10:48:46 +08:00
NovaRain
aa132d9951
Moved DeathScreenFontPatch code to Interface.cpp
...
Added a note about DeathScreenFontPatch in ddraw.ini.
Some code edits in BugFixes.cpp and DamageMod.cpp.
2020-08-21 12:36:41 +08:00
NovaRain
dfb7779e87
Reorganized the code related to the core functions of hooks
...
Added DeathScreenFontPatch option to use the normal font for death
screen subtitles (was using bitmap font).
Attempted to fix the melee damage display for some extreme cases when
BonusHtHDamageFix=1 and DisplayBonusDamage=0.
2020-08-20 13:32:40 +08:00
NovaRain
19df2f9eec
Updated global.fx and withinperception example script
...
Fixed some code.
2020-08-19 15:19:11 +08:00
NovaRain
8fa54d8255
Changed hs_* hook script to be searched only once on game start
...
* in the same fashion as global scripts, affected by AlwaysFindScripts.
2020-08-15 22:19:45 +08:00
NovaRain
46a5616b34
Fixed and improved the behavior of nested timer events in global scripts
...
Added a fix to prevent the execution of critter_p_proc and game events
when playing movies.
Added a debug message about a corrupted proto file.
Some minor code/document edits.
2020-08-14 21:23:08 +08:00