Age | Commit message (Expand) | Author |
2015-12-24 | LAB: Get rid of _screenImage | Filippos Karapetis |
2015-12-24 | LAB: Move enums to the top of processroom.h | 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: Get rid of a superfluous variable | Filippos Karapetis |
2015-12-24 | LAB: Fix out of bound in writeColorRegs | Strangerke |
2015-12-24 | LAB: Fix bug in doTransWipe | Strangerke |
2015-12-24 | LAB: Stop adding useless garbage at the end of the savegames | Strangerke |
2015-12-24 | LAB: Initialize some variables in constructor | Strangerke |
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: Change the initial valueof _screenBytesPerPage, use it in Journal functions | Strangerke |
2015-12-24 | LAB: Prevent the Image destructor from deleting the drawing buffer | Filippos Karapetis |
2015-12-24 | LAB: The maxHeight parameter of readPict() is no longer used | Filippos Karapetis |
2015-12-24 | LAB: Remove duplicate code in a switch | Strangerke |
2015-12-24 | LAB: The second parameter of fade() is always 0 | Filippos Karapetis |
2015-12-23 | LAB: Fix build error on AmigaOS4 | Willem Jan Palenstijn |
2015-12-23 | LAB: Error out on unused opcodes | Filippos Karapetis |
2015-12-23 | LAB: Fix usage of drawMessage() with empty messages | Filippos Karapetis |
2015-12-23 | LAB: Change the direction and map door defines into enums | Filippos Karapetis |
2015-12-23 | LAB: Fix warnings by adding consts | Willem Jan Palenstijn |
2015-12-23 | LAB: Show a more descriptive message when save/restore is aborted | Filippos Karapetis |
2015-12-23 | LAB: Use camelCase for a variable name | Filippos Karapetis |
2015-12-23 | LAB: Rename overlayRect() to checkerboardEffect() | Filippos Karapetis |
2015-12-23 | LAB: Use byte instead of char in overlayRect() | Filippos Karapetis |
2015-12-23 | LAB: Improve the palette assignment in writeColorRegs() | Filippos Karapetis |
2015-12-23 | LAB: setAmigaPal() is always using 16 colors | Filippos Karapetis |
2015-12-23 | LAB: Also mention Terra Nova Development in the engine copyright message | Filippos Karapetis |
2015-12-23 | LAB: Use int in for loops, instead of uint16 | Filippos Karapetis |
2015-12-23 | LAB: Show the correct number of parameters in find_action | Filippos Karapetis |
2015-12-23 | LAB: Implement the scroll buffer of doScrollWipe() and doScrollBounce() | Filippos Karapetis |
2015-12-23 | LAB: Remove left-over long size specifiers | Strangerke |
2015-12-23 | LAB: Replace do..while by while statements in resource | Strangerke |
2015-12-23 | LAB: Replace g_system by _system | Strangerke |
2015-12-23 | LAB: Synchronize function definition in Intro | Strangerke |
2015-12-23 | LAB: Greatly simplify doScrollBlack() using scrollDisplayY() | Filippos Karapetis |
2015-12-23 | LAB: Prevent the Image destructor from deleting external scroll buffers | Filippos Karapetis |
2015-12-23 | LAB: Get rid of _waitTillFinished | Filippos Karapetis |
2015-12-23 | LAB: Fix the find_action command | Filippos Karapetis |
2015-12-23 | LAB: Extend the scene_resources command and add the find_action command | Filippos Karapetis |
2015-12-23 | LAB: Rewrite the action message functionality (_doNotShowMessage) | Filippos Karapetis |
2015-12-23 | LAB: Add a console, with two new commands (scene and scene_resources) | Filippos Karapetis |
2015-12-23 | LAB: Add enums for action types, rule types ad rule actions | Filippos Karapetis |
2015-12-23 | LAB: Get rid of the _doNotDrawMessage hack (from the original) | Filippos Karapetis |
2015-12-23 | LAB: Clarify a bit the use of header in Anim | Strangerke |