summaryrefslogtreecommitdiff
path: root/src/gfx.h
AgeCommit message (Expand)Author
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-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-09-08(svn r11061) -Fix [FS#1086]: [win32] some keys were handled twiceglx
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-07-24(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> t...rubidium
2007-07-23(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty...truelight
2007-07-23(svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo)truelight
2007-06-21(svn r10255) -Codechange: remove some old debug code nobody was using anymoretruelight
2007-06-19(svn r10216) -Fix: palette animation always redid all palette entries, where ...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-05-28(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.rubidium
2007-05-26(svn r9937) -Codechange: don't define a function that is never declared or usedtruelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-03-25(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if i...maedhros
2007-03-11(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...bjarni
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-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-24(svn r8889) -Fix (r8880): a CursorID is not a SpriteID.rubidium
2007-02-24(svn r8880) -Codechange: make anim cursors an array of structs.rubidium
2007-02-05(svn r8605) -Codechange: [OSX] changed all objective C to objective C++bjarni
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-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium