Age | Commit message (Expand) | Author |
2011-11-24 | (svn r23318) -Change: Make text effects rise at their previous speed. | peter1138 |
2011-11-24 | (svn r23316) -Feature: Add ability to zoom in to 2x and 4x level. | peter1138 |
2010-02-10 | (svn r19084) -Codechange: minor coding-style fixups | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-25 | (svn r18636) -Codechange: make TextEffect::duration a value in ticks instead ... | smatz |
2009-12-25 | (svn r18635) -Codechange: store TextEffects in a SmallVector | smatz |
2009-12-22 | (svn r18602) -Codechange: unify the viewport sign and text effect drawing | rubidium |
2009-11-22 | (svn r18244) -Codechange: Make texteffects big font aware. | frosch |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-06-29 | (svn r16691) -Codechange: what's the point of getting the fifth dparam and th... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2008-08-11 | (svn r14047) -Codechange: move chatmessage handling to the network directory ... | rubidium |
2008-06-28 | (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ... | frosch |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-24 | (svn r13228) -Codechange: split console.h. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-20 | (svn r12800) -Codechange: move the animated tile related functions out of tex... | rubidium |
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-09 | (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | 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-12-08 | (svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (... | rubidium |
2007-11-10 | (svn r11399) -Feature(ette): transparency settings can now be saved and thus ... | belugas |
2007-10-17 | (svn r11286) -Fix (r11228): NewGRF industries assume that the order of animat... | rubidium |
2007-10-08 | (svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so w... | rubidium |
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 repair | 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-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 |