Age | Commit message (Expand) | Author |
2009-02-23 | (svn r15559) -Feature: Show required/already-delivered cargo needed for town-... | frosch |
2009-02-17 | (svn r15511) -Fix [FS#2641] (r15190): Generating a map with the original map ... | yexo |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-21 | (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. | Yexo |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-02 | (svn r14789) -Feature: allow scrolling with the left mouse button pressed (if... | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-11-02 | (svn r14556) -Fix (r14533): Bounding box with height > TILE_HEIGHT could caus... | frosch |
2008-10-25 | (svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations. | frosch |
2008-10-19 | (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) | rubidium |
2008-10-13 | (svn r14461) -Document: add some doxygen comments (Albert) | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-02 | (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp... | rubidium |
2008-06-12 | (svn r13499) -Codechange: Allow drawing (ugly) leveled foundations on steep s... | frosch |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-07 | (svn r12986) -Codechange: move the landscape and transport related types from... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-20 | (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp | rubidium |
2008-04-18 | (svn r12765) -Codechange: move some stuff out of variables.h that required in... | rubidium |
2008-04-04 | (svn r12563) -Cleanup: variable scope and a bit of coding style in landscape.cpp | smatz |
2008-02-28 | (svn r12303) -Codechange: move IsValidTile() in a more suitable place and mak... | glx |
2008-02-20 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat... | frosch |
2008-02-18 | (svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there... | smatz |
2008-01-30 | (svn r12020) -Documentation: Correct description of TropicZone. | frosch |
2008-01-25 | (svn r11983) -Codechange: Add some helper functions for slopes and use them. | frosch |
2008-01-22 | (svn r11947) -Feature: Make use of new sprites added by Action5 type 0D. | frosch |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead o... | rubidium |
2008-01-09 | (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... | rubidium |
2007-12-28 | (svn r11713) -Codechange: Move some declarations and definitions in a more lo... | belugas |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-11-15 | (svn r11438) -Change: do not create shores in canyons. Based on a patch by Le... | rubidium |
2007-10-20 | (svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch. | rubidium |
2007-10-20 | (svn r11316) -Codechange: add support for the half-tile (selection) graphics. | rubidium |
2007-10-20 | (svn r11313) -Codechange: prepare several pieces of code so the can handle so... | rubidium |
2007-10-14 | (svn r11263) -Codechange: Reduce code duplication between DrawBridgePillars a... | rubidium |
2007-10-05 | (svn r11209) -Codechange: remove some magic numbers and bit magic with approp... | rubidium |
2007-07-26 | (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations.... | rubidium |