Age | Commit message (Collapse) | Author |
|
They are merged into createScene and updateScene for the other already
implemented modules (I hope I didn't break too much :)
|
|
- The intro video after the logo screens is now played (still needs better sync)
|
|
- Move common headers used in modules to module.h so they don't have to be explicitly #included in each module header
- Clean up #includes
|
|
- Implement Scene1501 (with yet unimpelemented stuff commented out)
- Add preliminary main loop to test stuff/updates
- Add dummy SoundResource
- And fix a mean bug/typo in some initializer lists...
(The intro now "runs" but doesn't show anything yet since the actual display code and other classes are not yet implemented yet.)
|
|
|