aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/labfun.h
AgeCommit message (Collapse)Author
2015-12-23LAB: Objectify intro codeEugene Sandulenko
2015-12-23LAB: Move more room reading functions to the Resource classFilippos Karapetis
2015-12-15LAB: Move static text loading to the Resource classFilippos Karapetis
2015-12-15LAB: Move the font loading code into the Resource classFilippos Karapetis
2015-12-15LAB: Clean up readSound(), readMusic() and longDrawMessage()Filippos Karapetis
2015-12-15LAB: Remove dead codeFilippos Karapetis
2015-12-15LAB: Get rid of sizeOfFile(), some cleanupFilippos Karapetis
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis
2015-12-15LAB: Merge the VGAScale and setCurClose functionsFilippos Karapetis
2015-12-15LAB: Get rid of numtostr(), and simplify most uses of sizeOfFile()Filippos Karapetis
2015-12-15LAB: Further clean up of the music and sound effect codeFilippos Karapetis
2015-12-15LAB: Initial music implementationFilippos Karapetis
The whole music code is greatly simplified
2015-12-15LAB: Rename playMusic() to playSoundEffect()Filippos Karapetis
This function actually starts sound effects. Music is started from playMusicBlock()
2015-12-15LAB: Remove superfluous void function parametersFilippos Karapetis
2015-12-15LAB: Remove dead codeFilippos Karapetis
2015-12-15LAB: Remove the unused Cords structFilippos Karapetis
2015-12-15LAB: Rewrite the save/load systemFilippos Karapetis
The two different save/load dialogs from the original have been dropped and replaced with the ScummVM save/load dialogs. The whole save/load code has been rewritten to be endian safe and use our common code. The original save format has not been preserved. The current implementation crashes when loading, but it's a good start
2015-12-15LAB: Fix signed/unsigned comparison warningsFilippos Karapetis
2015-12-15LAB: CleanupEugene Sandulenko
2015-12-15LAB: Objectify LabSetsEugene Sandulenko
2015-12-15LAB: Started objectifying LargeSetsEugene Sandulenko
2015-12-15LAB: Further cleanupEugene Sandulenko
2015-12-15LAB: Initial codeEugene Sandulenko