aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2
AgeCommit message (Collapse)Author
2014-08-11CGE2: Fix EncryptedStream::err().uruk
2014-08-11CGE2: Fix formatting in events.cpp.uruk
2014-08-11CGE2: Fix formatting in bitmap.h.uruk
2014-08-11CGE2: Fix formatting of operators' return values in vga13h.h.uruk
2014-08-11CGE2: Return value instead of reference in FXP's operator=.uruk
2014-08-11CGE2: Remove unused functions from V2D.uruk
2014-08-11CGE2: Remove unnecessary comments from vga13h.h.uruk
2014-08-11CGE2: Make matrixes static constants in makeSpeechBubbleTail().uruk
2014-08-11CGE2: Make movie() safer.uruk
2014-08-11CGE2: Fix comment in runGame().uruk
2014-08-11CGE2: Rename XCrpyt() to xCrypt().uruk
2014-08-11CGE2: Get rid of detection.h, move things to detection.cpp.uruk
2014-08-11CGE2: Add necessary tabs in detection.cpp.uruk
2014-08-11CGE2: Change return type of readSint16LE().uruk
2014-08-11CGE2: Fix typo in detection.cpp.uruk
2014-08-11CGE2: Remove unnecessary #pragma before Sprite::touch().uruk
2014-08-11CGE2: Remove unused function from vga13h.cpp.uruk
2014-08-09CGE2: Fix canSaveGameStateCurrently().uruk
2014-08-09CGE2: Use spaces instead of tabs.uruk
2014-08-09CGE2: Remove commented out code from text.cpp.uruk
2014-08-06CGE2: Get rid of _keyAlt.uruk
2014-08-03CGE2: Rework canSaveGameStateCurrently().uruk
2014-08-03CGE2: Properly fade out if the player exits during the intro too.uruk
2014-08-03CGE2: Rework the handling of the sound buttons on the toolbar.uruk
Also keep in sync the volume settings and the audio mode of the game and the settings in the Launcher.
2014-08-03CGE2: Some repair in Bitmap::code().uruk
2014-08-03CGE2: Some more minor cleanupStrangerke
2014-08-03CGE2: Remove #if 0-s.uruk
2014-08-03CGE2: Rearrange content of saveload.cpp and cge2.h a bit.uruk
2014-08-03CGE2: Misc cleanupStrangerke
2014-08-03CGE2: Add autosave functionality.uruk
2014-08-03CGE2: Add RTL support.uruk
2014-08-03CGE2: Fix mismatched new/delete pair in Sprite::ghost() and snGhost().uruk
2014-08-03CGE2: Silence GCC warning concerning destructors of Choice's children.uruk
2014-08-03CGE2: Fix memory leak concerning the quit menu.uruk
2014-08-03CGE2: Rename classes representing quit menu choices.uruk
2014-08-03CGE2: Remove more checks on the return value of newStrangerke
2014-08-03CGE2: Fix possible null pointer dereference.uruk
2014-08-03CGE2: Start removing the checks on the return value of newStrangerke
2014-08-02CGE2: Fix error message in makeSpeechBubbleTail().uruk
2014-08-02CGE2: Fix CppCheck warnings by reducing variable scopeStrangerke
2014-08-02CGE2: Update the comment about another non-fixable workaroundStrangerke
2014-08-02CGE2: Update comment concerning a workaround for a non-fixable issueStrangerke
2014-08-02CGE2: Further FXP multiply fix to fix hero scalingPaul Gilbert
2014-08-01CGE2: Some cosmetic changesStrangerke
2014-08-01CGE2: Remove moveHi() and moveLo() from bitmapStrangerke
2014-08-01CGE2: Further fixes to FXP operators to fix pathfindingPaul Gilbert
2014-07-30CGE2: Comment out delay in the splash screen during testing.uruk
2014-07-30CGE2: Rearrange showTitle() and add some delay to the display.uruk
Now the splash screen doesn't vanish almost immediately right after it's drawn.
2014-07-30CGE2: Fix sunset() and sunrise().uruk
Now they really do the fade-in/fade-out effect.
2014-07-30CGE2: Remove dummies from save header and change save checksum.uruk
The old saves are broken by our new FXP implementation anyway.