summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2008-03-27(svn r12439) -Fix [FS#1871]: do not 'disable' the drawing of autorail overlay...rubidium
2008-02-17(svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard inp...smatz
2008-02-14(svn r12140) -Codechange: A bit of code style fixes(Geektoo).belugas
2008-02-02(svn r12044) -Fix [FS#1741]: crash when centering on a vehicle (aircraft) tha...rubidium
2008-01-25(svn r11983) -Codechange: Add some helper functions for slopes and use them.frosch
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-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...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 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-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-13(svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor.rubidium
2007-12-07(svn r11588) -Codechange: use the new member introduced in r11551glx
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-26(svn r11526) -Codechange: Rename the function delta fitting to the naming styleskidd13
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-24(svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs i...rubidium
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-18(svn r11471) -Codechange: one more variable retyped to enum ViewportHighlight...smatz
2007-11-18(svn r11465) -Fix: more user-friedly placement in X and Y directions (most no...smatz
2007-11-18(svn r11456) -Fix [FS#1412] (r10070): Viewport is bound to its top-left cornersmatz
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...rubidium
2007-11-15(svn r11439) -Codechange: replace some magic numbers by a ViewportPlaceMethod...rubidium
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-20(svn r11318) -Codechange: add the actual support for drawing selections on ha...rubidium
2007-10-20(svn r11313) -Codechange: prepare several pieces of code so the can handle so...rubidium
2007-10-14(svn r11261) -Codechange: Draw selection sprites (HT_RECT, HT_POINT, HT_RAIL)...rubidium
2007-10-05(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by ...rubidium
2007-10-05(svn r11210) -Codechange: unify the way that selection sprites are drawn. Pat...rubidium
2007-09-30(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.rubidium
2007-09-26(svn r11174) -Codechange: add possibility to show the bounding boxes of sprit...rubidium
2007-09-23(svn r11147) -Fix [FS#1247] (r11105): reallow bounding boxes with x/y/z-exten...rubidium
2007-09-19(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...rubidium
2007-09-14(svn r11105) -Codechange [FS#1223]: add some support for tuning of the boundi...rubidium
2007-09-14(svn r11104) -Fix: bounding boxes also overlap when the min of a bounding box...rubidium
2007-09-14(svn r11103) -Codechange: remove pointless comparison as it can never ever be...rubidium
2007-09-13(svn r11094) -Documentation: Add comments on viewport structures and change a...belugas
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium