[PR #128] [MERGED] Develop #323

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/128
Author: @pkali
Created: 8/30/2022
Status: Merged
Merged: 8/30/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

  • 1a19d30 manual and readme updt
  • 07a2585 Much better aiming for Cyborg, Spoiler and Chooser
  • e70752c Cyborgs prefer to kill humans :)
  • 09651f1 Memory optimizations
  • 9fbc1c9 Preparing to enter name of tank with joystick.
  • cee668d Little visual improvement
  • 6cb9e4f Manuals describes AI tactics.
  • b57af2f Manuals update
  • 69548da Manuals....
  • d0ceb2e Second young tester in creduts :)

📊 Changes

16 files changed (+861 additions, -715 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 MANUAL_EN.md (+61 -9)
📝 MANUAL_PL.md (+55 -2)
📝 README.md (+22 -5)
📝 ai.asm (+70 -47)
📝 artwork/sfx/feat.txt (+1 -1)
📝 artwork/sfx/scorch_str6.rmt (+0 -0)
📝 constants.asm (+132 -189)
📝 definitions.asm (+65 -99)
📝 display.asm (+16 -3)
📝 grafproc.asm (+11 -12)
📝 scorch.asm (+12 -14)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+353 -256)
📝 variables.asm (+13 -10)
📝 weapons.asm (+48 -68)

📄 Description

v1.13


🔄 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/128 **Author:** [@pkali](https://github.com/pkali) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 8/30/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1a19d30`](https://github.com/pkali/scorch_src/commit/1a19d3069d1c0074b7a64d9ceee96463f9c72130) manual and readme updt - [`07a2585`](https://github.com/pkali/scorch_src/commit/07a25851475fb03d0c3a9d203dc49f2800c2a306) Much better aiming for Cyborg, Spoiler and Chooser - [`e70752c`](https://github.com/pkali/scorch_src/commit/e70752c12d8cd6d4f4dc3513b82a2b7f5c89bc41) Cyborgs prefer to kill humans :) - [`09651f1`](https://github.com/pkali/scorch_src/commit/09651f163a02990ae8316c11ad6a128d2f9255d3) Memory optimizations - [`9fbc1c9`](https://github.com/pkali/scorch_src/commit/9fbc1c9c65d82920847d643e21a5c69a8c6ceee8) Preparing to enter name of tank with joystick. - [`cee668d`](https://github.com/pkali/scorch_src/commit/cee668d756da7d52722b6e496fcd9883431b5ec5) Little visual improvement - [`6cb9e4f`](https://github.com/pkali/scorch_src/commit/6cb9e4fa1ae282e5d1d2f16151855f1586f458f8) Manuals describes AI tactics. - [`b57af2f`](https://github.com/pkali/scorch_src/commit/b57af2f9b20b745c6aaf0a876d7a01131c4140de) Manuals update - [`69548da`](https://github.com/pkali/scorch_src/commit/69548da681183778a7bee9518945650f1bdb861d) Manuals.... - [`d0ceb2e`](https://github.com/pkali/scorch_src/commit/d0ceb2ec0d51d547064d94154163bc8ed44a52c7) Second young tester in creduts :) ### 📊 Changes **16 files changed** (+861 additions, -715 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `MANUAL_EN.md` (+61 -9) 📝 `MANUAL_PL.md` (+55 -2) 📝 `README.md` (+22 -5) 📝 `ai.asm` (+70 -47) 📝 `artwork/sfx/feat.txt` (+1 -1) 📝 `artwork/sfx/scorch_str6.rmt` (+0 -0) 📝 `constants.asm` (+132 -189) 📝 `definitions.asm` (+65 -99) 📝 `display.asm` (+16 -3) 📝 `grafproc.asm` (+11 -12) 📝 `scorch.asm` (+12 -14) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+353 -256) 📝 `variables.asm` (+13 -10) 📝 `weapons.asm` (+48 -68) </details> ### 📄 Description v1.13 --- <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:25 +02:00
Pecus closed this issue 2026-05-20 22:35:25 +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#323