summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-02(svn r8976) -Codechange: Reinitialize all engines after grf files have been ↵Darkvater
reloaded/changed.
2007-03-02(svn r8975) -Regression: [win32] Possible buffer overflow if unicode text is ↵Darkvater
pasted into an input box and needs trimming. The last character was wrongly assumed to be of length 1 (tb->maxlength - 1), while a unicode character can be up to 4 long.
2007-03-02(svn r8974) -Fix: [win32] Define a win32 target platform ourselves so that ↵Darkvater
we don't conflict with Vista Platform SDK (boekabart)
2007-03-02(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft ↵celestar
velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
2007-03-02(svn r8972) -Codechange: Dynamically add buttons on the cargo payment graph. ↵peter1138
This lets us remove the gaps and allow more than 12 cargo types later.
2007-03-02(svn r8970) -Fix (win32): suppress the warnings coming from the DirectX ↵truelight
includes for GCC 4.0+. Also clearify commit r8968 in-code
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups
2007-03-02(svn r8968) -Fix (win32): silent g++ 4.0+ warnings about breaking ↵truelight
strict-aliasing
2007-03-02(svn r8967) -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated ↵truelight
stuff.. we know that\!
2007-03-02(svn r8966) -Codechange: replace some if-cascades by switches.rubidium
2007-03-01(svn r8964) -Codechange: use grf_load_string to read action 8 strings ↵rubidium
instead of trying to do the same manually.
2007-03-01(svn r8957) -Update: WebTranslator2 update to 2007-03-01 21:03:45miham
afrikaans - 69 fixed, 24 changed by TrueTenacity (93) american - 1 fixed by WhiteRabbit (1) brazilian_portuguese - 14 fixed, 9 changed by tucalipe (11), fukumori (12) catalan - 13 fixed by arnaullv (13) czech - 13 fixed by Hadez (13) dutch - 13 fixed by habell (13) esperanto - 13 fixed by LaPingvino (13) french - 13 fixed, 1 changed by glx (14) german - 13 fixed by Neonox (13) hungarian - 13 fixed by miham (13) icelandic - 1 fixed by scrooge (1) italian - 13 fixed by sidew (13) japanese - 4 fixed by ickoonite (4) korean - 3 fixed by darkttd (3) norwegian_bokmal - 1 fixed by oletk (1) polish - 14 fixed by meush (14) portuguese - 11 fixed by izhirahider (11) russian - 13 fixed, 25 changed by DarkFenX (38) slovak - 16 fixed, 33 changed by lengyel (49) slovenian - 13 fixed by Necrolyte (13) spanish - 13 fixed by eusebio (13) swedish - 13 fixed by daishan (13) traditional_chinese - 9 fixed, 3 changed by thomasau (12) turkish - 13 fixed by jnmbk (13) ukrainian - 15 fixed, 29 changed by mad (32), znikoz (12)
2007-03-01(svn r8956) -Documentation : complete reference of m6 usage is now available.belugas
A few little cleanups here and there.
2007-03-01(svn r8955) -Fix: crash on loading savegames with GRFs that do not have ↵rubidium
their GRF info/name set.
2007-03-01(svn r8954) -Codechange: remove direct map accesses from non-map-accessor ↵rubidium
headers.
2007-03-01(svn r8953) -Codechange: make the names of enums of WaterTileType consistent ↵rubidium
with respect to RailTileType and RoadTileType.
2007-03-01(svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.belugas
Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0 Hoping it will stay that way...
2007-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ↵belugas
comments style.
2007-03-01(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 ↵rubidium
characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
2007-02-28(svn r8948) -Change: some sed implementations have problems with \n so ↵glx
rewrite r8832 using awk
2007-02-28(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and ↵maedhros
0xFF bit 10, which is set when a vehicle was built during the exclusive testing phase.
2007-02-28(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can ↵maedhros
be used for more than just the gradual loading status.
2007-02-28(svn r8944) -Codechange: Move the enum describing the bitmask of ↵maedhros
Engine.flags to engine.h and give the enum values better names.
2007-02-28(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, ↵maedhros
which just returns Engine[id].flags
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail ↵rubidium
tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
2007-02-27(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)KUDr
2007-02-27(svn r8929) -Codechange: [win32] Give the installer a slightly more verbose ↵Darkvater
link at the final screen and also copy any heightmaps to the desination directory.
2007-02-27(svn r8927) -Codechange: [win32] Update the installer to use the new paths ↵Darkvater
after the makefilerewrite and add roadstops.grf to the uninstaller.
2007-02-27(svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ↵Darkvater
ensures an updated changelog, readme, etc.
2007-02-27(svn r8921) -Fix (FS#654): several issues related to removing all orders ↵rubidium
from an aircraft and removing the airport it was heading: - the aircraft would go to (0, 0) and circle there. Clicking the 'eye' to jump to the aircraft in the main window could cause a segmentation fault. - when rebuilding an airport with the StationID of the old airport could crash as the FTA state of the aircraft is higher than the number of states of the new airport, causing a crash of all clients and the server when assertions are enabled. - when rebuilding an airport with the StationID of the old airport can bring the aircraft in a state where is keeps circling the airport. To solve these issues all aircraft without a valid order will try to go to the nearest hangar it can safely get to (large jets do not land on small airports). If there is no hangar to go to, the airplane crashes (out of fuel).
2007-02-27(svn r8920) -Codechange: Do not require to press 'Apply changes' in the ↵Darkvater
newgrf GUI if the changes in there are not activated (this happens in the title screen)
2007-02-27(svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing ↵Darkvater
slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
2007-02-27(svn r8918) -Revert r8914 as the inverted files have been committed not the ↵Darkvater
correct one.
2007-02-27(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes ↵Darkvater
in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
2007-02-26(svn r8912) -Codechange: coding style cleanup and moving of two global ↵rubidium
externs into the functions that use them.
2007-02-26(svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove ↵rubidium
two unused enums.
2007-02-26(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in ↵rubidium
a map accessors header.
2007-02-26(svn r8907) -Fix (r3281): reading from an unitialized variable.rubidium
2007-02-26(svn r8906) -Feature: translation dependant formatting of dates.rubidium
2007-02-25(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides...peter1138
2007-02-25(svn r8901) -Fixtron
Get rid of DECLARE_ENUM_AS_BIT_INDEX(Trackdir, TrackdirBits) and DECLARE_ENUM_AS_BIT_INDEX() altogether
2007-02-25(svn r8900) -Fixtron
Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
2007-02-25(svn r8899) -Fixtron
Remove the unused second parameter from GetTileRailType()
2007-02-25(svn r8897) -Fixtron
Change the signature of GetNewVehiclePos(): -void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp); +GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
2007-02-25(svn r8896) -Fixtron
Most (i.e. 13 of 15) callers of GetNewVehiclePos() do not care for the return and the others can figure it out by inspecting the information returned in struct GetNewVehiclePosResult. Therefore remove the return value.
2007-02-25(svn r8894) -Fixtron
Slightly simplify the control flow of TrainController()
2007-02-25(svn r8893) -Fixtron
variable scope, const, misc.
2007-02-25(svn r8892) -Fix (r8879): swapped the eye colour and eyebrow bits.rubidium
2007-02-24(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo ↵peter1138
mapping is now dealt with only in NewGRF code, on load where possible.
2007-02-24(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47peter1138