mattiashz
  • Joined on 2023-05-07
mattiashz deleted branch unused_variable_warnings from mattiashz/c65gm 2026-04-13 13:40:14 +02:00
mattiashz merged pull request mattiashz/c65gm#3 2026-04-13 13:39:37 +02:00
unused_variable_warnings
mattiashz pushed to main at mattiashz/c65gm 2026-04-13 13:39:37 +02:00
90caee5439 Merge pull request 'unused_variable_warnings' (#3) from unused_variable_warnings into main
865930b161 Cleaned up bitfield handling so it's future proof (OR)
b400728893 Added so line numbers and source files are indicated on types declared but never used
0bfbfcdde5 Now unused vars seem to work
b25c11ae64 First commit refactoring and centralizing constant handling all over
Compare 5 commits »
mattiashz created pull request mattiashz/c65gm#3 2026-04-13 13:39:28 +02:00
unused_variable_warnings
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 13:37:02 +02:00
865930b161 Cleaned up bitfield handling so it's future proof (OR)
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 13:16:37 +02:00
b400728893 Added so line numbers and source files are indicated on types declared but never used
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 12:57:31 +02:00
0bfbfcdde5 Now unused vars seem to work
mattiashz created branch unused_variable_warnings in mattiashz/c65gm 2026-04-13 12:21:23 +02:00
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 12:21:23 +02:00
b25c11ae64 First commit refactoring and centralizing constant handling all over
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.