------------------------------------------------------------------------ r6304 | bjarni | 2006-09-02 09:35:03 +0000 (Sat, 02 Sep 2006) | 2 lines -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots ------------------------------------------------------------------------ r6303 | tron | 2006-09-02 08:14:16 +0000 (Sat, 02 Sep 2006) | 1 line -Codechange: Remove dead code ------------------------------------------------------------------------ r6302 | tron | 2006-09-02 07:13:21 +0000 (Sat, 02 Sep 2006) | 1 line -Codechange: Remove dead code paths, because the lowest bit of Sprite::info is never unset ------------------------------------------------------------------------ r6301 | tron | 2006-09-02 06:36:30 +0000 (Sat, 02 Sep 2006) | 1 line -Codechange: if () cascades -> switch () ------------------------------------------------------------------------ r6300 | bjarni | 2006-09-01 18:35:36 +0000 (Fri, 01 Sep 2006) | 5 lines -Fix: FS#321 autoreplace / wagon removal turned out to be a failure to run the wagon remoral code if the player didn't have enough money to do the replace after the replace took place the cost animation failed to show in this condition as well Now the test is not run anymore after the replace took place ------------------------------------------------------------------------ r6299 | miham | 2006-09-01 14:02:00 +0000 (Fri, 01 Sep 2006) | 6 lines WebTranslator2 update to 2006-09-01 16:00:05 american - 4 fixed by WhiteRabbit (4) french - 9 changed by glx (9) hungarian - 4 fixed by miham (4) portuguese - 4 fixed, 3 changed by izhirahider (7) ------------------------------------------------------------------------ r6298 | glx | 2006-09-01 13:48:43 +0000 (Fri, 01 Sep 2006) | 1 line -Fix(r6297): add network_gui.h to MSVC projetc files ------------------------------------------------------------------------ r6297 | tron | 2006-09-01 13:35:43 +0000 (Fri, 01 Sep 2006) | 2 lines -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to ------------------------------------------------------------------------ r6296 | rubidium | 2006-09-01 13:18:53 +0000 (Fri, 01 Sep 2006) | 2 lines -Fix (r6186): some more (YAPF) settings were affected by accident. Thanks to mart3p for noticing (and to SVN for failing to mark the changes as conflicts). ------------------------------------------------------------------------ r6295 | bjarni | 2006-09-01 12:37:03 +0000 (Fri, 01 Sep 2006) | 2 lines -Feature: using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order ------------------------------------------------------------------------ r6294 | tron | 2006-09-01 11:01:44 +0000 (Fri, 01 Sep 2006) | 1 line -Cleanup: Add static ------------------------------------------------------------------------ r6293 | tron | 2006-09-01 10:37:27 +0000 (Fri, 01 Sep 2006) | 1 line -Codechange: Simply use KMOD_CTRL instead of KMOD_LCTRL | KMOD_RCTRL, same for KMOD_SHIFT ------------------------------------------------------------------------ r6292 | tron | 2006-09-01 10:29:40 +0000 (Fri, 01 Sep 2006) | 1 line -Cleanup: Indentation, bracing, etc. ------------------------------------------------------------------------ r6291 | bjarni | 2006-09-01 10:24:15 +0000 (Fri, 01 Sep 2006) | 4 lines -Feature: Vehicle lists from the station window now also got the goto depot button -Codechange: unified the code for mass goto depot to avoid duplicated code -Fix: Vehicles already on the way to depots will not be cancelled by mass goto depot (made it really hard to send all vehicles at once) ------------------------------------------------------------------------ r6290 | tron | 2006-09-01 08:06:11 +0000 (Fri, 01 Sep 2006) | 1 line -Feature: When automatically detecting the language try to first match language+territory (e.g. de_CH), then just language (e.g. de) and fall back to en_GB otherwise ------------------------------------------------------------------------ r6289 | belugas | 2006-09-01 02:56:02 +0000 (Fri, 01 Sep 2006) | 6 lines -Fix(r6108) : case 0x48 (generic text) should not have been set over newstations. It grabbed everyting. Instead, we are now using ids for that purpose, 0xC9, oxD0, 0xDC (FS#304 by Osai) - Protect newgrf text from entries of 1 char and fewer - Protect currency name from an overrun of ids Thanks to glx ------------------------------------------------------------------------ r6288 | tron | 2006-08-31 22:07:49 +0000 (Thu, 31 Aug 2006) | 1 line -Regression: Restore automatic language detection, which was broken in r4886 when the language codes got extended ------------------------------------------------------------------------ r6287 | tron | 2006-08-31 20:51:33 +0000 (Thu, 31 Aug 2006) | 1 line -Codechange: Remove a redundant check ------------------------------------------------------------------------ r6286 | tron | 2006-08-31 20:06:31 +0000 (Thu, 31 Aug 2006) | 1 line Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it ------------------------------------------------------------------------ r6285 | truelight | 2006-08-31 19:29:24 +0000 (Thu, 31 Aug 2006) | 2 lines -Fix r6143: of course deleting a waypoint should call the Delete wrapper, not the Destroy function (/me slaps hisself) ------------------------------------------------------------------------ r6284 | bjarni | 2006-08-31 19:15:01 +0000 (Thu, 31 Aug 2006) | 1 line -Code Cleanup r6282: cleaned up the code a bit ------------------------------------------------------------------------ r6283 | bjarni | 2006-08-31 18:33:05 +0000 (Thu, 31 Aug 2006) | 2 lines -Code cleanup: fixed wrong indent in PlayerVehWndProc() ------------------------------------------------------------------------ r6282 | bjarni | 2006-08-31 17:42:27 +0000 (Thu, 31 Aug 2006) | 4 lines -Codechange: made a function to create the vehicle list for vehicle list windows this list is also used by mass goto depot to ensure that they use the same vehicles right now only the list of all vehicles use this for goto depot, but eventually all the types will use this ------------------------------------------------------------------------ r6281 | rubidium | 2006-08-31 16:29:47 +0000 (Thu, 31 Aug 2006) | 2 lines -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch. ------------------------------------------------------------------------ r6280 | Darkvater | 2006-08-31 15:57:38 +0000 (Thu, 31 Aug 2006) | 2 lines -Codechange: Use the same naming for trains as for other vehicles: CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT ------------------------------------------------------------------------ r6279 | Darkvater | 2006-08-31 15:28:11 +0000 (Thu, 31 Aug 2006) | 1 line -Codechange (r1525): Use proper const pointers for functions that do not change them . ------------------------------------------------------------------------ r6278 | Darkvater | 2006-08-31 15:22:40 +0000 (Thu, 31 Aug 2006) | 2 lines -Revert the colour-mess in the vehicle window for ships, fourwheelers and aircraft as well which I missed out in the last commit. ------------------------------------------------------------------------ r6277 | tron | 2006-08-31 15:22:03 +0000 (Thu, 31 Aug 2006) | 1 line Clean up the train details drawing routine ------------------------------------------------------------------------ r6276 | tron | 2006-08-31 14:54:25 +0000 (Thu, 31 Aug 2006) | 1 line Remove a redundant assignment ------------------------------------------------------------------------ r6275 | tron | 2006-08-31 14:51:50 +0000 (Thu, 31 Aug 2006) | 1 line Get rid of an ugly cast ------------------------------------------------------------------------ r6274 | tron | 2006-08-31 14:50:12 +0000 (Thu, 31 Aug 2006) | 1 line Clean up a bit ------------------------------------------------------------------------ r6273 | tron | 2006-08-31 14:12:08 +0000 (Thu, 31 Aug 2006) | 1 line Clean up the custom currency window handler a bit ------------------------------------------------------------------------ r6272 | Darkvater | 2006-08-31 14:01:28 +0000 (Thu, 31 Aug 2006) | 4 lines -Revert the colour-mess in the vehicle window. Servicing depot destinations have the same colour as always, if the vehicle goes to stop inside the depot the colour is red, as it was. -Tooltip windows should be somewhat short, not a whole essay. ------------------------------------------------------------------------ r6271 | tron | 2006-08-31 13:37:25 +0000 (Thu, 31 Aug 2006) | 1 line Remove stale comment ------------------------------------------------------------------------ r6270 | tron | 2006-08-31 13:33:25 +0000 (Thu, 31 Aug 2006) | 1 line Remove the "unsorted" vehicle sorter, because it's plain useless ------------------------------------------------------------------------ r6269 | bjarni | 2006-08-31 13:28:59 +0000 (Thu, 31 Aug 2006) | 2 lines -Fix r6240: fixed incorrect row count in vehicle lists when resizing to smaller windows (AsterixMG) ------------------------------------------------------------------------ r6268 | tron | 2006-08-31 12:19:32 +0000 (Thu, 31 Aug 2006) | 1 line Remove now pointless assignment (followup of r6267) ------------------------------------------------------------------------ r6267 | tron | 2006-08-31 11:42:16 +0000 (Thu, 31 Aug 2006) | 1 line Simplify the control flow in the rail tile loop by eliminating a bool flag and replacing it by a simple goto ------------------------------------------------------------------------ r6266 | tron | 2006-08-31 11:25:00 +0000 (Thu, 31 Aug 2006) | 1 line Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job ------------------------------------------------------------------------ r6265 | tron | 2006-08-31 11:18:30 +0000 (Thu, 31 Aug 2006) | 1 line Check whether to draw catenary at all once before the drawing loop instead of on every iteration ------------------------------------------------------------------------ r6264 | tron | 2006-08-31 10:36:59 +0000 (Thu, 31 Aug 2006) | 1 line Get rid of a cast ------------------------------------------------------------------------ r6263 | miham | 2006-08-31 10:34:59 +0000 (Thu, 31 Aug 2006) | 8 lines WebTranslator2 update to 2006-08-31 12:34:27 dutch - 4 fixed by habell (4) french - 4 fixed, 4 changed by glx (8) german - 4 fixed by Neonox (4) polish - 4 fixed by meush (4) portuguese - 11 fixed, 17 changed by izhirahider (19), nars (9) turkish - 9 fixed, 10 changed by jnmbk (19) ------------------------------------------------------------------------ r6262 | tron | 2006-08-31 10:14:47 +0000 (Thu, 31 Aug 2006) | 1 line Remove unused #define and function declaration ------------------------------------------------------------------------ r6261 | bjarni | 2006-08-31 09:40:10 +0000 (Thu, 31 Aug 2006) | 2 lines -Fix r6246: fixed sprite related crash related to other player's vehicle list windows (spotted by Darkvater) ------------------------------------------------------------------------ r6260 | tron | 2006-08-31 08:36:31 +0000 (Thu, 31 Aug 2006) | 1 line Improve readability ------------------------------------------------------------------------ r6259 | tron | 2006-08-31 08:16:28 +0000 (Thu, 31 Aug 2006) | 1 line Extract the axis directly, don't use a trinary operator ------------------------------------------------------------------------ r6258 | tron | 2006-08-31 08:11:08 +0000 (Thu, 31 Aug 2006) | 1 line Reduce the number of induction variables and inner scopes for clarity ------------------------------------------------------------------------ r6257 | tron | 2006-08-31 07:52:20 +0000 (Thu, 31 Aug 2006) | 1 line Use memcmp() to check the MD5 sum instead of using a home brewed loop ------------------------------------------------------------------------ r6256 | tron | 2006-08-31 07:49:34 +0000 (Thu, 31 Aug 2006) | 1 line if () cascades -> switch () ------------------------------------------------------------------------ r6255 | tron | 2006-08-31 07:29:19 +0000 (Thu, 31 Aug 2006) | 1 line Simplify drawing of catenary in depots ------------------------------------------------------------------------ r6254 | tron | 2006-08-31 07:13:36 +0000 (Thu, 31 Aug 2006) | 1 line if () cascade -> switch () ------------------------------------------------------------------------ r6253 | tron | 2006-08-31 07:09:13 +0000 (Thu, 31 Aug 2006) | 1 line Comment out code with #if 0, not //. Join statements which needlessly span many lines into fewer lines ------------------------------------------------------------------------ r6252 | tron | 2006-08-31 07:01:26 +0000 (Thu, 31 Aug 2006) | 1 line Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it ------------------------------------------------------------------------ r6251 | tron | 2006-08-31 06:46:52 +0000 (Thu, 31 Aug 2006) | 1 line Replace 2 bool variables by a simple switch ------------------------------------------------------------------------ r6249 | bjarni | 2006-08-30 23:01:45 +0000 (Wed, 30 Aug 2006) | 3 lines -Fix: fixed assert when pressing goto depot in an empty list (forgot to disable the button in this condition) -Code cleanup r6246: simplified SendAllVehiclesToDepot() and moved an { in PlayerVehWndProc() ------------------------------------------------------------------------ r6247 | glx | 2006-08-30 22:32:25 +0000 (Wed, 30 Aug 2006) | 1 line -Fix(r6244): invalid arguments caused infinite loop ------------------------------------------------------------------------ r6246 | bjarni | 2006-08-30 21:39:01 +0000 (Wed, 30 Aug 2006) | 4 lines -Feature: added the many times requested "send all vehicle to depot" button it's located in the vehicle list screen and does the same as in the shared orders window (send all vehicles in list to a depot) it will still not inform the player if a vehicle failed to find a depot, so don't take for granted that all of them go ------------------------------------------------------------------------ r6245 | KUDr | 2006-08-30 21:10:25 +0000 (Wed, 30 Aug 2006) | 2 lines -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers. ------------------------------------------------------------------------ r6244 | glx | 2006-08-30 20:08:58 +0000 (Wed, 30 Aug 2006) | 1 line -Fix: allow any order for strgen parameters ------------------------------------------------------------------------ r6243 | bjarni | 2006-08-30 19:49:46 +0000 (Wed, 30 Aug 2006) | 1 line -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out) ------------------------------------------------------------------------ r6242 | bjarni | 2006-08-30 19:42:20 +0000 (Wed, 30 Aug 2006) | 3 lines -Codechange: made BuildVehicleList static as it is not used in any other files anymore added window_type to arguments and used it to replace an if cascade with a switch case ------------------------------------------------------------------------ r6241 | bjarni | 2006-08-30 19:10:12 +0000 (Wed, 30 Aug 2006) | 1 line -Fix r6240: missed altering one line in last commit ------------------------------------------------------------------------ r6240 | bjarni | 2006-08-30 18:35:02 +0000 (Wed, 30 Aug 2006) | 3 lines -Code cleanup: in PlayerVehWndProc: replaced size_of_row with w->resize.step_height it was only used twice, so there was no reason to calculate it for each event ------------------------------------------------------------------------ r6239 | bjarni | 2006-08-30 16:32:00 +0000 (Wed, 30 Aug 2006) | 5 lines -Code cleanup: cleaned up PlayerVehWndProc code to delete an empty shared orders list is now much simpler cleaned up the code to handle button clicks fixed an assert if widget 9 was pressed on a list with vehicles for another company ------------------------------------------------------------------------ r6238 | tron | 2006-08-30 14:30:26 +0000 (Wed, 30 Aug 2006) | 1 line Use the colour stored in _colour_gradient[] instead of explicitly retrieving it with GetNonSprite() ------------------------------------------------------------------------ r6237 | bjarni | 2006-08-30 13:41:53 +0000 (Wed, 30 Aug 2006) | 3 lines -Fix r6165: fixed wrong hangar name in heading for hangar strings also fixed inconsistent Danish translation and a typo in Dutch in the same strings ------------------------------------------------------------------------ r6236 | rubidium | 2006-08-30 12:37:04 +0000 (Wed, 30 Aug 2006) | 2 lines -Fix (FS#313): TGP generation seed edit box only accepted seeds up to 2^31-1, instead of up to 2^32-2. ------------------------------------------------------------------------ r6235 | Darkvater | 2006-08-30 09:29:20 +0000 (Wed, 30 Aug 2006) | 1 line -Cleanup: Make SVN ignore everything not under version control in the data/ folder ------------------------------------------------------------------------ r6229 | bjarni | 2006-08-29 23:39:57 +0000 (Tue, 29 Aug 2006) | 4 lines -Feature: Shared order lists now got a "goto depot" button this will try to send all vehicles in the list to depots/hangars currently if one fails to find a depot, it will not tell the player ------------------------------------------------------------------------ r6228 | bjarni | 2006-08-29 22:47:38 +0000 (Tue, 29 Aug 2006) | 5 lines -Fix: redrawing an empty list of shared vehicles will now close the window Since the order is no more, the player will not need that particular window anymore this could happen if the player opened the window and then sold all the vehicles (or crashed them) A crash could happen if a new order gets the same (now freed) OrderID and the vehicle using it is not of the same type as the window expect ------------------------------------------------------------------------ r6227 | bjarni | 2006-08-29 21:36:39 +0000 (Tue, 29 Aug 2006) | 4 lines -Codechange: added window type flags to use with PlayerVehWndProc this makes the list type detection much easier and allowed an if cascade to be turned into a switch case this also makes it easier to add more list types ------------------------------------------------------------------------ r6226 | glx | 2006-08-29 21:34:02 +0000 (Tue, 29 Aug 2006) | 1 line -Fix(r5864): an assertion was triggered when drawing catenary on steep slopes (TrueLight) ------------------------------------------------------------------------ r6225 | Darkvater | 2006-08-29 20:55:25 +0000 (Tue, 29 Aug 2006) | 2 lines -Codechange: change the warning/error format of strgen to show up in MSVC 'Task List' as well. ------------------------------------------------------------------------ r6224 | miham | 2006-08-29 20:35:07 +0000 (Tue, 29 Aug 2006) | 5 lines WebTranslator2 update to 2006-08-29 22:34:42 dutch - 10 fixed, 14 changed by habell (24) estonian - 1 fixed, 3 changed by t2t2 (4) portuguese - 6 fixed, 4 changed by izhirahider (10) ------------------------------------------------------------------------ r6223 | KUDr | 2006-08-29 19:46:31 +0000 (Tue, 29 Aug 2006) | 1 line -Fix: RVs with empty order list were able to enter the depot or road stop from the back. I introduced this bug when I "improved" GetTileTrackStatus(). (thanks glx for the report and fix). ------------------------------------------------------------------------ r6222 | tron | 2006-08-29 19:26:13 +0000 (Tue, 29 Aug 2006) | 4 lines Remove struct ColorList, because the names of its attributes are plain confusing All the struct holds is a simple colour gradient, so using a simple array with 8 entries is more clear Also add the names of colour the gradients as enum ------------------------------------------------------------------------ r6220 | bjarni | 2006-08-29 18:50:15 +0000 (Tue, 29 Aug 2006) | 1 line -Fix: added missing space in a string for Catalan town names (Arnau) ------------------------------------------------------------------------ r6215 | bjarni | 2006-08-29 17:41:13 +0000 (Tue, 29 Aug 2006) | 3 lines -Codechange: [vehicle list windows] unified Player(vehicle)WndProc into PlayerVehWndProc Those 4 unified functions were really much alike, so there was no reason to have so much dublicated code ------------------------------------------------------------------------ r6213 | bjarni | 2006-08-29 14:45:39 +0000 (Tue, 29 Aug 2006) | 2 lines -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars) ------------------------------------------------------------------------ r6212 | tron | 2006-08-29 06:50:47 +0000 (Tue, 29 Aug 2006) | 1 line Remove dependency on window.h from station.h ------------------------------------------------------------------------ r6211 | tron | 2006-08-29 06:43:22 +0000 (Tue, 29 Aug 2006) | 1 line Commit file forgotten in r6210 ------------------------------------------------------------------------ r6210 | tron | 2006-08-29 06:39:00 +0000 (Tue, 29 Aug 2006) | 1 line Remove FR_NOBORDER, because it is exclusivly used in conjunction with FR_TRANSPARENT ------------------------------------------------------------------------ r6209 | tron | 2006-08-29 06:07:57 +0000 (Tue, 29 Aug 2006) | 1 line Move DrawFrameRect() out of gfx.[ch], because it uses data (_color_list) which the renderer shouldn't have know about ------------------------------------------------------------------------ r6208 | tron | 2006-08-29 06:03:26 +0000 (Tue, 29 Aug 2006) | 1 line Reduce the number of induction variables for clarity ------------------------------------------------------------------------ r6205 | belugas | 2006-08-29 00:17:47 +0000 (Tue, 29 Aug 2006) | 3 lines -CodeChange : use a switch case instead of a cascade of if -CodeChange : rename var Engine *e to Engine *eng, since we have WindowEvent *e in same fnct -CodeChange : fix a broken tabulation on a switch case. SOme breathing spaces too ------------------------------------------------------------------------ r6204 | rubidium | 2006-08-28 18:53:03 +0000 (Mon, 28 Aug 2006) | 2 lines -Cleanup: replace non-indentation with spaces; like '}else {' -> '} else {', tabs between code and comment, etc. ------------------------------------------------------------------------ r6197 | miham | 2006-08-28 12:57:33 +0000 (Mon, 28 Aug 2006) | 4 lines WebTranslator2 update to 2006-08-28 14:57:10 american - 10 fixed, 12 changed by WhiteRabbit (22) portuguese - 4 changed by izhirahider (4) ------------------------------------------------------------------------ r6195 | rubidium | 2006-08-28 10:14:37 +0000 (Mon, 28 Aug 2006) | 2 lines -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments. ------------------------------------------------------------------------ r6186 | rubidium | 2006-08-28 09:13:33 +0000 (Mon, 28 Aug 2006) | 3 lines -Fix [FS#309]: add an override system to the dynamically determined size of steps for numeric patch settings in the 'Configure patches' GUI. The size of these steps normally about (max - min) / 50, which results in steps of 100 000 years for the start year, end year, network restart year and the year of introduction of coloured newspapers. ------------------------------------------------------------------------ r6185 | miham | 2006-08-28 08:44:13 +0000 (Mon, 28 Aug 2006) | 5 lines WebTranslator2 update to 2006-08-28 10:43:48 danish - 36 fixed, 12 changed by trenskow (48) french - 2 changed by glx (2) italian - 36 fixed, 5 changed by sidew (41) ------------------------------------------------------------------------ r6184 | tron | 2006-08-28 07:33:51 +0000 (Mon, 28 Aug 2006) | 1 line Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions ------------------------------------------------------------------------ r6183 | tron | 2006-08-28 06:21:48 +0000 (Mon, 28 Aug 2006) | 1 line Move GetDrawStringPlayerColor() out of gfx.[ch] ------------------------------------------------------------------------ r6182 | bjarni | 2006-08-28 06:18:35 +0000 (Mon, 28 Aug 2006) | 2 lines -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r6167) ------------------------------------------------------------------------ r6181 | bjarni | 2006-08-28 06:13:16 +0000 (Mon, 28 Aug 2006) | 2 lines -Fix r6161: The list of vehicles using a certain station got a bit of display code mixed up with the list of vehicles with shared orders (nycom) ------------------------------------------------------------------------ r6180 | tron | 2006-08-28 06:05:04 +0000 (Mon, 28 Aug 2006) | 1 line Use a switch instead of function pointers to choose the blitter ------------------------------------------------------------------------ r6179 | glx | 2006-08-27 22:08:40 +0000 (Sun, 27 Aug 2006) | 1 line - Silence the old npf warnings ------------------------------------------------------------------------ r6178 | truelight | 2006-08-27 21:20:29 +0000 (Sun, 27 Aug 2006) | 3 lines -Fix r5886: only setting ->money64 isn't enough, as some routines still use ->player_money. Because of this, when a player went bankrupt, still not all stuff was removed. ------------------------------------------------------------------------ r6177 | miham | 2006-08-27 20:30:10 +0000 (Sun, 27 Aug 2006) | 6 lines WebTranslator2 update to 2006-08-27 22:29:43 czech - 70 fixed, 12 changed by Hadez (82) german - 4 changed by Neonox (4) italian - 56 fixed, 8 changed by sidew (64) portuguese - 2 fixed by izhirahider (2) ------------------------------------------------------------------------ r6176 | truelight | 2006-08-27 15:26:58 +0000 (Sun, 27 Aug 2006) | 3 lines -Fix r6052: I assumed an typedefd enum would be an uint8, which is a really stupid thing to assume. This caused nasty endian bugs. Thank you SO MUCH Osai for all your time in debugging this!! And tnx Rubidium for spotting :) ------------------------------------------------------------------------ r6175 | miham | 2006-08-27 15:21:10 +0000 (Sun, 27 Aug 2006) | 6 lines WebTranslator2 update to 2006-08-27 17:18:26 french - 10 fixed, 12 changed by glx (22) german - 1 fixed by Neonox (1) polish - 10 fixed, 12 changed by meush (22) portuguese - 11 fixed, 8 changed by izhirahider (19) ------------------------------------------------------------------------ r6174 | KUDr | 2006-08-27 14:28:23 +0000 (Sun, 27 Aug 2006) | 1 line -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater) ------------------------------------------------------------------------ r6173 | miham | 2006-08-27 12:09:06 +0000 (Sun, 27 Aug 2006) | 8 lines WebTranslator2 update to 2006-08-27 14:08:35 danish - 35 fixed by trenskow (35) german - 9 fixed, 8 changed by Neonox (17) hungarian - 10 fixed, 12 changed by miham (22) portuguese - 9 fixed by izhirahider (9) slovak - 2 fixed by lengyel (2) turkish - 1 fixed by jnmbk (1) ------------------------------------------------------------------------ r6170 | Darkvater | 2006-08-27 10:49:43 +0000 (Sun, 27 Aug 2006) | 1 line -Feature: save max_companies/clients/spectators in the config file. ------------------------------------------------------------------------ r6169 | Darkvater | 2006-08-27 10:04:33 +0000 (Sun, 27 Aug 2006) | 2 lines -Codechange: Use GetString() instead of GetStringWithArgs() which should be integral to strings.c ------------------------------------------------------------------------ r6168 | bjarni | 2006-08-27 10:04:02 +0000 (Sun, 27 Aug 2006) | 1 line -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight ------------------------------------------------------------------------ r6167 | bjarni | 2006-08-27 09:55:54 +0000 (Sun, 27 Aug 2006) | 2 lines -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG ------------------------------------------------------------------------ r6166 | KUDr | 2006-08-27 09:50:43 +0000 (Sun, 27 Aug 2006) | 1 line -Fix: [YAPF] fixes one very improbable assert when adding startup node that already exists in the open-list (thanks Panzerfather) ------------------------------------------------------------------------ r6165 | bjarni | 2006-08-27 09:28:52 +0000 (Sun, 27 Aug 2006) | 7 lines -Feature: control click Goto Depot will now make the vehicle service at the depot and leave right away. To tell the difference the status of stopping vehicles will be in red, while servicing vehicles will be green. -Codechange: remove some dead code in CmdSendAircraftToHangar() since it is conflicting with new functionality. Now p2 means the same for all types ------------------------------------------------------------------------ r6164 | KUDr | 2006-08-27 07:23:46 +0000 (Sun, 27 Aug 2006) | 1 line -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p) ------------------------------------------------------------------------ r6163 | KUDr | 2006-08-27 07:04:14 +0000 (Sun, 27 Aug 2006) | 1 line -Codechange: distance rounded up (correction of r6162) ------------------------------------------------------------------------ r6162 | KUDr | 2006-08-27 06:52:25 +0000 (Sun, 27 Aug 2006) | 1 line -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p) ------------------------------------------------------------------------ r6161 | bjarni | 2006-08-26 22:28:40 +0000 (Sat, 26 Aug 2006) | 6 lines -Feature: List of vehicles with the same shared orders the list is available in the orders window and looks like the list buttons from the station windows (small vehicle) The button is disabled if the vehicle do not have any shared orders or it got shared orders, but an empty order list based on a patch by nycom, thought it ended up getting heavily modified Thanks to TrueLight for proofreading and suggestions ------------------------------------------------------------------------ r6160 | KUDr | 2006-08-26 22:24:32 +0000 (Sat, 26 Aug 2006) | 2 lines -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p) thanks Darkvater for hotfix (r5897) ------------------------------------------------------------------------ r6159 | Darkvater | 2006-08-26 21:54:04 +0000 (Sat, 26 Aug 2006) | 1 line -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer) ------------------------------------------------------------------------ r6158 | Darkvater | 2006-08-26 20:54:30 +0000 (Sat, 26 Aug 2006) | 1 line -Revert r6139 as that breaks strings with cases. Thanks michi_cc ------------------------------------------------------------------------ r6157 | truelight | 2006-08-26 20:09:25 +0000 (Sat, 26 Aug 2006) | 4 lines -Codechange: DeleteVehicle removes a vehicle from the pool -Codechange: DestroyVehicle is called by DeleteVehicle to remove all things where a vehicle depends on. Last 2 changes to prepare for new pool system. Not pretty now, will be soon. ------------------------------------------------------------------------ r6156 | truelight | 2006-08-26 19:51:49 +0000 (Sat, 26 Aug 2006) | 4 lines -Codechange: DeleteIndustry removes an industry from the pool -Codechange: DestroyIndustry is called by DeleteIndustry to remove all things where a industry depends on. Last 2 changes to prepare for new pool system. Not pretty now, will be soon. ------------------------------------------------------------------------ r6155 | truelight | 2006-08-26 19:47:13 +0000 (Sat, 26 Aug 2006) | 3 lines -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock Last change is to prepare for new pool system. ------------------------------------------------------------------------ r6154 | truelight | 2006-08-26 19:40:40 +0000 (Sat, 26 Aug 2006) | 2 lines -Cleanup: ordered the IDs that have to do with pools from the others ------------------------------------------------------------------------ r6153 | truelight | 2006-08-26 19:29:35 +0000 (Sat, 26 Aug 2006) | 4 lines -Codechange: DeleteSign removes a sign from the pool -Codechange: DestroySign is called by DeleteSign to remove all things where a sign depends on. Last 2 changes to prepare for new pool system. Not pretty now, will be soon. ------------------------------------------------------------------------ r6152 | truelight | 2006-08-26 19:18:50 +0000 (Sat, 26 Aug 2006) | 2 lines -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more ------------------------------------------------------------------------ r6151 | truelight | 2006-08-26 19:14:02 +0000 (Sat, 26 Aug 2006) | 4 lines -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool -Codechange: DestroyStation/DestroyRoadStop is called by DeleteStation/DeleteRoadStop to remove all things where a station/RoadStop depends on. Last 2 changes to prepare for new pool system. Not pretty now, will be soon. ------------------------------------------------------------------------ r6150 | truelight | 2006-08-26 18:27:15 +0000 (Sat, 26 Aug 2006) | 2 lines -Codechange: introduced and used RoadStopID where needed ------------------------------------------------------------------------ r6149 | truelight | 2006-08-26 18:05:05 +0000 (Sat, 26 Aug 2006) | 4 lines -Codechange: DeleteTown removes a town from the pool -Codechange: DestroyTown is called by DeleteTown to remove all things where a town depends on. Last 2 changes to prepare for new pool system. Not pretty now, will be soon. ------------------------------------------------------------------------