[PR #151] [MERGED] Develop #150

Closed
opened 2026-05-20 22:33:00 +02:00 by Pecus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/151
Author: @pkali
Created: 12/24/2022
Status: Merged
Merged: 12/24/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

  • ffcf44c Better Soildown after Hovercraft.
  • 2b88517 New tanks shapes by Adam. But we maust correct start point of barrel
  • 588040d Soildown after Hovercraft optimization.
  • 54f04ed Barrel start point correction
  • b7a5e7c Self-destruction of shielded tank at angle 0-4. fixed! - again!
  • 54a4dcf Options screen is now separate from setting the game's initial variables.
  • 328a147 Magic of the "." key :)
  • 87f7e7e Dot does not fire MIRV :)
  • cf61f50 New Lazy Darwin (with problems on 5200)
  • 6ec02ab Lazy Boy works well with joystick (more testing needed)

📊 Changes

14 files changed (+350 additions, -357 deletions)

View changed files

📝 MANUAL_EN.md (+2 -2)
📝 MANUAL_PL.md (+2 -2)
📝 README.md (+16 -0)
📝 ai.asm (+1 -58)
artwork/tanksv4.fnt (+0 -0)
📝 constants.asm (+10 -0)
📝 definitions.asm (+1 -1)
📝 grafproc.asm (+1 -1)
📝 scorch.asm (+25 -7)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+82 -59)
📝 variables.asm (+1 -1)
📝 weapons.asm (+209 -226)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pkali/scorch_src/pull/151 **Author:** [@pkali](https://github.com/pkali) **Created:** 12/24/2022 **Status:** ✅ Merged **Merged:** 12/24/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`ffcf44c`](https://github.com/pkali/scorch_src/commit/ffcf44cabb143b6a4645a60e903999ce2078c6ad) Better Soildown after Hovercraft. - [`2b88517`](https://github.com/pkali/scorch_src/commit/2b8851716748ced523d6c31d81e9fd9dd436944c) New tanks shapes by Adam. But we maust correct start point of barrel - [`588040d`](https://github.com/pkali/scorch_src/commit/588040d9e63810a2b0c74d99bf4ecce256aa00f2) Soildown after Hovercraft optimization. - [`54f04ed`](https://github.com/pkali/scorch_src/commit/54f04ed9620e98b45d12860d54aaebb4317ea5c2) Barrel start point correction - [`b7a5e7c`](https://github.com/pkali/scorch_src/commit/b7a5e7c9b58b5529c30c55845ed37cd43373366f) Self-destruction of shielded tank at angle 0-4. fixed! - again! - [`54a4dcf`](https://github.com/pkali/scorch_src/commit/54a4dcf7d80dd8e2f8563f1bb18d382d873f0feb) Options screen is now separate from setting the game's initial variables. - [`328a147`](https://github.com/pkali/scorch_src/commit/328a147225d310c8e2cc94670c070621930f863f) Magic of the "." key :) - [`87f7e7e`](https://github.com/pkali/scorch_src/commit/87f7e7eafa998a61ee67c399377174c4fd2679e8) Dot does not fire MIRV :) - [`cf61f50`](https://github.com/pkali/scorch_src/commit/cf61f5075f84b41f868a5a743265efcf413d9c2a) New Lazy Darwin (with problems on 5200) - [`6ec02ab`](https://github.com/pkali/scorch_src/commit/6ec02ab3fcf3dd83bce28d5a65aee37facfc1b59) Lazy Boy works well with joystick (more testing needed) ### 📊 Changes **14 files changed** (+350 additions, -357 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+2 -2) 📝 `MANUAL_PL.md` (+2 -2) 📝 `README.md` (+16 -0) 📝 `ai.asm` (+1 -58) ➕ `artwork/tanksv4.fnt` (+0 -0) 📝 `constants.asm` (+10 -0) 📝 `definitions.asm` (+1 -1) 📝 `grafproc.asm` (+1 -1) 📝 `scorch.asm` (+25 -7) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+82 -59) 📝 `variables.asm` (+1 -1) 📝 `weapons.asm` (+209 -226) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Pecus added the pull-request label 2026-05-20 22:33:00 +02:00
Pecus closed this issue 2026-05-20 22:33:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/scorch_src#150