Age | Commit message (Collapse) | Author |
|
|
|
bulgarian - 5 fixed by groupsky (5)
dutch - 3 fixed by habell (3)
estonian - 31 fixed, 28 deleted, 26 changed by kristjans (85)
french - 9 changed by glx (9)
polish - 1 fixed by meush (1)
romanian - 6 fixed by kneekoo (6)
swedish - 4 fixed by daishan (4)
|
|
trunk. This ensures an updated changelog, readme, et.
|
|
|
|
sync code)
|
|
translation to have proper accents
|
|
french - 1 fixed by glx (1)
hungarian - 3 fixed by miham (3)
|
|
an airport without depot (mart3p).
|
|
american - 1 fixed by WhiteRabbit (1)
bulgarian - 5 fixed by kokobongo (5)
estonian - 3 fixed, 2 deleted, 95 changed by kristjans (100)
italian - 1 fixed by sidew (1)
norwegian - 3 fixed by oletk (3)
polish - 2 fixed, 2 changed by meush (4)
portuguese - 1 fixed by izhirahider (1)
russian - 1 fixed by HMage (1)
spanish - 3 fixed by eusebio (3)
turkish - 3 fixed by jnmbk (3)
|
|
animation state is stored into a single location.
|
|
|
|
-Codechange: add a reference to the industry GFX enum and some comments to the tables
-Codechange: remove some magic numbers
|
|
deprecated by Apple (pvz)
|
|
and shuffle around
some code for SetupColorsAndInitialWindow. Because we know that after a successful
load all windows are removed we can setup default windows in this function, and
show ShowJoinStatusWindow in PACKET_SERVER_MAP.
-Setup the global _network_join_status for ShowJoinStatusWindow in the only two
places where the function is called, instead of inside it.
-Turn the join status window into a modal window of the network window so it
stays on top.
|
|
parent. If the
query has no parent (eg give money, rename waypoint), the global function
HandleOnEditText is used.
|
|
sizeof(array) instead
of X * sizeof(array[0])
|
|
possible that when a
parent window is deleted it deletes its child (always) and in turn, through some
code the child initiates the deletion of the parent which, if not guarded
against, deletes the child and so on...
|
|
magic values and defines to an enum and fix coding/documentation style.
-Codechange: make DeleteAnimatedTile a little clearer (pv2b).
|
|
instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes.
|
|
shifted up, and
the current economy numbers were moved to economy[0]. This was done in one
memmove which worked because old_economy was behind cur_economy in the struct.
Do not rely on this functionality...
|
|
ip:port#player", not "-n ip#player:port" as the help text suggests.
|
|
ended on the first two-way red signal due to yapf.rail_firstred_twoway_eol option.
|
|
console.txt, since we don't have that file anymore (this made dmg building fail)
-Cleanup: [OSX] removed the link files since they aren't needed and broken anyway
|
|
from/to release versions.
|
|
as window icon by SDL (to be ported to 0.5).
|
|
from under bridge rail/road (introduced by bridge merge r7573)
|
|
includes the depot
sell-all popup, quit/abandon game. The language files committed in r7619 go with this.
|
|
It gets passed
a parent pointer which will be blocked as long as the popup is open. This
applies to newgrf-apply, heightmap warning, genworld progress.
|
|
- through incompatible rail types
- from under bridge track to the bridge ramp (peter1138)
- same for tunnels (from track on top of tunnel entry to the tunnel)
|
|
window-child that
will block activity for the parent window until the modal popup is dismissed.
|
|
terms. A child
is a window whose parent pointer is non-null. Deleting the parent cascades deleting
the children as well; children first.
|
|
rail tiles, so get the trackbits if it is certain it is a plain rail tile. Noticed by Tron.
|
|
-(re)set _rename_[id/what] to -1 to catch invalid calls (main_gui.c)
-Only invalidate widget of pause/ff instead of whole window (main_gui.c)
-Remove numbering from WE_ and WC_ as it's not needed, also remove
non-existing windowclasses (window.h, openttd.h)
-Give names to some of the enums (window.h)
-In UninitWindowSystem not only free malloc'd widgets, but also reset the z-array (window.c)
-Some coding style, comments, etc.
|
|
american - 2 fixed by WhiteRabbit (2)
french - 2 fixed by glx (2)
portuguese - 2 fixed by izhirahider (2)
|
|
unneeded signal removal code in ClearTileTrack as it is done in CmdRemoveSingleRail too, which is called for every removed trackbit.
|
|
tunnels and bridges.
|
|
|
|
directmusic.txt
|
|
Unicode characters (DDream).
|
|
so work around
this and thank MS for such a crappy, shitty crap compiler.
|
|
bulgarian - 7 fixed, 2 changed by kokobongo (9)
catalan - 5 changed by arnaullv (5)
estonian - 2 fixed, 7 changed by kristjans (9)
italian - 2 fixed by sidew (2)
polish - 3 fixed, 3 changed by meush (6)
russian - 2 fixed by Smoky555 (2)
spanish - 41 fixed by eusebio (41)
swedish - 13 fixed, 81 changed by ChrillDeVille (94)
turkish - 4 fixed, 2 changed by jnmbk (6)
|
|
-Change: make readme.txt UTF-8 instead of ISO 8859-15.
-Change: some indenting, aligning and other small textual changes.
-Add: some comments about port forwarding and NewGRF over the net..
|
|
with bigger spread-out than _patches.station_spread value (Celestar)
|
|
|
|
be used.
|
|
acceleration.
|
|
- use existing struct Rect instead of declaring new StationRect
- use inline functions instead of macros
|
|
Also removed all the Makefile code regarding this flag since it's no longer needed
Removed documentation about special limitations regarding running the game on OSX 10.2
OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months)
|
|
as the flag name changed, but didn't change in the readme
|
|
Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.
|