Commit Graph

1632 Commits (1ce34ea456e58b72fe9e5e6a65fa3f0a0019bccd)
 

Author SHA1 Message Date
miham 1ce34ea456 (svn r2135) [Translations] Updated translations (142 strings to 4 languages) 20 years ago
tron 03569d1c49 (svn r2134) Return the correct error message if rail is already under a bridge, fix for r2131 20 years ago
tron c75d699b02 (svn r2133) Fix dependency tracking for C++ files 20 years ago
tron ffe868a38a (svn r2132) Fix copy&paste bug in r2131 20 years ago
tron e82468f627 (svn r2131) -Fix: Rewrite CmdBuildSingleRail(), this addresses several issues:
- Check input parameters for validity
- Adhere patch settings - you were able to build foundations under bridges even if foundations where deactivated
- Charge for foundations in all cases - foundations under bridges were for free
- Make the control flow more clear
20 years ago
pasky e0a34f8b00 (svn r2130) Various spelling fixes in messages. 20 years ago
pasky ff403d04a2 (svn r2129) Reverted r2125 and depending revisions (map size selector in the intro window). Will be done in a separate dialog. This also fixes showing of various rail/road-related strings. 20 years ago
pasky 685b137675 (svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight. 20 years ago
pasky 46c2fc4c22 (svn r2127) Get rid again of the CmdSetNewMapSize(), which was agreed to be just useless clutter. (Perhaps we should get rid of CmdSetNewLandscapeType() too, but I won't take responsibility for that. ;-) 20 years ago
Darkvater 31a7ef9933 (svn r2126) - Fix: #2 Fix compilation with network disabled, and comment out some of the warnings (unused function) (I missed this out the last commit, sorry) 20 years ago
pasky 225aa2ef48 (svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector. 20 years ago
pasky 93ef61dfcc (svn r2124) Final _select_game_widgets[] reordering, even landscape panels in place now. 20 years ago
pasky b4123cf945 (svn r2123) Reordered _select_game_widets[] to follow a sensible order. 20 years ago
pasky 0fab63db74 (svn r2122) Reformatted the widget tables so that they don't look so ugly anymore, especially with different tab widths than 2. 20 years ago
truelight 3177525871 (svn r2121) -Fix: changed the 2nd param of AyStar_EndNodeCheck back to what it should be 20 years ago
miham 333376cb6a (svn r2120) [Translations] Updated translations (166 strings to 6 languages) 20 years ago
pasky c68e9478fe (svn r2119) - Fix: [ 1172878 ] Trains "Go to depot" button: click twice skip to next order (patch by Loic GUILLOUX). I also added short explanation of OF_/OFB_ difference to order.h. 20 years ago
Darkvater a636a36989 (svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function) 20 years ago
miham 5e07cd938d (svn r2117) [Translations] Introduce lithuanian translation as finished 20 years ago
miham 74d7cc6bf3 (svn r2116) [Translations] Updated translations 20 years ago
tron 7168cfd6f3 (svn r2115) Spring cleaning, no functional changes 20 years ago
truelight f25a118ea4 (svn r2114) -Fix: fix menu with signlist in SE 20 years ago
truelight 7f6753ed89 (svn r2113) -Fix: first check if a vehicle is a train, before accessing u.rail 20 years ago
tron 3c38db7c2b (svn r2112) -Fix: ExtMidi no longer halts the game while starting a song
-Fix: Redirect stdin/stdout/stderr of the ExtMidi process to /dev/null, to prevent it from writing to the terminal
While here give the ExtMidi functions canonical names
20 years ago
pasky 3e4553e55f (svn r2111) So, result is bool therefore no need for this horrible == 0 thing. 20 years ago
pasky 6dc963e246 (svn r2110) - Fix: Fixed test for various flags (e.g. newtrains in usset). result is bool so !! any non-zero values before assigning them to it - they apparently didn't fit. ;-) 20 years ago
truelight 4c9f0eefb4 (svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(tile, tile, 0) 20 years ago
truelight 9ebe54c1ae (svn r2108) -Fix: the server now also unpause when a client desyncs or something 20 years ago
pasky afcfbdf852 (svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProduction(). These randoms are strange. 20 years ago
truelight 40a9b91b37 (svn r2106) -Fix: improved the network-join algoritm, it is now a bit more stable
-Add: added 'pause_on_join' and 'max_join_time' for MP games, where you 
can auto-pause the game when a client wants to join the game. This to 
avoid connection losses because of big maps (200+ trains). (with tnx to 
#openttdcoop for the ideas and testing)
20 years ago
celestar 58a72bf483 (svn r2105) -Codechange: Added a cache for the first vehicle of a chain to increase performance, especially with many long trains 20 years ago
tron e39cb78b73 (svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and remove a pointless check 20 years ago
Darkvater a4e17642a8 (svn r2103) - Fix: Remove unnused variable from OS2 file 20 years ago
tron b2dd47f565 (svn r2102) Fix bug introduced in r2038, which gave you money for clearing occupied railway tiles ([1171926]) 20 years ago
tron 72dbefdebd (svn r2101) statvfs() is availible on POSIX.1 conformant systems.
Also use a different field, which has a better chance of containing meaningful information, of the returned struct to determine the free space on the filesystem and fix a small bug introduced in r2100 (s/!=/==/)
20 years ago
darkvater d643ca6271 (svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me) 20 years ago
truelight 555a78aaac (svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090
-Codechange: while trying to find this bug, made texteff.c a bit more readable :)
20 years ago
tron fbe7139358 (svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic 20 years ago
celestar b505d1782f (svn r2097) -Codechange: [Multistop] Prettified the previous commit 20 years ago
celestar b0aa584794 (svn r2096) -Codechange: [Multistop] Modfied some debug stuff 20 years ago
tron 407b80656e (svn r2095) In CheckTrackCombination(): if () cascade -> switch, improve readability 20 years ago
tron b0006b2009 (svn r2094) In GetTileDesc_Track(): uint -> TileIndex, use enums, if () cascade -> switch 20 years ago
tron 1086f772bb (svn r2093) uint -> TileIndex, remove commented out code and a local variable, which was only used once 20 years ago
Darkvater fe9bb7e176 (svn r2092) - Fix: old commands/lines in the console (history) did not show when they used 'special' characters like öä, etc. Diff approved by the code-police. 20 years ago
tron c6b211d0aa (svn r2091) Small cleanup: uint -> TileIndex, const, don't call FindLandscapeHeightByTile() 20 years ago
pasky 6552c22785 (svn r2090) CheckNewIndustry_Oilwell() -> CheckNewIndustry_Oil() since it was concerning oil rigs and oil rafineries, but specifically NOT oil wells. ;-) Documented that. 20 years ago
pasky 730986eeb9 (svn r2089) - Codechange: Simplify slopes check in CmdBuildBridge(). Inspired by st3wis' patch 1144746. 20 years ago
pasky 68da823951 (svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine. 20 years ago
pasky b9252a268b (svn r2087) Show also the modified filenames along each change in svn log. Prevents enraging Darkvater, and we show the commit messages along changed files everywhere else too (on IRC and in mail). 20 years ago
pasky 6ecac0a6f0 (svn r2086) - Codechange: Two indentation fixes coming from Loic Guilloux' patch 1171208. 20 years ago