yexo
d1044c036a
(svn r20054) -Add: framework to check for hotkeys
2010-07-03 13:27:32 +00:00
rubidium
eb19d4b440
(svn r20053) -Fix [FS#3919] (r20034): crashing road vehicles crashed OpenTTD with slower/longer trains
2010-07-02 19:54:29 +00:00
translators
6709714f97
(svn r20052) -Update from WebTranslator v3.0:
...
irish - 116 changes by tem
serbian - 2 changes by etran
spanish - 2 changes by Terkhen
2010-07-02 17:45:13 +00:00
yexo
ccb3dc9aee
(svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames while it should be a client setting
2010-07-02 17:19:31 +00:00
michi_cc
848aa4472f
(svn r20050) -Add: git revision detection for custom git-svn clones.
2010-07-02 16:34:15 +00:00
michi_cc
34f32cbbf4
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.
2010-07-02 16:34:11 +00:00
michi_cc
a75583bbb6
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
2010-07-02 16:34:07 +00:00
michi_cc
ffdbb7ec81
(svn r20047) -Fix (rUnknown): Towns were not able to build level crossings when using original or better town layout.
2010-07-02 16:34:03 +00:00
alberth
4eb7b862a3
(svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long.
2010-07-02 13:59:27 +00:00
alberth
ddb0f1a614
(svn r20045) -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine().
2010-07-02 13:55:45 +00:00
alberth
e3bb01a7c4
(svn r20044) -Codechange: Using number of lines rather than number of added lines simplifies code.
2010-07-02 13:54:05 +00:00
alberth
22b9bc5157
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
2010-07-02 13:53:05 +00:00
alberth
3d329beb1b
(svn r20042) -Codechange: Add set methods to DrawStringParams.
2010-07-02 13:44:36 +00:00
smatz
d7a6ba4781
(svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company
2010-07-02 09:09:40 +00:00
rubidium
7062bb0bd7
(svn r20040) -Codechange: some coding style + using proper types
2010-06-30 22:17:53 +00:00
rubidium
939145c50b
(svn r20039) -Fix [FS#3907]: instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game.
...
Generating a new game is the least bad solution:
* loading the intro game: desyncs due to GM_MENU on the server and GM_NORMAL on the clients, NewGRFs not being loaded on the server but being loaded on the client;
* creating an empty map: OpenTTD will go crazy due to missing towns. Also clients can't properly join because of the missing towns;
* loading the last saved game: doesn't always exist and loading it might fail causing an infinite loop;
* stopping being a server: breaks the dedicated server horribly; if you loaded the game via rcon you can't connect with it anymore as you can't join the server;
* generating a new game: should always succeed, although people might think a scenario loaded fine because there are no companies and such.
2010-06-30 21:38:51 +00:00
rubidium
827a97a5ce
(svn r20038) -Change: move SafeSaveOrLoad a bit
2010-06-30 20:20:15 +00:00
translators
cd3bc08071
(svn r20037) -Update from WebTranslator v3.0:
...
serbian - 7 changes by etran
2010-06-30 17:45:07 +00:00
rubidium
b1d60d66cf
(svn r20036) -Fix [FS#3911]: tram tracks didn't show at level crossing with the new railtypes
2010-06-30 16:08:12 +00:00
rubidium
ed35d62e70
(svn r20035) -Fix [FS#3909]: under some circumstances you could get into an infinite loop
2010-06-29 21:15:40 +00:00
rubidium
b1400ab65e
(svn r20034) -Fix [FS#3896] (r14869): road vehicles could get crashed twice in a tick
...
In RoadVehicleController at tick N a road vehicle gets a j of slightly less
than adv_speed. In tick N+1 RoadVehCheckTrainCrash is called, then the road
vehicle gets a j of slightly more than adv_speed. This causes a second call
of RoadVehCheckTrainCrash. If in tick N the road vehicle moved onto a level
crossing and a (maglev) entered that tile at the same tick, in tick N+1 the
road vehicle would be crashed twice.
2010-06-29 20:48:34 +00:00
michi_cc
642b463dfd
(svn r20033) -Fix: gitignore and hgignore had more missing/wrong entries.
2010-06-28 19:38:27 +00:00
glx
f48e56423b
(svn r20032) -Add: MSVC 2010 project files
2010-06-28 19:07:33 +00:00
michi_cc
4e8751d4c3
(svn r20031) -Fix: git and hg didn't ignore the generated windows RC file.
2010-06-28 18:14:22 +00:00
michi_cc
22357624ff
(svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we define as well.
2010-06-28 18:14:00 +00:00
rubidium
0599cb67ce
(svn r20029) -Fix: the 64 bits TortoiseSVN wasn't always properly detected
2010-06-28 13:52:09 +00:00
rubidium
5297eb5722
(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number
2010-06-28 13:51:33 +00:00
translators
419af07b6d
(svn r20027) -Update from WebTranslator v3.0:
...
irish - 61 changes by tem
brazilian_portuguese - 1 changes by Tucalipe
romanian - 12 changes by kkmic
2010-06-27 17:45:12 +00:00
alberth
829bd7d276
(svn r20026) -Codechange: No need to copy a formal parameter if the value is not needed further.
2010-06-27 13:33:14 +00:00
alberth
604e56adc2
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
2010-06-27 09:05:10 +00:00
michi_cc
b3a707ae4b
(svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows.
2010-06-27 00:19:28 +00:00
translators
09eb0156fd
(svn r20023) -Update from WebTranslator v3.0:
...
chuvash - 12 changes by mefisteron
irish - 37 changes by Rubidium, tem
malay - 94 changes by Syed
2010-06-26 17:45:09 +00:00
alberth
212dbbf4d8
(svn r20022) -Doc: Add some doxygen comments.
2010-06-26 15:22:10 +00:00
alberth
ef17c6042f
(svn r20021) -Codechange: Move variable declarations.
2010-06-26 15:12:51 +00:00
alberth
5fb3e557d4
(svn r20020) -Codechange: _script_file is used in only one function.
2010-06-26 15:04:57 +00:00
alberth
87129fb9f5
(svn r20019) -Codechange: Apply function code style to a few small functions.
2010-06-26 14:51:27 +00:00
translators
647bbbe923
(svn r20018) -Update from WebTranslator v3.0:
...
irish - 52 changes by tem
2010-06-25 17:45:06 +00:00
translators
23301c9d8a
(svn r20017) -Update from WebTranslator v3.0:
...
chuvash - 37 changes by mefisteron
korean - 1 changes by junho2813
2010-06-24 17:45:08 +00:00
rubidium
6a2bc738cd
(svn r20016) -Change: move Irish out of unfinished
2010-06-23 17:47:10 +00:00
translators
c81354c8be
(svn r20015) -Update from WebTranslator v3.0:
...
chuvash - 17 changes by mefisteron
irish - 40 changes by tem
tamil - 6 changes by Rubidium
2010-06-23 17:45:08 +00:00
rubidium
18e567c168
(svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown
2010-06-23 14:56:17 +00:00
rubidium
52154e097c
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
2010-06-23 14:38:17 +00:00
yexo
9683b87466
(svn r20012) -Fix: when joining a company with a password you could only enter 20 characters of the password
2010-06-23 00:11:11 +00:00
translators
977f72f872
(svn r20011) -Update from WebTranslator v3.0:
...
indonesian - 4 changes by adjayanto
swedish - 11 changes by tool
2010-06-22 17:45:09 +00:00
rubidium
67a30e1e86
(svn r20010) -Add: Chuvash language stub
2010-06-22 16:21:34 +00:00
rubidium
9582da99c0
(svn r20009) -Fix [FS#3893]: sign sorting was unstable
2010-06-22 08:01:38 +00:00
rubidium
e2445aca4a
(svn r20008) -Add: Tamil language stub
2010-06-21 19:33:39 +00:00
translators
abaa697c01
(svn r20007) -Update from WebTranslator v3.0:
...
irish - 19 changes by tem
korean - 1 changes by junho2813
portuguese - 12 changes by JayCity
2010-06-21 17:45:13 +00:00
frosch
be5e880f0b
(svn r20006) -Fix: Trains should also have running cost while slowing down for stop.
2010-06-21 17:36:46 +00:00
frosch
e931399b31
(svn r20005) -Codechange: Enumify force_proceed.
2010-06-21 17:35:27 +00:00