tuxpaint-pencil-sharpener/magic
Bill Kendrick 2083b66564 Various Magic tools: mend update_rect->h miscalc.
e.g. this "update_rect->h = (y + 16) - update_rect->h;"
should be "update_rect->h = (y + 16) - update_rect->y;"
2022-10-19 01:37:36 -07:00
..
icons More icon PNGs -> grayscale to address alpha issue 2022-09-02 02:26:57 -07:00
magic-docs Bump TP version # in all Magic tool doc TXT variants 2022-10-03 22:53:12 -07:00
sounds Merge branch 'master' into sdl2.0 2021-11-06 08:59:22 +01:00
src Various Magic tools: mend update_rect->h miscalc. 2022-10-19 01:37:36 -07:00
.cvsignore Make plugin building on Windows work. DLLs need their dependencies resolved at 2007-08-13 06:34:04 +00:00