Age | Commit message (Expand) | Author |
2008-04-18 | (svn r12779) -Codechange: remove a few constants from openttd.h. | rubidium |
2008-04-18 | (svn r12773) -Codechange: replace some magic numbers with enums. | rubidium |
2008-04-07 | (svn r12619) -Codechange: lots of documentation about window related stuff. P... | rubidium |
2008-03-26 | (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo... | rubidium |
2008-03-04 | (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable ... | peter1138 |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-11 | (svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable ... | frosch |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2008-01-01 | (svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper... | belugas |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
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 style | skidd13 |
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 more | truelight |
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-one | peter1138 |
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 anymore | truelight |
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 backends | truelight |
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: ScrollBuffer | truelight |
2007-06-18 | (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine | truelight |
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 times | truelight |
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 enum | truelight |
2007-05-14 | (svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible | truelight |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium |