Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | (svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level ↵ | michi_cc | |
crossings per railtype. | |||
2010-07-02 | (svn r20048) -Feature: Add a setting to forbid towns building level crossings. | michi_cc | |
2010-07-02 | (svn r20047) -Fix (rUnknown): Towns were not able to build level crossings ↵ | michi_cc | |
when using original or better town layout. | |||
2010-07-02 | (svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long. | alberth | |
2010-07-02 | (svn r20045) -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine(). | alberth | |
2010-07-02 | (svn r20044) -Codechange: Using number of lines rather than number of added ↵ | alberth | |
lines simplifies code. | |||
2010-07-02 | (svn r20043) -Codechange: Introduce vertical alignment for ↵ | alberth | |
DrawStringMultiLine(). | |||
2010-07-02 | (svn r20042) -Codechange: Add set methods to DrawStringParams. | alberth | |
2010-07-02 | (svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a ↵ | smatz | |
vehicle list without selecting any company | |||
2010-06-30 | (svn r20040) -Codechange: some coding style + using proper types | rubidium | |
2010-06-30 | (svn r20039) -Fix [FS#3907]: instead of loading the intro game when loading ↵ | rubidium | |
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 | (svn r20038) -Change: move SafeSaveOrLoad a bit | rubidium | |
2010-06-30 | (svn r20037) -Update from WebTranslator v3.0: | translators | |
serbian - 7 changes by etran | |||
2010-06-30 | (svn r20036) -Fix [FS#3911]: tram tracks didn't show at level crossing with ↵ | rubidium | |
the new railtypes | |||
2010-06-29 | (svn r20035) -Fix [FS#3909]: under some circumstances you could get into an ↵ | rubidium | |
infinite loop | |||
2010-06-29 | (svn r20034) -Fix [FS#3896] (r14869): road vehicles could get crashed twice ↵ | rubidium | |
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-28 | (svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we ↵ | michi_cc | |
define as well. | |||
2010-06-28 | (svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number | rubidium | |
2010-06-27 | (svn r20027) -Update from WebTranslator v3.0: | translators | |
irish - 61 changes by tem brazilian_portuguese - 1 changes by Tucalipe romanian - 12 changes by kkmic | |||
2010-06-27 | (svn r20026) -Codechange: No need to copy a formal parameter if the value is ↵ | alberth | |
not needed further. | |||
2010-06-27 | (svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation. | alberth | |
2010-06-27 | (svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows. | michi_cc | |
2010-06-26 | (svn r20023) -Update from WebTranslator v3.0: | translators | |
chuvash - 12 changes by mefisteron irish - 37 changes by Rubidium, tem malay - 94 changes by Syed | |||
2010-06-26 | (svn r20022) -Doc: Add some doxygen comments. | alberth | |
2010-06-26 | (svn r20021) -Codechange: Move variable declarations. | alberth | |
2010-06-26 | (svn r20020) -Codechange: _script_file is used in only one function. | alberth | |
2010-06-26 | (svn r20019) -Codechange: Apply function code style to a few small functions. | alberth | |
2010-06-25 | (svn r20018) -Update from WebTranslator v3.0: | translators | |
irish - 52 changes by tem | |||
2010-06-24 | (svn r20017) -Update from WebTranslator v3.0: | translators | |
chuvash - 37 changes by mefisteron korean - 1 changes by junho2813 | |||
2010-06-23 | (svn r20016) -Change: move Irish out of unfinished | rubidium | |
2010-06-23 | (svn r20015) -Update from WebTranslator v3.0: | translators | |
chuvash - 17 changes by mefisteron irish - 40 changes by tem tamil - 6 changes by Rubidium | |||
2010-06-23 | (svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) ↵ | rubidium | |
vehicle list when there are no vehicles. That code is meant for the "actions" dropdown | |||
2010-06-23 | (svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the ↵ | rubidium | |
warnings into account | |||
2010-06-23 | (svn r20012) -Fix: when joining a company with a password you could only ↵ | yexo | |
enter 20 characters of the password | |||
2010-06-22 | (svn r20011) -Update from WebTranslator v3.0: | translators | |
indonesian - 4 changes by adjayanto swedish - 11 changes by tool | |||
2010-06-22 | (svn r20010) -Add: Chuvash language stub | rubidium | |
2010-06-22 | (svn r20009) -Fix [FS#3893]: sign sorting was unstable | rubidium | |
2010-06-21 | (svn r20008) -Add: Tamil language stub | rubidium | |
2010-06-21 | (svn r20007) -Update from WebTranslator v3.0: | translators | |
irish - 19 changes by tem korean - 1 changes by junho2813 portuguese - 12 changes by JayCity | |||
2010-06-21 | (svn r20006) -Fix: Trains should also have running cost while slowing down ↵ | frosch | |
for stop. | |||
2010-06-21 | (svn r20005) -Codechange: Enumify force_proceed. | frosch | |
2010-06-21 | (svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly ↵ | yexo | |
converted to openttd codes so they didn't work | |||
2010-06-20 | (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes | yexo | |
2010-06-20 | (svn r20002) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 13 changes by josesun irish - 160 changes by tem turkish - 12 changes by niw3 | |||
2010-06-19 | (svn r20001) -Update from WebTranslator v3.0: | translators | |
greek - 1 changes by fumantsu indonesian - 7 changes by prof norwegian_bokmal - 11 changes by mantaray norwegian_nynorsk - 11 changes by mantaray | |||
2010-06-19 | (svn r19998) -Codechange: Unify the order of ship and plane icon in ↵ | rubidium | |
network-lobby with the rest of the game (frosch) | |||
2010-06-19 | (svn r19997) -Codechange: Unify order of ship and plane icon in stationlist ↵ | rubidium | |
and stationsigns with the rest of the game (frosch) | |||
2010-06-19 | (svn r19996) -Codechange: Add NetworkVehicleType enum. | rubidium | |
2010-06-18 | (svn r19994) -Update from WebTranslator v3.0: | translators | |
irish - 108 changes by tem slovak - 17 changes by keso53 | |||
2010-06-17 | (svn r19993) -Update from WebTranslator v3.0: | translators | |
croatian - 6 changes by VoyagerOne hebrew - 47 changes by dnd_man brazilian_portuguese - 11 changes by Tucalipe |