doodle/pkg/level
Noah Petherbridge 6be2f86b58 RLE Encoding Code Cleanup [PTO]
* For the doodad tool: skip the assets embed folder, the doodad binary doesn't
  need to include all the game's doodads/levelpacks/etc. and can save on file
  size.
* In `doodad resave`, .doodad files with Vacuum() and upgrade their chunker from
  the MapAccessor to the RLEAccessor.
* Fix a rare concurrent map read/write error in OptimizeChunkerAccessors.
2024-05-24 15:03:32 -07:00
..
giant_screenshot Resolve circular import errors for Doodle++ plugin 2024-04-18 22:12:56 -07:00
publishing Resolve circular import errors for Doodle++ plugin 2024-04-18 22:12:56 -07:00
rle Fix RLE Encoding Off-by-One Errors [PTO] 2024-05-24 13:54:41 -07:00
actor_options.go
actors.go
chunk_map.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
chunk_rle.go Fix RLE Encoding Off-by-One Errors [PTO] 2024-05-24 13:54:41 -07:00
chunk_test.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
chunk.go Fix RLE Encoding Off-by-One Errors [PTO] 2024-05-24 13:54:41 -07:00
chunker_migrate.go RLE Encoding Code Cleanup [PTO] 2024-05-24 15:03:32 -07:00
chunker_test.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
chunker_zipfile.go Fix RLE Encoding Off-by-One Errors [PTO] 2024-05-24 13:54:41 -07:00
chunker.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
filesystem.go
fmt_json.go
fmt_maintenance.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
fmt_readwrite.go (Experimental) Run Length Encoding for Levels 2024-05-23 23:02:01 -07:00
inflate.go Level Thumbnails on Story Mode Select 2023-12-09 14:59:31 -08:00
page_type.go
palette_defaults.go
palette.go
screenshot.go
swatch.go
types.go D++ Default Author and Embedded Doodads Error 2024-04-18 22:31:11 -07:00