aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-08TUCKER: Change the type of some variables to booleanStrangerke
2014-03-08TUCKER: Initialize some uninitialized variablesStrangerke
2014-03-08VOYEUR: Fix some uninitialized variablesStrangerke
2014-03-08FULLPIPE: Implement sceneHandler18and19_showGirlJumpTo()Eugene Sandulenko
2014-03-07TUCKER: Avoid a potential string overrun by using strlcpy instead of strcpyStrangerke
2014-03-07TUCKER: Use a boolean for drawFlag instead of an integerStrangerke
2014-03-07TUCKER: Some more renamingStrangerke
2014-03-07AVALANCHE: Implement Parser::bossKey().uruk
Revise some other parts of the engine during the process.
2014-03-07TUCKER: Use boolean in place of integer for some members of the Sprite structureStrangerke
2014-03-07TUCKER: Start renaming struct members to follow coding/naming conventionsStrangerke
2014-03-07VOYEUR: Update engine status in header commentStrangerke
2014-03-07TUCKER: Remove some useless modification of sprite stateStrangerke
2014-03-07TUCKER: Reduce the scope of some variablesStrangerke
2014-03-07TSAGE: Rename savegame header membersStrangerke
2014-03-07AVALANCHE: Rework use of ShootEmUp.uruk
2014-03-07AVALANACHE: Rework use of MainMenu.uruk
2014-03-07VOYEUR: Rename some computer fieldsStrangerke
2014-03-06AVALANCHE: Implement MainMenu::wait().uruk
Rework other pieces of the engine to fit to it's mechanism.
2014-03-06FULLPIPE: Implement sceneHandler19_updateNumRides()Eugene Sandulenko
2014-03-06FULLPIPE: Implement sceneHandler18and19_boyJumpTo()Eugene Sandulenko
2014-03-06FULLPIPE: Implement sceneHandler18and19_showManJump()Eugene Sandulenko
2014-03-06VOYEUR: Fix logical bug related to the computer data and positioningStrangerke
2014-03-06VOYEUR: Remove _field26 from the event timerStrangerke
2014-03-06VOYEUR: Some renaming related to the computer buttonsStrangerke
2014-03-06AGOS: Switch keyboard shortcuts for dumps, to help prevent future conflicts.Kirben
2014-03-06AGOS: Fix error when dumping all VGA scripts.Kirben
2014-03-05FULLPIPE: Enable scene18 and scene19Eugene Sandulenko
2014-03-05FULLPIPE: Implement sceneHandler19()Eugene Sandulenko
2014-03-05FULLPIPE: Implement sceneHandler18()Eugene Sandulenko
2014-03-05AVALANCHE: Implement MainMenu::centre().uruk
Also rework connected functions.
2014-03-05VOYEUR: Invert check on getBoltGroup in getComputerBrush for consistencyStrangerke
2014-03-05VOYEUR: Fix memory leak when quitting in showTitleScreen()Strangerke
2014-03-05VOYEUR: Some cleanup related to the onOff and pick masksStrangerke
2014-03-05AGOS: Update debug tables.Kirben
2014-03-05AGOS: Correct typos in comments.Kirben
2014-03-04FULLPIPE: Implement scene18_setupSwingers()Eugene Sandulenko
2014-03-04FULLPIPE: Implement scene19_updateCursor()Eugene Sandulenko
2014-03-04AVALANCHE: Fix parentheses in Help::handleMouse().uruk
2014-03-04AVALANCHE: Implement MainMenu::option().uruk
Rework and implement a lot of connected functions.
2014-03-04AVALANCHE: Implement loadMenu(). Unify it with menuLoadIcons().uruk
Also rename menuLoadIcons to menuLoadPictures after the unifying.
2014-03-04AVALANCHE: Move to graphics and implement GraphicManager::menuLoadIcons().uruk
Add and implement necessary graphical functions for the main menu during the process.
2014-03-04AGOS: Fix quitting during Oracle text scroll in The Feeble Files.Kirben
2014-03-04AGOS: Remove duplicate file opens, when counting saved games.Kirben
2014-03-04VOYEUR: Fix the new password behavior (still not saved, just as in the original)Strangerke
2014-03-04VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' ↵Strangerke
behavior
2014-03-04NEWS: Add note about Feeble Files loyalty rating fixTorbjörn Andersson
2014-03-04AGOS: Fix scroll wheel glitch in The Feeble Files.Kirben
2014-03-04Merge pull request #441 from eriktorbjorn/feeble-loyaltyTorbjörn Andersson
Possible fix for bug #6525, AGOS: FF - Loyalty Rating never changes in 4 CD version
2014-03-04AGOS: Disable mouse scroll in Puzzle Pack games.Kirben
2014-03-04NEWS: Add recent AGOS changes.Kirben