frosch
|
39e941a414
|
(svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine().
|
2010-05-30 15:32:37 +00:00 |
|
frosch
|
4b7afccd46
|
(svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine().
|
2010-05-30 15:32:37 +00:00 |
|
alberth
|
29fd6ce0e4
|
(svn r19909) -Doc: Typo fixes, small doxygen improvements.
|
2010-05-30 13:05:36 +00:00 |
|
alberth
|
51e67a40e0
|
(svn r19909) -Doc: Typo fixes, small doxygen improvements.
|
2010-05-30 13:05:36 +00:00 |
|
alberth
|
ee390ab713
|
(svn r19905) -Codechange: Use EventState for mouse handling routines.
|
2010-05-30 12:15:28 +00:00 |
|
alberth
|
ce0e1cbb3f
|
(svn r19905) -Codechange: Use EventState for mouse handling routines.
|
2010-05-30 12:15:28 +00:00 |
|
smatz
|
d012953528
|
(svn r19870) -Codechange: silence some of GCC 3.3 warnings
|
2010-05-21 05:42:41 +00:00 |
|
smatz
|
93233a9335
|
(svn r19870) -Codechange: silence some of GCC 3.3 warnings
|
2010-05-21 05:42:41 +00:00 |
|
rubidium
|
ec3c6484a9
|
(svn r19817) -Fix: MSVC compile warnings
|
2010-05-13 12:42:56 +00:00 |
|
rubidium
|
241dd9a9f5
|
(svn r19817) -Fix: MSVC compile warnings
|
2010-05-13 12:42:56 +00:00 |
|
rubidium
|
f2d86acbd9
|
(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well
|
2010-05-13 11:19:30 +00:00 |
|
rubidium
|
548dd91ef0
|
(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well
|
2010-05-13 11:19:30 +00:00 |
|
alberth
|
14d545e902
|
(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore).
|
2010-05-07 20:39:00 +00:00 |
|
alberth
|
8d1d4267af
|
(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore).
|
2010-05-07 20:39:00 +00:00 |
|
alberth
|
1127fd1123
|
(svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff.
|
2010-05-07 20:20:03 +00:00 |
|
alberth
|
3bb174f424
|
(svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff.
|
2010-05-07 20:20:03 +00:00 |
|
frosch
|
43d4022362
|
(svn r19745) -Fix: The GUI is controlled by _local_company, not _current_company.
|
2010-05-01 14:20:56 +00:00 |
|
frosch
|
7563432119
|
(svn r19745) -Fix: The GUI is controlled by _local_company, not _current_company.
|
2010-05-01 14:20:56 +00:00 |
|
smatz
|
691261674a
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +00:00 |
|
smatz
|
e3c89df398
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +00:00 |
|
frosch
|
a4413f4cf6
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
frosch
|
2e90f7f8b9
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
smatz
|
258b128a56
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
smatz
|
0ef33548c2
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
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.
|
2010-02-04 15:42:38 +00:00 |
|
rubidium
|
fbb9b4760a
|
(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.
|
2010-02-04 15:42:38 +00:00 |
|
terkhen
|
deac92cdd4
|
(svn r18984) -Add: Viewport place methods for dragging a line with limited size.
|
2010-02-01 23:13:15 +00:00 |
|
terkhen
|
8849943da5
|
(svn r18984) -Add: Viewport place methods for dragging a line with limited size.
|
2010-02-01 23:13:15 +00:00 |
|
rubidium
|
7127338414
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
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.
|
2010-01-03 20:55:00 +00:00 |
|
frosch
|
a9d4147eb2
|
(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.
|
2010-01-03 20:55:00 +00:00 |
|
rubidium
|
3de085a143
|
(svn r18683) -Fix: it's not an other
|
2010-01-01 18:45:40 +00:00 |
|
rubidium
|
b2e9b5d612
|
(svn r18683) -Fix: it's not an other
|
2010-01-01 18:45:40 +00:00 |
|
smatz
|
51b5b98632
|
(svn r18614) -Fix [FS#3412](r18602): too many signs were drawn, causing slowdowns
|
2009-12-23 17:59:34 +00:00 |
|
smatz
|
fbaba4e6bd
|
(svn r18614) -Fix [FS#3412](r18602): too many signs were drawn, causing slowdowns
|
2009-12-23 17:59:34 +00:00 |
|
rubidium
|
dc58b1dfee
|
(svn r18602) -Codechange: unify the viewport sign and text effect drawing
-Fix [FS#3394]: signs could occasionally glitch
|
2009-12-22 12:50:41 +00:00 |
|
rubidium
|
b0603f4c2e
|
(svn r18602) -Codechange: unify the viewport sign and text effect drawing
-Fix [FS#3394]: signs could occasionally glitch
|
2009-12-22 12:50:41 +00:00 |
|
rubidium
|
a32968e17e
|
(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level
|
2009-11-30 11:29:52 +00:00 |
|
rubidium
|
5a41a646c2
|
(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level
|
2009-11-30 11:29:52 +00:00 |
|
rubidium
|
506b3abdd6
|
(svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent
|
2009-11-29 19:27:53 +00:00 |
|
rubidium
|
ff5b46190d
|
(svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent
|
2009-11-29 19:27:53 +00:00 |
|
frosch
|
7a881d5aa2
|
(svn r18246) -Codechange: Make signs and station/town names big font aware.
|
2009-11-22 20:56:39 +00:00 |
|
frosch
|
8e85bb82e9
|
(svn r18246) -Codechange: Make signs and station/town names big font aware.
|
2009-11-22 20:56:39 +00:00 |
|
frosch
|
496e647ad2
|
(svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names.
|
2009-11-22 20:38:06 +00:00 |
|
frosch
|
ff5a1f4461
|
(svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names.
|
2009-11-22 20:38:06 +00:00 |
|
frosch
|
7eb257fbdf
|
(svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names.
|
2009-11-22 19:53:49 +00:00 |
|
frosch
|
4661abd33b
|
(svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names.
|
2009-11-22 19:53:49 +00:00 |
|