Age | Commit message (Collapse) | Author |
|
worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed.
|
|
newgrf gui
window. GRFs with an error have a warning symbol shown before the name.
|
|
neighbouring roads (mart3p).
|
|
TRANSPORT_ROAD)' failed (Karsten)
-don't tell that we found destination if the best direction was only guessed
|
|
Remove dead code
|
|
Do not pass something to a function it better could figure out by itself
|
|
-Codechange: Split MakeRoadStop() into MakeRoadStop() and MakeDriveThroughRoadStop() for more clarity and less possibilities to use it incorrect
|
|
makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005.
For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff.
|
|
file, disable the
newgrf if an action 8 hasn't been encountered yet.
|
|
error message
in Action B is encountered. Also be more strict on the values accepted.
|
|
Remove translations which should not be empty
|
|
-Regression (r7585): On load calculate the station rectangle for all savegames, not just savegames with at least version 27
|
|
IndustryTileSPec, the alter ego of IndustrySpec.
It offers identification of the different industry tiles in a more distinct manner, as well as regrouping scattered pieces of data across the sources. More to come
|
|
struct array (with accessor) and implement new initialization method using cargo labels.
|
|
and 0
terminate them if they aren't, so we don't read beyond the end of the
memory allocated for the line.
|
|
_snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx.
|
|
on non-windows because this wrapper was only active for win32 (thx Rubidium)
|
|
Variable scope, const
|
|
filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
|
|
allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron.
|
|
on PSP
|
|
|
|
|
|
awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install
|
|
;) Switched to egrep, which should work just fine.
|
|
always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU.
|
|
instead. (Celestar)
|
|
are empty they return lovely errors (tnx to Celester for finding thisone ;))
|
|
|
|
|
|
chunks mainly list of GRFIDs and TTDP version the game was saved with.
GRFID list is read and active GRFs are loaded with the game if present in the data/ directory.
TTDP versioning information only works for newer versions, old versions will only give rough information but it's not worth the effort to precisely figure out what bit means what where and when.
|
|
when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function.
|
|
|
|
-Fix: When inserting an order for a ship while checking the distance between the new order and the order it is inserted after adhere the order types to determine the correct type of destination (i.e. station or depot)
Also do a better job in determining the preceding order
NOTE: 0.5 candidate
|
|
Simplify MoveGoodsToSation() under the assumption that 0 is less or equal than 0
|
|
Reduce variable scope
|
|
drive through stations.
|
|
road' bit was not set.
|
|
Remove the unused function AllocateStation() which was left over from r8125
|
|
Remove the explicit check for buoys when inserting goto station orders.
This is already covered by the preceding OWNER_NONE test.
|
|
Remove the possiblity to take over stations with OWNER_NONE by building a station next to it
-Fix: It was possible to take over buoys by building a station next to them
Also remove the now unnecessary special case which prevented taking over oilrigs
NOTE: 0.5 candidate
|
|
a duplicate
|
|
already know it isn't.
|
|
|
|
thing, sorry for it)
|
|
a few more
|
|
it is handled in WebTranslator2 from now on
|
|
We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only
|
|
for a certain vehicle type. We have a function to do that
|
|
|