summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
AgeCommit message (Expand)Author
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-05(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by ...rubidium
2007-09-28(svn r11182) -Fix [FS#1261] (r11174): bounding boxes caused crashes when zoom...rubidium
2007-09-26(svn r11174) -Codechange: add possibility to show the bounding boxes of sprit...rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-08-07(svn r10820) -Codechange: make negative currencies red and restore the colour...rubidium
2007-08-04(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit moretruelight
2007-08-03(svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_di...glx
2007-07-29(svn r10725) -Codechange: move some window related code out of gfx.cpp to win...rubidium
2007-07-29(svn r10724) -Fix (r10723): Toolbar spacing was off-by-onepeter1138
2007-07-29(svn r10723) -Codechange: dynamically sized (width) main toolbars and status ...rubidium
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-06-21(svn r10255) -Codechange: remove some old debug code nobody was using anymoretruelight
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-21(svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadab...truelight
2007-06-19(svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backendstruelight
2007-06-19(svn r10216) -Fix: palette animation always redid all palette entries, where ...truelight
2007-06-18(svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffertruelight
2007-06-18(svn r10203) -Codechange: more moving things to blitter-layer: DrawLinetruelight
2007-06-18(svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::Dr...peter1138
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-13(svn r10132) -Codechange: split out the last direct video-buffer read access ...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight
2007-06-08(svn r10070) -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so it...truelight
2007-06-05(svn r10043) -Change: make templates of the blitters, based on zoom and mode,...truelight
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-05-14(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possibletruelight
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-04-17(svn r9654) -Fix: Add string colours for the DOS palette and use them when pl...maedhros
2007-03-26(svn r9472) -Fix (r9449): num is the number of newlines in the string, not th...maedhros
2007-03-25(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if i...maedhros
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
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-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-03-05(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines als...Darkvater
2007-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-24(svn r8880) -Codechange: make anim cursors an array of structs.rubidium
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-13(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to...KUDr
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