Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right | Strangerke | |
2013-05-11 | QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene" | Filippos Karapetis | |
We now check if the engine should quit in the loop of the end credits animation | |||
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis | |
We now only test for events in testKeypressed() without updating the game cycle at all (NAGI doesn't update the game cycle either). This fixes the slowdowns in some animations where have.key() is issued, like Manannan's lightnings in the intro of KQ3 and the bullets in the intro of PQ1 | |||
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis | |
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415 | |||
2013-05-11 | HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian | Strangerke | |
2013-05-10 | I18N: Patch #3612991: "Update for Russian (ru_RU) translation of ScummVM" | Eugene Sandulenko | |
2013-05-10 | HOPKINS: Added a zones debugger command | Paul Gilbert | |
2013-05-08 | NEVERHOOD: Fix member var initializations | johndoe123 | |
2013-05-08 | NEVERHOOD: Fix deletes in SpriteResource::unload() and ↵ | johndoe123 | |
ResourceMan::purgeResources() | |||
2013-05-08 | NEVERHOOD: Fix issues in the save/load screens | johndoe123 | |
- Add virtual keyboard support in save/load screens | |||
2013-05-08 | NEVERHOOD: Move module files to own subdirectory | johndoe123 | |
2013-05-08 | Merge branch 'master' | Willem Jan Palenstijn | |
2013-05-08 | NEVERHOOD: Fix some logic bugs and minor changes | johndoe123 | |
- 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 | |||
2013-05-08 | NEVERHOOD: Update todo.txt | johndoe123 | |
2013-05-08 | NEVERHOOD: Work on the save/load/delete menus | johndoe123 | |
- Rename WidgetScene to GameStateMenu - Merge common code from the save/load/delete into GameStateMenu | |||
2013-05-08 | NEVERHOOD: Add game-internal savegame delete menu | johndoe123 | |
- Rename Widget::addSprite to Widget::initialize | |||
2013-05-08 | NEVERHOOD: Changed the save/load menu to allow gaps in saved games to ↵ | johndoe123 | |
simplify game deletion | |||
2013-05-08 | NEVERHOOD: Fix GUI options and game copyright | johndoe123 | |
2013-05-08 | NEVERHOOD: Support game loading from launcher/command line | johndoe123 | |
2013-05-08 | NEVERHOOD: Merge some code in the save/load menus | johndoe123 | |
2013-05-08 | NEVERHOOD: Add Y-flipping to unpackSpriteNormal | johndoe123 | |
2013-05-08 | NEVERHOOD: Delete all sound/music items on exit | johndoe123 | |
- Minor cleanup | |||
2013-05-08 | NEVERHOOD: Add Screen::saveParams and Screen::restoreParams, called when ↵ | johndoe123 | |
etnering/leaving the menu | |||
2013-05-08 | NEVERHOOD: Don't allow main menu until _canRequestMainMenu is set | johndoe123 | |
- Clean up GameModule | |||
2013-05-08 | NEVERHOOD: Implement game-internal savegame overwrite query screen | johndoe123 | |
- Rename and reorder fields in the Klaymen class | |||
2013-05-08 | NEVERHOOD: Change Klaymen idle callbacks from method pointers to integers ↵ | johndoe123 | |
and evaluate these in a new method enterIdleAnimation | |||
2013-05-08 | NEVERHOOD: Rename stuff in the Klaymen class | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove unneeded braces | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove objectPriority and surfacePriority parameters from the ↵ | johndoe123 | |
Klaymen class constructor since they always have the same value (1000) | |||
2013-05-08 | NEVERHOOD: Add support for loading/saving games with the game's own menu | johndoe123 | |
- Add LoadGameMenu class | |||
2013-05-08 | NEVERHOOD: Implement restart functionality (from both main menu and game logic) | johndoe123 | |
- Some minor cleanup | |||
2013-05-08 | NEVERHOOD: Rename "Klayman" to "Klaymen" (the correct name of the game's hero) | johndoe123 | |
2013-05-08 | NEVERHOOD: Fix Module1300::createScene | johndoe123 | |
2013-05-08 | NEVERHOOD: Rework the sound system | johndoe123 | |
- Move code from the manager classes to the sound/music classes | |||
2013-05-08 | NEVERHOOD: Don't load a DataResource if the same data is already loaded; ↵ | johndoe123 | |
this fixes a nasty bug in several scenes which use message lists from a DataResource | |||
2013-05-08 | NEVERHOOD: Minor renaming and cleanup | johndoe123 | |
2013-05-08 | NEVERHOOD: Rename SceneInfo2700 to TrackInfo | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove more old TODOs | johndoe123 | |
2013-05-08 | NEVERHOOD: Rework the car track scenes in Module2500 and Module2700 | johndoe123 | |
- Move findClosestTrack code from several scenes to new Tracks::findTrackPoint - Remove const kScene2706 arrays and use it from the dat instead | |||
2013-05-08 | NEVERHOOD: Add tables for Scene2706 | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove obsolete TODOs | johndoe123 | |
2013-05-08 | NEVERHOOD: Move Scene2804::initCrystalColors() to ↵ | johndoe123 | |
GameModule::initCrystalColorsPuzzle() - Add Scene::isMessageList2, only used in Scene2101 | |||
2013-05-08 | NEVERHOOD: Change graphic resource draw method to get a Surface instead of ↵ | johndoe123 | |
separate pixels/pitch - Merge SpriteResource::load and load2 | |||
2013-05-08 | NEVERHOOD: Add enum for the resource types | johndoe123 | |
2013-05-08 | NEVERHOOD: Clean up DiskplayerScene | johndoe123 | |
- Enable return to launcher - Remove obsolete comments - Remove braces in single-line statements - Remove unused non-transparent drawing code in BaseSurface::copyFrom - Clean up mouse cursor insertion code in Scene class | |||
2013-05-08 | NEVERHOOD: Merge TextSurface into FontSurface | johndoe123 | |
2013-05-08 | NEVERHOOD: Remove some obsolete TODOs | johndoe123 | |
2013-05-08 | NEVERHOOD: Update todo.txt | johndoe123 | |
2013-05-08 | NEVERHOOD: Merge CollisionMan into Scene class | johndoe123 | |
2013-05-08 | NEVERHOOD: Rename some CollisionMan methods/fields | johndoe123 | |
- Remove fallback detector (I think it's not needed) - Rename Scene insertMouse methods |