NovaRain
a8490f1913
Changed the timing of setting OPTIONS game mode flag
...
* now it is toggled when creating/deleting the Preferences window.
2026-03-14 20:20:33 +08:00
NovaRain
f5bc53d780
Fixed the root cause of crash in PrepareGlobalScriptsListByMask
...
* Calling convention violation - v141_xp uses ebx to store reference,
but db_get_file_list does not preserve it.
* v140_xp uses esi instead, which is preserved by the engine function.
* Reverted some code changes in ScriptExtender.cpp.
2026-03-12 21:32:04 +08:00
NovaRain and GitHub
2db7492648
Merge pull request #618 from sfall-team/dependabot/github_actions/actions/upload-artifact-7
...
Bump actions/upload-artifact from 6 to 7
2026-03-01 09:37:10 +08:00
dependabot[bot] and GitHub
bf4b50d549
Bump actions/upload-artifact from 6 to 7
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-01 01:14:17 +00:00
phobos2077
fe24221456
Cleanup debugging leftovers
2026-02-28 15:58:57 +01:00
phobos2077
b58c26a401
Fixed crash in PrepareGlobalScriptsListByMask in ReleaseXP build when using v141_xp toolset
...
- Passing a raw pointer to fileMask's char array to db_get_file_list seemed to be the main cause
- I've also replaced the use of _strlwr with ToLowerCase on the string copy, to avoiding editing strings returned from engine function in-place
- Clarified the constness of file list variable used by db_*_file_list for the same reason
2026-02-28 15:54:28 +01:00
NovaRain
38e1eaef64
Updated version number and changelog
v4.4.9.1
2026-02-25 22:04:49 +08:00
NovaRain
f408534ce4
Cosmetic edits: renamed some return addr variables in hacks
2026-02-25 21:16:06 +08:00
NovaRain
e9c73e6dd3
Updated web document for set_pipboy_available script function
2026-02-24 08:34:20 +08:00
NovaRain
bac9e630f9
Added a safeguard to the death animation fix on combat start
2026-02-23 15:23:23 +08:00
NovaRain and GitHub
d5c79deb12
Merge pull request #614 from sfall-team/dependabot/bundler/docs/nokogiri-1.19.1
...
Bump nokogiri from 1.18.9 to 1.19.1 in /docs
2026-02-20 08:51:14 +08:00
dependabot[bot] and GitHub
adfc8d851b
Bump nokogiri from 1.18.9 to 1.19.1 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.18.9 to 1.19.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.9...v1.19.1 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-version: 1.19.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-20 00:14:16 +00:00
NovaRain
1e950f5172
Updated version number and changelog
v4.4.9
2026-02-11 22:07:01 +08:00
NovaRain
b7c34813bf
Removed unnecessary/unused return value in critter_mod_skill function
2026-02-11 22:05:58 +08:00
NovaRain and GitHub
49a536894a
Merge pull request #611 from sfall-team/dependabot/bundler/docs/faraday-2.14.1
...
Bump faraday from 2.10.0 to 2.14.1 in /docs
2026-02-10 06:22:44 +08:00
dependabot[bot] and GitHub
b7aefb3040
Bump faraday from 2.10.0 to 2.14.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 2.10.0 to 2.14.1.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v2.10.0...v2.14.1 )
---
updated-dependencies:
- dependency-name: faraday
dependency-version: 2.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-09 22:08:17 +00:00
NovaRain
29b6d4ba10
Removed misleading parens from functions without args in documents
2026-01-27 16:37:08 +08:00
NovaRain and GitHub
36df793c46
Merge pull request #609 from BGforgeNet/dev/fix-detail-parens
...
Docs: remove misleading parens from functions without args, they should not be present
2026-01-27 15:16:51 +08:00
Magus
cb24364319
Docs: remove misleading parens from functions without args, they should not be present.
2026-01-27 14:06:20 +07:00
NovaRain
84d8d80d30
Code edits to SingleCore to make it run safer
...
Changed SingleCore to be disabled by default.
(its usage is questionable on newer systems.)
2026-01-16 10:10:07 +08:00
NovaRain
b3c5fad981
Code edits to ProcessorIdle
...
* use proper QS_ALLINPUT as it includes QS_RAWINPUT for WinXP+.
* set the option enabled by default.
2026-01-15 09:20:17 +08:00
NovaRain
7e74abf78f
Added settings about the mirrored shades to tweaks.ini
...
Updated the description of Fallout1Behavior.
2026-01-13 14:23:02 +08:00
NovaRain
ed1f926d36
Expanded the functionality of Fallout1Behavior
...
* FO1 initial in-game time is 7:21 rather than 8:24.
2026-01-10 20:34:54 +08:00
NovaRain
5ac1b23bc6
Updated expanded UI FRMs and resource files
2026-01-09 20:09:55 +08:00
NovaRain
19d0f5c16a
Fixed edge-scrolling speed in the world map
...
* commit a3383fd only fixed when in normal game maps.
2026-01-04 12:36:23 +08:00