[PR #150] [MERGED] Develop #331

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 9c912d4 Initial support for tank shapes selection.
  • 091335d Tank shapes selection added.
  • 42cc896 Weird optimization :)
  • ee9d6b7 New tank shape (only for robotanks),.
  • 18cce63 Fix for lonely pixel in Liquid Dirt.
  • d14f9a2 Prepare for mountains colors (test)
  • 05f3f32 Minor memory tricks
  • 38ba450 Mountains avialiable in shadows of GREY.
  • 166d05c One NOP more and manuals update
  • 4032885 Minor manuals update

📊 Changes

20 files changed (+211 additions, -105 deletions)

View changed files

📝 MANUAL_EN.md (+9 -3)
📝 MANUAL_PL.md (+9 -3)
📝 README.md (+12 -0)
📝 ai.asm (+11 -9)
📝 artwork/tanksv3.fnt (+0 -0)
📝 artwork/weapons_AW6_mod.fnt (+0 -0)
📝 constants.asm (+9 -1)
📝 constants_top.asm (+5 -6)
📝 definitions.asm (+2 -1)
📝 display_main_menu.asm (+2 -2)
📝 display_purchasedl.asm (+1 -1)
📝 display_static.asm (+23 -14)
📝 display_status.asm (+1 -1)
📝 grafproc.asm (+9 -3)
📝 scorch.asm (+46 -27)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+52 -18)
📝 variables.asm (+3 -1)
📝 weapons.asm (+17 -15)

📄 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/150 **Author:** [@pkali](https://github.com/pkali) **Created:** 12/10/2022 **Status:** ✅ Merged **Merged:** 12/10/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9c912d4`](https://github.com/pkali/scorch_src/commit/9c912d4cc70eb3c3fe4f4e54cfc5de57d44deea8) Initial support for tank shapes selection. - [`091335d`](https://github.com/pkali/scorch_src/commit/091335dbc9a3d93977c02c7606b31275af46c0f8) Tank shapes selection added. - [`42cc896`](https://github.com/pkali/scorch_src/commit/42cc896ec584f52d11e56e87b4c582200f77153f) Weird optimization :) - [`ee9d6b7`](https://github.com/pkali/scorch_src/commit/ee9d6b7ce90d4a8375497793499ea7f32c82553a) New tank shape (only for robotanks),. - [`18cce63`](https://github.com/pkali/scorch_src/commit/18cce6377e3dd1a5bee3345a5bbcae47956a5574) Fix for lonely pixel in Liquid Dirt. - [`d14f9a2`](https://github.com/pkali/scorch_src/commit/d14f9a2999916f8de942996d64c89998c52cb3c2) Prepare for mountains colors (test) - [`05f3f32`](https://github.com/pkali/scorch_src/commit/05f3f32f00d7cdd493985acbc0cb1c57fab9966d) Minor memory tricks - [`38ba450`](https://github.com/pkali/scorch_src/commit/38ba45001a43607211441c79a1b2777de559ad94) Mountains avialiable in shadows of GREY. - [`166d05c`](https://github.com/pkali/scorch_src/commit/166d05c0e64e7cef05d7e02c08d8928fec060720) One NOP more and manuals update - [`4032885`](https://github.com/pkali/scorch_src/commit/403288548ce0c4dd178dfd93082cbb03ce7ae186) Minor manuals update ### 📊 Changes **20 files changed** (+211 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+9 -3) 📝 `MANUAL_PL.md` (+9 -3) 📝 `README.md` (+12 -0) 📝 `ai.asm` (+11 -9) 📝 `artwork/tanksv3.fnt` (+0 -0) 📝 `artwork/weapons_AW6_mod.fnt` (+0 -0) 📝 `constants.asm` (+9 -1) 📝 `constants_top.asm` (+5 -6) 📝 `definitions.asm` (+2 -1) 📝 `display_main_menu.asm` (+2 -2) 📝 `display_purchasedl.asm` (+1 -1) 📝 `display_static.asm` (+23 -14) 📝 `display_status.asm` (+1 -1) 📝 `grafproc.asm` (+9 -3) 📝 `scorch.asm` (+46 -27) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+52 -18) 📝 `variables.asm` (+3 -1) 📝 `weapons.asm` (+17 -15) </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:35:29 +02:00
Pecus closed this issue 2026-05-20 22:35:29 +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#331