------------------------------------------------------------------------ r5934 | rubidium | 2006-08-17 20:22:35 +0000 (Thu, 17 Aug 2006) | 4 lines -Cleanup: forgot some conversions to Year and to Date -Cleanup: use _cur_year instead of _date for some (year based) comparisons -Cleanup: remove a magic number in favour of another (less) magic number ------------------------------------------------------------------------ r5929 | miham | 2006-08-16 17:58:43 +0000 (Wed, 16 Aug 2006) | 4 lines WebTranslator2 update to 2006-08-16 19:58:20 czech - 2 fixed by Hadez (2) slovak - 2 fixed by lengyel (2) ------------------------------------------------------------------------ r5928 | rubidium | 2006-08-16 12:07:24 +0000 (Wed, 16 Aug 2006) | 2 lines -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as ConvertIntDate was only called with Years. ------------------------------------------------------------------------ r5927 | rubidium | 2006-08-16 11:49:52 +0000 (Wed, 16 Aug 2006) | 2 lines -Cleanup: check against _cur_year instead of _date when determining the availability of airports, as they only become available at the beginning of a year. ------------------------------------------------------------------------ r5926 | rubidium | 2006-08-16 11:39:55 +0000 (Wed, 16 Aug 2006) | 3 lines -Codechange: make _cur_year contain the full year, instead of the offset since 1920 -Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year ------------------------------------------------------------------------ r5925 | miham | 2006-08-16 07:43:15 +0000 (Wed, 16 Aug 2006) | 3 lines WebTranslator2 update to 2006-08-16 09:42:57 turkish - 2 fixed by jnmbk (2) ------------------------------------------------------------------------ r5924 | tron | 2006-08-16 06:06:48 +0000 (Wed, 16 Aug 2006) | 1 line Revert accidently commited files ------------------------------------------------------------------------ r5923 | tron | 2006-08-16 06:05:44 +0000 (Wed, 16 Aug 2006) | 1 line Fix 'make depend' which was broken in r3574 (it just did nothing) ------------------------------------------------------------------------ r5919 | rubidium | 2006-08-15 16:55:40 +0000 (Tue, 15 Aug 2006) | 2 lines -Cleanup: use the type Date when the variable really is a date ------------------------------------------------------------------------ r5918 | rubidium | 2006-08-15 16:49:48 +0000 (Tue, 15 Aug 2006) | 3 lines -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really convert a Date to/from a YearMonthDay. -Cleanup: swap ConvertDateToYMD's parameters to make the order consistent with the name of the function. ------------------------------------------------------------------------ r5917 | bjarni | 2006-08-15 15:27:30 +0000 (Tue, 15 Aug 2006) | 2 lines -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are Not Refitted To Correct Cargo (Mart3p) ------------------------------------------------------------------------ r5916 | rubidium | 2006-08-15 15:18:03 +0000 (Tue, 15 Aug 2006) | 3 lines -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year. -Cleanup: replace some magic '1920' values with BASE_YEAR. ------------------------------------------------------------------------ r5915 | rubidium | 2006-08-15 14:52:17 +0000 (Tue, 15 Aug 2006) | 2 lines -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this. ------------------------------------------------------------------------ r5914 | Darkvater | 2006-08-15 14:38:43 +0000 (Tue, 15 Aug 2006) | 1 line -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in aircraft_cmd.c (mart3p). ------------------------------------------------------------------------ r5913 | rubidium | 2006-08-15 14:27:53 +0000 (Tue, 15 Aug 2006) | 2 lines -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehicles tile location is the exit of the tunnel. ------------------------------------------------------------------------ r5912 | tron | 2006-08-15 13:31:43 +0000 (Tue, 15 Aug 2006) | 3 lines -Fix: Sort order for produced amount and transported percentage was reversed in the industry list Also slightly change these sorting criteria: If an industry produces more than one type of cargo sort by the sum (amount) resp. minimum (%) instead of the mean ------------------------------------------------------------------------ r5911 | matthijs | 2006-08-15 11:06:32 +0000 (Tue, 15 Aug 2006) | 2 lines -Fix [FS#215]: Discard upper bits of TrackdirBitsToTrackBits result. ------------------------------------------------------------------------ r5910 | Darkvater | 2006-08-15 09:28:27 +0000 (Tue, 15 Aug 2006) | 1 line Fix some more warnings on MSVC by using (void*) casts. Followup of r5907. ------------------------------------------------------------------------ r5909 | rubidium | 2006-08-15 09:03:35 +0000 (Tue, 15 Aug 2006) | 2 lines -Fix (r5908): silence signedness warning ------------------------------------------------------------------------ r5908 | Darkvater | 2006-08-15 07:37:01 +0000 (Tue, 15 Aug 2006) | 1 line - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c ------------------------------------------------------------------------ r5907 | tron | 2006-08-15 07:07:17 +0000 (Tue, 15 Aug 2006) | 1 line Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts ------------------------------------------------------------------------ r5906 | Darkvater | 2006-08-15 01:28:07 +0000 (Tue, 15 Aug 2006) | 1 line -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->tile, now the exit-tile of the tunnel based on the vehicle's direction is correctly returned. Based on a patch by glx. ------------------------------------------------------------------------ r5903 | Darkvater | 2006-08-15 00:26:24 +0000 (Tue, 15 Aug 2006) | 1 line -Fix [FS#170]: Changing patch settings through the console didn't accept on/off or true/false. ------------------------------------------------------------------------ r5902 | Darkvater | 2006-08-15 00:19:01 +0000 (Tue, 15 Aug 2006) | 1 line -Fix [FS#26]: BIGMULS return-type fix (Graphite) ------------------------------------------------------------------------ r5901 | Darkvater | 2006-08-15 00:14:57 +0000 (Tue, 15 Aug 2006) | 1 line -Fix [FS#253]: Differing price calculation for tunnels depending on starting point ------------------------------------------------------------------------ r5900 | Darkvater | 2006-08-14 23:27:06 +0000 (Mon, 14 Aug 2006) | 1 line -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (michi_cc) ------------------------------------------------------------------------ r5899 | Darkvater | 2006-08-14 23:11:59 +0000 (Mon, 14 Aug 2006) | 1 line - Fix [FS#242]: Multistop not working when using NPF (r5033) (mart3p) ------------------------------------------------------------------------ r5898 | Darkvater | 2006-08-14 22:34:43 +0000 (Mon, 14 Aug 2006) | 1 line -Fix [FS#249]: Bugfix: Goto Depot not always working for road vehicles. (mart3p) ------------------------------------------------------------------------ r5897 | Darkvater | 2006-08-14 22:23:13 +0000 (Mon, 14 Aug 2006) | 1 line -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p) ------------------------------------------------------------------------ r5896 | tron | 2006-08-14 21:02:48 +0000 (Mon, 14 Aug 2006) | 2 lines Remove pointless indirection similar to r5894 and remove an unnecessary global variable ------------------------------------------------------------------------ r5895 | tron | 2006-08-14 20:37:15 +0000 (Mon, 14 Aug 2006) | 1 line Remove dead code ------------------------------------------------------------------------ r5894 | tron | 2006-08-14 20:25:29 +0000 (Mon, 14 Aug 2006) | 1 line Remove a totally unnecessary indirection in the vehicle sorter code. Less code, less data, simply better ------------------------------------------------------------------------ r5893 | miham | 2006-08-14 18:39:20 +0000 (Mon, 14 Aug 2006) | 9 lines WebTranslator2 update to 2006-08-14 20:38:49 dutch - 2 fixed by webfreakz (2) french - 2 fixed by glx (2) german - 2 fixed by Neonox (2) hungarian - 2 fixed by miham (2) polish - 2 fixed by meush (2) portuguese - 2 fixed by izhirahider (2) ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r5892 | rubidium | 2006-08-14 17:08:45 +0000 (Mon, 14 Aug 2006) | 2 lines -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date. ------------------------------------------------------------------------ r5891 | bjarni | 2006-08-14 16:18:41 +0000 (Mon, 14 Aug 2006) | 1 line -Code cleanup: cleaned up the code added in revision 5888 ------------------------------------------------------------------------ r5888 | bjarni | 2006-08-14 15:03:01 +0000 (Mon, 14 Aug 2006) | 6 lines -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots now they will quickly go to a depot if set to be replaced the tradeoff is that a vehicle set to be replaced and without a depot in the orders will forget about the orders and head for a depot. If the replace fails (lack of money), it will exit and try to head for the depot again also all vehicles of that type will rush to the depots at once, risking causing traffic jams. This is because there is no way to even it out like normal depot visits offers Tip: add a depot to the orders of all vehicles, set it to service only and it will always be skipped unless the vehicle is set to be replaced. This should help on the jam issue and if the replace fails, the vehicle will go though a whole round of the orders and make more money before trying again ------------------------------------------------------------------------ r5887 | rubidium | 2006-08-14 14:21:15 +0000 (Mon, 14 Aug 2006) | 4 lines -Cleanup: move date related functions, defines and variables to date.[ch] -Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments ------------------------------------------------------------------------ r5886 | Darkvater | 2006-08-14 11:44:19 +0000 (Mon, 14 Aug 2006) | 1 line -Fix [FS#273]: Incomplete removal of player owned property due to lack of money. ------------------------------------------------------------------------ r5883 | rubidium | 2006-08-13 14:46:16 +0000 (Sun, 13 Aug 2006) | 2 lines -Fix [FS#272]: use the height of the edge of the map for shadows of aircrafts that are outside the map; similar to r5841, caused by r5794. ------------------------------------------------------------------------ r5874 | Darkvater | 2006-08-13 10:22:34 +0000 (Sun, 13 Aug 2006) | 1 line -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32. ------------------------------------------------------------------------ r5873 | Darkvater | 2006-08-13 08:51:55 +0000 (Sun, 13 Aug 2006) | 1 line - Fix a bad comment in r5871, and add a further check for saving strings. ------------------------------------------------------------------------ r5872 | Darkvater | 2006-08-13 08:18:11 +0000 (Sun, 13 Aug 2006) | 1 line - Feature: Add an icon to the SDL openttd executable. ------------------------------------------------------------------------ r5871 | Darkvater | 2006-08-12 22:56:45 +0000 (Sat, 12 Aug 2006) | 1 line -Feature: Add a possibility to handle pointer strings without a buffer from the configuration file. Handy for variables that will never be changed during runtime ------------------------------------------------------------------------ r5866 | Darkvater | 2006-08-12 17:33:05 +0000 (Sat, 12 Aug 2006) | 1 line - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc. ------------------------------------------------------------------------ r5864 | tron | 2006-08-12 12:56:45 +0000 (Sat, 12 Aug 2006) | 1 line -Feature: Also allow horizontal and vertical rails on steep slopes ------------------------------------------------------------------------ r5854 | bjarni | 2006-08-12 11:08:02 +0000 (Sat, 12 Aug 2006) | 3 lines -Fix: [elrails] now electric engines are stopped if they enter a non-electrified depot even if they would have left right away if the depot had catenary this solves the issue where electric engines in a certain situation could leave non-electrified depots, turn around and enter all the time ------------------------------------------------------------------------ r5853 | bjarni | 2006-08-12 10:41:29 +0000 (Sat, 12 Aug 2006) | 4 lines -Fix: [elrails] FS#178 Electric Trains can leave Conventional Depot now the user will get an error if he tries to start the train and the status bar will say "no power" instead of "stopped" Electric trains already driving in and out of non-electrified depots will still do so, but you can't start new ones ------------------------------------------------------------------------