aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/resman.h
AgeCommit message (Collapse)Author
2019-02-06SUPERNOVA: Adds Outro imageJoseph-Eugene Winzer
msn_data.055 that stores the outro image was missed to be added to imageInfo and thus not loaded during the engine init/
2018-04-15SUPERNOVA: Wraps resources in ScopedPtrJoseph-Eugene Winzer
2018-04-15SUPERNOVA: Recreates ProtrackerStream on getSoundStreamJoseph-Eugene Winzer
2018-04-15SUPERNOVA: Renames Music/AudioIndex to Music/AudioIdJoseph-Eugene Winzer
2018-04-15SUPERNOVA: Moves VGA Palette to screenstatic.cppJoseph-Eugene Winzer
2018-04-15SUPERNOVA: Implements image bufferingJoseph-Eugene Winzer
2018-04-15SUPERNOVA: Adds resource abstractionJoseph-Eugene Winzer
The resource abstraction includes loading of sound files and cursor graphics.