aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-05TSAGE: R2R - Fix a bug while dealing card #2 during the gameStrangerke
2014-10-04Merge pull request #514 from tobiatesan/fix_audio_loopEinar Johan Trøan Sømåen
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
2014-10-04WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop pointsTobia Tesan
Should fix #6648 (music not looping correctly in 5MA)
2014-10-04TSAGE: R2R - Fix a crash when playing a counter cardStrangerke
2014-10-04I18N: Update translation data fileThierry Crozat
2014-10-04I18N: Update all translations from source codeThierry Crozat
2014-10-04ZVISION: Add list of files that contain translatable stringsThierry Crozat
2014-10-04WINTERMUTE: Add list of files that contain translatable stringsThierry Crozat
2014-10-04TSAGE: Add list of files that contain translatable stringsThierry Crozat
2014-10-04TOUCHE: Update list of files that contain translatable stringsThierry Crozat
2014-10-04SWORD1: Update list of files that contain translatable stringsThierry Crozat
2014-10-04SCUMM: Update list of files that contain translatable stringsThierry Crozat
2014-10-04QUEEN: Update list of files that contain translatable stringsThierry Crozat
2014-10-04KYRA: Update list of files that contain translatable stringsThierry Crozat
2014-10-04HOPKINS: Add list of files that contain translatable stringsThierry Crozat
2014-10-04GOB: Update list of files that contain translatable stringsThierry Crozat
2014-10-04DREAMWEB: Update list of files that contain translatable stringsThierry Crozat
2014-10-04CGE2: Add list of files that contain translatable stringsThierry Crozat
2014-10-04CGE: Add list of files that contain translatable stringsThierry Crozat
2014-10-03TSAGE: R2R - Fix variable check in scene 1337Strangerke
2014-10-03TSAGE: Silece GCC warningsTorbjörn Andersson
2014-10-03TSAGE: R2R - Remove obsolete commentStrangerke
2014-10-03SCI: Fix reading SCI1 midi channel flagsWillem Jan Palenstijn
Thanks waltervn
2014-10-02TSAGE: R2R - Fix Card::synchronize() in scene 1337Strangerke
2014-10-02TSAGE: R2R - Implement synchronize in Scene 1337Strangerke
2014-10-01TSAGE: R2R - Fix a bug in handlePlayer1, some renamingStrangerke
2014-10-01Merge pull request #515 from tobiatesan/privatize_some_audioEinar Johan Trøan Sømåen
WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer
2014-10-01WINTERMUTE: Make a bunch of attributes private in BaseSoundBufferTobia Tesan
2014-09-29TSAGE: R2R - Reduce the scope of a variable, some renamingStrangerke
2014-09-29TSAGE: R2R - fix a crash in scene 1337. Remove useless checksStrangerke
2014-09-29MADS: Rex - Avoid potential not null terminated buffers after the use of strncpyStrangerke
2014-09-29CGE2: Initialize a variableStrangerke
2014-09-29MADS: Rex - Remove unused variablesStrangerke
2014-09-29MADS: Rex - Fix safety check in ASound9Strangerke
2014-09-29CGE2: Initialize some variablesStrangerke
2014-09-28CGE2: Constify stringsWillem Jan Palenstijn
2014-09-28CGE2: Fix the case of a couple of constants, remove a useless variableStrangerke
2014-09-28CGE2: Remove unused constantsStrangerke
2014-09-28FULLPIPE: Silence a gcc warningMatthew Hoops
2014-09-28SAGA: Silence a gcc warningMatthew Hoops
2014-09-28CGE2: Silence gcc warningsMatthew Hoops
2014-09-28VIDEO: Fix seeking in AVI videos with no initial audio framesMatthew Hoops
2014-09-26CGE: Fix a crash when detecting an empty set of VOL filesStrangerke
2014-09-26CGE2: Fix a crash when detecting an empty set of VOL filesStrangerke
2014-09-23Merge pull request #510 from raziel-/patch-3Eugene Sandulenko
AMIGAOS: Cleanup
2014-09-23Merge pull request #511 from tobiatesan/unityEugene Sandulenko
CONFIGURE: Fix support for libunity in configure
2014-09-22AMIGAOS: More cleanupraziel-
Period on all comments
2014-09-22AMIGAOS: More cleanupraziel-
Another case of misused TAB
2014-09-21CONFIGURE: Use pkgconfig to get CFLAGS for Unity if not suppliedTobia Tesan
This is not necessary if we got --with-libunity-prefix= (line 1447). That's not always the case though.
2014-09-21CONFIGURE: Ask for unity >= 3.8.1Tobia Tesan
Previously we asked for unity == 3.8.1, which broke things everywhere else