Age | Commit message (Collapse) | Author |
|
around a bit. This reduces the number of times the sprites are loaded from 5 to 2, just for the intro game.
|
|
|
|
|
|
diacritics (Hadez)
|
|
or starting a game, instead of only when the climate type is different.
|
|
sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults...
|
|
|
|
zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics)
|
|
|
|
|
|
during the generation of the heightmap.
|
|
|
|
|
|
strings inside structs.
|
|
use both in settings.c
and saveload.c
|
|
string-pointers which do not
have a pre-allocated buffer.
|
|
upward slope was incorrectly applied on bridge exit. (Danny)
|
|
ignore the multithreaded
library in for VS2005, resulting in unlinkable code for Release builds.
|
|
found not of a problem. Thanks Tron
|
|
croatian - 582 fixed, 1 changed by knovak (154), blozo (429)
|
|
american - 5 fixed by WhiteRabbit (5)
brazilian_portuguese - 10 fixed by tucalipe (10)
catalan - 9 fixed by arnaullv (9)
czech - 5 fixed by Hadez (5)
danish - 3 fixed, 2 changed by ThomasA (5)
dutch - 3 fixed by habell (3)
finnish - 7 fixed, 3 changed by kerba (10)
french - 5 fixed by glx (2), belugas (3)
galician - 7 fixed, 1 changed by Condex (8)
german - 4 fixed by Neonox (4)
italian - 3 fixed by sidew (3)
polish - 6 fixed, 20 changed by meush (26)
portuguese - 5 fixed by izhirahider (5)
romanian - 9 fixed, 2 changed by kneekoo (11)
spanish - 5 fixed, 1 changed by eusebio (6)
turkish - 2 fixed by jnmbk (2)
ukrainian - 6 fixed by znikoz (6)
|
|
the commit
|
|
american - 5 fixed by WhiteRabbit (5)
brazilian_portuguese - 6 fixed by tucalipe (6)
catalan - 5 fixed by arnaullv (5)
czech - 5 fixed by Hadez (5)
danish - 3 fixed, 2 changed by ThomasA (5)
dutch - 3 fixed by habell (3)
finnish - 7 fixed, 3 changed by kerba (10)
french - 5 fixed by glx (2), belugas (3)
galician - 7 fixed, 1 changed by Condex (8)
german - 4 fixed by Neonox (4)
italian - 3 fixed by sidew (3)
polish - 6 fixed, 21 changed by meush (27)
portuguese - 5 fixed by izhirahider (5)
romanian - 9 fixed, 2 changed by kneekoo (11)
spanish - 5 fixed, 1 changed by eusebio (6)
turkish - 2 fixed by jnmbk (2)
ukrainian - 6 fixed by znikoz (6)
|
|
lang files
|
|
Turkish characters (jnmbk)
|
|
SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements
|
|
destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)
|
|
the filter line isn't scrollable...
|
|
reintroduce lmb-scrolling (Rubidium)
|
|
window and do it only once.
|
|
could be invalid after
a call to DeleteWindow() somewhere else. Also do some cleanup with AllowWindowDescFront()
|
|
with the actual window
structs inside their array, and possibly invalidating pointers higher up.
Meaning that any function called within an wndproc could cause unknown/invalid pointers
once control was returned to this function. Solved by the introduction of an extra
abstraction layer, an array of z-window positions that is only concerned with the
pointers.
|
|
(assert_compile + 3)
|
|
viewport.c and have them
called from the appropiate places in window.c
|
|
you need to start over
|
|
use FindWindowById
instead of _windows loop (viewport.c), remove dump-code (mixer.c), MSVC6 borkdness
in stdafx.h, constness (viewport.c), variable localization (win32.c), comments (window.c)
|
|
aware.
|
|
Just provide the number of tiles per side, a pointer to a test function, the tile to start searching and voila.
Fixes [FS#364] by removing a lengthy and suboptimal random search pattern.
Thanks Rubidium.
|
|
openttd.cfg instead of the full path to the font.
|
|
'disable electrified railways'.
(original patch by maedhros, ideas: peter1138, Darkvater, Rubidium, Patrick, Eddi|zuHause, ..)
|
|
NewGRFs where the engine traction type was set before the track type of the trains.
|
|
and bridges to be available before 1920.
|
|
the server during MP game, the callback function was:
1. Called only on the server but not on its clients.
2. Was called before the setting change occurred (usually with no effect)
3. Received old 'p1' argument value intead of new one
It could cause some MP desyncs in the future.
|
|
one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx)
|
|
well-formed-ness-ness
|
|
|
|
|
|
Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
|
|
patch setting instead of
always sending to teammate if the patch is on even if you do not have any allies. So
with setting off you always send to 'all players', with setting on you send to teammates
if you have any, otherwise to all players.
|
|
|