alberth
|
390b582989
|
(svn r21109) -Add: Don't display available newgrfs when the newgrf list is not editable.
|
2010-11-07 13:54:04 +00:00 |
|
alberth
|
4838e827b1
|
(svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its layout widget.
|
2010-11-07 13:51:34 +00:00 |
|
michi_cc
|
be4dfdd709
|
(svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicle speed is meant.
|
2010-11-07 13:35:12 +00:00 |
|
michi_cc
|
06fd794dc7
|
(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more.
|
2010-11-07 13:35:07 +00:00 |
|
planetmaker
|
4ca53b908c
|
(svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road vehicles by tractive effort
|
2010-11-06 20:20:03 +00:00 |
|
planetmaker
|
dad0c0020b
|
(svn r21104) -Doc: Add doxygen commands to a few functions
|
2010-11-06 20:12:20 +00:00 |
|
planetmaker
|
99d169c7b8
|
(svn r21103) -Change: Use the same sorting of the sorting criteria for both trains and road vehicles
|
2010-11-06 20:11:36 +00:00 |
|
translators
|
bc821b78d1
|
(svn r21102) -Update from WebTranslator v3.0:
malay - 39 changes by rionix88
|
2010-11-06 18:45:07 +00:00 |
|
planetmaker
|
d3dd03fd6b
|
(svn r21101) -Doc: Additions and clarifications of doxygen comments
|
2010-11-06 16:55:15 +00:00 |
|
terkhen
|
38d9eed25c
|
(svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed).
|
2010-11-06 13:11:24 +00:00 |
|
terkhen
|
25e638adcb
|
(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.
|
2010-11-06 13:05:11 +00:00 |
|
terkhen
|
79ab8cb571
|
(svn r21098) -Codechange: Ships now store their max speed in the cache instead of recalculating it every time.
|
2010-11-06 13:03:17 +00:00 |
|
terkhen
|
ca755e983c
|
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
|
2010-11-06 12:53:31 +00:00 |
|
terkhen
|
943c732756
|
(svn r21096) -Fix: Display the real max speed for aircrafts instead of always using the engine value.
|
2010-11-06 12:50:34 +00:00 |
|
terkhen
|
9dbd35a2ae
|
(svn r21095) -Codechange: Use a function to convert aircraft speed to old units.
|
2010-11-06 12:47:12 +00:00 |
|
terkhen
|
0a9b1e90bf
|
(svn r21094) -Fix: Aircraft speed would ignore callback 36 result when it is greater than the engine speed.
|
2010-11-06 12:45:40 +00:00 |
|
terkhen
|
47df65122a
|
(svn r21093) -Codechange: Align some functions.
|
2010-11-06 12:42:04 +00:00 |
|
terkhen
|
ac4a3c9101
|
(svn r21092) -Codechange: Merge max speed functions.
|
2010-11-06 12:40:38 +00:00 |
|
terkhen
|
78e8a17729
|
(svn r21091) -Codechange: Add bit constants for checking NewGRFCache validity.
|
2010-11-06 12:39:18 +00:00 |
|
terkhen
|
36c5f3c97c
|
(svn r21090) -Codechange: Rename VehicleCache to NewGRFCache.
|
2010-11-06 12:37:55 +00:00 |
|
translators
|
c81e5a01e0
|
(svn r21089) -Update from WebTranslator v3.0:
luxembourgish - 5 changes by Phreeze
|
2010-11-05 18:45:07 +00:00 |
|
alberth
|
e5b817e99a
|
(svn r21088) -Doc: Additions/corrections of doxygen comments.
|
2010-11-05 16:34:22 +00:00 |
|
alberth
|
576f77b5b8
|
(svn r21087) -Doc: Align and make existing comments available for doxygen.
|
2010-11-05 15:48:30 +00:00 |
|
rubidium
|
77c1838b3d
|
(svn r21086) -Feature-ish: [NewGRF] String code to print the weight in format based on settings
|
2010-11-05 13:40:18 +00:00 |
|
rubidium
|
16a2f22741
|
(svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name)
|
2010-11-05 13:34:39 +00:00 |
|
rubidium
|
6a82d9f508
|
(svn r21084) -Codechange: name a variable to cover its actual implementation better
|
2010-11-05 13:21:30 +00:00 |
|
belugas
|
377d11886c
|
(svn r21083) -Codechange: Limit the number of exceptions in the refittable cargo list to 7 (Eddi)
|
2010-11-04 19:48:25 +00:00 |
|
terkhen
|
580f8dc13c
|
(svn r21082) -Fix (r21080): Compilation error.
|
2010-11-04 19:34:40 +00:00 |
|
translators
|
bd9e075749
|
(svn r21081) -Update from WebTranslator v3.0:
ukrainian - 4 changes by Madvin
|
2010-11-04 18:45:06 +00:00 |
|
terkhen
|
4059acb2cc
|
(svn r21080) -Fix: Do not allow to use a custom water level with the original map generator.
|
2010-11-04 18:34:37 +00:00 |
|
belugas
|
d5c8ea393d
|
(svn r21079) -Codechange: replace magic numbers with already defined constant ("inspired" by Hirundo's work)
|
2010-11-04 17:42:24 +00:00 |
|
rubidium
|
054e0fa14f
|
(svn r21078) -Fix [FS#4203]: snowline didn't want to be very high
|
2010-11-03 22:03:12 +00:00 |
|
translators
|
197fd1f17c
|
(svn r21077) -Update from WebTranslator v3.0:
danish - 8 changes by beruic
|
2010-11-03 18:45:06 +00:00 |
|
translators
|
1c105ee7b7
|
(svn r21076) -Update from WebTranslator v3.0:
luxembourgish - 74 changes by Phreeze
|
2010-11-02 18:45:06 +00:00 |
|
rubidium
|
0e56fafe74
|
(svn r21075) -Fix [FS#4192]: Wrong (maximum) value shown for generation seed in the in-game console
|
2010-11-01 22:53:05 +00:00 |
|
rubidium
|
0f942d3ed5
|
(svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or before) savegame where the waypoint refered to an already removed town
|
2010-11-01 22:27:34 +00:00 |
|
rubidium
|
d22c1eee26
|
(svn r21073) -Fix: spelling errors in comments
|
2010-11-01 22:12:12 +00:00 |
|
translators
|
74494cb1b8
|
(svn r21072) -Update from WebTranslator v3.0:
traditional_chinese - 2 changes by josesun
|
2010-11-01 18:45:07 +00:00 |
|
rubidium
|
457b9c9c2e
|
(svn r21071) -Fix: ofcourse the svn properties weren't set properly either :(
|
2010-11-01 14:26:57 +00:00 |
|
rubidium
|
89ab118d0c
|
(svn r21070) -Fix: file not being picked up by doxygen
|
2010-11-01 14:18:22 +00:00 |
|
translators
|
42d9930344
|
(svn r21068) -Update from WebTranslator v3.0:
luxembourgish - 9 changes by Phreeze
|
2010-10-31 18:45:05 +00:00 |
|
translators
|
c923bca663
|
(svn r21066) -Update from WebTranslator v3.0:
korean - 8 changes by junho2813
luxembourgish - 7 changes by Phreeze
thai - 140 changes by animated
|
2010-10-31 17:45:12 +00:00 |
|
michi_cc
|
809dcbacd0
|
(svn r21065) -Fix (r19733): Crash when displaying 60+x parameters in the NewGRF inspect window.
|
2010-10-31 16:16:28 +00:00 |
|
smatz
|
a1a2335f41
|
(svn r21062) -Codechange: append -Winit-self to compiler flags
|
2010-10-31 14:25:57 +00:00 |
|
alberth
|
063931d435
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
translators
|
34e986ae60
|
(svn r21059) -Update from WebTranslator v3.0:
frisian - 32 changes by gjannema
|
2010-10-30 17:45:06 +00:00 |
|
terkhen
|
867f7b5f7b
|
(svn r21058) -Feature [NewGRF]: Add CB36 support for road vehicle properties 0x13 (Power), 0x14 (Weight) and 0x18 (Tractive effort).
|
2010-10-30 14:31:49 +00:00 |
|
rubidium
|
bb07520982
|
(svn r21057) -Fix [FS#4182] (r20922): network client "fast forward" incrementing counter multiple times in same "GUI" tick causing an invalid state
|
2010-10-29 19:35:43 +00:00 |
|
translators
|
57da6451f9
|
(svn r21056) -Update from WebTranslator v3.0:
turkish - 7 changes by niw3
|
2010-10-29 17:45:06 +00:00 |
|
alberth
|
88910224a4
|
(svn r21055) -Codechange [FS#4190]: Code style fix (chillcore)
|
2010-10-29 14:59:37 +00:00 |
|