Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | NEVERHOOD: Graphics related changes/fixes: | johndoe123 | |
- Add BitmapFlags enum - Merge unpackSpriteRle and unpackSpriteRleRepl - Implement Y flipping in unpackSpriteRle - Fix Y flipping in AsScene2804CrystalWaves | |||
2013-05-08 | NEVERHOOD: Fix a very stupid bug in Scene::insertMouse433 | johndoe123 | |
2013-05-08 | NEVERHOOD: Use CursorMan | johndoe123 | |
- Only update entities according to the current frame rate but run the actual game loop at a faster rate so the mouse cursor movement doesn't get choppy | |||
2013-05-08 | NEVERHOOD: Work on the resource system: | johndoe123 | |
- Remove unused stuff - Shuffle some stuff around | |||
2013-05-08 | NEVERHOOD: Implement Module2900, the teleporter | johndoe123 | |
- Also fix a related bug in Module2000 (teleporter appearing animation didn't play) | |||
2013-05-08 | NEVERHOOD: Implement Scene2802 (radio tuning scene) | johndoe123 | |
- Handle mouse button up events - Use the SmackerDecoder's rewind - Implement SmackerPlayer::gotoFrame (slow but better than nothing) | |||
2013-05-08 | NEVERHOOD: Fix Smacker framerate bug after the video decoder changes | johndoe123 | |
- React to the space key which can skip some videos and navigation transitions - Minor renaming in SmackerScene | |||
2013-05-08 | NEVERHOOD: Replace most of the literal digits in get/setSubVar with constants | johndoe123 | |
2013-05-08 | Merge branch 'master' | Willem Jan Palenstijn | |
Conflicts: configure base/plugins.cpp | |||
2013-05-08 | NEVERHOOD: Use constants for the numbers in get/setGlobalVar | johndoe123 | |
Now the code is much more readable - Still TODO is to do the same with get/setSubVar | |||
2013-05-08 | NEVERHOOD: Rename stuff in DiskplayerScene | johndoe123 | |
- Add SmackerPlayer::isDone() - Fix puzzle key variable handling - Update globalvars.txt | |||
2013-05-08 | NEVERHOOD: Rename stuff in the Scene class and clean up a little | johndoe123 | |
- 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 | |||
2013-05-08 | NEVERHOOD: Rename stuff in Module3000 | johndoe123 | |
- Also change Scene1609::testVars - Update globalvars.txt | |||
2013-05-08 | NEVERHOOD: Rename stuff in Module2700 | johndoe123 | |
- Also fix the clipRect in Scene2701 | |||
2013-05-08 | NEVERHOOD: Work on Module2800: | johndoe123 | |
- Rename KmScene2803b to KmScene2803Small; Scene2803b to Scene2803Small - Rename lots of stuff | |||
2013-05-08 | NEVERHOOD: Rename stuff in Module2700 (also in Module2500 which uses some of it) | johndoe123 | |
2013-05-08 | NEVERHOOD: Work on Module2500: | johndoe123 | |
- Remove Class541 and Class542 and instead use AsCommonIdleCarLower and AsCommonIdleCarFull - Some renaming | |||
2013-05-08 | NEVERHOOD: Add clipRects to all Klayman subclasses | johndoe123 | |
- Rename stuff in Module2400 - Move some temp sprites from class scope to local scope in the respective constructors | |||
2013-05-08 | NEVERHOOD: Enable/fixup navigation scene sound update code in several modules | johndoe123 | |
- Rename some NavigationScene stuff | |||
2013-05-08 | NEVERHOOD: Simplify code and rename things | johndoe123 | |
- Add Module::createStaticScene to simplify creation of static scenes (and use it in the relevant places) - Rename Class545 to AsCommonKey and rename related variables - Rename stuff in Module2200 | |||
2013-05-08 | NEVERHOOD: Implement clipping against multiple clipRects, used only in ↵ | johndoe123 | |
several scenes for the Klayman sprite. Currently only implemented in KmScene2201 for testing. | |||
2013-05-08 | NEVERHOOD: Rename stuff in several modules | johndoe123 | |
2013-05-08 | NEVERHOOD: Work on Module1700: | johndoe123 | |
- Rename stuff - Add puzzle var initialization in Scene1705 | |||
2013-05-08 | NEVERHOOD: Work on Module1600: | johndoe123 | |
- Rename stuff (also in related files) | |||
2013-05-08 | NEVERHOOD: Rename more stuff in Module1400; also fix some bugs | johndoe123 | |
- Update globalvars.txt | |||
2013-05-08 | NEVERHOOD: Work on Module1400: | johndoe123 | |
- Rename stuff - Fix some bugs (mistyped message numbers...) - More to come | |||
2013-05-08 | NEVERHOOD: Update todo.txt | johndoe123 | |
2013-05-08 | NEVERHOOD: Work on Module1300: | johndoe123 | |
- Remove Class595, only used for setting the surface priority via a message - Rename stuff and fix some errors | |||
2013-05-08 | NEVERHOOD: Rename stuff in Module1200 | johndoe123 | |
- Remove unused countdowns/code in AsScene1201Creature - Fix AudioResourceMan::isSoundPlaying | |||
2013-05-08 | NEVERHOOD: Rename stuff in Module1200 | johndoe123 | |
- Fix Scene1201 (tnt man, match) | |||
2013-05-08 | NEVERHOOD: Rename Class426 to SsCommonPressButton | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove SsScene1002LadderArch and Class599 and turn them into ↵ | johndoe123 | |
static sprites; the classes were only used to set the sprite surface priority with a message, which is now handled in the scene | |||
2013-05-08 | NEVERHOOD: Rename Class152 to StaticScene | johndoe123 | |
2013-05-08 | NEVERHOOD: More minor Klayman changes: | johndoe123 | |
- Normalize the calling order of the Set... macros - Actually use _walkResumeFrameIncr, change stStartWalkingResume | |||
2013-05-08 | NEVERHOOD: More changes to the Klayman class: | johndoe123 | |
- Rename some stuff - Reorder methods (in the Klayman header only until I'm happy with it :) | |||
2013-05-08 | NEVERHOOD: Rename | johndoe123 | |
- Also fix compilation (oops) | |||
2013-05-08 | NEVERHOOD: Some more merging and renaming in the Klayman class | johndoe123 | |
2013-05-08 | NEVERHOOD: Rename handleMessage41D640 | johndoe123 | |
2013-05-08 | NEVERHOOD: More Klayman merging | johndoe123 | |
- Also clean up parameter list of two Klayman subclass constructors and send a message to the parent class instead of operating on the entities inside the Klayman class | |||
2013-05-08 | NEVERHOOD: Change sound stuff in Klayman | johndoe123 | |
- Also merge some more code into the Klayman class - Rename hmInsertDiskSide to hmInsertKey (also related code) | |||
2013-05-08 | NEVERHOOD: Change sound stuff in DiskplayerScene | johndoe123 | |
2013-05-08 | NEVERHOOD: Fix AsScene3011Symbol | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module3000 (dirty, TODO) | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2800 | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2700 | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2600 | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2500 | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2400 | johndoe123 | |
2013-05-08 | NEVERHOOD: Change sound stuff in Module2200 | johndoe123 | |
- Add Entity::stopSound | |||
2013-05-08 | NEVERHOOD: Change sound stuff in Module2100 | johndoe123 | |