summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-02(svn r2121) -Fix: changed the 2nd param of AyStar_EndNodeCheck back to what i...truelight
2005-04-02(svn r2120) [Translations] Updated translations (166 strings to 6 languages)miham
2005-04-02(svn r2119) - Fix: [ 1172878 ] Trains "Go to depot" button: click twice skip ...pasky
2005-04-02(svn r2118) - Fix: Fix compilation with network disabled, and comment out som...Darkvater
2005-04-01(svn r2117) [Translations] Introduce lithuanian translation as finishedmiham
2005-04-01(svn r2116) [Translations] Updated translationsmiham
2005-04-01(svn r2115) Spring cleaning, no functional changestron
2005-03-31(svn r2114) -Fix: fix menu with signlist in SEtruelight
2005-03-31(svn r2113) -Fix: first check if a vehicle is a train, before accessing u.railtruelight
2005-03-30(svn r2112) -Fix: ExtMidi no longer halts the game while starting a songtron
2005-03-30(svn r2111) So, result is bool therefore no need for this horrible == 0 thing.pasky
2005-03-30(svn r2110) - Fix: Fixed test for various flags (e.g. newtrains in usset). re...pasky
2005-03-30(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(til...truelight
2005-03-30(svn r2108) -Fix: the server now also unpause when a client desyncs or somethingtruelight
2005-03-29(svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProd...pasky
2005-03-29(svn r2106) -Fix: improved the network-join algoritm, it is now a bit more st...truelight
2005-03-29(svn r2105) -Codechange: Added a cache for the first vehicle of a chain to in...celestar
2005-03-29(svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and re...tron
2005-03-28(svn r2103) - Fix: Remove unnused variable from OS2 fileDarkvater
2005-03-28(svn r2102) Fix bug introduced in r2038, which gave you money for clearing oc...tron
2005-03-28(svn r2101) statvfs() is availible on POSIX.1 conformant systems.tron
2005-03-28(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208...darkvater
2005-03-28(svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090truelight
2005-03-28(svn r2098) Make a variable static, move a function declaration to a header a...tron
2005-03-28(svn r2097) -Codechange: [Multistop] Prettified the previous commitcelestar
2005-03-28(svn r2096) -Codechange: [Multistop] Modfied some debug stuffcelestar
2005-03-28(svn r2095) In CheckTrackCombination(): if () cascade -> switch, improve read...tron
2005-03-28(svn r2094) In GetTileDesc_Track(): uint -> TileIndex, use enums, if () casca...tron
2005-03-27(svn r2093) uint -> TileIndex, remove commented out code and a local variable...tron
2005-03-27(svn r2092) - Fix: old commands/lines in the console (history) did not show w...Darkvater
2005-03-27(svn r2091) Small cleanup: uint -> TileIndex, const, don't call FindLandscape...tron
2005-03-27(svn r2090) CheckNewIndustry_Oilwell() -> CheckNewIndustry_Oil() since it was...pasky
2005-03-27(svn r2089) - Codechange: Simplify slopes check in CmdBuildBridge(). Inspired...pasky
2005-03-27(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in additi...pasky
2005-03-27(svn r2087) Show also the modified filenames along each change in svn log. Pr...pasky
2005-03-27(svn r2086) - Codechange: Two indentation fixes coming from Loic Guilloux' pa...pasky
2005-03-27(svn r2085) Improve browsing via console:tron
2005-03-27(svn r2084) Set the name for drive itemstron
2005-03-27(svn r2083) Add pasky's and my real name in readme.txt as well.matthijs
2005-03-27(svn r2082) I have a name too!matthijs
2005-03-27(svn r2081) I have a real name, too.pasky
2005-03-27(svn r2080) - Fix: [OldAI] p->ai.state_counter was uint16 but could hold a ti...pasky
2005-03-26(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and...truelight
2005-03-26(svn r2078) - VS.NET: oops, I screwed up Release compilation cause of the stu...darkvater
2005-03-26(svn r2077) - Fix: [ 1170978 ] OS/2 project update: add waypoint.c. (-- Owen ...pasky
2005-03-26(svn r2076) Set the name for the parent directory to ".."tron
2005-03-26(svn r2075) -Fix: added missing breaks in switchestruelight
2005-03-26(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseL...pasky
2005-03-26(svn r2073) - Fix: Fixed an apparent oversight in AddTextMessage() which is l...pasky
2005-03-25(svn r2072) Use lengthof() instead of a home brewed versiontron