summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-03-30(svn r12486) -Fix: the copyright date wasn't set correctly in ottdres.rc.rubidium
2008-03-29(svn r12483) -Change: disable stripping of binaries by default so we have a ↵rubidium
(much) better chance of actually getting something useful out of OSX stacktraces.
2008-03-28(svn r12482) -Fix: [build train] we don't need to have a depot in order to ↵bjarni
just check the price of a rail vehicle so don't check for compatible rails on the tile either also wagons will only need tracks they can drive on in order to be build so there is no reason to check for power in the depot
2008-03-28(svn r12480) -Change: enable and show asserts in crash.log for MSVC releases ↵glx
by default
2008-03-28(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the ↵peter1138
industry view window. The window is now shown the correct size so the resize button is also removed.
2008-03-28(svn r12477) -Fix [FS#1883]: timetable times for aircraft were always doubled.rubidium
2008-03-28(svn r12476) -Codechange: split type engine related types from engine.h (and ↵rubidium
openttd.h) to engine_type.h.
2008-03-28(svn r12475) -Codechange: cleanup coding style in news_gui.cpp.rubidium
2008-03-28(svn r12474) -Codechange: split type related stuff from waypoints from ↵rubidium
waypoint.h (and openttd.h) to waypoint_type.h.
2008-03-28(svn r12473) -Codechange: move EngineList to a more logical location.rubidium
2008-03-28(svn r12472) -Codechange: remove unneeded declaration of ViewPort and ↵rubidium
DrawPixelInfo.
2008-03-28(svn r12471) -Codechange: move SignID to a more logical location.rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and ↵rubidium
openttd.h) to order_type.h.
2008-03-28(svn r12469) -Codechange: split type related stuff from group.h (and ↵rubidium
openttd.h) to group_type.h.
2008-03-28(svn r12468) -Codechange: move some type related stuff from station.h (and ↵rubidium
openttd.h) to station_type.h.
2008-03-28(svn r12467) -Codechange: move DepotID to a more logical location.rubidium
2008-03-28(svn r12466) -Codechange: move DestinationID to a more logical location.rubidium
2008-03-28(svn r12464) -Change: remove an include that doesn't define anything anyway.rubidium
2008-03-28(svn r12461) -Change: add (quite) some missing headers to the MSVC project ↵rubidium
files.
2008-03-28(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can ↵rubidium
have both files in it's treelist.
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-28(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the ↵rubidium
actual drawing of them.
2008-03-28(svn r12457) -Codechange: Move signal enums on their own header.belugas
2008-03-28(svn r12456) -Update: apply english.txt changes from r12455 to other languagesglx
2008-03-28(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type ↵glx
display for industries)
2008-03-28(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this ↵glx
chain of vehicles with the same ID' (thx DaleStan) -Fix (r12452): wrong loading of random action 2 type 84 for non vehicle (though it shouldn't happen, but who knows ;))
2008-03-28(svn r12453) -Fix [FS#1880]: Remove broken endian-dependent code and ↵peter1138
unnecessary rgb to bgr swapping.
2008-03-27(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.glx
2008-03-27(svn r12451) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead ↵peter1138
of for-loops
2008-03-27(svn r12450) -Codechange: Use a pointer instead of several array dereferences.peter1138
2008-03-27(svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: ↵belugas
Diificulty level
2008-03-27(svn r12448) -Change: add a spec file for RPMs. The spec file replaces the ↵rubidium
SuSE and Mandrake versions as these distributions are also supported by the new spec file. New spec file by Denis Burlaka.
2008-03-27(svn r12447) -Add: company colours to hangars and road depots; train depots ↵rubidium
already have them.
2008-03-27(svn r12446) -Feature: Add +/- toggle buttons to station cargo waiting list ↵peter1138
to show/hide the detailed transferred cargo information.
2008-03-27(svn r12445) -Fix: Add missing compile asserts for window data structspeter1138
2008-03-27(svn r12444) -Fix: A little typobelugas
2008-03-27(svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need ↵rubidium
to keep to ask people for their version number because it's likely they give you the wrong answer anyway.
2008-03-27(svn r12442) -Feature: Allow build leveled roads on slopes for the old aiskidd13
2008-03-27(svn r12441) -Feature: open the time table when pressing the order button ↵rubidium
while pressing the CTRL key. Patch by Phil Sophus.
2008-03-27(svn r12440) -Fix [FS#1694]: Make the road building and road removing ↵skidd13
conditions more union -Feature: Allow to build/remove more road-piece combinations directly
2008-03-27(svn r12439) -Fix [FS#1871]: do not 'disable' the drawing of autorail ↵rubidium
overlays when the tile is 'error'-marked (red pulsating selection). Patch by Icosikai.
2008-03-27(svn r12438) -Fix-ish: typo spotted by Biblo.rubidium
2008-03-26(svn r12436) -Cleanup: minor coding stylepeter1138
2008-03-26(svn r12435) -Fix: do not remove the case from the Brazilian Portuguese ↵rubidium
translation while it is still in use.
2008-03-26(svn r12428) -Fix [FS#1878]: loading from the config file could fail even ↵rubidium
when the data is correct. Patch by Dominik.
2008-03-26(svn r12426) -Cleanup: sprinkle some coding style over a few files.rubidium
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so ↵rubidium
someone without a keyboard can enter text too. Patch by Dominik.
2008-03-25(svn r12421) -Feature: [autoreplace] the autoreplace button in train depots ↵bjarni
will now also replace wagons even if they aren't connected to a locomotive fixed estimated cost in CmdDepotMassAutoReplace() (will still not estimate wagon removal profits) Made it possible to command CmdDepotMassAutoReplace() to either replace everything or nothing (the button will still happily replace just some of the vehicles if cash premits)
2008-03-25(svn r12420) -Cleanup: Fix the indentation, improve a variable name, and add ↵maedhros
a NOT_REACHED to DeterminePluralForm.