Age | Commit message (Expand) | Author |
2009-02-20 | (svn r15534) -Codechange: Rename some variables. | frosch |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-05 | (svn r15360) -Fix: Flooding vehicles did not trigger an AI event. | frosch |
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-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
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-10-14 | (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-07 | (svn r14258) -Codechange: rework the way to query the vehicle hash to make su... | rubidium |
2008-08-19 | (svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation | smatz |
2008-08-02 | (svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc) | rubidium |
2008-07-27 | (svn r13846) -Fix (r13838): Do not draw water borders inside of industries. | frosch |
2008-07-27 | (svn r13845) -Fix (r13838): When adding a WaterClass to oilrig station tiles,... | frosch |
2008-07-26 | (svn r13838) -Codechange: Make industry tiles aware of WaterClasses. | frosch |
2008-06-14 | (svn r13513) -Codechange: Give proper message when building a river fails. | belugas |
2008-06-11 | (svn r13476) -Fix: draw canal borders for locks and when directly next to a a... | rubidium |
2008-06-11 | (svn r13464) -Codechange: support NewGRF Action 0x05, type 12. | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | 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-21 | (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro. | peter1138 |
2008-05-18 | (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat... | rubidium |
2008-05-15 | (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM... | rubidium |
2008-05-14 | (svn r13090) -Codechange: add functions for direct conversion from DiagDirect... | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
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-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-03 | (svn r12547) -Feature: invisibility options to make objects invisible instead... | smatz |
2008-04-02 | (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (the... | frosch |
2008-03-31 | (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-03-08 | (svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performa... | 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-02-10 | (svn r12101) -Fix (r12100): there are void tiles at MapMaxX,Y - have to subst... | smatz |
2008-02-10 | (svn r12100) -Fix (r12042): check for water class of surrounding tiles fails ... | smatz |
2008-02-09 | (svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through r... | smatz |
2008-02-09 | (svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player p... | smatz |
2008-02-06 | (svn r12072) -Fix: Make docks at sea flood neighboured tiles. | frosch |
2008-02-06 | (svn r12071) -Feature(ette): Draw river- and canal-edges under docks and ship... | frosch |
2008-02-06 | (svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed.... | frosch |
2008-02-02 | (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ... | peter1138 |
2008-01-31 | (svn r12029) -Feature: Allow trees on shore. | frosch |