aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/font.cpp
AgeCommit message (Expand)Author
2016-12-10CRUISE: Fix font space widthDaniel Plakhotich
2016-12-09CRUISE: font: Don't overwrite transparent pixelsDaniel Plakhotich
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-06-01CRUISE: error out in some cases where divide by zero is expectedStrangerke
2014-05-31CRUISE: Add a couple of safeguards to avoid potential division by zeroStrangerke
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: colour -> colorMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-07-11Bugfix to show the mouse cursor when restarting the game after returning to l...Paul Gilbert
2009-07-05Bugfix for word-wrapping of text, which sometimes failed for strings with spe...Paul Gilbert
2009-06-01don't use FROM_LE_* macros on font data, as it already is in native endiannessJoost Peters
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-05-29Reduced the word spacing width by one pixel to precisely match the original gamePaul Gilbert
2009-05-29Bugfix for rendering text that caused corruption when the width was an odd nu...Paul Gilbert
2009-05-24Removed the line feed workaround, and added explicit int16 castings to the FR...Paul Gilbert
2009-03-03Formatting fixesPaul Gilbert
2009-03-01Cleaned up parts of the font display system. Note: Cruise used two almost ide...Paul Gilbert
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
2009-02-19In progress work on cleaning up the font system - giving proper variable name...Paul Gilbert
2009-02-14Changed the list of language dependant strings from being hard-coded to dynam...Paul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-27Early pathfindingVincent Hamm
2007-12-24Fix background save/restoreVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
2007-11-10-Cleanup stringsVincent Hamm
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
2007-09-10Lots of source code formatting correctionsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Several const correctness fixesMax Horn
2007-04-28Fix extended characters in fontVincent Hamm
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Fixing lots of warningsMax Horn
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
2007-04-27Fixing compilation for meSven Hesse
2007-04-27Add cruise source code for scummvmVincent Hamm