------------------------------------------------------------------------ r6358 | Darkvater | 2006-09-03 16:02:15 +0000 (Sun, 03 Sep 2006) | 2 lines -Codechange: update resource file to reflect development tree (0.5.0.0) as file version, and added revision number. Also remove SWEDISH resources. ------------------------------------------------------------------------ r6357 | bjarni | 2006-09-03 15:45:48 +0000 (Sun, 03 Sep 2006) | 2 lines -Cleanup: [OSX] corrected some info for the bundle (info window in finder) ------------------------------------------------------------------------ r6356 | bjarni | 2006-09-03 11:49:38 +0000 (Sun, 03 Sep 2006) | 4 lines -Fix: FS#263 planes come out of hangar and drive back into hangar Now all vehicles are serviced when it's time for service and they are in a depot This will avoid the goto depot order from ever showing up when in a depot ------------------------------------------------------------------------ r6355 | tron | 2006-09-03 10:30:38 +0000 (Sun, 03 Sep 2006) | 3 lines -Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (Darkvater and me) This bug is probably ages old ------------------------------------------------------------------------ r6353 | tron | 2006-09-03 08:25:27 +0000 (Sun, 03 Sep 2006) | 3 lines -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold DestinationID being a union of these types is just hassle without benefit and cannot be handled correctly everywhere because of local lack of information ------------------------------------------------------------------------ r6352 | bjarni | 2006-09-02 22:47:45 +0000 (Sat, 02 Sep 2006) | 4 lines -Fix: FS#322 Send to depot bug now vehicles can't be sent to a depot when they are already inside a depot before they would remember the order and try to turn around when leaving the depot ------------------------------------------------------------------------ r6351 | tron | 2006-09-02 21:52:06 +0000 (Sat, 02 Sep 2006) | 1 line -Fix: Due to some off-by-one errors the width or height of a clipping rectangle could become 0, which isn't sensible. This should fix a very rare and hard to trigger assertion in GfxFillRect() ------------------------------------------------------------------------ r6350 | bjarni | 2006-09-02 21:16:46 +0000 (Sat, 02 Sep 2006) | 3 lines -Codechange: moved some setup stuff into WE_CREATE in PlayerVehWndProc() This is possible now that the window number is known when running WE_CREATE and it's a nicer solution ------------------------------------------------------------------------ r6348 | tron | 2006-09-02 20:35:08 +0000 (Sat, 02 Sep 2006) | 1 line -Codechange: Remove redundant assignment ------------------------------------------------------------------------ r6347 | tron | 2006-09-02 20:34:33 +0000 (Sat, 02 Sep 2006) | 1 line Undo ------------------------------------------------------------------------ r6346 | tron | 2006-09-02 20:34:04 +0000 (Sat, 02 Sep 2006) | 1 line -Codechange: Remove redundant assignment ------------------------------------------------------------------------ r6345 | bjarni | 2006-09-02 20:09:16 +0000 (Sat, 02 Sep 2006) | 3 lines -Codechange: AllocateWindowDescFront() now ensures that window_number is set before calling the WE_CREATE event this allows using the window_number in WE_CREATE window event handlers ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------