Age | Commit message (Expand) | Author |
2006-12-27 | (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r... | celestar |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-09-06 | (svn r6408) -Fix(r6406): compilation was broken | glx |
2006-09-05 | (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it... | Darkvater |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-27 | (svn r6179) - Silence the old npf warnings | glx |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-19 | (svn r5317) s/RGT_/ROADSIDE_/ and some minor changes | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-06-09 | (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE... | peter1138 |
2006-06-07 | (svn r5155) - Remove the bridge branch merge (revision r5070) | tron |
2006-06-05 | (svn r5116) Move the overly generic GetDepotDirection() from a header to its ... | tron |
2006-06-02 | (svn r5070) Merged the bridge branch | celestar |
2006-05-09 | (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA... | rubidium |
2006-04-22 | (svn r4529) - Codechange: Use proper naming for hex numbers in debug prints e... | Darkvater |
2006-04-12 | (svn r4389) -Fix: [NPF] Don't mark tiles when debugging in multiplayer, this... | matthijs |
2006-04-12 | (svn r4387) -Codechange: Use map accessors even for debugging purposes (npf). | celestar |
2006-04-12 | (svn r4376) -Codechange Renamed GetSignalState to GetSignalStateByTrackdir | celestar |
2006-04-10 | (svn r4349) Remove GetCrossingTransportType(), it's slightly overkill | tron |
2006-04-04 | (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into st... | celestar |
2006-03-31 | (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and mo... | celestar |
2006-03-29 | (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c... | celestar |
2006-03-26 | (svn r4111) Fix/Remove some stale comments | tron |
2006-03-24 | (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the ... | tron |
2006-03-23 | (svn r4071) - Fix: [NPF] Trains & busses were unable to find a route when lea... | matthijs |
2006-03-22 | (svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of... | matthijs |
2006-03-17 | (svn r3912) Move the signal type enum and GetSignalType() to rail_map.h; also... | tron |
2006-03-16 | (svn r3908) Fix last commit (I'm saying that way too often *sigh*) (Pointed o... | tron |
2006-03-16 | (svn r3907) Replace many bridge related direct map accesses with calls to shi... | tron |
2006-03-12 | (svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(... | tron |
2006-03-11 | (svn r3816) Use existing accessors | tron |
2006-03-06 | (svn r3777) Add some functions to handle tunnels | tron |
2006-03-05 | (svn r3767) Move all direction related enums and functions to a separate header | tron |
2006-03-03 | (svn r3750) Use INVALID_STATION instead of -1 in NPF | tron |
2006-02-21 | (svn r3642) There is a 'npf' debug level for a reason, use that instead of ba... | Darkvater |
2006-02-13 | (svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a... | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in... | Darkvater |
2006-01-24 | (svn r3426) - Fix typo from r3019 -- only affected NPF debugging. | peter1138 |
2005-12-08 | (svn r3271) Remove some debug statements of mine which somehow got into svn. | hackykid |
2005-11-05 | (svn r3142) Remove a now invalid case fall-through and use helper function in... | peter1138 |
2005-10-05 | (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB | tron |
2005-09-11 | (svn r2942) Staticise some functions | tron |
2005-09-09 | (svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanc... | matthijs |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-23 | (svn r2696) Remove stray semicolons | tron |