index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
cruise
/
font.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-09
Set up a basic tracing system for all memory allocations to help track down m...
Paul Gilbert
2009-07-11
Bugfix to show the mouse cursor when restarting the game after returning to l...
Paul Gilbert
2009-07-05
Bugfix for word-wrapping of text, which sometimes failed for strings with spe...
Paul Gilbert
2009-06-01
don't use FROM_LE_* macros on font data, as it already is in native endianness
Joost Peters
2009-06-01
Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...
Joost Peters
2009-05-29
Reduced the word spacing width by one pixel to precisely match the original game
Paul Gilbert
2009-05-29
Bugfix for rendering text that caused corruption when the width was an odd nu...
Paul Gilbert
2009-05-24
Removed the line feed workaround, and added explicit int16 castings to the FR...
Paul Gilbert
2009-03-03
Formatting fixes
Paul Gilbert
2009-03-01
Cleaned up parts of the font display system. Note: Cruise used two almost ide...
Paul Gilbert
2009-02-19
Merged the contents of fontCharacterTable into staticres
Paul Gilbert
2009-02-19
In progress work on cleaning up the font system - giving proper variable name...
Paul Gilbert
2009-02-14
Changed the list of language dependant strings from being hard-coded to dynam...
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-12-27
Early pathfinding
Vincent Hamm
2007-12-24
Fix background save/restore
Vincent Hamm
2007-12-18
Fix loading savegame from original interpreter
Vincent Hamm
2007-12-11
Changed some swaps to use the template SWAP
Filippos Karapetis
2007-11-10
-Cleanup strings
Vincent Hamm
2007-11-08
Cleanup load savegame from original interpreter
Vincent Hamm
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
Several const correctness fixes
Max Horn
2007-04-28
Fix extended characters in font
Vincent Hamm
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Fixing lots of warnings
Max Horn
2007-04-27
Fixed loads of warnings with MSVC and gcc
Filippos Karapetis
2007-04-27
Fixing compilation for me
Sven Hesse
2007-04-27
Add cruise source code for scummvm
Vincent Hamm