1
0
Fork 0

Commit Graph

  • a8d2aa157a (svn r5280) -Backport: r5119 -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this tron 2006-06-15 14:34:31 +0000
  • af0354ad24 (svn r5279) -Backport: r4116 -Fix: The AI should send a plane into a hangar if it's not in a hangar _or_ not stopped, not when it's not in a hangar _and_ not stopped tron 2006-06-15 14:16:57 +0000
  • 618396ca47 (svn r5266) WebTranslator2 update to 2006-06-14 19:54:19 czech - 4 fixed by Hadez (4) italian - 15 changed by sidew (15) miham 2006-06-14 17:54:31 +0000
  • 74d40ced0a (svn r5265) Replace a dozen bogus uses of strncmp() by strcmp() tron 2006-06-14 13:22:30 +0000
  • 3d41cb23d4 (svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 tron 2006-06-14 12:30:31 +0000
  • 7d2efe3d84 (svn r5263) Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers tron 2006-06-14 11:26:56 +0000
  • d2f6cb9e2d (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers tron 2006-06-14 11:05:30 +0000
  • 17c15fab3e (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a train was on it tron 2006-06-14 09:52:50 +0000
  • f5638395fe (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower tron 2006-06-14 09:01:21 +0000
  • b6e2b38fe7 (svn r5250) WebTranslator2 update to 2006-06-13 19:40:20 italian - 4 fixed, 1 changed by sidew (5) miham 2006-06-13 17:40:29 +0000
  • 642a3b4b22 (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. peter1138 2006-06-13 17:13:46 +0000
  • 30c81ca9ac (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used Darkvater 2006-06-13 14:04:12 +0000
  • 02bde34b2b (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. peter1138 2006-06-12 11:38:07 +0000
  • 84f553b47f (svn r5229) Remove a write-only variable glx 2006-06-11 21:38:35 +0000
  • 8316020ff3 (svn r5228) Suppress MSVC warnings about signed/unsigned comparison KUDr 2006-06-11 21:19:51 +0000
  • 3b192c0315 (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) miham 2006-06-11 19:23:39 +0000
  • 260012382d (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 tron 2006-06-11 16:00:56 +0000
  • 88f9473c85 (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 tron 2006-06-11 14:56:21 +0000
  • 0f5453d95b (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums tron 2006-06-11 07:17:43 +0000
  • 4ba334ffde (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) tron 2006-06-10 21:06:29 +0000
  • 7d0a139828 (svn r5220) Testing for existence AND using rm -f is tautologous tron 2006-06-10 20:11:02 +0000
  • c9be4eed53 (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful tron 2006-06-10 20:08:19 +0000
  • 256cd2341a (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection tron 2006-06-10 19:40:43 +0000
  • ea9242eff5 (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18 polish - 4 changed by meush (4) miham 2006-06-10 18:54:28 +0000
  • 5ae22e72fa (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) miham 2006-06-10 17:29:44 +0000
  • 92770d22dc (svn r5214) [languages] Re-done afrikaans change, this time proper miham 2006-06-10 09:55:57 +0000
  • 151b086d70 (svn r5213) [languages] reverted last change from tron miham 2006-06-10 09:52:11 +0000
  • 79bfd1f63e (svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8 tron 2006-06-10 09:48:15 +0000
  • 4c2f3725d5 (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) tron 2006-06-10 09:45:34 +0000
  • 0a72639c2d (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. tron 2006-06-10 08:37:41 +0000
  • 15c945c926 (svn r5203) Some bits were incorrectly marked as used tron 2006-06-09 20:06:02 +0000
  • 33b1c15418 (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) miham 2006-06-09 17:46:43 +0000
  • dfa60b0832 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used peter1138 2006-06-09 16:35:07 +0000
  • 901e2d02b1 (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible tron 2006-06-09 15:27:17 +0000
  • c1bcead499 (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE tron 2006-06-09 15:24:04 +0000
  • da4d1aa292 (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. peter1138 2006-06-09 14:40:30 +0000
  • 01aec41f69 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 peter1138 2006-06-09 14:37:28 +0000
  • 0717a527eb (svn r5195) WebTranslator2 update to 2006-06-09 11:31:37 hungarian - 4 fixed by miham (4) italian - 1 changed by sidew (1) miham 2006-06-09 09:31:48 +0000
  • 62dcad4e65 (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment peter1138 2006-06-09 08:26:22 +0000
  • e679cfe802 (svn r5191) - NewGRF: add cargo refit support for road vehicles peter1138 2006-06-09 07:45:26 +0000
  • 19d14b474e (svn r5188) - NewGRF: check refit capacity callback when refitting a ship peter1138 2006-06-09 07:09:48 +0000
  • d6ebfb8338 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. peter1138 2006-06-09 07:03:53 +0000
  • a7fbd158a0 (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) peter1138 2006-06-09 06:34:28 +0000
  • ffeb87763f (svn r5176) fixing the typo, that should have been fixed in last commit bjarni 2006-06-08 20:17:19 +0000
  • bbe4285a03 (svn r5175) -Fix: [autoreplace] FS#186 autoreplaced trains can leave all wagons in depot also fixed a serious typo in peter1138's comments bjarni 2006-06-08 20:12:07 +0000
  • 5ab592667f (svn r5173) Use map manipulation functions instead of SB() tron 2006-06-08 19:27:20 +0000
  • 7c1f1d823f (svn r5171) Get rid of an ungly hack in the load routine, which temporarily turned house and road tiles into void tiles to calculate the closest town tron 2006-06-08 18:31:54 +0000
  • b690e85604 (svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) KUDr 2006-06-08 17:36:06 +0000
  • c7d1e2eab5 (svn r5169) - CodeChange: [YAPF] RVs now use YAPF_TILE_LENGTH as base unit and 2 configurable settings (slope and crossing penalties) for cost calculation KUDr 2006-06-08 17:31:03 +0000
  • 0b3e83a2fb (svn r5164) - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) KUDr 2006-06-07 21:26:57 +0000
  • 80a36fe5bd (svn r5163) - CodeChange: [YAPF] "treat first red two-way signal as dead end" is not applied if train didn't pass choice. It allows pathfinder to plan route through first red two-way signal if the train has no other choice than to pass it. KUDr 2006-06-07 21:18:08 +0000
  • 4c52f88ed1 (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains KUDr 2006-06-07 21:16:43 +0000
  • be88e269b9 (svn r5155) - Remove the bridge branch merge (revision r5070) tron 2006-06-07 19:35:21 +0000
  • ace071529e (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road KUDr 2006-06-07 18:41:58 +0000
  • f2f4ca1dc4 (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater) KUDr 2006-06-07 17:04:22 +0000
  • 36672afd8f (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p) peter1138 2006-06-07 07:33:56 +0000
  • d286235a6a (svn r5146) - NewGRF: Support selection of aircraft default cargo type by checking its refit mask. If aircraft can be refitted to passengers, no change happens, else the first refittable type is chosen. Also use refit capacity to determine the default capacity. peter1138 2006-06-07 07:20:28 +0000
  • 4a26eb083b (svn r5138) Two more like r5136 tron 2006-06-05 18:16:41 +0000
  • aada042d57 (svn r5136) Fix various style bugs: - Trailing whitespace - Trailing empty lines - Missing newline at EOF - Missing svn:eol-style native tron 2006-06-05 18:10:43 +0000
  • 30651e8bcb (svn r5135) Forgotten Id tag tron 2006-06-05 18:00:37 +0000
  • 790362c342 (svn r5132) s/?/³/ tron 2006-06-05 16:31:29 +0000
  • dccfb89766 (svn r5131) s/STRING[1-5]/STRING/g tron 2006-06-05 16:08:06 +0000
  • 94a45ffa70 (svn r5130) WebTranslator2 update to 2006-06-05 17:56:46 american - 12 changed by WhiteRabbit (12) galician - 62 fixed, 10 changed by Condex (72) italian - 3 changed by sidew (3) miham 2006-06-05 15:56:59 +0000
  • 5fdc69194e (svn r5129) Accommodate the default AI for the new railtype: It used hard coded numbers instead of enums to calculate prices tron 2006-06-05 15:47:08 +0000
  • 32bf3c7c1c (svn r5128) Remove the global variable _cur_ai_player tron 2006-06-05 15:29:47 +0000
  • 6b37bda997 (svn r5127) Use IsRoadVehInDepotStopped() and IsAircraftInHangarStopped() tron 2006-06-05 14:54:23 +0000
  • 00aa407edd (svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStoppedInHangar() -Fix: Be more strict what it means for an aircraft to be in a hangar: It's not just being stopped on a hangar tile tron 2006-06-05 12:43:41 +0000
  • 3c4a5d6192 (svn r5121) Add forgotten file in r5120 tron 2006-06-05 11:28:31 +0000
  • cb13a1e43d (svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks tron 2006-06-05 11:28:00 +0000
  • b0801e4e63 (svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this tron 2006-06-05 10:26:38 +0000
  • eeeb8172e8 (svn r5118) Add IsRoadVehInDepot{Stopped,}() tron 2006-06-05 10:23:18 +0000
  • ddbcd9007c (svn r5117) Remove a redundant check: If a road vehicle is in the state 'in depot', don't test if it's a road depot tron 2006-06-05 09:54:58 +0000
  • 4f5c84e720 (svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer tron 2006-06-05 08:34:39 +0000
  • 12a68cc7c3 (svn r5115) Move helper functions to where they belong tron 2006-06-05 08:30:58 +0000
  • 45ea5388fe (svn r5110) - Backport from trunk (r's and lots of it): Language changes. Galician (67 missing!) and Icelandic (20 missing) are bad off. Spanish, Norwegian, Brazilian-Portugese (2 missing) and Slovak (1 missing). Darkvater 2006-06-04 22:34:52 +0000
  • 1be4771689 (svn r5109) - Backport from trunk (r5097): The trolly AI used information from the wrong industry when calculating the amount of to be transported goods Darkvater 2006-06-04 22:03:58 +0000
  • 590cd1d07b (svn r5108) - Backport from trunk (r5092): There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders Darkvater 2006-06-04 22:02:51 +0000
  • 4f27e53d17 (svn r5107) - Backport from trunk (r5085, r5088): Add parentheses to CHANCE16*() macro parameters Darkvater 2006-06-04 21:58:48 +0000
  • f026c645e3 (svn r5106) - Backport from trunk (r4964): Fix NTP over bridges: don't check the rail type when on a bridge Darkvater 2006-06-04 21:40:21 +0000
  • 5e3dd8dd78 (svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This simplifies code that works with more than one vehicle type. peter1138 2006-06-04 18:22:32 +0000
  • 0a623bc333 (svn r5104) - When refitting a vehicle to its existing cargo type, don't lose the cargo onboard (useful when adding wagons to a train) peter1138 2006-06-04 17:49:16 +0000
  • f00c3e7e25 (svn r5103) - Add cargo subtype parameter to refit commands (mart3p) peter1138 2006-06-04 17:38:48 +0000
  • 00f2b3e713 (svn r5102) - Backport from trunk (r4753): Truncate text in dropdown lists to stop text overflowing. Darkvater 2006-06-04 17:25:00 +0000
  • fa74002356 (svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots tron 2006-06-04 16:04:15 +0000
  • 479317b1eb (svn r5098) Do some manual CSE and replace a few magic numbers to improve the readability of the trolly AI tron 2006-06-04 13:39:38 +0000
  • a87004e453 (svn r5097) -Fix: The trolly AI used information from the wrong industry when calculating the amount of to be transported goods tron 2006-06-04 13:22:18 +0000
  • 9b89d3b8cd (svn r5096) Avoid unnecessary copying of _cmd_text tron 2006-06-04 13:03:48 +0000
  • 3e0902ff14 (svn r5095) -CodeChange: {} added around returns KUDr 2006-06-04 09:31:20 +0000
  • a0caafeb50 (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_id is enough. tron 2006-06-04 09:28:33 +0000
  • 9cf3badfcf (svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 for frequent debug messages (performance stats) KUDr 2006-06-04 09:13:59 +0000
  • 877c7e34a5 (svn r5092) -Fix: There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders tron 2006-06-04 09:10:24 +0000
  • 7dff47b7f0 (svn r5091) Remove duplicate code (same check twice) tron 2006-06-04 09:04:40 +0000
  • a0b53c1b65 (svn r5090) -Fix: [NPF] broken by me - r4366 (thanks Tron) KUDr 2006-06-04 00:28:24 +0000
  • 91de9b7105 (svn r5088) - Add another set of parentheses, missed in r5085, somehow... (thanks ASM) peter1138 2006-06-03 19:23:14 +0000
  • ce90b70a41 (svn r5087) - NewGRF: Fix thinko in returning a calculated callback result peter1138 2006-06-03 19:17:34 +0000
  • 4565989d54 (svn r5085) - Fix (FS#198): add parentheses to CHANCE16*() (and GENERAL_SPRITE_COLOR) macro parameters (thanks to ASM) peter1138 2006-06-03 15:14:41 +0000
  • 59d5ed821f (svn r5084) - Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as before, anyone could delete any canal or lock tile. This doesn't affect whose ships can use whose canals or locks. peter1138 2006-06-03 15:10:39 +0000
  • d7261da206 (svn r5083) -Fix: Assert when trying to build a lock on a tile with trees. (Thanks anboni for reporting) celestar 2006-06-03 12:53:29 +0000
  • 8c01bf711d (svn r5081) -Fix: Could not build bridges over crossings (but crossings under bridges were possible), noticed by WhiteRabbit celestar 2006-06-02 21:03:59 +0000
  • 47bf194723 (svn r5080) -Fix: RVs can enter other player's depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419) KUDr 2006-06-02 19:29:11 +0000