1
0
Fork 0

Commit Graph

  • 6c23767d3c (svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum) - The replacement bridge must be the same transport type, and if it's a rail bridge it must have the same railtype. - Town owned bridges can also be upgraded, but only to a bridge with a higher top speed. maedhros 2007-02-03 21:55:14 +0000
  • b1e3466b1d (svn r8566) -Fix tron 2007-02-03 21:13:34 +0000
  • d80747fb16 (svn r8565) -Fix tron 2007-02-03 20:15:17 +0000
  • 4b5bed99a2 (svn r8564) -Fix tron 2007-02-03 20:12:06 +0000
  • 77be0abd3d (svn r8563) -Fix tron 2007-02-03 20:11:10 +0000
  • f32a3eb7d6 (svn r8562) -Update: WebTranslator2 update to 2007-02-03 19:51:53 brazilian_portuguese - 1 changed by fukumori (1) croatian - 78 fixed, 1 changed by tperic (79) german - 15 changed by Neonox (15) portuguese - 4 fixed by izhirahider (4) russian - 10 fixed by DarkFenX (10) slovenian - 4 fixed by Necrolyte (4) miham 2007-02-03 18:56:42 +0000
  • 1a3b4b7394 (svn r8559) -Fix tron 2007-02-03 13:03:11 +0000
  • 2e30da531b (svn r8551) -Fix (r7759): Use ${} instead of $() for variables. maedhros 2007-02-03 09:54:42 +0000
  • c326ff3795 (svn r8550) -Fix tron 2007-02-03 09:05:43 +0000
  • 981833751a (svn r8549) -Fix tron 2007-02-03 08:30:22 +0000
  • c3d971c855 (svn r8548) -Fix tron 2007-02-03 07:54:13 +0000
  • feab2ace94 (svn r8547) -Fix tron 2007-02-03 07:47:00 +0000
  • 500f9a971a (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans. rubidium 2007-02-02 23:16:58 +0000
  • 9ddd227eb3 (svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h rubidium 2007-02-02 21:32:58 +0000
  • 6a820a30d1 (svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP. rubidium 2007-02-02 21:04:50 +0000
  • 07b9d95c3c (svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections. rubidium 2007-02-02 20:57:03 +0000
  • e66028538a (svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan) KUDr 2007-02-02 20:20:56 +0000
  • 4216c10eb1 (svn r8539) -Fix tron 2007-02-02 19:09:54 +0000
  • e0a46a08e9 (svn r8538) -Fix tron 2007-02-02 19:07:20 +0000
  • 8baecb778d (svn r8537) -Update: WebTranslator2 update to 2007-02-02 19:45:42 brazilian_portuguese - 33 changed by fukumori (33) danish - 2 fixed by MiR (2) esperanto - 6 fixed, 1 changed by LaPingvino (7) italian - 4 changed by sidew (4) miham 2007-02-02 18:48:37 +0000
  • 22dc618582 (svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out celestar 2007-02-02 16:51:10 +0000
  • 1c013055b6 (svn r8535) -Feature: Allow lumbermill to cut trees only when they are full grown. This does not affect output of the mill, but make the visual aspect of it more accurate. Prior of this, the mill produced cargo of the same amount even if the trees are on their first stages of growth. belugas 2007-02-02 15:14:28 +0000
  • 6f01ba5ad9 (svn r8534) -Feature/Codechange: Provide aircraft with vertical separation depending on their altitude and velocity celestar 2007-02-02 15:04:59 +0000
  • 904088f2f9 (svn r8533) -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar. rubidium 2007-02-02 14:32:23 +0000
  • be26fbcbb3 (svn r8531) -Fix tron 2007-02-02 08:23:48 +0000
  • 90528dc78e (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. celestar 2007-02-02 07:48:06 +0000
  • ae3982dbec (svn r8527) -Update: WebTranslator2 update to 2007-02-02 07:41:47 brazilian_portuguese - 6 fixed, 363 changed by fukumori (369) bulgarian - 6 fixed by groupsky (6) catalan - 6 fixed by arnaullv (6) croatian - 54 fixed, 3 changed by tperic (57) czech - 6 fixed by Hadez (6) danish - 2 fixed, 1 changed by MiR (3) dutch - 2 fixed by habell (2) estonian - 6 fixed by kristjans (6) french - 4 fixed by glx (4) german - 6 fixed, 2 changed by Neonox (8) hungarian - 2 fixed by miham (2) italian - 6 fixed, 4 changed by lorenzodv (6), sidew (4) japanese - 6 fixed by ickoonite (6) polish - 4 fixed by meush (4) simplified_chinese - 6 fixed by Fishingsnow (6) slovenian - 39 fixed, 1 deleted, 2 changed by Necrolyte (42) turkish - 6 fixed by jnmbk (6) ukrainian - 41 fixed, 1 deleted, 22 changed by znikoz (1), mad (63) miham 2007-02-02 06:42:55 +0000
  • 2e2e19b3d1 (svn r8526) -Codechange: add stubs for unsupported newgrf station properties peter1138 2007-02-02 02:56:29 +0000
  • 59f4f056df (svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler. rubidium 2007-02-01 23:50:15 +0000
  • 4ebb009ab4 (svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape window Darkvater 2007-02-01 23:39:48 +0000
  • 16ce6def09 (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet. rubidium 2007-02-01 23:26:44 +0000
  • 19c90a3bc0 (svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land Darkvater 2007-02-01 22:54:04 +0000
  • 99f860e686 (svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size. rubidium 2007-02-01 22:30:35 +0000
  • 15980fc023 (svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query. rubidium 2007-02-01 21:04:40 +0000
  • 5678febfe2 (svn r8514) -Codechange: Turn IsBuoy into a method of stations celestar 2007-02-01 16:48:38 +0000
  • 33cadd5043 (svn r8513) -Cleanup (r8512): Remove the now unused strings from the language files, as well as two others that weren't used for ages (tgp had other strings for them, or simply not). Darkvater 2007-02-01 16:28:11 +0000
  • cace026c1b (svn r8512) -Codechange: From the intro window enter the scenario editor. From the scenario editor dialog, remove the 'load heightmap' option and put that with the other options like 'load scenario', 'save scenario', etc. Play a little bit with positioning of elements inside the scenario editor dialog so it looks better. Darkvater 2007-02-01 16:21:56 +0000
  • c8882bd3d2 (svn r8511) -Codechange: make WindowClass an enumerated value. rubidium 2007-02-01 15:49:12 +0000
  • 01a9abc7e5 (svn r8509) -Cleanup: Add some enum names to the create scenario window Darkvater 2007-02-01 14:29:06 +0000
  • 50909e272b (svn r8508) -Codechange (r5762): [win32] Use an atomic operation to query and set the value of _global_dir_is_in_use for opendir etc to guarantee concurrency. Darkvater 2007-02-01 13:01:05 +0000
  • 3c2cb4871e (svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this. Darkvater 2007-02-01 12:51:10 +0000
  • 74c842a3ef (svn r8505) -Codechange: Ensure GRM allocated sprites will be below the original 16384 sprite limit. If not, fail and disable the NewGRF. peter1138 2007-02-01 01:40:46 +0000
  • d8edc2bb98 (svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once. maedhros 2007-01-31 22:33:24 +0000
  • 5467635bf9 (svn r8500) [0.5] -Fix: [OSX] freetype failed to be detected (now it's always enabled because Xcode installs it) -Fix: [OSX] fontconfig is disabled even if it's found because the default one in OSX is 2.1.0 and OpenTTD needs at least 2.3.0 -Fix: FREETYPE_CONFIG is only set when it's undefined. This makes it possible to add it as argument to make bjarni 2007-01-31 22:08:23 +0000
  • 43242302e0 (svn r8499) -Fix tron 2007-01-31 21:42:58 +0000
  • ce12ae7420 (svn r8498) -Fix tron 2007-01-31 21:38:09 +0000
  • c5c0a54a50 (svn r8497) -Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'. Also use the recently introduced StrEmpty(). Darkvater 2007-01-31 20:20:36 +0000
  • 47c158bbc5 (svn r8490) [0.5] -Add: logging of the IP address and port of invalid/illegal UDP packets. rubidium 2007-01-31 12:47:35 +0000
  • 4e1c7b8197 (svn r8489) [0.5] -Backport from trunk (8459, 8461): check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. rubidium 2007-01-31 12:39:41 +0000
  • 63a5b0e8be (svn r8485) -Fix tron 2007-01-31 10:50:12 +0000
  • f5d74b8af6 (svn r8482) -Revert (r8480): let others to do it properly KUDr 2007-01-31 10:27:45 +0000
  • a5198858d8 (svn r8480) -Fix [lang]: Error caused by missing case KUDr 2007-01-31 09:54:35 +0000
  • f9462a50e9 (svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct' -Codechange: 'typedef struct Packet' changed to 'struct Packet' KUDr 2007-01-31 09:51:22 +0000
  • d1b861a3dc (svn r8478) -Fix tron 2007-01-31 09:49:02 +0000
  • fe1691acce (svn r8477) -Fix tron 2007-01-31 06:25:46 +0000
  • 6e20c73c33 (svn r8476) -Fix tron 2007-01-31 05:08:07 +0000
  • 5d4241db30 (svn r8475) -Fix tron 2007-01-31 05:01:29 +0000
  • f5b41a2fbb (svn r8474) -Fix tron 2007-01-31 04:34:56 +0000
  • d838a477e2 (svn r8465) -Regression (r8455): Switching from dual to single head should switch to wagon if power is zero. .Or something. peter1138 2007-01-30 22:00:25 +0000
  • 8933ffd9ac (svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people. peter1138 2007-01-30 21:10:04 +0000
  • 6e85681ae0 (svn r8462) -Update: WebTranslator2 update to 2007-01-30 19:52:32 french - 2 fixed by glx (2) polish - 2 fixed by meush (2) ukrainian - 36 fixed, 10 changed by mad (46) miham 2007-01-30 18:53:10 +0000
  • 86b046864a (svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. rubidium 2007-01-30 17:22:56 +0000
  • be19961f1e (svn r8460) -Fix (r8455): the build train window put locomotives and wagons in appeantly random order bjarni 2007-01-30 17:19:58 +0000
  • 291b7925ee (svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandler, so it can also be used the TCP socket handler. rubidium 2007-01-30 17:12:46 +0000
  • 7feba09d9f (svn r8456) -Update: WebTranslator2 update to 2007-01-30 16:08:37 american - 4 fixed by WhiteRabbit (4) brazilian_portuguese - 4 fixed by fukumori (4) danish - 16 changed by MiR (16) esperanto - 4 fixed by LaPingvino (4) french - 32 changed by glx (32) italian - 4 fixed by sidew (4) japanese - 4 fixed, 2 changed by ickoonite (4), PouncingAnt (2) korean - 1 changed by darkttd (1) norwegian_nynorsk - 4 fixed by pollux (4) portuguese - 6 changed by izhirahider (6) romanian - 4 fixed by kneekoo (4) slovak - 4 fixed by lengyel (4) slovenian - 43 fixed, 38 changed by Necrolyte (81) spanish - 4 fixed by jfrank (4) swedish - 4 fixed by daishan (4) ukrainian - 45 fixed, 7 deleted, 18 changed by mad (14), znikoz (56) miham 2007-01-30 15:09:33 +0000
  • 0c45071bb0 (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified. -Codechange: Add and use RAILVEH_SINGLEHEAD when railveh_type is set to 0, which was implicit before. -Cleanup: Remove some extraneous parenthesis. belugas 2007-01-30 11:53:35 +0000
  • e3b63e6d83 (svn r8449) -Fix tron 2007-01-28 21:54:40 +0000
  • 39a50e3723 (svn r8448) -Codechange/Fix (r2993): Also update the helicopter's rotor when loading the game. This can solve crashes when a game is loaded with missing GRF's Darkvater 2007-01-28 21:53:13 +0000
  • 00782c089d (svn r8446) -Fix (8445): accidentally made a function that should not be abstract abstract. rubidium 2007-01-28 20:54:30 +0000
  • f72dde5236 (svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions. rubidium 2007-01-28 20:47:25 +0000
  • 2e984e0477 (svn r8444) -Fix: [Translations] Fixes from russian translator Quark miham 2007-01-28 18:44:09 +0000
  • 79c10eea5e (svn r8443) -Update: WebTranslator2 update to 2007-01-28 19:36:45 czech - 4 fixed by Hadez (4) danish - 1 changed by MiR (1) korean - 3 changed by darkttd (3) turkish - 4 fixed by jnmbk (4) miham 2007-01-28 18:37:22 +0000
  • 5d3ad5601d (svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header. rubidium 2007-01-28 13:07:24 +0000
  • 508dc154df (svn r8436) -Fix tron 2007-01-28 10:09:40 +0000
  • b6186cf39c (svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which were added in r6644 but miracuously disappeared sometime afterwards Darkvater 2007-01-28 00:28:12 +0000
  • 60ddc05925 (svn r8434) -Fix (r8430): Missing braces caused compilation failure for some (most?) compilers... peter1138 2007-01-27 22:28:28 +0000
  • f5412c1a41 (svn r8431) -Update: WebTranslator2 update to 2007-01-27 19:34:37 catalan - 4 fixed by arnaullv (4) danish - 4 fixed, 2 changed by MiR (6) dutch - 4 fixed by habell (4) french - 4 fixed by glx (4) german - 4 fixed by Neonox (4) hungarian - 4 fixed by miham (4) korean - 4 fixed, 4 changed by Nios (4), leejaeuk5 (4) lithuanian - 2 changed by Domas (2) polish - 4 fixed by meush (4) portuguese - 4 fixed by izhirahider (4) simplified_chinese - 4 fixed by Fishingsnow (4) slovenian - 4 fixed, 410 changed by Necrolyte (414) ukrainian - 34 fixed, 49 changed by mad (79), znikoz (4) miham 2007-01-27 18:35:30 +0000
  • 430e64c848 (svn r8430) -Fix tron 2007-01-27 16:45:16 +0000
  • 08c21c0c61 (svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopter and remove some magic numbers related to the subtype. Darkvater 2007-01-27 12:45:55 +0000
  • 50ca901b40 (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow. Darkvater 2007-01-27 12:29:55 +0000
  • 8bebb83de9 (svn r8427) -Fix tron 2007-01-27 10:58:44 +0000
  • 020c352ebf (svn r8426) -Fix tron 2007-01-27 10:08:08 +0000
  • e0df42b3a3 (svn r8425) -Fix tron 2007-01-26 20:51:35 +0000
  • 8a70d42603 (svn r8424) -Fix tron 2007-01-26 20:49:40 +0000
  • e7dd766c1e (svn r8423) -Fix tron 2007-01-26 20:39:36 +0000
  • ccfddeca9c (svn r8422) -Fix tron 2007-01-26 20:22:34 +0000
  • 7b38614756 (svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron) Darkvater 2007-01-26 19:30:11 +0000
  • 1b47b17450 (svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock. Darkvater 2007-01-26 19:24:02 +0000
  • 6fd747adbb (svn r8419) -Update: WebTranslator2 update to 2007-01-26 19:40:39 brazilian_portuguese - 1 changed by fukumori (1) korean - 1 changed by Nios (1) ukrainian - 1 fixed, 23 changed by mad (24) miham 2007-01-26 18:41:15 +0000
  • 201ba1f5c3 (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr. -Simplifies assignment from raw pointers -Should be harder to crash the program by incorrect assignment into it. -Should help with MorphOS compilation errors KUDr 2007-01-26 11:38:07 +0000
  • 29a332e829 (svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway) KUDr 2007-01-26 08:37:48 +0000
  • 40f966958e (svn r8412) [MorphOS] -Fix: assert_compile(x != y) doesn't work, but assert_compile(!(x == y)) does.. don't ask me why! truelight 2007-01-26 08:36:02 +0000
  • cf07eafb97 (svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish. truelight 2007-01-26 08:27:59 +0000
  • c9f4c637fb (svn r8410) -Fix tron 2007-01-26 07:50:34 +0000
  • f4dad30da7 (svn r8409) -Regression (r8049): When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again. -Regression [FS#573] (r8049): ShowLastNewsMessage could show an out-of-bounds news item because it did not checked if a previous item actually existed the first time it is called (forced news is INVALID_NEWS). Darkvater 2007-01-26 00:25:39 +0000
  • c153058378 (svn r8404) -Update: WebTranslator2 update to 2007-01-25 19:36:44 korean - 2 changed by leejaeuk5 (2) slovak - 1 changed by lengyel (1) slovenian - 290 changed by Necrolyte (290) ukrainian - 1 fixed, 55 changed by mad (7), znikoz (49) miham 2007-01-25 18:37:21 +0000
  • 113fa175a4 (svn r8403) -Fix (r8402): Forgot to remove an enum celestar 2007-01-25 11:11:43 +0000
  • b0a0086e7c (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop celestar 2007-01-25 10:06:58 +0000
  • 600cb8a314 (svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid' -Codechange: While I'm at it, put 'RoadStop::AllocateRaw' into the protected section celestar 2007-01-25 08:58:09 +0000
  • e85cd647e1 (svn r8400) -Fix tron 2007-01-25 07:11:06 +0000