Age | Commit message (Expand) | Author |
2008-02-11 | (svn r12115) -Codechange: move malloc/realloc error messages to separate file... | smatz |
2008-02-11 | (svn r12114) -Fix (r12111): missed one Bridge -> BridgeSpec | peter1138 |
2008-02-11 | (svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy wit... | belugas |
2008-02-11 | (svn r12109) -Fix [FS#1745](r8973): use tile index 0 for planes in the air, s... | smatz |
2008-02-11 | (svn r12108) -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile... | peter1138 |
2008-02-11 | (svn r12107) -Codechange: Add and use the typedef BridgeType | belugas |
2008-02-11 | (svn r12106) -Fix(r12105): Kill warnings and raise an error when the transpor... | belugas |
2008-02-11 | (svn r12105) -Codechange: Use TransportType instead of guessing what kind of ... | belugas |
2008-02-10 | (svn r12104) -Fix (r12103): remember loading indicators transparency settings... | smatz |
2008-02-10 | (svn r12103) -Feature(tte): separate catenary transparency settings from buil... | smatz |
2008-02-10 | (svn r12102) -Feature: Allow locking individual transparency settings so they... | maedhros |
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-10 | (svn r12099) -Documentation: add new RailGroundType to landscape.html | smatz |
2008-02-10 | (svn r12098) -Fix: make snow appear on rail tiles dependant on track height, ... | smatz |
2008-02-10 | (svn r12097) -Fix (r654, r1525): loading old, pre savegame version 2, savegames. | glx |
2008-02-09 | (svn r12096) -Fix: remove leftover property when loading older savegames | 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-09 | (svn r12093) -Fix: do not set station owner for buoys when merging company | smatz |
2008-02-09 | (svn r12092) -Fix(r11532)[FS#1755]: Make sure the production level will not g... | belugas |
2008-02-09 | (svn r12091) -Codechange : remove all production level magic numbers and repl... | belugas |
2008-02-09 | (svn r12090) -Codechange : removed a magic number and code style application ... | belugas |
2008-02-09 | (svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects | belugas |
2008-02-08 | (svn r12088) -Fix: assert when loading savegame with wrong tiletype at south ... | smatz |
2008-02-08 | (svn r12087) -Fix: MSVC warnings | glx |
2008-02-08 | (svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries whe... | glx |
2008-02-08 | (svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them ... | frosch |
2008-02-08 | (svn r12084) -Fix: 'Early retirement'-properties are signed. | frosch |
2008-02-07 | (svn r12083) -Cleanup: Adding some more files in MSVC projects | belugas |
2008-02-07 | (svn r12082) -Cleanup: MSVC projects do not care about the directory of the f... | belugas |
2008-02-07 | (svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h | belugas |
2008-02-07 | (svn r12080) -Fix: update waypoint signs when changing language | glx |
2008-02-07 | (svn r12079) -Fix: Use search paths when opening console scripts. | peter1138 |
2008-02-07 | (svn r12078) -Cleanup: Add missing headers on project files | belugas |
2008-02-07 | (svn r12077) -Cleanup: Remove files not used anymore from project files | belugas |
2008-02-07 | (svn r12076) -Fix: when reusing a renamed deleted waypoint, keep the new name | glx |
2008-02-06 | (svn r12075) -Codechange: Remove explicit numbering on command enum, and remo... | peter1138 |
2008-02-06 | (svn r12074) -Cleanup: use C++ variable scope and declaration in DrawTile_Tre... | smatz |
2008-02-06 | (svn r12073) -Codechange: stop drawing trees a bit earlier when they are invi... | 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-06 | (svn r12069) -Feature[newGRF]: Specify the purchase, rail and road descriptio... | belugas |
2008-02-06 | (svn r12068) -Fix(r12067): forgot a return | belugas |
2008-02-05 | (svn r12067) -Cleanup: Codestyle on loading object references | peter1138 |
2008-02-05 | (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec | belugas |
2008-02-05 | (svn r12065) -Codechange : removed a now useless declaration ( orig_bridge ) | belugas |
2008-02-05 | (svn r12064) -Codechange : Give grf bridges their own ResetBridges function, ... | belugas |
2008-02-05 | (svn r12063) -Cleanup: use C++ indenting and variable scope/declaration in Bu... | smatz |