NovaRain
765b19e045
Minor edit to the changelog
v3.8.38
2023-03-29 14:32:33 +08:00
NovaRain
f4fe4211e1
Fixed assorted typos in documents
...
Added an example ini to Ammo INI Loader mod.
Updated the changelog.
2023-03-27 20:35:24 +08:00
NovaRain
0c3d6004a7
Added support for closing the game by Alt+F4
...
Moved some code from Graphics.cpp to new WinProc files.
Patched dead code in memory in DamageMod.cpp.
2023-03-16 10:55:05 +08:00
NovaRain
f6675cf241
Updated readme and added changelog ( #451 )
2023-03-13 14:23:10 +08:00
NovaRain
736c2cb6fe
Backported "item_make_explosive" script function
...
Updated documents for the function.
Removed deprecated "register" keyword.
2023-03-10 21:08:05 +08:00
NovaRain
13445a1b83
Changed the copyright text format in the credits
2023-03-06 22:42:14 +08:00
NovaRain
4417947c56
Moved some code to the new submodule files
...
Fixed a crash bug with setting the DAM_BACKWASH flag for the attacker.
(from 6e10f62 )
2023-03-06 22:28:39 +08:00
NovaRain
6903d59e6d
Renamed some object flags
2023-03-05 10:21:17 +08:00
NovaRain
5e3e37f74c
Added a tweak to the ammo info for Glovz's/YAAM
...
* to display correct ammo stats based on the formulas w/o editing
proto.msg manually.
Updated translation ini files.
Set the maximum number of screenshots to 10k (was 100k)
* 100k is impractical because the max files per directory on FAT32 is
65535 (only if all files are in 8.3 format) when the game came out.
2023-03-01 09:18:28 +08:00
NovaRain
e090fd833b
Removed CreditsAtBottom from ddraw.ini
...
* sfall built-in credits will be shown at the beginning when from the
main menu and at the end during the ending.
2023-02-26 23:31:48 +08:00
NovaRain
1ab8407407
Fixed incorrect death endings being shown
...
* can happen in vanilla FO2 when the player is lv10 or higher,
with a low chance.
2023-02-15 21:06:45 +08:00
NovaRain
a4558993e0
Removed redundant "Done" strings from sfall log
...
* only when there are alternative states or for graphics/sound/scripting
2023-02-10 08:54:52 +08:00
NovaRain
f1131b87c6
Tweaked how disabled unsafe opcodes work
...
* now disabled opcodes will just do nothing instead of causing the
script terminated.
2023-02-09 15:06:19 +08:00
NovaRain
465bc649be
Removed StackEmptyWeapons from ddraw.ini (always enabled)
2023-02-02 12:39:06 +08:00
NovaRain
9db5f45545
Added a tweak to allow premade characters to have less than two traits
...
Fixed the player's traits not being displayed in certain unusual cases.
(with save editing or hex-edited GCD file)
2023-01-10 10:33:00 +08:00
NovaRain
fb4770edc4
Increased the upper limit of ProcessorIdle
2023-01-07 23:07:31 +08:00
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