NovaRain
3476a27a54
Reverted commit 1a69eaf
...
(found another way to fix freezing issues in Win11 24H2.)
2025-04-03 01:20:32 +08:00
NovaRain
d112a6ec09
Fixed out-of-bounds selection in the file list when loading a GCD file
2025-04-02 13:59:52 +08:00
NovaRain
1a69eaf39a
Reverted part of the optimization for the save/load game screens
...
(commit 81912b47 , as it could cause the cursor to become unresponsive.)
Updated version number.
2025-03-31 21:53:57 +08:00
NovaRain and GitHub
194a736a06
Merge pull request #588 from sfall-team/dependabot/bundler/docs/nokogiri-1.18.4
...
Bump nokogiri from 1.18.3 to 1.18.4 in /docs
2025-03-22 08:10:18 +08:00
dependabot[bot] and GitHub
7131879776
Bump nokogiri from 1.18.3 to 1.18.4 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.18.3 to 1.18.4.
- [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.3...v1.18.4 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 00:00:43 +00:00
NovaRain
70340af564
Updated version number and changelog
v4.4.6
2025-03-20 22:29:13 +08:00
NovaRain
09595c0e17
Correction to the previous commit
...
* should have checked for anim code directly instead of critter flag.
2025-03-18 11:02:45 +08:00
NovaRain
730cdd8ae8
Minor edits to code and function notes
2025-03-11 09:00:28 +08:00
NovaRain
3fde11c7d9
Added a tweak to replace death anims on critters with "_sf" variants on map load
...
(also fix critters stuck in the middle of death anims after returning
to the map, #584 )
2025-03-10 10:02:18 +08:00
NovaRain
3a29db5f90
Fixed broken critter art debug message
...
(caused by commit a34aa64c )
2025-03-08 19:49:00 +08:00
NovaRain
e18df80980
Allow death animations to finish when entering combat
...
(to prevent animation glitch, #584 )
2025-03-05 10:28:09 +08:00
NovaRain and GitHub
bdf6046df2
Merge pull request #585 from sfall-team/dependabot/bundler/docs/uri-0.13.2
...
Bump uri from 0.13.0 to 0.13.2 in /docs
2025-03-04 06:49:24 +08:00
dependabot[bot] and GitHub
3434626608
Bump uri from 0.13.0 to 0.13.2 in /docs
...
Bumps [uri](https://github.com/ruby/uri ) from 0.13.0 to 0.13.2.
- [Release notes](https://github.com/ruby/uri/releases )
- [Commits](https://github.com/ruby/uri/compare/v0.13.0...v0.13.2 )
---
updated-dependencies:
- dependency-name: uri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-03 22:22:47 +00:00
NovaRain
90872396ad
Changed PipBoyAvailableAtGameStart and set_pipboy_available
...
* They no longer modify the vault suit movie state, which was an
undesired behavior.
Updated scripting documents.
2025-03-02 11:26:03 +08:00
NovaRain
8edd813ec1
Improved the fix for "out of bounds" bug when printing the automap list
...
* prevent the overflow of _sortlist (holds 24 elements at max).
* NOTE: the fix just cuts off location/elevation lists, and should be
removed once a proper pagination in pipboy is implemented.
2025-03-01 23:20:14 +08:00
NovaRain
3f3accbc24
Improved the fix for extra hidden buttons in the previous commit
...
(ref. alexbatalov/fallout2-ce#465 , alexbatalov/fallout2-ce#466 )
2025-02-25 11:19:46 +08:00
NovaRain
73872e41b6
Fixed extra hidden buttons appearing below the location list
...
* in the Status section in the pipboy (a partial fix).
(ref. alexbatalov/fallout2-ce#465 )
2025-02-24 23:51:57 +08:00
NovaRain
d8a1b94724
Fixed double click sound when selecting a location in pipboy status
...
(ref. alexbatalov/fallout2-ce#462 )
2025-02-21 11:13:46 +08:00
NovaRain and GitHub
5c847b671a
Merge pull request #583 from sfall-team/dependabot/bundler/docs/nokogiri-1.18.3
...
Bump nokogiri from 1.16.6 to 1.18.3 in /docs
2025-02-19 20:58:22 +08:00
dependabot[bot] and GitHub
ad3bcfea5f
Bump nokogiri from 1.16.6 to 1.18.3 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.16.6 to 1.18.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.6...v1.18.3 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-19 12:54:23 +00:00
NovaRain
9bf9de2a95
Fixed the incorrect message when attempting to repair dead robots
...
(ref. alexbatalov/fallout2-ce#459 )
2025-02-19 12:15:13 +08:00
NovaRain
345815ec88
Fixed display issues when highlighting a multiline dialogue option
...
(ref. alexbatalov/fallout2-ce#418 )
2025-02-12 13:22:48 +08:00
NovaRain
115e71543b
Code edits to Perks.cpp
2025-02-09 12:31:21 +08:00
NovaRain
0b9140b3ef
Restored the position of the ammo bar when ALTERNATE_AMMO_METRE=0
2025-02-03 12:07:43 +08:00
NovaRain
38d00f2e5f
Fixed the main menu music not stopping when replaying the intro
...
(ref. alexbatalov/fallout2-ce#399 )
2025-02-01 16:03:25 +08:00