Age | Commit message (Collapse) | Author |
|
DiagDirection to Track and Trackbits
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
|
|
drawn twice in some cases
|
|
instead of transparent
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
|
|
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
|
building transparency settings
|
|
|
|
of for-loops
|
|
under bridge' anymore
|
|
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
some type safety.
|
|
|
|
useless includes.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
|
|
"rail.h" that includes way more than only "rail_type.h") includes at some places.
|
|
r11642
|
|
bridge_map.h into tunnelbridge_map.h
|
|
remaining to fit with the naming style
|
|
remaining to fit with the naming style
|
|
style
|
|
remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
|
|
some new slopes. Patch by frosch.
|
|
boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
|
|
catenary, creating graphical glitches when loading a catenary replacement. Patch by frosch.
|
|
non-transparant when the other catenary was drawn transparant. Patch by smatz.
|
|
"road" everywhere except in the tile type.
|
|
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
|
transparent" code.
|
|
disabled. Patch by B. N. SmatZ!.
|
|
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
|
|
including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
|
|
|
|
entrances.
|
|
coding style (and rest of the code).
|
|
tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
|
|
files with the @file tag as well as a few general comments style
|
|
-Regression (r8314): I only did half the necessary changes to move railtype from Engine to RailVehicleInfo. Now do the rest.
|