• Joined on 2020-07-13
max pushed to Refactor3 at max/pixsy 2020-11-07 16:30:53 +00:00
6a58e8c003 change the way palettes are handled; support custom palette
aea19fcd6c bump bitsy-parser version for hex colours
db3cdf42ff remove extraneous colour index stuff
Compare 3 commits »
max closed issue max/bitsy-parser#3 2020-11-07 16:06:53 +00:00
Colour from hex
max pushed to master at max/bitsy-parser 2020-11-07 15:44:54 +00:00
81da2960af version bump
max pushed to master at max/bitsy-parser 2020-11-07 15:44:38 +00:00
7199ca30f9 colour from hex
max opened issue max/bitsy-parser#3 2020-11-07 15:02:04 +00:00
Colour from hex
max closed issue max/bitsy-parser#2 2020-11-07 15:01:51 +00:00
get_palette() function
max pushed to Refactor3 at max/pixsy 2020-11-07 13:48:41 +00:00
31d7ff52ca done
max pushed to Refactor3 at max/pixsy 2020-11-07 13:48:07 +00:00
45ef41c366 fix dithering and indexing for image
3a8e349aac feedback for loading game
080d0853eb bit more logging
0150a5ca33 a bit more range on brightness adjustment; top-align room options
Compare 4 commits »
max pushed to Refactor3 at max/pixsy 2020-11-07 10:57:04 +00:00
ec44370d7e make cropper a bit bigger so we can scale down instead of having to scale up to 128×128
013e1e1c8c resize cropped image (plugin doesn't seem to allow specification of size)
Compare 2 commits »
max pushed to Refactor3 at max/pixsy 2020-11-06 16:16:19 +00:00
37cde1713d remove unused imports; bump
max pushed to Refactor3 at max/pixsy 2020-11-06 16:14:50 +00:00
0780bc8267 get actual palette; comment broken tests; fix for new bitsy_parser game result
max pushed to master at max/bitsy-parser 2020-11-06 16:04:41 +00:00
4a05021bdd fix broken binaries
max pushed to master at max/bitsy-parser 2020-11-06 16:00:46 +00:00
de15ccbaa2 get_palette() function and test
max pushed to master at max/bitsy-parser 2020-11-06 15:39:47 +00:00
b9415ade9e fix segments_from_str; version bump
max pushed to master at max/bitsy-parser 2020-11-06 15:37:03 +00:00
e992e41635 get segments from borrowed str instead of String for flexibility
max pushed to Refactor3 at max/pixsy 2020-11-06 15:33:28 +00:00
fd5f141f19 implement colour mapping and dithering properly
max pushed to Refactor3 at max/pixsy 2020-11-06 12:50:34 +00:00
5916c4af17 update to-do list
max pushed to Refactor3 at max/pixsy 2020-11-06 12:47:29 +00:00
69a3b482be update palette on selection
max pushed to Refactor3 at max/pixsy 2020-11-06 12:35:41 +00:00
4bd896f05a brightness adjustment; find closest palette colour; tests
max opened issue max/bitsy-parser#2 2020-11-05 21:15:13 +00:00
get_palette() function