mattiashz
  • Joined on 2023-05-07
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-09 18:54:31 +01:00
66e0d62a4d Adjusted product name
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-08 16:07:37 +01:00
c606d14f3e Added mouse sensitivity menu option and logic
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-08 15:14:40 +01:00
2b7492b3d4 Menu background gray. Sprite background priority set. Hid the return for menu text in white on white background.
mattiashz pushed to main at mattiashz/c65gm 2026-03-04 22:32:57 +01:00
4f4df41c18 Local variable expansion when calling macro
mattiashz pushed to main at mattiashz/c65gm 2026-02-24 23:05:03 +01:00
b614bcb043 Added the WORD <name> = @<label | variable> syntax. Initializes a WORD variable with the address of (pointer to) that symbol.
mattiashz pushed to main at mattiashz/c65gm 2026-02-17 07:54:15 +01:00
8398a30c97 Updated new c65gm keywords to editor syntaxes. LIBRARY and MACRO
mattiashz pushed to main at mattiashz/c65gm 2026-02-13 09:29:45 +01:00
4acd8f2e87 Local variable expansion and macro expansion in ASM block now takes into account comments and ommits those.
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 15:54:50 +01:00
8e66e95c90 Updated starlark info in docs
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 14:06:22 +01:00
104e950d63 Updated docs to describe new SCRIPT blocks including macros
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 13:56:25 +01:00
83a0a20393 Added SCRIPT MACRO blocks
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 13:25:13 +01:00
c6b67f8044 Added SCRIPT LIBRARY block for reusable StarLark code.
mattiashz pushed to main at mattiashz/c65gm 2026-01-26 20:37:53 +01:00
617f67ecb5 Added kate editor syntaxes to project
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-18 17:30:21 +01:00
6ae8587fed Added win screen
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:50:38 +01:00
1151b2d2c4 game hint light grey
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:39:05 +01:00
c3cd214d55 Merge pull request 'gamemenu' (#1) from gamemenu into main
b27cadc740 Tightened up the code with better label and pointer handling.
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.
a799d7695c Game menu working. Issue where reading keys cause interference with JOY/Mouse atm.
Compare 7 commits »
mattiashz merged pull request mattiashz/solitaire-c64#1 2026-01-16 23:39:04 +01:00
gamemenu
mattiashz created pull request mattiashz/solitaire-c64#1 2026-01-16 23:38:54 +01:00
gamemenu
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:48:38 +01:00
b27cadc740 Tightened up the code with better label and pointer handling.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:39:33 +01:00
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 21:00:16 +01:00
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.