doodle/pkg/level
Noah a06787411d Resolve circular import errors for Doodle++ plugin
* pkg/plus/dpp is the main plugin bridge, and defines nothing but an interface
  that defines the Doodle++ surface area (referring to internal game types such
  as doodad.Doodad or level.Level), but not their implementations.
  * dpp.Driver (an interface) is the main API that other parts of the game will
    call, for example "dpp.Driver.IsLevelSigned()"
  * plus_dpp.go and plus_foss.go provide the dpp.Driver implementation for their
    build; with plus_dpp.go generally forwarding function calls directly to the
    proprietary dpp package and plus_foss.go generally returning false/errors.
  * The bootstrap package simply assigns the above stub function to dpp.Driver
* pkg/plus/bootstrap is a package directly imported by main (in the doodle and
  doodad programs) and it works around circular dependency issues: this package
  simply assigns dpp.Driver to the DPP or FOSS version.

Miscellaneous fixes:

* File->Open in the editor and PlayScene will use the new Open Level window
  instead of loading the legacy GotoLoadMenu scene.
* Deprecated legacy scenes: d.GotoLoadMenu() and d.GotoPlayMenu().
* The doodle-admin program depends on the private dpp package, so can not be
  compiled in FOSS mode.
2024-04-18 22:12:56 -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
actor_options.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
actors.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
chunk.go Binary format for chunks in zipfiles 2023-02-18 12:45:36 -08:00
chunk_map.go Add cheat code to send power to all actors 2023-02-18 14:21:07 -08:00
chunk_test.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
chunker.go Walk up slopes smoothly, texture freeing improvement 2024-02-07 22:14:48 -08:00
chunker_test.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
chunker_zipfile.go Update savegame format, Allow out-of-bounds camera 2023-03-07 21:55:10 -08:00
filesystem.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00
fmt_json.go Unit test fixes and code cleanup 2023-12-02 12:33:14 -08:00
fmt_maintenance.go Rename Go module 2022-09-24 15:17:25 -07:00
fmt_readwrite.go Rename Go module 2022-09-24 15:17:25 -07:00
inflate.go Level Thumbnails on Story Mode Select 2023-12-09 14:59:31 -08:00
page_type.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
palette.go Binary format for chunks in zipfiles 2023-02-18 12:45:36 -08:00
palette_defaults.go Update default level palettes for new pixel attributes 2022-10-10 11:17:11 -07:00
screenshot.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00
swatch.go Slippery Pixels + Update Changelog for 0.13.1 2022-10-10 10:52:28 -07:00
types.go Level Screenshots and Thumbnails 2023-12-08 19:48:02 -08:00