Commit Graph

436 Commits

Author SHA1 Message Date
Max Bradbury 6533de8b8c import 2020-04-29 16:59:00 +01:00
Max Bradbury 1772d8f2e8 missing test resource 2020-04-29 16:57:25 +01:00
Max Bradbury 9ed677cce7 minor bump 2020-04-29 09:39:13 +01:00
Max Bradbury af3388f9f2 test out-of-bounds pixels 2020-04-29 09:28:20 +01:00
Max Bradbury 93209bd3fb remove debug stuff 2020-04-29 09:23:48 +01:00
Max Bradbury 8bd323b8a0 dedupe animation frames handling 2020-04-29 08:27:35 +01:00
Max Bradbury 8d8515bb8a rework image 2020-04-29 08:23:51 +01:00
Max Bradbury 76eca72699 allow non-16x16 rooms 2020-04-28 19:30:18 +01:00
Max Bradbury b2f601e778 handle NaN in images 2020-04-28 18:12:56 +01:00
Max Bradbury f899f03dbe allow inlining (this did not provide a statistically significant performance boost - oh well) 2020-04-28 18:00:31 +01:00
Max Bradbury dd00686de0 add transition and dialogue for exits (7.0) 2020-04-28 08:34:35 +01:00
Max Bradbury 0133731e97 allow variables to have a default value of "" 2020-04-26 20:44:44 +01:00
Max Bradbury b2911dbe1b todo handle NaN 2020-04-26 14:29:55 +01:00
Max Bradbury f0667b621a fix failing tests (sprite ID "A" converts to 10...) 2020-04-26 13:37:08 +01:00
Max Bradbury 3e72e242f3 failure warning for base36 parsing 2020-04-26 13:33:53 +01:00
Max Bradbury 1be81293e6 remove avatar 2020-04-26 13:33:26 +01:00
Max Bradbury daa46e26ee be a bit more fussy about checking for segment names - game title "PALACE" was being parsed as a palette... :( 2020-04-26 13:33:04 +01:00
Max Bradbury cf1ca6f1b5 reimplement avatar as a plain sprite; handle sprite items as these are mostly needed for avatar 2020-04-26 13:31:20 +01:00
Max Bradbury ed6552f39c debug messages for bad position data 2020-04-25 14:18:34 +01:00
Max Bradbury 41a08d7a61 debug message for bad pixels 2020-04-25 14:18:09 +01:00
Max Bradbury f18b0de251 check if line is numeric before appending it to pixel data; check if colour ID is ok 2020-04-25 14:17:52 +01:00
Max Bradbury 5184060372 move this function to lib so we can use it elsewhere 2020-04-25 14:17:12 +01:00
Max Bradbury 3bd67bcaf7 update todo 2020-04-25 14:16:07 +01:00
Max Bradbury 69ce68f7d4 multi line dialogues are ok now I think 2020-04-25 14:15:57 +01:00
Max Bradbury 3d043aa9b5 version bump 2020-04-24 21:51:55 +01:00
Max Bradbury 9e8d032ced handle game segments better 2020-04-24 21:51:31 +01:00
Max Bradbury 408e46ef7e new function for splitting game data into segments 2020-04-24 18:52:27 +01:00
Max Bradbury e8effb3579 fix input warning 2020-04-24 18:20:05 +01:00
Max Bradbury 543c4990af version bump 2020-04-24 18:11:42 +01:00
Max Bradbury f2d9f84307 revert to 16x16 rooms as that covers standard bitsy as well as bitsy hd 2020-04-24 18:11:27 +01:00
Max Bradbury c4158e2b66 infer room format 2020-04-24 18:10:10 +01:00
Max Bradbury c9bab425a2 handle optional version/format lines 2020-04-24 18:09:54 +01:00
Max Bradbury 687cdeaee5 update todo 2020-04-24 18:09:18 +01:00
Max Bradbury 2955a81296 tidyup 2020-04-24 18:09:08 +01:00
Max Bradbury a0d109c0b8 handle optional game version and room format; transform line endings 2020-04-24 18:08:21 +01:00
Max Bradbury ebb172df7e handle room formats 2020-04-24 18:07:32 +01:00
Max Bradbury 1c6e3eb515 turn room format and room type into enums; transform line endings 2020-04-24 18:06:17 +01:00
Max Bradbury f4b82c3a67 missing field 2020-04-23 16:42:01 +01:00
Max Bradbury f2ec5d44bd add line endings property so we can convert later 2020-04-23 12:07:45 +01:00
Max Bradbury 1fb156d5b2 update todo 2020-04-23 12:07:14 +01:00
Max Bradbury 096eb39bf6 optional version handling 2020-04-23 12:03:39 +01:00
Max Bradbury 6e7240e2d7 streamline this 2020-04-23 08:57:46 +01:00
Max Bradbury df7718cbf2 update todo; version bump 2020-04-23 08:57:30 +01:00
Max Bradbury d1254988bc allow game to have font data (not really parsed for now) 2020-04-23 07:43:52 +01:00
Max Bradbury f740496727 don't strip newlines from endings 2020-04-23 06:57:07 +01:00
Max Bradbury d955f4ee71 fix ending from string (allow "END " in dialogue, and multi-line dialogues) 2020-04-23 06:50:38 +01:00
Max Bradbury 7a8ec4e5d2 fix executable name 2020-04-19 08:14:52 +01:00
Max Bradbury 858a45f69d remove unused import 2020-04-19 08:14:26 +01:00
Max Bradbury 76e6c2477c test configurations 2020-04-19 08:13:55 +01:00
Max Bradbury d0614b6de2 remove rustfmt 2020-04-19 07:37:36 +01:00