[PR #130] [MERGED] v1.14 #136

Open
opened 2026-05-20 22:32:56 +02:00 by Pecus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/130
Author: @pkali
Created: 9/6/2022
Status: Merged
Merged: 9/6/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

  • dc896f8 SoilDown optimization - 63 bytes saved
  • 3bd870e Minor optimizations (9b :) )
  • c8eb760 align align
  • f45cbde AI optimization (50b saved)
  • aa6c37e AI optimizations and more (81b loss :( )
  • 73db3ed More AI optimization (59b saved :) )
  • c454320 Minor otimizations (32b saved)
  • aa02b10 Optimization (10b saved :) )
  • a441357 More optimizations (158b saved) - please test!
  • 216d9f9 Small DrawTanks fix

📊 Changes

13 files changed (+367 additions, -442 deletions)

View changed files

📝 MANUAL_EN.md (+65 -81)
📝 MANUAL_PL.md (+45 -55)
📝 README.md (+15 -0)
📝 ai.asm (+76 -80)
📝 constants.asm (+1 -1)
📝 definitions.asm (+1 -0)
📝 display.asm (+37 -40)
📝 grafproc.asm (+37 -35)
📝 scorch.asm (+16 -32)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+8 -9)
📝 variables.asm (+0 -1)
📝 weapons.asm (+66 -108)

📄 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/130 **Author:** [@pkali](https://github.com/pkali) **Created:** 9/6/2022 **Status:** ✅ Merged **Merged:** 9/6/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`dc896f8`](https://github.com/pkali/scorch_src/commit/dc896f81b05c2312d2c9cba120287297acae8cb7) SoilDown optimization - 63 bytes saved - [`3bd870e`](https://github.com/pkali/scorch_src/commit/3bd870e2454bb8c9d9cd8aae682c227cceff3625) Minor optimizations (9b :) ) - [`c8eb760`](https://github.com/pkali/scorch_src/commit/c8eb7601c27ce0762f048ef38c03bc877989b366) align align - [`f45cbde`](https://github.com/pkali/scorch_src/commit/f45cbde341f90a2ad5a0615d325b84bd324d7bfc) AI optimization (50b saved) - [`aa6c37e`](https://github.com/pkali/scorch_src/commit/aa6c37eb6145a17b598e1778ef582f2a5b4dd248) AI optimizations and more (81b loss :( ) - [`73db3ed`](https://github.com/pkali/scorch_src/commit/73db3edb453d2d7b09cee6fbb680ccc09d004f83) More AI optimization (59b saved :) ) - [`c454320`](https://github.com/pkali/scorch_src/commit/c4543208bf3e96d5bbe427e4ac5f478460d43261) Minor otimizations (32b saved) - [`aa02b10`](https://github.com/pkali/scorch_src/commit/aa02b10bdae17461aeba40add78a6253bbb6bcd4) Optimization (10b saved :) ) - [`a441357`](https://github.com/pkali/scorch_src/commit/a44135794859831a47ecaead9c1fabbfd7572b2e) More optimizations (158b saved) - please test! - [`216d9f9`](https://github.com/pkali/scorch_src/commit/216d9f9ca863feaba56fae8b23743f1aa1431a4a) Small DrawTanks fix ### 📊 Changes **13 files changed** (+367 additions, -442 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+65 -81) 📝 `MANUAL_PL.md` (+45 -55) 📝 `README.md` (+15 -0) 📝 `ai.asm` (+76 -80) 📝 `constants.asm` (+1 -1) 📝 `definitions.asm` (+1 -0) 📝 `display.asm` (+37 -40) 📝 `grafproc.asm` (+37 -35) 📝 `scorch.asm` (+16 -32) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+8 -9) 📝 `variables.asm` (+0 -1) 📝 `weapons.asm` (+66 -108) </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:32:56 +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#136