Age | Commit message (Expand) | Author |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-01-15 | LAB: Separate the interface from the event manager | Filippos Karapetis |
2016-01-14 | LAB: Clean up the event loops of special game screens | Filippos Karapetis |
2016-01-14 | LAB: Properly update the screen in monitors | Filippos Karapetis |
2016-01-05 | LAB: Fix switching between texts in monitor | Willem Jan Palenstijn |
2016-01-05 | LAB: Fix end-of-text detection in monitor | Willem Jan Palenstijn |
2016-01-05 | LAB: Ignore clicks in empty region in monitor | Willem Jan Palenstijn |
2015-12-27 | LAB: Fix the shortcut keys for the journal buttons | Filippos Karapetis |
2015-12-27 | LAB: Refactor the music code | Filippos Karapetis |
2015-12-27 | LAB: Review the variable types used in Special, reduce the scope of some vari... | Strangerke |
2015-12-27 | LAB: Remove a useless assignment | Strangerke |
2015-12-26 | LAB: Clean up Image._imageData memory handling | Willem Jan Palenstijn |
2015-12-26 | LAB: Remove type ConstDataPtr, add consts | Willem Jan Palenstijn |
2015-12-24 | Use Common::Keycode and enums in interface buttons | Filippos Karapetis |
2015-12-24 | LAB: Rename closeFont() to freeFont() | Filippos Karapetis |
2015-12-24 | LAB: Clarify and clean up drawJournalText | Willem Jan Palenstijn |
2015-12-24 | LAB: Get rid of _screenImage | Filippos Karapetis |
2015-12-24 | LAB: Change condition defines into an enum | Filippos Karapetis |
2015-12-24 | LAB: Fix loading of journal text | Filippos Karapetis |
2015-12-24 | LAB: Merge flowTextToMem() inside flowText() | Filippos Karapetis |
2015-12-24 | LAB: Merge setPen() into rectFill() | Filippos Karapetis |
2015-12-24 | LAB: Cleanup the way shouldQuit is called | Strangerke |
2015-12-24 | LAB: Change the initial valueof _screenBytesPerPage, use it in Journal functions | Strangerke |
2015-12-24 | LAB: The second parameter of fade() is always 0 | Filippos Karapetis |
2015-12-23 | LAB: Fix warnings by adding consts | Willem Jan Palenstijn |
2015-12-23 | LAB: Use int in for loops, instead of uint16 | Filippos Karapetis |
2015-12-23 | LAB: Move event update functions out of updateMusic | Strangerke |
2015-12-23 | LAB: Remove useless casts and dead code | Strangerke |
2015-12-23 | LAB: Remove useless assignments | Strangerke |
2015-12-23 | LAB: Add a couple of safeguards | Strangerke |
2015-12-23 | LAB: Constify some parameters | Strangerke |
2015-12-23 | LAB: Set a default to the second parameter of readPict | Strangerke |
2015-12-23 | LAB: Remove useless call to c_str | 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: get rid of the last strcpy | Strangerke |
2015-12-23 | LAB: Avoid memory leaks with fonts | Strangerke |
2015-12-23 | LAB: Use Common::String for strings, removing a ton of memory leaks | Filippos Karapetis |
2015-12-23 | LAB: Handle some differences of the Amiga version | Filippos Karapetis |
2015-12-23 | LAB: Merge enableButton() and disableButton() | Filippos Karapetis |
2015-12-23 | LAB: Remove unused variable | Filippos Karapetis |
2015-12-23 | LAB: Use Common::Point in IntuiMessage | 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: Some renames | Filippos Karapetis |
2015-12-23 | LAB: Make the use of nullptr consistent through the engine | Strangerke |
2015-12-23 | LAB: Add some checks to quit the game quickly when closing ScummVM | Strangerke |