smatz
|
cfbf57a54f
|
(svn r17821) -Codechange: make more mathods of SmallMapWindow private
|
2009-10-20 18:15:42 +00:00 |
|
smatz
|
fef6d1057c
|
(svn r17819) -Codechange: replace magic constant by symbolic constant
|
2009-10-20 17:36:06 +00:00 |
|
smatz
|
49d0db19a4
|
(svn r17819) -Codechange: replace magic constant by symbolic constant
|
2009-10-20 17:36:06 +00:00 |
|
rubidium
|
dea1f46636
|
(svn r17665) -Codechange: make the extra viewport window nested
|
2009-09-29 20:16:03 +00:00 |
|
rubidium
|
5028e3536b
|
(svn r17665) -Codechange: make the extra viewport window nested
|
2009-09-29 20:16:03 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
rubidium
|
2e5596025c
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
ca91a97826
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
da2008ae23
|
(svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out.
|
2009-09-11 22:21:54 +00:00 |
|
rubidium
|
1dc2284e0c
|
(svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out.
|
2009-09-11 22:21:54 +00:00 |
|
smatz
|
09e1ecc8ac
|
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
|
2009-08-30 11:47:41 +00:00 |
|
smatz
|
ee685c8287
|
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
|
2009-08-30 11:47:41 +00:00 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
aca7ba714a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
770ad0c022
|
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names
|
2009-07-08 08:50:20 +00:00 |
|
rubidium
|
3fb1506d6d
|
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names
|
2009-07-08 08:50:20 +00:00 |
|
rubidium
|
2df1a2119c
|
(svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove some unneeded variables, return value directly instead of writing it to a variable to later return that
|
2009-06-16 10:46:11 +00:00 |
|
rubidium
|
20f73b2f50
|
(svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove some unneeded variables, return value directly instead of writing it to a variable to later return that
|
2009-06-16 10:46:11 +00:00 |
|
smatz
|
e4cbd54748
|
(svn r16473) -Fix [FS#2934](r16442): show all non-effect vehicles in the minimap, not only effect vehicles
|
2009-05-30 20:44:34 +00:00 |
|
smatz
|
34f6b8614e
|
(svn r16473) -Fix [FS#2934](r16442): show all non-effect vehicles in the minimap, not only effect vehicles
|
2009-05-30 20:44:34 +00:00 |
|
smatz
|
e419fe6d3f
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
smatz
|
5a463c8347
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
alberth
|
0393a0dea9
|
(svn r16193) -Codechange: Added nested widgets for smallmap and extra viewport windows.
|
2009-05-01 08:50:07 +00:00 |
|
alberth
|
dfbf698392
|
(svn r16193) -Codechange: Added nested widgets for smallmap and extra viewport windows.
|
2009-05-01 08:50:07 +00:00 |
|
alberth
|
6bbfae998a
|
(svn r16192) -Codechange: Moving smallmap and extra viewport widget enums out of the window structs, completing smallmap enum.
|
2009-05-01 08:48:07 +00:00 |
|
alberth
|
b1de51b8d6
|
(svn r16192) -Codechange: Moving smallmap and extra viewport widget enums out of the window structs, completing smallmap enum.
|
2009-05-01 08:48:07 +00:00 |
|
rubidium
|
3bd4eeb178
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|
rubidium
|
7dd677ced2
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|
rubidium
|
650cb3694e
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
53887e07bb
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
bbd546b792
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
alberth
|
9d2738b9c4
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
rubidium
|
6d3745a924
|
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
|
2009-03-22 14:55:49 +00:00 |
|
rubidium
|
e75e1e62cb
|
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
|
2009-03-22 14:55:49 +00:00 |
|
smatz
|
d28895c88b
|
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
|
2009-03-15 15:25:18 +00:00 |
|
smatz
|
af293142fe
|
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
|
2009-03-15 15:25:18 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
83888098db
|
(svn r15598) -Fix [FS#2695]: crash when opening viewport while scrolling the map and the mouse 'lands' on the window decoration of the viewport.
|
2009-03-02 18:01:33 +00:00 |
|