Commit Graph

4036 Commits (5ee201d71ead5d531213e81769b127b35d7af32f)
 

Author SHA1 Message Date
tron 5ee201d71e (svn r5294) -Fix: Plug a memory leak 18 years ago
tron 213061ef47 (svn r5293) -Fix: Not all network interfaces are capable of broadcasting. Don't record those which aren't
-Fix: Not all networks are /24. Generate proper broadcast addresses for non-/24 nets
18 years ago
tron 9e130fe09e (svn r5292) -Fix: When using SIOCGIFCONF to detect network interfaces accomodate for the fact that struct sockaddr doesn't have fixed size in all implementations 18 years ago
glx 24e31b69cc (svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help 18 years ago
Darkvater fcf19e18eb (svn r5288) - Fix [FS#199]: Tunnel construction could erronously terraform a foundationed tile with rails. This also fixes another bug where you could implicitly remove a foundation by raising nearby sloped land. Desirable perhaps, but unwanted. 18 years ago
Darkvater 57d0d447f9 (svn r5287) - Set some more ignore values (*.user), automatically generated by VS2005 18 years ago
Darkvater df90a8a89d (svn r5286) - Clean up VS2005 project files by making them identical to the VS2003 project file. Mainly put object files into a subdirectory of the project directory instead of a level higher which makes absolutely no sense. Also add some ignores, remove obsolete VS6 project files. 18 years ago
miham e93e581dc6 (svn r5285) WebTranslator2 update to 2006-06-15 19:12:46
american   - 1 changed by WhiteRabbit (1)
18 years ago
miham 9ce3dfffe0 (svn r5266) WebTranslator2 update to 2006-06-14 19:54:19
czech      - 4 fixed by Hadez (4)
italian    - 15 changed by sidew (15)
18 years ago
tron 5f7a8a3c58 (svn r5265) Replace a dozen bogus uses of strncmp() by strcmp() 18 years ago
tron 5778bfa04a (svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 18 years ago
tron aedb7f0112 (svn r5263) Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers 18 years ago
tron 44829a401c (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers 18 years ago
tron 505e85c99b (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a train was on it 18 years ago
tron e12ea73ec4 (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower 18 years ago
miham 36c3a72018 (svn r5250) WebTranslator2 update to 2006-06-13 19:40:20
italian    - 4 fixed, 1 changed by sidew (5)
18 years ago
peter1138 670b0f7d9a (svn r5249) - Add code to copy the palette to a temporary byte aligned array when making a PCX screenshot, if the palette array is not byte aligned. 18 years ago
Darkvater 1ae2eba279 (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used 18 years ago
peter1138 33f1abc620 (svn r5240) - NewGRF: when there is more than one engine in a consist, base livery overrides and powered wagon weight/power on the last engine before the wagon. 18 years ago
glx 6a0a527a87 (svn r5229) Remove a write-only variable 18 years ago
KUDr b84494d7f0 (svn r5228) Suppress MSVC warnings about signed/unsigned comparison 18 years ago
miham 946edd236d (svn r5227) WebTranslator2 update to 2006-06-11 21:23:24
lithuanian - 16 fixed, 3 changed by Plyta (19)
polish     - 4 changed by meush (4)
spanish    - 31 fixed by eusebio (31)
18 years ago
tron 347473b0b0 (svn r5226) Reduce the mess that sending chat messages is
This also fixes a bug:
-Fix: It was possible to rename a signs or waypoints with the chat box
18 years ago
tron 8cae4d1214 (svn r5225) Some windows periodically check if their parent exists - if not they close themselves
This is unnecessary, because their parents already close them when they get closed
Therefore remove the code for the periodic checks
18 years ago
tron 4ab56f465c (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums 18 years ago
tron f664e3fafa (svn r5221) Make the assertion in SetTileType() more strict: "lower edge of map <=> VOID" instead of just "lower edge of map => VOID"
This works since the hack abusing SetTileType() in openttd.c is gone (r5171)
18 years ago
tron 89f0033d97 (svn r5220) Testing for existence AND using rm -f is tautologous 18 years ago
tron acd6d83ca8 (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful 18 years ago
tron 8b9448f4fe (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection 18 years ago
miham 0d0a733731 (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18
polish     - 4 changed by meush (4)
18 years ago
miham 97982afe62 (svn r5216) WebTranslator2 update to 2006-06-10 19:27:22
french     - 4 fixed, 2 changed by glx (6)
lithuanian - 102 fixed, 16 changed by Plyta (118)
polish     - 4 fixed by meush (4)
18 years ago
miham 26fdd14963 (svn r5214) [languages] Re-done afrikaans change, this time proper 18 years ago
miham c24006a06f (svn r5213) [languages] reverted last change from tron 18 years ago
tron 523093782c (svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8 18 years ago
tron e6e255f4c8 (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) 18 years ago
tron a2362674e3 (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. 18 years ago
tron fee9ee2c05 (svn r5203) Some bits were incorrectly marked as used 18 years ago
miham 795c72be8f (svn r5202) WebTranslator2 update to 2006-06-09 19:46:28
american   - 4 fixed by WhiteRabbit (4)
dutch      - 4 fixed by webfreakz (4)
turkish    - 4 fixed, 4 changed by jnmbk (8)
ukrainian  - 4 fixed by znikoz (4)
18 years ago
peter1138 6e064cc642 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used 18 years ago
tron 56710ebc2c (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible 18 years ago
tron e6b5a07962 (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE 18 years ago
peter1138 825eb1cccb (svn r5197) - Use svn info to automatically find the last modified revision number and get branch information and place it in the revision string. Increase NETWORK_REVISION_LENGTH to accommodate the branch tag. 18 years ago
peter1138 23c672edb8 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 18 years ago
miham f705bd650f (svn r5195) WebTranslator2 update to 2006-06-09 11:31:37
hungarian  - 4 fixed by miham (4)
italian    - 1 changed by sidew (1)
18 years ago
peter1138 931b7dab7b (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment 18 years ago
peter1138 67ce8b9ea0 (svn r5191) - NewGRF: add cargo refit support for road vehicles 18 years ago
peter1138 bbafbc2942 (svn r5188) - NewGRF: check refit capacity callback when refitting a ship 18 years ago
peter1138 9b043436d8 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. 18 years ago
peter1138 1b48a2bd9d (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) 18 years ago
bjarni 0372cceb2f (svn r5176) fixing the typo, that should have been fixed in last commit 18 years ago