Age | Commit message (Expand) | Author |
2013-10-17 | AVALANCHE: callDialogDriver, displayText, unSkrimble, doTheBubble string cleanup | urukgit |
2013-10-17 | AVALANCHE: Some more refactoring | Strangerke |
2013-10-17 | AVALANCHE: Move Bubble pos to Dialogs, make them private | Strangerke |
2013-10-17 | AVALANCHE: Rework animation init/remove some more | Strangerke |
2013-10-17 | AVALANCHE: Remove 3 useless variables in Animation | Strangerke |
2013-10-17 | AVALANCHE: Repair parameters for calling zoomOut(). | urukgit |
2013-10-17 | AVALANCHE: Rework AvalancheEngine::bearing(), repair Background::update(). | urukgit |
2013-10-17 | AVALANCHE: Remove a couple of useless variables from Animation. This breaks s... | Strangerke |
2013-10-17 | AVALANCHE: Fix crash on "With" after loading from Launcher. | urukgit |
2013-10-15 | AVALANCHE: Fix iteration in Dialogs::talkTo(). | urukgit |
2013-10-15 | AVALANCHE: Fix crash when entering inn, add safeguards | Strangerke |
2013-10-15 | AVALANCHE: Get rid of SpriteInfo | Strangerke |
2013-10-15 | AVALANCHE: Fix memory corruption in background (drawpicture) blitting | Strangerke |
2013-10-14 | AVALANCHE: Remove some extra parenthesis in Animation | Strangerke |
2013-10-14 | AVALANCHE: Remove StatType, reduce verbosity some more | Strangerke |
2013-10-14 | AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to G... | urukgit |
2013-10-14 | AVALANCHE: Reduce verbosity in Animation and AnimationType | Strangerke |
2013-10-14 | AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer | Strangerke |
2013-10-12 | AVALANCHE: Move/Improve some comments in parser | Strangerke |
2013-10-12 | AVALANCHE: Move some parser functions to Dialogs. Improve some comments | Strangerke |
2013-10-12 | AVALANCHE: Move some variables around | Strangerke |
2013-10-11 | AVALANCHE: Remove useless check and move some comments in Sequence | Strangerke |
2013-10-11 | AVALANCHE: Fix two blocking loops not checking shouldQuit() | Strangerke |
2013-10-11 | AVALANCHE: Remove code duplicate in runMenuWith() | Strangerke |
2013-10-11 | AVALANCHE: Polish 'File' menu | Strangerke |
2013-10-11 | AVALANCHE: Implement Bleep(), improve one comment | Strangerke |
2013-10-09 | AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn) | Strangerke |
2013-10-08 | AVALANCHE: Remove empty case in verb handling, clarify output when the opcode... | Strangerke |
2013-10-08 | AVALANCHE: Fix coding conventions in Graphics | Strangerke |
2013-10-08 | AVALANCHE: Add code for Shift-F10 | Strangerke |
2013-10-08 | AVALANCHE: Hook some more function keys | Strangerke |
2013-10-07 | AVALANCHE: Fix savegames list | Strangerke |
2013-10-07 | AVALANCHE: Fix savegame patterns | Strangerke |
2013-10-07 | AVALANCHE: Add save/load code | Strangerke |
2013-10-07 | AVALANCHE: Hook some more function keys | Strangerke |
2013-10-07 | AVALANCHE: Fix two other broken verb usages | Strangerke |
2013-10-07 | AVALANCHE: Fix parser bug when pressing F5 | Strangerke |
2013-10-06 | AVALANCHE: Fix time output | Willem Jan Palenstijn |
2013-10-06 | AVALANCHE: Fix potential integer overflow | Willem Jan Palenstijn |
2013-10-06 | AVALANCHE: Rework bearing() | Strangerke |
2013-10-06 | AVALANCHE: Rework totalTime() | Strangerke |
2013-10-06 | AVALANCHE: Get rid of FP in Parser::totalTime(). | uruk |
2013-10-06 | AVALANCHE: Add a comment to Dialogs::stripTrailingSpaces(). | uruk |
2013-10-06 | AVALANCHE: Use floats instead of double. Use M_PI where it is possible. | uruk |
2013-10-05 | AVALANCHE: Fix error not reported by MSVC | Strangerke |
2013-10-05 | AVALANCHE: Remove a missed useless include | Strangerke |
2013-10-05 | AVALANCHE: Replace static strings by static char* | Strangerke |
2013-10-05 | AVALANCHE: Change disposeAfterUse value in Sound handler as suggested by Lord... | Strangerke |
2013-10-05 | AVALANCHE: Fix bug introduced in badc727883c14d13702fc61a0a6912a3d61ce9a4 | Strangerke |
2013-10-05 | AVALANCHE: Answer a couple of comments made by LordHoto | Strangerke |