aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-11IMAGE: Try and work around N64 compilation errorPaul Gilbert
2016-09-11TITANIC: Extra loading logic and translation code for German versionPaul Gilbert
2016-09-11DEVTOOLS: Write out German strings in create_titanicPaul Gilbert
2016-09-11IMAGE: Indeo: Replace memory-related functions with standard onesEugene Sandulenko
2016-09-11IMAGE: Reduced scope for more variables in Indeo codecEugene Sandulenko
2016-09-11IMAGE: Compilation fixes for Indeo codecsPaul Gilbert
2016-09-11TITANIC: In progress work on German Translation view in PETPaul Gilbert
2016-09-11DEVTOOLS: Beginnings of German strings list in create_titanicPaul Gilbert
2016-09-11IMAGE: Reduce scope of many variables in Indeo codecsEugene Sandulenko
2016-09-11JANITORIAL: Whitespace fixesEugene Sandulenko
2016-09-11Merge pull request #826 from dreammaster/indeoEugene Sandulenko
2016-09-11IMAGE: Further formatting of Indeo decodersPaul Gilbert
2016-09-11TTIANIC: Add CPlaceHolderItem, CVariableList classesPaul Gilbert
2016-09-11TITANIC: Re-enable German detection entryPaul Gilbert
2016-09-11FULLPIPE: Fix bat rewinding in scene27Eugene Sandulenko
2016-09-11DM: Get rid of getBoundedValue, replace it by CLIPStrangerke
2016-09-11DM: Replace multiple if statements by a switch in commandMovePartyStrangerke
2016-09-11Merge pull request #825 from jepael/fix-cms-pitchEugene Sandulenko
2016-09-11DM: Rework square code in commandMoveParty()Strangerke
2016-09-11DM: Rework functions related to Directions in order to make them consistent a...Strangerke
2016-09-11DM: Make some functions private, move 2 functions to more specific classesStrangerke
2016-09-11DM: Move some globals to DMEngineStrangerke
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-09-10DEVTOOLS: Moved Titanic messages to create_titanicPaul Gilbert
2016-09-10IMAGE: Fix leading spaces into tabs in Indeo decodersPaul Gilbert
2016-09-10IMAGE: Miscellaneous cleanup for Indeo decompressorsPaul Gilbert
2016-09-10IMAGE: Refactored Indeo GetBits class to derive from Common::BitStreamPaul Gilbert
2016-09-11DM Rename enum members in dm.h and dialog.hStrangerke
2016-09-11DM: Don't build by defaultWillem Jan Palenstijn
2016-09-11FULLPIPE: Fix reversed statics initializationRetro-Junk
2016-09-10IMAGE: Cleanup of miscellaneous methods and arrays in Indeo decodersPaul Gilbert
2016-09-10FULLPIPE: Fix out of bounds write in Movement::removeFirstPhaseRetro-Junk
2016-09-10FULLPIPE: Fix Movement::loadPixelDataRetro-Junk
2016-09-10CONFIGURE: Fix prepend_var and make it more portableEugene Sandulenko
2016-09-10CONFIGURE: Better handling Amiga libcurl exceptionEugene Sandulenko
2016-09-10CONFIGURE: AmigaOS requires -lpthread for libcurlEugene Sandulenko
2016-09-10IMAGE: Cleanup of method parameters and locals in Indeo decodersPaul Gilbert
2016-09-10CONFIGURE: Some platforms, e.g. Amiga, require SDL to be after SDL_Net. Chang...Eugene Sandulenko
2016-09-10BUILD: Fix syntaxEugene Sandulenko
2016-09-10XEEN: Fix compilation on AmigaEugene Sandulenko
2016-09-10AMIGAOS: Amiga needs date in specific format in version cookie. Now AmiUpdate...Eugene Sandulenko
2016-09-10IMAGE: Renaming structure fields for Indeo decodersPaul Gilbert
2016-09-10DM: Rename _C to _CuEugene Sandulenko
2016-09-10DM: Rename _B to _Bu to avoid name clashes on some platformsEugene Sandulenko
2016-09-10DM: Another attempt for compilation fixes on older compilersEugene Sandulenko
2016-09-10JANITORIAL: Whitespace fixesEugene Sandulenko
2016-09-10DM: Fix compilationEugene Sandulenko
2016-09-10IMAGE: Implemented Indeo5 decoderPaul Gilbert
2016-09-10COMMON: Converted Common::BitStream to use DisposeAfterUsePaul Gilbert
2016-09-10Merge pull request #818 from dreammaster/xeenEugene Sandulenko