Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
been (rail/road build toolbar)
|
|
Ukrainian language file.
|
|
bounding rectangle calculation.
|
|
chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically.
|
|
colours. Now strip all
colours for the console. It's a bit magicky (magic numbers) but UTF8 fixes that soon.
|
|
bulgarian - 2 fixed, 3 deleted, 2 changed by kokobongo (7)
dutch - 2 fixed by habell (2)
italian - 2 fixed by sidew (2)
slovak - 1 fixed by lengyel (1)
|
|
layouts. Do not OR the backquote
character but set it. Happened on Linux with Hungarian keyboard for example.
|
|
didn't move along with station when station moved by walking. (HMage)
|
|
(reported by skidd13)
|
|
|
|
(red-signal penalty) is negative. Such penalty is now added as positive penalty for the appropriate green signal. (DannyA)
|
|
|
|
|
|
|
|
(gpsoft, klanticus)
|
|
high CPU load, handle
mouse input right away instead of waiting for GameLoop. (KUDr)
|
|
use GB and change logic
of the win32: TAB speeds up, but ALT+TAB doesn't code.
|