mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Updated version number and changelog
Edits to sfall opcode list.
This commit is contained in:
+12
-3
@@ -1,12 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## 3.8.48
|
||||
* Fixed incorrect mnemonic names in script dumps generated by the script decompiler (`int2ssl.exe` in the **modders pack**)
|
||||
* Added a fix for a crash when an encounter between two groups fighting each other fails to spawn one group
|
||||
* Added a fix to use the `art\splash\` directory as the fallback for loading splash screens for non-English languages
|
||||
* Added a fix for the game not applying the mouse sensitivity setting correctly in certain cases
|
||||
* Added a fix for file seeking in uncompressed **.dat** files
|
||||
* Added an option to disable the engine's processing of Arroyo-related events
|
||||
* Added support for switching to alternate keyboard character codes (from Crafty)
|
||||
|
||||
## 3.8.47
|
||||
* Fixed potential undefined behavior in **FullItemDescInBarter**
|
||||
* Fixed the behavior of `break` statement in script compiler and decompiler (`compile.exe` and `int2ssl.exe` in the **modders pack**)
|
||||
* Improved the fix for removing floating text messages on the map when moving to another map or elevation
|
||||
* Improved the error handling for missing main **.dat** files
|
||||
* Removed glass glare from the **'Use Inventory Item On'** window to match other game interfaces
|
||||
* Added a fix for a crash when a critter with a powered melee/unarmed weapon ran out of ammo and there was ammo nearby
|
||||
* Added a fix for a crash when a critter with a powered melee/unarmed weapon runs out of ammo and there was ammo nearby
|
||||
* Added a fix to prevent a potential crash when using skills on non-critter objects
|
||||
* Added a fix for the duplicate click sound for the 'Done' button in the **'Move Items'** and **'Set Timer'** windows
|
||||
* Added a few fixes for slightly misaligned buttons in the pipboy, character screen, and barter screen
|
||||
@@ -331,7 +340,7 @@
|
||||
* Added a tweak to prevent NPC aggression when non-hostile NPCs accidentally hit the player or members of the player's team
|
||||
* 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
|
||||
* Added a tweak to remove the unspent skill points limit
|
||||
* Added an option to disable the special handling of city areas 45 and 46 in the engine when visiting Area 45
|
||||
* Added an option to disable the engine's special handling of city areas 45 and 46 when visiting Area 45
|
||||
* Added an option to load alternative dialog msg and subtitle files for female PC (translation friendly)
|
||||
* Added an option to allow using the caret character `^` in dialog msg files to specify alternative text in dialogue based on the player's gender
|
||||
* Added a new value to **AIDrugUsePerfFix** to allow NPCs to use only the drugs listed in `chem_primary_desire` and healing drugs
|
||||
@@ -672,7 +681,7 @@
|
||||
* Added a fix to prevent the reserved object IDs of the player and party members from being generated for other objects
|
||||
* Added a fix for the display issue in the pipboy when the automap list is too long
|
||||
* Added a fix for the `start` procedure not being called correctly if the required standard script procedure is missing (from Crafty)
|
||||
* Added an option to disable the special handling of map IDs 19 and 37 in the engine when entering the maps
|
||||
* Added an option to disable the engine's special handling of map IDs 19 and 37 when entering those maps
|
||||
* 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
|
||||
* Added files for using 32-bit images for talking heads to the **modders pack**
|
||||
* Improved the functionality of the debug editor (in the **modders pack**)
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
;sfall configuration settings
|
||||
;v3.8.47.1
|
||||
;v3.8.48
|
||||
|
||||
[Main]
|
||||
;Set to 1 if you want to use command line arguments to tell sfall to use another ini file
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -24,7 +24,7 @@
|
||||
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_BUILD 47
|
||||
#define VERSION_REV 1
|
||||
#define VERSION_BUILD 48
|
||||
#define VERSION_REV 0
|
||||
|
||||
#define VERSION_STRING "3.8.47.1"
|
||||
#define VERSION_STRING "3.8.48"
|
||||
|
||||
Reference in New Issue
Block a user