Age | Commit message (Expand) | Author |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-19 | (svn r20187) -Codechange: move _tileh_to_sprite into a function in a more log... | rubidium |
2010-05-08 | (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles | smatz |
2010-01-29 | (svn r18945) -Codechange: typo | yexo |
2010-01-18 | (svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no fen... | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-04 | (svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop | yexo |
2010-01-04 | (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it'... | yexo |
2010-01-03 | (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundat... | frosch |
2009-12-30 | (svn r18670) -Fix [FS#3455]: Update all tiles when snowline height changes in... | alberth |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
2009-09-07 | (svn r17455) -Codechange: use sprite names instead of magic numbers in table/... | yexo |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-06-27 | (svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and... | smatz |
2009-06-25 | (svn r16660) -Codechange: get rid of more dummy tile_type_procs | smatz |
2009-06-25 | (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and... | smatz |
2009-06-10 | (svn r16549) -Codechange: use bool in TileLoopClearHelper | smatz |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
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-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
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-21 | (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi... | frosch |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
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-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 r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-07 | (svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.c... | rubidium |
2008-01-04 | (svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools.... | peter1138 |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11700) -Codechange: reduce the amount of unnecessary includes. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | 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-27 | (svn r11533) -Codechange: Rename some unclear clear_x prices member names. | belugas |
2007-10-14 | (svn r11262) -Fix [FS#1330]: do not check for vehicles that are not on the gr... | rubidium |