4 Commits

Author SHA1 Message Date
2a8fbbb095 refactor: fase 3 — Text::bitmap_ a std::vector<Uint8>
- bitmap_: Uint8* (owning, free'd al destructor) → std::vector<Uint8>
- loadBitmap copia des del buffer de LoadGif i fa free(pixels) de
  l'intermedi (gif.h usa malloc internament)
- ~Text() eliminat: regla 0 aplicada (vector es destrueix sol)
- Les 4 comprovacions !bitmap_ → bitmap_.empty()

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 13:44:07 +02:00
c0553c6d37 - afegida carpeta release
- jitter en renderInfo
2026-04-05 09:39:05 +02:00
5ac570df0f animacions al menu 2026-04-05 01:15:45 +02:00
fe8e5d661e treballant en el overlay, el text i les notificacions 2026-04-04 18:11:04 +02:00