aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-08NEVERHOOD: Fix some logic bugs and minor changesjohndoe123
2013-05-08NEVERHOOD: Update todo.txtjohndoe123
2013-05-08NEVERHOOD: Work on the save/load/delete menusjohndoe123
2013-05-08NEVERHOOD: Add game-internal savegame delete menujohndoe123
2013-05-08NEVERHOOD: Changed the save/load menu to allow gaps in saved games to simplif...johndoe123
2013-05-08NEVERHOOD: Fix GUI options and game copyrightjohndoe123
2013-05-08NEVERHOOD: Support game loading from launcher/command linejohndoe123
2013-05-08NEVERHOOD: Merge some code in the save/load menusjohndoe123
2013-05-08NEVERHOOD: Add Y-flipping to unpackSpriteNormaljohndoe123
2013-05-08NEVERHOOD: Delete all sound/music items on exitjohndoe123
2013-05-08NEVERHOOD: Add Screen::saveParams and Screen::restoreParams, called when etne...johndoe123
2013-05-08NEVERHOOD: Don't allow main menu until _canRequestMainMenu is setjohndoe123
2013-05-08NEVERHOOD: Implement game-internal savegame overwrite query screenjohndoe123
2013-05-08NEVERHOOD: Change Klaymen idle callbacks from method pointers to integers and...johndoe123
2013-05-08NEVERHOOD: Rename stuff in the Klaymen classjohndoe123
2013-05-08NEVERHOOD: Remove unneeded bracesjohndoe123
2013-05-08NEVERHOOD: Remove objectPriority and surfacePriority parameters from the Klay...johndoe123
2013-05-08NEVERHOOD: Add support for loading/saving games with the game's own menujohndoe123
2013-05-08NEVERHOOD: Implement restart functionality (from both main menu and game logic)johndoe123
2013-05-08NEVERHOOD: Rename "Klayman" to "Klaymen" (the correct name of the game's hero)johndoe123
2013-05-08NEVERHOOD: Fix Module1300::createScenejohndoe123
2013-05-08NEVERHOOD: Rework the sound systemjohndoe123
2013-05-08NEVERHOOD: Don't load a DataResource if the same data is already loaded; this...johndoe123
2013-05-08NEVERHOOD: Minor renaming and cleanupjohndoe123
2013-05-08NEVERHOOD: Rename SceneInfo2700 to TrackInfojohndoe123
2013-05-08NEVERHOOD: Remove more old TODOsjohndoe123
2013-05-08NEVERHOOD: Rework the car track scenes in Module2500 and Module2700johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2706johndoe123
2013-05-08NEVERHOOD: Remove obsolete TODOsjohndoe123
2013-05-08NEVERHOOD: Move Scene2804::initCrystalColors() to GameModule::initCrystalColo...johndoe123
2013-05-08NEVERHOOD: Change graphic resource draw method to get a Surface instead of se...johndoe123
2013-05-08NEVERHOOD: Add enum for the resource typesjohndoe123
2013-05-08NEVERHOOD: Clean up DiskplayerScenejohndoe123
2013-05-08NEVERHOOD: Merge TextSurface into FontSurfacejohndoe123
2013-05-08NEVERHOOD: Remove some obsolete TODOsjohndoe123
2013-05-08NEVERHOOD: Update todo.txtjohndoe123
2013-05-08NEVERHOOD: Merge CollisionMan into Scene classjohndoe123
2013-05-08NEVERHOOD: Rename some CollisionMan methods/fieldsjohndoe123
2013-05-08NEVERHOOD: Implement resource cache purging and purge it after each scenejohndoe123
2013-05-08NEVERHOOD: Implement savegame loading via GMM (in-game saving/loading still T...johndoe123
2013-05-08NEVERHOOD: Remove obsolete _keyStatejohndoe123
2013-05-08NEVERHOOD: Add support for the demo versionjohndoe123
2013-05-08NEVERHOOD: Improve frame-exact seeking for Scene2802johndoe123
2013-05-08NEVERHOOD: More work on saveload, saving works, loading not yet (from the GMM...johndoe123
2013-05-08NEVERHOOD: Add saveload skeleton (doesn't actually do anything yet)johndoe123
2013-05-08NEVERHOOD: Fix AsCommonCar turningjohndoe123
2013-05-08NEVERHOOD: Fix Klaymen "grow" animation after drinking the potionjohndoe123
2013-05-08NEVERHOOD: Simplify resource loadingjohndoe123
2013-05-08NEVERHOOD: Remove more old commentsjohndoe123
2013-05-08NEVERHOOD: New _sceneNum in Module2800johndoe123