Skip to content

Commit 0ad8b54

Browse files
committed
Updated version number and changelog
Edits to sfall opcode list.
1 parent e6f4ae3 commit 0ad8b54

File tree

5 files changed

+627
-616
lines changed

5 files changed

+627
-616
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Changelog
22

3+
## 4.4.8
4+
* HRP: Fixed a crash and a visual glitch in the interface bar at ultrawide resolutions
5+
* HRP: Fixed splash screen display when the file is packed in an uncompressed **.dat** file
6+
* Fixed incorrect mnemonic names in script dumps generated by the script decompiler (`int2ssl.exe` in the **modders pack**)
7+
* Added a fix for a crash when an encounter between two groups fighting each other fails to spawn one group
8+
* Added a fix to use the `art\splash\` directory as the fallback for loading splash screens for non-English languages
9+
* Added a fix for the game not applying the mouse sensitivity setting correctly in certain cases
10+
* Added a fix for file seeking in uncompressed **.dat** files
11+
* Added an option to disable the engine's processing of Arroyo-related events
12+
* Added support for switching to alternate keyboard character codes (from Crafty)
13+
314
## 4.4.7
415
* Fixed potential undefined behavior in **FullItemDescInBarter**
516
* Fixed the behavior of `break` statement in script compiler and decompiler (`compile.exe` and `int2ssl.exe` in the **modders pack**)
617
* Improved the fix for removing floating text messages on the map when moving to another map or elevation
718
* Improved the error handling for missing main **.dat** files
819
* Removed glass glare from the **'Use Inventory Item On'** window to match other game interfaces
9-
* Added a fix for a crash when a critter with a powered melee/unarmed weapon ran out of ammo and there was ammo nearby
20+
* Added a fix for a crash when a critter with a powered melee/unarmed weapon runs out of ammo and there is ammo nearby
1021
* Added a fix to prevent a potential crash when using skills on non-critter objects
1122
* Added a fix for the duplicate click sound for the 'Done' button in the **'Move Items'** and **'Set Timer'** windows
1223
* Added a few fixes for slightly misaligned buttons in the pipboy, character screen, and barter screen
@@ -336,7 +347,7 @@
336347
* Added a tweak to prevent NPC aggression when non-hostile NPCs accidentally hit the player or members of the player's team
337348
* Added a tweak to play the **'magic hands'** animation when using an item on an object. This also prevents a few issues with scripted animations not playing
338349
* Added a tweak to remove the unspent skill points limit
339-
* Added an option to disable the special handling of city areas 45 and 46 in the engine when visiting Area 45
350+
* Added an option to disable the engine's special handling of city areas 45 and 46 when visiting Area 45
340351
* Added a new value to **AIDrugUsePerfFix** to allow NPCs to use only the drugs listed in `chem_primary_desire` and healing drugs
341352
* Added support for loading premade character **GCD/BIO** files from the `premade\<language>\` directory for non-English languages
342353
* Added support for loading fonts from the `fonts\<language>\` directory for non-English languages
@@ -698,7 +709,7 @@
698709
* Added a fix to prevent the reserved object IDs of the player and party members from being generated for other objects
699710
* Added a fix for the display issue in the pipboy when the automap list is too long
700711
* Added a fix for the `start` procedure not being called correctly if the required standard script procedure is missing (from Crafty)
701-
* Added an option to disable the special handling of map IDs 19 and 37 in the engine when entering the maps
712+
* Added an option to disable the engine's special handling of map IDs 19 and 37 when entering those maps
702713
* Added support for the new **'automap=yes/no'** parameter to `maps.txt`. This parameter overrides the hardcoded values for displaying the map in the pipboy automaps for the first 160 maps
703714
* Added a new **'picking up item'** event to `HOOK_INVENTORYMOVE` hook script
704715
* Added files for using 32-bit images for talking heads to the **modders pack**

artifacts/ddraw.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;sfall configuration settings
2-
;v4.4.7.1
2+
;v4.4.8
33

44
[Main]
55
;Set to 1 to enable the built-in High Resolution Patch mode that is similar to the hi-res patch by Mash

0 commit comments

Comments
 (0)