Age | Commit message (Collapse) | Author |
|
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.
|
|
rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)
|
|
reverted?) automatic railtype conversion when building track on existing rail.
|
|
GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs.
|
|
MeusH to make use of the Unicode characters where needed.
|
|
the str pointer for
control characters is at the next character, so take value and THEN increase
pointer, not the other way around. This bug could result in incorrect bb's computed
for strings.
|
|
7571. Re-revert it. Sorry.
|
|
|
|
|
|
r4911)
|
|
bulgarian - 7 fixed, 55 changed by kokobongo (62)
catalan - 2 changed by arnaullv (2)
estonian - 26 fixed by kristjans (26)
lithuanian - 10 fixed by Plyta (10)
norwegian - 53 fixed by oletk (53)
slovak - 2 fixed by lengyel (2)
turkish - 3 fixed by jnmbk (3)
ukrainian - 28 fixed by znikoz (28)
|
|
rail/road combinations (including signals)
|
|
(C99), work around
this (tokai)
|
|
-Change: messages about failures is cocoa should be debug level 0 and show what went wrong. " failed with message X" isn't really descriptive.
-Change: remove unneeded level 1 debug messages for entering some cocoa functions.
|
|
|
|
going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client.
|
|
debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
|
|
functionalize
check_length, don't print copyright message for grfinfo (it is shown in newgrf
window), have action 0x0B print out the messages with severity 0.
|
|
subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
|
|
functionality for CreateWindow when starting a program from the console or from the GUI. Because of this starting OpenTTD from the desktop wouldn't maximize the window, even if the config file said so. So work around this...
|
|
respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.
|
|
but the ClientID (index in _network_client_info). Therefore it was not possible to create a new company if 8 or more clients were connected. Thanks to FlashFF for noticing this bug.
|
|
'current' order is selected in the Order GUI and one has instructed the train to go to the depot, via the button in the Train View GUI, changed the depot order by switching from 'service at depot' to 'stop at depot' and vice versa.
|
|
before starting to load other vehicles.
|
|
By adding CUSTOM_FONTCONFIG flag to the Makefile (not Makefile.config) to overwrite default locations of this library
This allows static linking
|
|
loops, the console command "screenshot no_con" did not had time to actually repaint the screen without the console before the screenshot. Forcing a redraw before it ensure that the feature acts as required. (to be ported to 0.5.0)
(thanks glx)
|
|
2. Thanks to Ben_Robbins_ for providing the test case.
|
|
(to be ported to 0.5)
|