rubidium
|
7b0106da02
|
(svn r18087) -Codechange: remove NWID_LAYERED
|
2009-11-15 10:30:32 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
2d24cb363f
|
(svn r18083) -Codechange: make the small map GUI nested.
|
2009-11-14 20:56:25 +00:00 |
|
rubidium
|
a66fe3c96c
|
(svn r18082) -Codechange: make it visually easier to see where the different legenda 'tables' are split + some typos
|
2009-11-14 20:34:46 +00:00 |
|
rubidium
|
ff81b32bad
|
(svn r18080) -Codechange: add some const to the smallmap
|
2009-11-14 17:47:05 +00:00 |
|
rubidium
|
b3394dbeb4
|
(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging
|
2009-11-09 16:05:24 +00:00 |
|
smatz
|
1043abc176
|
(svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit
|
2009-10-26 20:32:28 +00:00 |
|
smatz
|
e895719e96
|
(svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff()
|
2009-10-26 20:26:34 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
51936e1903
|
(svn r17850) -Codechange: remove most usage of delta on OnResize
|
2009-10-24 09:47:02 +00:00 |
|
smatz
|
b124e9e874
|
(svn r17835) -Codechange: constify few variables
|
2009-10-20 22:17:39 +00:00 |
|
smatz
|
92b61b1a4a
|
(svn r17832) -Codechange: make Alberth happier
|
2009-10-20 21:27:44 +00:00 |
|
smatz
|
0b213e866e
|
(svn r17831) -Codechange: move code used for adding map indicators of the smallmap to separate functions
|
2009-10-20 21:26:56 +00:00 |
|
smatz
|
61474f5c1f
|
(svn r17829) -Codechange: move code used for adding vehicles and town names to minimap to separate functions
|
2009-10-20 20:57:30 +00:00 |
|
smatz
|
ecdbc151e9
|
(svn r17825) -Change: 'animate' the 'center to current position' button in SmallMapWindow when pressed
|
2009-10-20 19:38:51 +00:00 |
|
smatz
|
bcc7da4aa1
|
(svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp
|
2009-10-20 18:38:38 +00:00 |
|
smatz
|
270aa78257
|
(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 |
|
rubidium
|
dea1f46636
|
(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 |
|
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
|
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 |
|
smatz
|
09e1ecc8ac
|
(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
|
99d46e0ad7
|
(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
|
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
|
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 |
|
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
|
e419fe6d3f
|
(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
|
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 |
|
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
|
650cb3694e
|
(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 |
|
alberth
|
bbd546b792
|
(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 |
|
smatz
|
d28895c88b
|
(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
|
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
|
f3e0fd7416
|
(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 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
Yexo
|
6126db001e
|
(svn r15201) -Fix [FS#2565] (r15190): The smallmap tried to get the owner of invalid tiles.
|
2009-01-21 23:49:59 +00:00 |
|
rubidium
|
48c97558f7
|
(svn r14946) -Fix: copying a location from the extra viewport to the main viewport did not cancel vehicle following
|
2009-01-09 23:28:28 +00:00 |
|
rubidium
|
c0e7434f38
|
(svn r14944) -Cleanup: add spaces around some operators
|
2009-01-09 22:56:28 +00:00 |
|
rubidium
|
27187e5a69
|
(svn r14567) -Revert (part of 14566): don't commit testing stuff...
|
2008-11-07 18:02:46 +00:00 |
|
rubidium
|
0b3706a8d3
|
(svn r14566) -Fix [FS#2397]: RV's go via order would reserve a slot at the 'via' station which it never uses, which makes it unlikely that it reserves a slot for the next station and that makes queueing fail (Aali)
|
2008-11-07 17:59:51 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|