Commit graph

11 commits

Author SHA1 Message Date
ROllerozxa
e7ddb1a19b Cleanup and hopefully improve the package level select menu
Unfortunately it doesn't entirely adapt to window resizing, but it's slightly better now... ;)
2026-06-21 21:56:36 +02:00
ROllerozxa
15600f1682 Update SDL_image to latest in upstream
There were two indexed images with transparency that became messed up with the new SDL_image. I'm not sure why but I resaved them as non-indexed in GIMP, they grew a bit but now look fine.

Also replace savepng with SDL_image's IMG_SavePNG.
2026-06-17 20:10:28 +02:00
ROllerozxa
e7a5b860c3 Flip suction cup model so that sockets are not inverted 2026-04-15 21:54:59 +02:00
ROllerozxa
7e54b9a3bc Revert "Remove remnants of unused "menu" pipeline"
This is still used by the sandbox menu texture creator
2026-03-12 17:06:50 +01:00
ROllerozxa
365856fffc Refactor some pkgman path code 2025-12-04 21:41:24 +01:00
ROllerozxa
293a563342 Update puzzle levels 1-21 and do some tweaks where necessary 2025-03-26 22:27:09 +01:00
ROllerozxa
48647533ff Quick & dirty new movable object texture 2025-03-20 23:10:59 +01:00
ROllerozxa
c4d8ed02e2 Remove remnants of unused "menu" pipeline
Was assumedly used for the rendering of objects in the sandbox menu, but sandbox icons are now prerendered from textures instead
2025-03-09 21:30:01 +01:00
ROllerozxa
958f4f5056 Remove references to unused "GI" graphics effect
Assumedly abbreviation of "global illumination", some kind of alternative to the current way of drawing the shadows. Doesn't work very well when enabled, remove it.
2025-03-09 20:55:04 +01:00
ROllerozxa
7e7aca613f Merge data-pc into data
Android now uses the JPEG textures that the PC version used, instead of the ETC1 encoded images in `data-mobile`. ETC1 texture loading is also removed as it is now unused.
2025-03-04 22:50:32 +01:00
ROllerozxa
523f2dc01c data-shared -> data 2025-03-04 21:51:19 +01:00