[PR #83] [MERGED] build 142 #114

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

19 files changed (+410 additions, -416 deletions)

View changed files

.gitignore (+2 -0)
📝 LICENSE (+0 -0)
📝 README.md (+9 -0)
📝 ai.asm (+17 -18)
📝 artwork/TALK1.txt (+0 -0)
📝 artwork/TALK2.txt (+0 -0)
📝 artwork/font4x4s.bmp (+0 -0)
📝 artwork/talk.asm (+0 -0)
📝 artwork/tanks.fnt (+0 -0)
📝 artwork/textconv.py (+0 -0)
📝 artwork/weapons.fnt (+0 -0)
📝 constants.asm (+23 -18)
📝 display.asm (+0 -0)
📝 grafproc.asm (+180 -225)
📝 scorch.asm (+72 -50)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+19 -15)
📝 variables.asm (+9 -7)
📝 weapons.asm (+79 -83)

📄 Description

build 142


🔄 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/83 **Author:** [@pkali](https://github.com/pkali) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 5/30/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`2fb04ca`](https://github.com/pkali/scorch_src/commit/2fb04cabffe71db10101e409ff6113abc9616801) Description of the EndOfTheBarrel arrays. - [`17b57d1`](https://github.com/pkali/scorch_src/commit/17b57d1ed2a397f2ebdceeab24d9d4832683a7ef) Better (and faster!) 4x4 char handling. - [`381495f`](https://github.com/pkali/scorch_src/commit/381495fb5a5fd703bf12a0c50de1c8fcee54d54a) Sepuku error :) - [`e399754`](https://github.com/pkali/scorch_src/commit/e399754e0c9f71cf5a32767b00745f8d82a083e7) One unified procedure for 4x4 fonts - [`c68ba09`](https://github.com/pkali/scorch_src/commit/c68ba0910397df064fa8bdbd03ef5c621d8bf19a) blinking seppuku - [`b11d22d`](https://github.com/pkali/scorch_src/commit/b11d22d1bb829892a464680906886107724fa224) Correct x position of 4x4 characters - [`762b565`](https://github.com/pkali/scorch_src/commit/762b56567bd68025f084a3290e184fb31b65ae58) chmod fix - [`a721b82`](https://github.com/pkali/scorch_src/commit/a721b82944bbc032f892d6ff42419bb3cbd6fc44) chmod fix - [`a425500`](https://github.com/pkali/scorch_src/commit/a425500d4e2805f7f617ba26372dc972af1863da) seppuku turbo mode - [`be56520`](https://github.com/pkali/scorch_src/commit/be5652074a043c5bcf315c2c614902b8005f99cd) font4x4 xy check removed ### 📊 Changes **19 files changed** (+410 additions, -416 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) 📝 `LICENSE` (+0 -0) 📝 `README.md` (+9 -0) 📝 `ai.asm` (+17 -18) 📝 `artwork/TALK1.txt` (+0 -0) 📝 `artwork/TALK2.txt` (+0 -0) 📝 `artwork/font4x4s.bmp` (+0 -0) 📝 `artwork/talk.asm` (+0 -0) 📝 `artwork/tanks.fnt` (+0 -0) 📝 `artwork/textconv.py` (+0 -0) 📝 `artwork/weapons.fnt` (+0 -0) 📝 `constants.asm` (+23 -18) 📝 `display.asm` (+0 -0) 📝 `grafproc.asm` (+180 -225) 📝 `scorch.asm` (+72 -50) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+19 -15) 📝 `variables.asm` (+9 -7) 📝 `weapons.asm` (+79 -83) </details> ### 📄 Description build 142 --- <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:48 +02:00
Pecus closed this issue 2026-05-20 22:32:49 +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#114