-
-
-
The app provides "Transect" as an option under the Fixed point photography Location screen, however, according to how these groups are set-up on the website, this should be labelled "Group" rather tha…
-
`fix16_t` is of 16.16 format, so it's 32-bit value. A500 & A600 have 16-bit data bus, so 8 and 16-bit vars are faster than 32-bit to fetch. Implementing `fix8_t` with format 8.8 analogous to `fix16_t`…
-
On CBM machines (including the Commander X16) it is possible to load and execute a new file by pushing an address to the stack, then jmp-ing to LOAD.
But for this to be possible, you have to be able…
-
As of right now, the support for unsigned number has been put on hold while we try to figure out what to do with arithmetic between signed and unsigned numbers. To minimize code duplication, this libr…
-
![image](https://github.com/user-attachments/assets/8193e8df-65e7-423e-8296-0c3fa0f62b80)
![image](https://github.com/user-attachments/assets/77143af5-7834-4bfb-a8c7-5723275f1a91)
As you can see…
-
This bug occurs when the "automatically interact with quest NPCs" is enabled while using the flying vnav pathing to the next quest NPC.
The problem is that vnav always paths in a way where you firs…
-
# Overview
The ODE has both OneButton dialog and TwoButton modals. This is the current list of the regularized, and updated existing modals.
Except the Delete modal, they all have their primary…
-
I figured out that if apply several `simplify-globals-optimizing` passes sequentially it reduce / simplify code better