aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24TINSEL: Janitorial - Fix spacing errorsStrangerke
2013-11-24AGOS: Janitorial - Fix spacing errorsStrangerke
2013-11-24MADE: Janitorial - Fix spacing errorsStrangerke
2013-11-24SAGA: Janitorial - Fix spacing errorsStrangerke
2013-11-24TSAGE: R2R - Fix palette glitch in intro (courtesy of Dreammaster)Strangerke
2013-11-24SWORD25: Janitorial - Fix spacing errorsStrangerke
2013-11-24NEVERHOOD: Fix spacing errorsStrangerke
2013-11-24TOLTECS: Fix spacing errorsStrangerke
2013-11-24TSAGE: Fix R2R shading map not being setup if you restarted game whilst in-gamePaul Gilbert
2013-11-24TSAGE: Fix R2R palette corruption when showing dialogs on the title screenPaul Gilbert
2013-11-24TSAGE: Slow down title sequence animations to better match originalPaul Gilbert
2013-11-23TSAGE: Added new palette rotation code, to fix R2R rimwall vechile scenePaul Gilbert
2013-11-23FULLPIPE: Implement sceneHandler04_sub1()Eugene Sandulenko
2013-11-24DRACI: Rework formatting of gplCommandsStrangerke
2013-11-24TSAGE: Remove a couple of useless/obsolete warningsStrangerke
2013-11-24TSAGE: R2R - Remove an unused variable in maze UIStrangerke
2013-11-24TSAGE: BF - Remove an unused parameter in Scene570::Icon::setDetails()Strangerke
2013-11-24DRACI: Janitorial - Fix spacing errorsStrangerke
2013-11-24DEVTOOLS: Make create_project sort SCUMM as first engine.Johannes Schickel
2013-11-24BUILD: Add code to maintain ordering of engines in generated files.D G Turner
2013-11-24DEVTOOLS: Adapt create_project to create engines/ dir if necessaryJohannes Schickel
2013-11-24DEVTOOLS: Factor out function to create directories in create_project.Johannes Schickel
2013-11-24BUILD: Create engines/ dir if necessary, to fix out-of-tree buildsD G Turner
2013-11-24BUILD: Partial solution for parallel make issue.D G Turner
2013-11-24BUILD: Add engines/plugins_table.h to git in the ideprojects target.Johannes Schickel
2013-11-24DEVTOOLS: Adapt create_project for new configure.engine files.Johannes Schickel
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-11-24TSAGE: RINGWORLD - Remove unused object, remove erroneous commentsStrangerke
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2013-11-24AVALANCHE: Fix savegame version checksStrangerke
2013-11-24GUI: Do not draw text outside edit rect in EditableWidget.Johannes Schickel
2013-11-24GUI: Fix undrawing caret glitch when the edit text is inversed.Johannes Schickel
2013-11-24GUI: Document EditableWidget::getEditRect.Johannes Schickel
2013-11-24GUI: Draw caret over the whole height of the edit rect.Johannes Schickel
2013-11-24GUI: Fix out-of-bounds check in EditableWidget::drawCaret.Johannes Schickel
2013-11-24GUI: Fix character redrawing behind caret in EditTextWidgets.Johannes Schickel
2013-11-24GUI: Fix EditTextWidget::getEditRect's returned height.Johannes Schickel
2013-11-24GUI: Fix ListWidget::getEditRect's returned height.Johannes Schickel
2013-11-23TSAGE: Fix for flub tube maze header commentsPaul Gilbert
2013-11-23TSAGE: Further fixes for object centroid handlingPaul Gilbert
2013-11-23COMMON: Document Common::String::unsigned_type.Johannes Schickel
2013-11-23COMMON: Document U32String a bit better.Johannes Schickel
2013-11-23WINTERMUTE: Switch WideString to U32String.Johannes Schickel
2013-11-23GRAPHICS: Allow Font to accept U32String as strings.Johannes Schickel
2013-11-23GRAPHICS: Allow TTFFont to cache glyphs when required.Johannes Schickel
2013-11-23GRAPHICS: Get rid of _glyphSlots in TTFFont.Johannes Schickel