Age | Commit message (Expand) | Author |
2016-09-12 | DM: Enforce the use of Cell enum, some renaming | Strangerke |
2016-09-12 | DM: Use SensorEffect in two functions | Strangerke |
2016-09-12 | DM: Make use of Common::String in menusPrintSpellFailureMessage | Strangerke |
2016-09-12 | DM: Avoid null pointer dereferencing in unlinkThingFromList | Strangerke |
2016-09-12 | DM: Fix potential divide by zero | Strangerke |
2016-09-12 | DM: Fix a couple of string manipulations into fix-sized buffer | Strangerke |
2016-09-12 | DM: Rename leftover variable | Strangerke |
2016-09-12 | FULLPIPE: Initial conversion of BallChain to Array in scene29 | Eugene Sandulenko |
2016-09-12 | DM: Add partial fix to drawing explosions | Bendegúz Nagy |
2016-09-12 | DM: More renaming in DungeonMan | Strangerke |
2016-09-11 | DM: Fix another variable shadowing. | Eugene Sandulenko |
2016-09-11 | DM: Fix variable shadowing warning | Eugene Sandulenko |
2016-09-11 | DM: Fix comparison warnings | Eugene Sandulenko |
2016-09-11 | DM: Fix warning | Eugene Sandulenko |
2016-09-11 | DM: Fix variable clash | Eugene Sandulenko |
2016-09-11 | DM: Fix warning | Eugene Sandulenko |
2016-09-11 | JANITORIAL: Remove extra whitespaces | Eugene Sandulenko |
2016-09-11 | DM: Fix logical error with local variables | Eugene Sandulenko |
2016-09-11 | FULLPIPE: Make sound controls work and persistent | Eugene Sandulenko |
2016-09-11 | FULLPIPE: Fix crash on mute | Eugene Sandulenko |
2016-09-11 | DM: Rename more constants | Strangerke |
2016-09-11 | TITANIC: Simplify German version checks | Paul Gilbert |
2016-09-11 | DM: Start renaming constants in DungeonMan | Strangerke |
2016-09-11 | TITANIC: Extra loading logic and translation code for German version | Paul Gilbert |
2016-09-11 | TITANIC: In progress work on German Translation view in PET | Paul Gilbert |
2016-09-11 | DEVTOOLS: Beginnings of German strings list in create_titanic | Paul Gilbert |
2016-09-11 | Merge pull request #826 from dreammaster/indeo | Eugene Sandulenko |
2016-09-11 | TTIANIC: Add CPlaceHolderItem, CVariableList classes | Paul Gilbert |
2016-09-11 | TITANIC: Re-enable German detection entry | Paul Gilbert |
2016-09-11 | FULLPIPE: Fix bat rewinding in scene27 | Eugene Sandulenko |
2016-09-11 | DM: Get rid of getBoundedValue, replace it by CLIP | Strangerke |
2016-09-11 | DM: Replace multiple if statements by a switch in commandMoveParty | Strangerke |
2016-09-11 | DM: Rework square code in commandMoveParty() | Strangerke |
2016-09-11 | DM: Rework functions related to Directions in order to make them consistent a... | Strangerke |
2016-09-11 | DM: Make some functions private, move 2 functions to more specific classes | Strangerke |
2016-09-11 | DM: Move some globals to DMEngine | Strangerke |
2016-09-10 | TITANIC: Move text messages to DAT file | Paul Gilbert |
2016-09-11 | DM Rename enum members in dm.h and dialog.h | Strangerke |
2016-09-11 | DM: Don't build by default | Willem Jan Palenstijn |
2016-09-11 | FULLPIPE: Fix reversed statics initialization | Retro-Junk |
2016-09-10 | FULLPIPE: Fix out of bounds write in Movement::removeFirstPhase | Retro-Junk |
2016-09-10 | FULLPIPE: Fix Movement::loadPixelData | Retro-Junk |
2016-09-10 | XEEN: Fix compilation on Amiga | Eugene Sandulenko |
2016-09-10 | DM: Rename _C to _Cu | Eugene Sandulenko |
2016-09-10 | DM: Rename _B to _Bu to avoid name clashes on some platforms | Eugene Sandulenko |
2016-09-10 | DM: Another attempt for compilation fixes on older compilers | Eugene Sandulenko |
2016-09-10 | JANITORIAL: Whitespace fixes | Eugene Sandulenko |
2016-09-10 | DM: Fix compilation | Eugene Sandulenko |
2016-09-10 | COMMON: Converted Common::BitStream to use DisposeAfterUse | Paul Gilbert |
2016-09-10 | Merge pull request #818 from dreammaster/xeen | Eugene Sandulenko |