Age | Commit message (Expand) | Author |
2005-03-28 | (svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090 | truelight |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |
2005-03-24 | (svn r2042) -Fix: forgot to remove a printf ;) | truelight |
2005-03-24 | (svn r2041) -Fix: not all vehicles did get a day_proc call (because of roundi... | truelight |
2005-03-20 | (svn r2033) - Fix: Fix some more desync by saving the town growth frequency i... | pasky |
2005-03-19 | (svn r2030) -Fix: Save _cur_town_ctr with all its bits to prevent desyncs | celestar |
2005-03-17 | (svn r2021) Fix: Enlarge _cur_town_ctr from byte to uint32 so that all the to... | pasky |
2005-03-06 | (svn r1950) Fix: A slight adjustment in the DoRandom() function which however... | pasky |
2005-02-17 | (svn r1879) Revise name handling, no functional changes | tron |
2005-02-06 | (svn r1832) Next byte -> char iteration: custom names | tron |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-02-05 | (svn r1808) Use strcmp() instead of home brewed function str_eq() | tron |
2005-02-04 | (svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles) | truelight |
2005-01-31 | (svn r1751) - Feature: New PathFinder (NPF). | matthijs |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-29 | (svn r1723) Save the map size in tiles, not number of bits | tron |
2005-01-29 | (svn r1722) -Feature: Bigger maps - anyone? | tron |
2005-01-29 | (svn r1721) -Feature: It is now possible to build multiple road stations (up ... | celestar |
2005-01-26 | (svn r1680) Feature: Replace train GUI now remembers the railtype selected in... | bjarni |
2005-01-26 | (svn r1677) Forgot to change the save/load size for 3 variables | tron |
2005-01-23 | (svn r1622) -Fix: variables can't be defined after a statement.. (Igor2Code) | truelight |
2005-01-23 | (svn r1621) -Fix: fixed some compiler warnings for the random-debug-switch | truelight |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-15 | (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic. | truelight |
2005-01-14 | (svn r1508) Remove duplicate declarations and include proper headers where ne... | tron |
2005-01-13 | (svn r1496) -Fix: highscore no longer crashes in network games with a dedicat... | darkvater |
2005-01-12 | (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it... | truelight |
2005-01-11 | (svn r1479) -Added highscore chart (accessible from the difficulty window) wi... | darkvater |
2005-01-10 | (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped ye... | darkvater |
2005-01-09 | (svn r1451) Fix some of the signed/unsigned comparison warnings | tron |
2005-01-09 | (svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and m... | tron |
2005-01-08 | (svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and n... | darkvater |
2005-01-07 | (svn r1416) Print sensible information in SafeTileAdd() if gcc is used | tron |
2005-01-07 | (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the... | tron |
2005-01-06 | (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an... | truelight |
2005-01-06 | (svn r1402) Trim trailing whitespace | tron |
2005-01-05 | (svn r1386) Move TileIndexDiff to map.h | tron |
2005-01-04 | (svn r1365) -Fix: very, very nasty buffer overflow bug introduced with replac... | darkvater |
2005-01-03 | (svn r1346) -Fix: fix signed/unsigned warnings | darkvater |
2005-01-03 | (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i... | tron |
2005-01-03 | (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL... | tron |
2005-01-02 | (svn r1323) Adding autoreplace feature | bjarni |
2004-12-29 | (svn r1297) Language fixes in the source.. (ln-) | miham |
2004-12-28 | (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo... | truelight |
2004-12-23 | (svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date... | truelight |
2004-12-22 | (svn r1236) MorphOS: added make release like in OSX (tokai) | bjarni |
2004-12-22 | (svn r1227) -Add: Ingame Server-list (select Internet, then Find Servers) | truelight |
2004-12-17 | (svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() i... | tron |