Age | Commit message (Collapse) | Author |
|
|
|
- Fix video speed in the very last scene (Scene1317)
- Fix back door not opening in Scene1401
- Fix projector not moving in Scene1402
- Fix projector not appearing in Scene1403
- Fix wrong Klaymen walking in Scene2205
- Fix wrong scene change in Module2300
- Fix symbols not appearing in Scene3011
- Define out some remaining logic debug code
- Remove some obsolete comments
- Reduce debug output
- Use a List instead of an Array when building the microtiles rectangles
|
|
|
|
|
|
|
|
- Renamne and clean up
|
|
- Clear render queue at each scene initiailization
- Fix mouse cursor visibility (again :)
- Fix SmackerScene screen clearing
|
|
- React to the space key which can skip some videos and navigation transitions
- Minor renaming in SmackerScene
|
|
|
|
Now the code is much more readable
- Still TODO is to do the same with get/setSubVar
|
|
- Try to stay close to the actual frame rate
- Also use the Smacker frame rate when a video is playing to
keep videos in sync with the audio
|
|
- Started replace message numbers with constants
- Add NRect::contains
- Some cleanup
|
|
|
|
They are merged into createScene and updateScene for the other already
implemented modules (I hope I didn't break too much :)
|
|
- Introduce Scene::insertStaticSprite to create static sprites instead of the old "addSprite(new StaticSprite" (not used everywhere yet)
- Introduce macro InsertKlayman to create the Klayman object
- Change sendMessage semantics from "receiver->sendMessage(num,arg,sender)" to "sendMessage(receiver,num,arg)", the sender is always the sending object ("this")
- Similar changes using macros will follow
- And fixed a bug in the elevator
|
|
- Work on the SmackerDecoder, create the surface immediately when a file is opened
|
|
|
|
- Add dummies for game variable access
|
|
- The intro video after the logo screens is now played (still needs better sync)
|