Commit Graph

238 Commits (92c34da796a13fa46626e48ce25a941e42e16917)

Author SHA1 Message Date
rubidium f5d93f1961 (svn r20358) -Fix [FS#4008]: (r20281) crash when building some stuff when the measurement tooltip is disabled 14 years ago
terkhen 04134c1e51 (svn r20289) -Codechange: Unify fall through coding style. 14 years ago
frosch c18839704b (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
frosch 5b86c79fce (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
rubidium 8c85b4ce3d (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
terkhen c92b2e9d3c (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
alberth 137e2b64c9 (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
rubidium 9fd2afb147 (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 14 years ago
rubidium 035d0ef16b (svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name 14 years ago
terkhen 086a424b7a (svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse. 14 years ago
alberth c2a871d10b (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine(). 14 years ago
frosch 58d6367efb (svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken. 15 years ago
frosch 39e941a414 (svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine(). 15 years ago
alberth 29fd6ce0e4 (svn r19909) -Doc: Typo fixes, small doxygen improvements. 15 years ago
alberth ee390ab713 (svn r19905) -Codechange: Use EventState for mouse handling routines. 15 years ago
smatz d012953528 (svn r19870) -Codechange: silence some of GCC 3.3 warnings 15 years ago
rubidium ec3c6484a9 (svn r19817) -Fix: MSVC compile warnings 15 years ago
rubidium f2d86acbd9 (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
alberth 14d545e902 (svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore). 15 years ago
alberth 1127fd1123 (svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff. 15 years ago
frosch 43d4022362 (svn r19745) -Fix: The GUI is controlled by _local_company, not _current_company. 15 years ago
smatz 691261674a (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
frosch a4413f4cf6 (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
smatz 258b128a56 (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
rubidium 6c1bebfa5d (svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed. 15 years ago
terkhen deac92cdd4 (svn r18984) -Add: Viewport place methods for dragging a line with limited size. 15 years ago
rubidium 7127338414 (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
rubidium 9467b7c6d6 (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
frosch bf3fa7522b (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. 15 years ago
rubidium 3de085a143 (svn r18683) -Fix: it's not an other 15 years ago
smatz 51b5b98632 (svn r18614) -Fix [FS#3412](r18602): too many signs were drawn, causing slowdowns 15 years ago
rubidium dc58b1dfee (svn r18602) -Codechange: unify the viewport sign and text effect drawing
-Fix [FS#3394]: signs could occasionally glitch
15 years ago
rubidium a32968e17e (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level 15 years ago
rubidium 506b3abdd6 (svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent 15 years ago
frosch 7a881d5aa2 (svn r18246) -Codechange: Make signs and station/town names big font aware. 15 years ago
frosch 496e647ad2 (svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names. 15 years ago
frosch 7eb257fbdf (svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names. 15 years ago
rubidium 318c2fad7c (svn r17963) -Codechange: some documentation style 15 years ago
rubidium 982b8ee5fc (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rubidium ed8788d581 (svn r17682) -Codechange: remove erroneous space before some commas 15 years ago
frosch 0e36260337 (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. 15 years ago
rubidium da2008ae23 (svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out. 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
alberth 0cc8cbd40d (svn r17171) -Doc: Additions and corrections of various doxygen strings. 15 years ago
rubidium d61be2637e (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives 15 years ago
frosch a3384346c8 (svn r16984) -Codechange: Document and assertify (Start|End)SpriteCombine. 15 years ago
alberth 9caa2e941e (svn r16960) -Doc: Added some viewport and vehicle type doxygen strings. 15 years ago
rubidium 636acc3d7c (svn r16950) -Codechange: unduplicate waypoint + station sign drawing 15 years ago
rubidium 37cd0ef443 (svn r16949) -Codechange: unify the way the DisplayOption enums are written 15 years ago
rubidium def31de3c1 (svn r16948) -Codechange: some code reductions and usage of wrapper functions 15 years ago