index
:
ZAPDTR
JackMaster
develop
master
soh-macready
Fork of ZAPD for Zelda asset parsing/extraction used in decomp pipelines
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ZAPD
/
ZBackground.cpp
Age
Commit message (
Expand
)
Author
2023-10-18
Merge branch 'JackMaster' into mergeJackOntoSquash
briaguya
2023-10-17
update to latest version used by SoH
briaguya
2023-04-29
Added setting for ZBackground screen width/height (#278)
Nicholas Estelami
2021-11-27
Warning system (#189)
EllipticEllipsis
2021-11-24
Only use array lengths on static variables (#205)
Anghelo Carvajal
2021-10-16
`ExternalFile`: Expose other XML's declarations during extraction (#151)
Anghelo Carvajal
2021-10-05
ZResource cleanup (#178)
Anghelo Carvajal
2021-10-01
Add `--static` flag (#193)
Anghelo Carvajal
2021-09-12
Fix compilation with -Wextra (#164)
Random
2021-09-12
Run formatter (#170)
EllipticEllipsis
2021-08-05
Exporter Support Added (#127)
Nicholas Estelami
2021-06-04
Optimize RAM usage and performance by removing redundant `rawData` (#148)
Anghelo Carvajal
2021-05-08
Add const to most functions that need it and remove all "using namespace std"...
louist103
2021-05-07
Change image library to `libpng` and improve how palettized textures are extr...
Anghelo Carvajal
2021-05-06
Refactor: Removed `relPath` since it is no longer used. (#136)
Nicholas Estelami
2021-05-06
Add a `format` rule to Makefile (#134)
Anghelo Carvajal
2021-05-05
Background array declarations now use string literal (#128)
Nicholas Estelami
2021-04-28
Use OutputFormatter for every C and H file, to improve the generated output (...
Anghelo Carvajal
2021-04-24
Fix most -Wall warnings (#115)
louist103
2021-04-22
Moved BG Screen Width and Height into Config File (#121)
Nicholas Estelami
2021-04-19
Deprecate Hint system (#116)
Anghelo Carvajal
2021-04-15
Removed a bunch of old commented out code. (#114)
Nicholas Estelami
2021-04-15
Rename "Prerender" to "Background", properly extract PolygonType1 multi forma...
Anghelo Carvajal