Age | Commit message (Expand) | Author |
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-18 | (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid aft... | smatz |
2008-10-25 | (svn r14528) -Codechange: cache the closest town for all road tiles instead o... | rubidium |
2008-10-19 | (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) | rubidium |
2008-10-14 | (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-13 | (svn r14316) -Fix: do not allow building road over level crossings and drive-... | smatz |
2008-09-13 | (svn r14315) -Fix: allow adding roadtypes only to drive-through road stops | smatz |
2008-09-13 | (svn r14314) -Fix: pay for two road bits when adding/removing roadtype at dri... | smatz |
2008-09-11 | (svn r14293) -Change: do not show PBS track reservation in the intro game | smatz |
2008-09-07 | (svn r14258) -Codechange: rework the way to query the vehicle hash to make su... | rubidium |
2008-08-25 | (svn r14176) -Fix: better 'safe' than ... 'save' | smatz |
2008-08-02 | (svn r13931) -Codechange [YAPP]: Retain the reservation state when building/r... | rubidium |
2008-08-02 | (svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch set... | rubidium |
2008-07-25 | (svn r13824) -Fix (r13822): also make sure a tile is a road stop tile before ... | rubidium |
2008-07-25 | (svn r13822) -Fix [FS#2166]: building through the wrong side of a drive throu... | rubidium |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | rubidium |
2008-06-24 | (svn r13621) -Fix: building roadbits in the wrong direction on bridges or bui... | rubidium |
2008-06-04 | (svn r13379) -Fix (r13255): drive side can't be changed in intro | glx |
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-25 | (svn r13242) -Codechange: remove _opt_ptr. | rubidium |
2008-05-24 | (svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-own... | frosch |
2008-05-24 | (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadO... | frosch |
2008-05-21 | (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi... | frosch |
2008-05-18 | (svn r13166) -Codechange: CmdSetRoadDriveSide belongs in road_cmd.cpp, not se... | rubidium |
2008-05-14 | (svn r13090) -Codechange: add functions for direct conversion from DiagDirect... | smatz |
2008-05-08 | (svn r13016) -Codechange: unify the detection if rail catenary should be drawn | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-29 | (svn r12919) -Fix [FS#1965]: flood road tiles even when there are road works ... | smatz |
2008-04-23 | (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station c... | rubidium |
2008-04-23 | (svn r12855) -Codechange: do not use autoptr's for testing whether certain ob... | rubidium |
2008-04-20 | (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp | rubidium |
2008-04-20 | (svn r12801) -Codechange: remove the dependency of function.h in town_map.h | rubidium |
2008-04-17 | (svn r12757) -Codechange: move all cheat related stuff from all over the plac... | rubidium |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-13 | (svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice ... | rubidium |
2008-04-07 | (svn r12622) -Fix: infinite loop in case your compiler decides that enums are... | rubidium |
2008-04-04 | (svn r12569) -Cleanup: variable scope and coding style in road*.cpp | smatz |
2008-04-03 | (svn r12547) -Feature: invisibility options to make objects invisible instead... | smatz |
2008-03-27 | (svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need to... | rubidium |
2008-03-27 | (svn r12442) -Feature: Allow build leveled roads on slopes for the old ai | skidd13 |
2008-03-27 | (svn r12440) -Fix [FS#1694]: Make the road building and road removing conditi... | skidd13 |
2008-03-25 | (svn r12419) -Cleanup: of the internal road-piece building and removing. | skidd13 |
2008-03-25 | (svn r12410) -Codechange: abstract out the test for catenary on electric rails | peter1138 |
2008-03-12 | (svn r12363) -Fix: do not allow building 'zero' road bits | smatz |
2008-02-27 | (svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(... | belugas |
2008-02-20 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat... | frosch |