2154 Commits
Author SHA1 Message Date
NovaRain 2e3087bde8 Increased the max number of objects that can be outlined simultaneously
(from 100 to 500, same as Mash's HRP 4.x)

Minor code edits to npc_engine_level_up function.
2026-07-27 22:33:11 +08:00
NovaRain fcbb07a883 Added opcode_exists script function from CE
Updated scripting documents.
2026-07-22 10:31:14 +08:00
NovaRain df027f4423 Added extra error handling for canceling elevator selection
(ref. fallout2-ce/fallout2-ce#546)

* Usually it shouldn't happen, just in case someone's messing with their
elevators.ini and caused a map/level mismatch to their savegames.
2026-07-17 08:52:21 +08:00
NovaRain e7337befb4 Code edit to the previous commit 2026-07-16 11:07:29 +08:00
NovaRain 0fe319a664 Allow pressing Esc key to close the elevator panel
(inspired by fallout2-ce/fallout2-ce#546)

Simplified ASM code in Elevators.cpp.
2026-07-16 09:55:17 +08:00
NovaRain d4f49fd75c Fixed division by zero error in obj_examine_func_
(ref. fallout2-ce/fallout2-ce#541)
2026-07-12 21:55:04 +08:00
NovaRain 249adde00f Fixed kick attack not updating properly on game load with unarmed.ini 2026-07-06 20:09:05 +08:00
NovaRain a156f841a1 Made the previous commit less hacky 2026-07-05 18:33:50 +08:00
NovaRain bf7f290b79 Simplified the code of StackEmptyWeapons tweak
(ref. fallout2-ce/fallout2-ce#525)
2026-07-05 16:58:42 +08:00
NovaRain de5bcdf0c6 Increased the width of default ammo bar to 2px 2026-07-03 10:22:26 +08:00
NovaRain ca3df3347d Fixed LOS check in gl_highlighting for some containers on maps
Fixed opcode number for set_perk_int in docs (closes #633)
Updated resource files.
2026-07-02 09:06:07 +08:00
NovaRainandGitHub d91d01f625 Merge pull request #632 from sfall-team/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-07-01 09:52:52 +08:00
dependabot[bot]andGitHub 6a79b6aed5 Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 01:11:12 +00:00
NovaRainandGitHub 32d06d76b0 Merge pull request #631 from sfall-team/dependabot/bundler/docs/concurrent-ruby-1.3.7
Bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs
2026-06-24 01:14:01 +08:00
dependabot[bot]andGitHub 44b0184be2 Bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-version: 1.3.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 17:01:05 +00:00
NovaRainandGitHub 48cf80e763 Merge pull request #630 from sfall-team/dependabot/bundler/docs/faraday-2.14.3
Bump faraday from 2.14.2 to 2.14.3 in /docs
2026-06-24 00:45:36 +08:00
dependabot[bot]andGitHub 141fbcf0a5 Bump faraday from 2.14.2 to 2.14.3 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.2 to 2.14.3.
- [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.14.2...v2.14.3)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 16:28:52 +00:00
NovaRain 9fa6792932 gl_highlighting: separate colors for empty containers/corpses
Clarified the description of the get_current_inven_size function.
Updated resource files.
2026-06-23 23:03:13 +08:00
NovaRainandGitHub d8d881c0c9 Merge pull request #629 from sfall-team/dependabot/bundler/docs/nokogiri-1.19.4
Bump nokogiri from 1.19.3 to 1.19.4 in /docs
2026-06-23 22:37:32 +08:00
dependabot[bot]andGitHub 7715ede2ed Bump nokogiri from 1.19.3 to 1.19.4 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.3 to 1.19.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.19.3...v1.19.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-version: 1.19.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 14:31:53 +00:00
NovaRain ca6b336c4b Fixed incorrect animation order during explosion attacks (#628) 2026-06-18 09:47:38 +08:00
NovaRain 85624adb20 Reverted to previous commit 2026-06-17 09:55:05 +08:00
NovaRain ed85d0920b Changed Ruby bundler setup 2026-06-17 09:45:09 +08:00
NovaRain 8b5f56fd4e Tried to solve the permission error in gh-pages 2026-06-17 09:01:27 +08:00
NovaRain 373fae4942 Improved the critter object ID fix
* Now looping through critters on a map runs only once instead of twice.

[HRP] Changed the window title to indicate a DDraw wrapper is loaded.
2026-06-16 23:12:10 +08:00