rubidium
|
c0e7434f38
|
(svn r14944) -Cleanup: add spaces around some operators
|
2009-01-09 22:56:28 +00:00 |
|
rubidium
|
cda853872a
|
(svn r14944) -Cleanup: add spaces around some operators
|
2009-01-09 22:56:28 +00:00 |
|
rubidium
|
7a5798695d
|
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
|
2009-01-08 16:35:45 +00:00 |
|
rubidium
|
c8c61e36bd
|
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
|
2009-01-08 16:35:45 +00:00 |
|
rubidium
|
7b4fba0f89
|
(svn r14905) -Fix (r14899): in some corner cases already freed memory could be read.
|
2009-01-07 18:59:46 +00:00 |
|
rubidium
|
c71862174a
|
(svn r14905) -Fix (r14899): in some corner cases already freed memory could be read.
|
2009-01-07 18:59:46 +00:00 |
|
rubidium
|
567b262901
|
(svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
|
2009-01-07 16:11:27 +00:00 |
|
rubidium
|
84dee1e738
|
(svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
|
2009-01-07 16:11:27 +00:00 |
|
smatz
|
a1d3c90af9
|
(svn r14884) -Codechange: simplify code responsible for opening vehicle view windows
|
2009-01-07 02:03:07 +00:00 |
|
smatz
|
1ada1a4ff2
|
(svn r14884) -Codechange: simplify code responsible for opening vehicle view windows
|
2009-01-07 02:03:07 +00:00 |
|
rubidium
|
aa6c7e8574
|
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**.
|
2009-01-06 22:37:42 +00:00 |
|
rubidium
|
19edb3ccc3
|
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**.
|
2009-01-06 22:37:42 +00:00 |
|
smatz
|
91233ea596
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
smatz
|
7368c740a6
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
smatz
|
7a2adef859
|
(svn r14806) -Fix: MarkAllViewportsDirty() didn't mark dirty whole area when zoomed out, visible by aircraft leaving trails sometimes
|
2009-01-03 15:03:28 +00:00 |
|
smatz
|
21308de6cb
|
(svn r14806) -Fix: MarkAllViewportsDirty() didn't mark dirty whole area when zoomed out, visible by aircraft leaving trails sometimes
|
2009-01-03 15:03:28 +00:00 |
|
rubidium
|
d3144b6f04
|
(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo)
|
2009-01-02 22:42:05 +00:00 |
|
rubidium
|
1357b0a4c2
|
(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo)
|
2009-01-02 22:42:05 +00:00 |
|
rubidium
|
e7bb5c63a4
|
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
|
2008-10-14 19:27:08 +00:00 |
|
rubidium
|
a999bb3227
|
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
|
2008-10-14 19:27:08 +00:00 |
|
rubidium
|
3ee482ca1b
|
(svn r14461) -Document: add some doxygen comments (Albert)
|
2008-10-13 03:26:48 +00:00 |
|
rubidium
|
f1f5b248c2
|
(svn r14461) -Document: add some doxygen comments (Albert)
|
2008-10-13 03:26:48 +00:00 |
|
smatz
|
d26e500ef4
|
(svn r14439) -Fix (r12044)(r14139): centering on a plane at the SE border could cause crash
|
2008-10-04 10:25:12 +00:00 |
|
smatz
|
b4a307d0bb
|
(svn r14439) -Fix (r12044)(r14139): centering on a plane at the SE border could cause crash
|
2008-10-04 10:25:12 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
frosch
|
b588578bcc
|
(svn r14409) -Codechange: Simplify a loop and correct a comment.
|
2008-09-28 12:38:56 +00:00 |
|
frosch
|
a370f32c15
|
(svn r14409) -Codechange: Simplify a loop and correct a comment.
|
2008-09-28 12:38:56 +00:00 |
|
rubidium
|
c358955127
|
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites.
|
2008-09-02 15:20:38 +00:00 |
|
rubidium
|
c8e8911ef6
|
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites.
|
2008-09-02 15:20:38 +00:00 |
|
smatz
|
2c58a87f4c
|
(svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels
|
2008-09-02 14:46:28 +00:00 |
|
smatz
|
cbe397388f
|
(svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels
|
2008-09-02 14:46:28 +00:00 |
|
frosch
|
a7bc5f2d0d
|
(svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile.
|
2008-08-23 16:09:06 +00:00 |
|
frosch
|
5216223f45
|
(svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile.
|
2008-08-23 16:09:06 +00:00 |
|
belugas
|
d096431936
|
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
|
2008-08-20 01:29:05 +00:00 |
|
belugas
|
77ee099212
|
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
|
2008-08-20 01:29:05 +00:00 |
|
smatz
|
d097276022
|
(svn r13991) -Codechange: draw text effects after all other signs
|
2008-08-04 14:40:50 +00:00 |
|
smatz
|
8fba4705f0
|
(svn r13991) -Codechange: draw text effects after all other signs
|
2008-08-04 14:40:50 +00:00 |
|
frosch
|
196268b7ff
|
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.
|
2008-08-02 11:26:25 +00:00 |
|
frosch
|
0fc769bb6c
|
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.
|
2008-08-02 11:26:25 +00:00 |
|
smatz
|
60cd53c375
|
(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible
|
2008-07-31 13:28:23 +00:00 |
|
smatz
|
5e2c2db235
|
(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible
|
2008-07-31 13:28:23 +00:00 |
|
skidd13
|
ad9b19b77a
|
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
|
2008-06-19 10:19:02 +00:00 |
|
skidd13
|
2f65d35ead
|
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
|
2008-06-19 10:19:02 +00:00 |
|
skidd13
|
1818d5c2e1
|
(svn r13573) -Codechange: Use smallvec class functions instead of class members
|
2008-06-19 09:32:25 +00:00 |
|
skidd13
|
e7f2765f4c
|
(svn r13573) -Codechange: Use smallvec class functions instead of class members
|
2008-06-19 09:32:25 +00:00 |
|
frosch
|
e04e2822b8
|
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
|
2008-06-16 20:08:30 +00:00 |
|
frosch
|
0fff18b044
|
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
|
2008-06-16 20:08:30 +00:00 |
|