summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
AgeCommit message (Expand)Author
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-09-07(svn r11055) -Fix [FS#1214]: loading indicators would sometimes glitch due to...rubidium
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-06-21(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 w...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-21(svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-si...truelight
2007-06-21(svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadab...truelight
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-11(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repairtruelight
2007-05-19(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 timestruelight
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-04(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost donebelugas
2007-03-25(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the res...rubidium
2007-03-23(svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside of...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-05(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines als...Darkvater
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr