Age | Commit message (Expand) | Author |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-01-14 | LAB: Move frame waiting outside setAmigaPal() | Filippos Karapetis |
2016-01-14 | LAB: Move music reset code into a separate function | Filippos Karapetis |
2016-01-05 | LAB: Simplify and clean up the intro code | Filippos Karapetis |
2015-12-27 | LAB: Refactor the music code | Filippos Karapetis |
2015-12-27 | LAB: Allow to skip more efficiently the intro while the 2nd screen is displayed | Strangerke |
2015-12-27 | LAB: Remove some unnecessary casts | Willem Jan Palenstijn |
2015-12-26 | LAB: Fix glitch when skipping intro | Strangerke |
2015-12-24 | LAB: Rename closeFont() to freeFont() | Filippos Karapetis |
2015-12-24 | LAB: Merge setPen() into rectFill() | Filippos Karapetis |
2015-12-24 | LAB: Get rid of a superfluous variable | Filippos Karapetis |
2015-12-24 | LAB: Handle intro font in intro constructor and destructor | Strangerke |
2015-12-24 | LAB: Rename main intro function | Strangerke |
2015-12-24 | LAB: Fix unsafe use of boolean | Strangerke |
2015-12-24 | LAB: Simplify the calls to doPictText | Strangerke |
2015-12-24 | LAB: Cleanup the way shouldQuit is called | Strangerke |
2015-12-24 | LAB: The second parameter of fade() is always 0 | Filippos Karapetis |
2015-12-23 | LAB: setAmigaPal() is always using 16 colors | Filippos Karapetis |
2015-12-23 | LAB: Use int in for loops, instead of uint16 | Filippos Karapetis |
2015-12-23 | LAB: Replace g_system by _system | Strangerke |
2015-12-23 | LAB: Rewrite the action message functionality (_doNotShowMessage) | Filippos Karapetis |
2015-12-23 | LAB: Move event update functions out of updateMusic | Strangerke |
2015-12-23 | LAB: Some cleanup and refactoring | Strangerke |
2015-12-23 | LAB: Replace char* by Common::String in several functions | Strangerke |
2015-12-23 | LAB: More work on the comments | Strangerke |
2015-12-23 | LAB: Refactor some DispMan functions to use Common::String | Strangerke |
2015-12-23 | LAB: Get rid of strcat by using Common::String | Strangerke |
2015-12-23 | LAB: Avoid memory leaks with fonts | Strangerke |
2015-12-23 | LAB: Handle some differences in the intro of the Amiga version | Filippos Karapetis |
2015-12-23 | LAB: Handle some differences of the Amiga version | Filippos Karapetis |
2015-12-23 | LAB: Fix the intro of the DOS version | Filippos Karapetis |
2015-12-23 | LAB: Simplify mouse button handling | Filippos Karapetis |
2015-12-23 | LAB: Get rid of flowTextScaled | Strangerke |
2015-12-23 | LAB: Use Common::Rect in functions related to flowText (WIP) | Strangerke |
2015-12-23 | LAB: Use common keycodes instead of direct keycode values | Filippos Karapetis |
2015-12-23 | LAB: Use Common::KEYCODE in several places | Strangerke |
2015-12-23 | LAB: Add some checks to quit the game quickly when closing ScummVM | Strangerke |
2015-12-23 | LAB: Initialize a variable. This should fix a Valgrind warning. | Strangerke |
2015-12-23 | LAB: Some renaming in DisplayMan | Strangerke |
2015-12-23 | LAB: Use strlen to compute text length instead of a difference between start ... | Strangerke |
2015-12-23 | LAB: Fix the coding style of a some if/else statements | Strangerke |
2015-12-23 | LAB: Variable rename | Eugene Sandulenko |
2015-12-23 | LAB: Simplify calls to initMusic() | Filippos Karapetis |
2015-12-23 | LAB: Move getMsg to the event manager | Filippos Karapetis |
2015-12-23 | LAB: Remove interface.h, get rid of a lot of useless defines | Strangerke |
2015-12-23 | LAB: Move interface functions to EventMan | Strangerke |
2015-12-23 | LAB: Remove some more useless g_lab | Strangerke |
2015-12-23 | LAB: Get rid of the rest of the custom time delay functions | Filippos Karapetis |
2015-12-23 | LAB: Get rid of getTime(), readBlock() and getRandom() | Filippos Karapetis |
2015-12-23 | LAB: Move timing functions to the utility class | Strangerke |