bjarni [Thu, 31 Aug 2006 18:33:05 +0000] rev 4498
(svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc()
bjarni [Thu, 31 Aug 2006 17:42:27 +0000] rev 4497
(svn r6282) -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
rubidium [Thu, 31 Aug 2006 16:29:47 +0000] rev 4496
(svn r6281) -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch.
Darkvater [Thu, 31 Aug 2006 15:57:38 +0000] rev 4495
(svn r6280) -Codechange: Use the same naming for trains as for other vehicles:
CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT
Darkvater [Thu, 31 Aug 2006 15:28:11 +0000] rev 4494
(svn r6279) -Codechange (r1525): Use proper const pointers for functions that do not change them .
Darkvater [Thu, 31 Aug 2006 15:22:40 +0000] rev 4493
(svn r6278) -Revert the colour-mess in the vehicle window for ships, fourwheelers and
aircraft as well which I missed out in the last commit.
tron [Thu, 31 Aug 2006 15:22:03 +0000] rev 4492
(svn r6277) Clean up the train details drawing routine
tron [Thu, 31 Aug 2006 14:54:25 +0000] rev 4491
(svn r6276) Remove a redundant assignment
tron [Thu, 31 Aug 2006 14:51:50 +0000] rev 4490
(svn r6275) Get rid of an ugly cast
tron [Thu, 31 Aug 2006 14:50:12 +0000] rev 4489
(svn r6274) Clean up a bit
tron [Thu, 31 Aug 2006 14:12:08 +0000] rev 4488
(svn r6273) Clean up the custom currency window handler a bit
Darkvater [Thu, 31 Aug 2006 14:01:28 +0000] rev 4487
(svn r6272) -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.
tron [Thu, 31 Aug 2006 13:37:25 +0000] rev 4486
(svn r6271) Remove stale comment
tron [Thu, 31 Aug 2006 13:33:25 +0000] rev 4485
(svn r6270) Remove the "unsorted" vehicle sorter, because it's plain useless
bjarni [Thu, 31 Aug 2006 13:28:59 +0000] rev 4484
(svn r6269) -Fix r6240: fixed incorrect row count in vehicle lists when resizing to smaller windows (AsterixMG)
tron [Thu, 31 Aug 2006 12:19:32 +0000] rev 4483
(svn r6268) Remove now pointless assignment (followup of r6267)
tron [Thu, 31 Aug 2006 11:42:16 +0000] rev 4482
(svn r6267) Simplify the control flow in the rail tile loop by eliminating a bool flag and replacing it by a simple goto
tron [Thu, 31 Aug 2006 11:25:00 +0000] rev 4481
(svn r6266) Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job
tron [Thu, 31 Aug 2006 11:18:30 +0000] rev 4480
(svn r6265) Check whether to draw catenary at all once before the drawing loop instead of on every iteration
tron [Thu, 31 Aug 2006 10:36:59 +0000] rev 4479
(svn r6264) Get rid of a cast
miham [Thu, 31 Aug 2006 10:34:59 +0000] rev 4478
(svn r6263) 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)
tron [Thu, 31 Aug 2006 10:14:47 +0000] rev 4477
(svn r6262) Remove unused #define and function declaration
bjarni [Thu, 31 Aug 2006 09:40:10 +0000] rev 4476
(svn r6261) -Fix r6246: fixed sprite related crash related to other player's vehicle list windows (spotted by Darkvater)
tron [Thu, 31 Aug 2006 08:36:31 +0000] rev 4475
(svn r6260) Improve readability
tron [Thu, 31 Aug 2006 08:16:28 +0000] rev 4474
(svn r6259) Extract the axis directly, don't use a trinary operator
tron [Thu, 31 Aug 2006 08:11:08 +0000] rev 4473
(svn r6258) Reduce the number of induction variables and inner scopes for clarity
tron [Thu, 31 Aug 2006 07:52:20 +0000] rev 4472
(svn r6257) Use memcmp() to check the MD5 sum instead of using a home brewed loop
tron [Thu, 31 Aug 2006 07:49:34 +0000] rev 4471
(svn r6256) if () cascades -> switch ()
tron [Thu, 31 Aug 2006 07:29:19 +0000] rev 4470
(svn r6255) Simplify drawing of catenary in depots
tron [Thu, 31 Aug 2006 07:13:36 +0000] rev 4469
(svn r6254) if () cascade -> switch ()
tron [Thu, 31 Aug 2006 07:09:13 +0000] rev 4468
(svn r6253) Comment out code with #if 0, not //. Join statements which needlessly span many lines into fewer lines
tron [Thu, 31 Aug 2006 07:01:26 +0000] rev 4467
(svn r6252) Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it
tron [Thu, 31 Aug 2006 06:46:52 +0000] rev 4466
(svn r6251) Replace 2 bool variables by a simple switch
bjarni [Wed, 30 Aug 2006 23:01:45 +0000] rev 4465
(svn r6249) -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()
glx [Wed, 30 Aug 2006 22:32:25 +0000] rev 4464
(svn r6247) -Fix(r6244): invalid arguments caused infinite loop
bjarni [Wed, 30 Aug 2006 21:39:01 +0000] rev 4463
(svn r6246) -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
KUDr [Wed, 30 Aug 2006 21:10:25 +0000] rev 4462
(svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers.
glx [Wed, 30 Aug 2006 20:08:58 +0000] rev 4461
(svn r6244) -Fix: allow any order for strgen parameters
bjarni [Wed, 30 Aug 2006 19:49:46 +0000] rev 4460
(svn r6243) -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out)
bjarni [Wed, 30 Aug 2006 19:42:20 +0000] rev 4459
(svn r6242) -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
bjarni [Wed, 30 Aug 2006 19:10:12 +0000] rev 4458
(svn r6241) -Fix r6240: missed altering one line in last commit
bjarni [Wed, 30 Aug 2006 18:35:02 +0000] rev 4457
(svn r6240) -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
bjarni [Wed, 30 Aug 2006 16:32:00 +0000] rev 4456
(svn r6239) -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
tron [Wed, 30 Aug 2006 14:30:26 +0000] rev 4455
(svn r6238) Use the colour stored in _colour_gradient[] instead of explicitly retrieving it with GetNonSprite()
bjarni [Wed, 30 Aug 2006 13:41:53 +0000] rev 4454
(svn r6237) -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
rubidium [Wed, 30 Aug 2006 12:37:04 +0000] rev 4453
(svn r6236) -Fix (FS#313): TGP generation seed edit box only accepted seeds up to 2^31-1, instead of up to 2^32-2.
Darkvater [Wed, 30 Aug 2006 09:29:20 +0000] rev 4452
(svn r6235) -Cleanup: Make SVN ignore everything not under version control in the data/ folder
bjarni [Tue, 29 Aug 2006 23:39:57 +0000] rev 4451
(svn r6229) -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
bjarni [Tue, 29 Aug 2006 22:47:38 +0000] rev 4450
(svn r6228) -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
bjarni [Tue, 29 Aug 2006 21:36:39 +0000] rev 4449
(svn r6227) -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
glx [Tue, 29 Aug 2006 21:34:02 +0000] rev 4448
(svn r6226) -Fix(r5864): an assertion was triggered when drawing catenary on steep slopes (TrueLight)
Darkvater [Tue, 29 Aug 2006 20:55:25 +0000] rev 4447
(svn r6225) -Codechange: change the warning/error format of strgen to show up
in MSVC 'Task List' as well.
miham [Tue, 29 Aug 2006 20:35:07 +0000] rev 4446
(svn r6224) 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)
KUDr [Tue, 29 Aug 2006 19:46:31 +0000] rev 4445
(svn r6223) -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).
tron [Tue, 29 Aug 2006 19:26:13 +0000] rev 4444
(svn r6222) 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
bjarni [Tue, 29 Aug 2006 18:50:15 +0000] rev 4443
(svn r6220) -Fix: added missing space in a string for Catalan town names (Arnau)
bjarni [Tue, 29 Aug 2006 17:41:13 +0000] rev 4442
(svn r6215) -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
bjarni [Tue, 29 Aug 2006 14:45:39 +0000] rev 4441
(svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)
tron [Tue, 29 Aug 2006 06:50:47 +0000] rev 4440
(svn r6212) Remove dependency on window.h from station.h
tron [Tue, 29 Aug 2006 06:43:22 +0000] rev 4439
(svn r6211) Commit file forgotten in r6210
tron [Tue, 29 Aug 2006 06:39:00 +0000] rev 4438
(svn r6210) Remove FR_NOBORDER, because it is exclusivly used in conjunction with FR_TRANSPARENT
tron [Tue, 29 Aug 2006 06:07:57 +0000] rev 4437
(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_color_list) which the renderer shouldn't have know about
tron [Tue, 29 Aug 2006 06:03:26 +0000] rev 4436
(svn r6208) Reduce the number of induction variables for clarity
belugas [Tue, 29 Aug 2006 00:17:47 +0000] rev 4435
(svn r6205) -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
rubidium [Mon, 28 Aug 2006 18:53:03 +0000] rev 4434
(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
miham [Mon, 28 Aug 2006 12:57:33 +0000] rev 4433
(svn r6197) WebTranslator2 update to 2006-08-28 14:57:10
american - 10 fixed, 12 changed by WhiteRabbit (22)
portuguese - 4 changed by izhirahider (4)
rubidium [Mon, 28 Aug 2006 10:14:37 +0000] rev 4432
(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.
rubidium [Mon, 28 Aug 2006 09:13:33 +0000] rev 4431
(svn r6186) -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.
miham [Mon, 28 Aug 2006 08:44:13 +0000] rev 4430
(svn r6185) 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)
tron [Mon, 28 Aug 2006 07:33:51 +0000] rev 4429
(svn r6184) Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions
tron [Mon, 28 Aug 2006 06:21:48 +0000] rev 4428
(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
bjarni [Mon, 28 Aug 2006 06:18:35 +0000] rev 4427
(svn r6182) -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r6167)
bjarni [Mon, 28 Aug 2006 06:13:16 +0000] rev 4426
(svn r6181) -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)
tron [Mon, 28 Aug 2006 06:05:04 +0000] rev 4425
(svn r6180) Use a switch instead of function pointers to choose the blitter
glx [Sun, 27 Aug 2006 22:08:40 +0000] rev 4424
(svn r6179) - Silence the old npf warnings
truelight [Sun, 27 Aug 2006 21:20:29 +0000] rev 4423
(svn r6178) -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.
miham [Sun, 27 Aug 2006 20:30:10 +0000] rev 4422
(svn r6177) 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)
truelight [Sun, 27 Aug 2006 15:26:58 +0000] rev 4421
(svn r6176) -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 :)
miham [Sun, 27 Aug 2006 15:21:10 +0000] rev 4420
(svn r6175) 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)
KUDr [Sun, 27 Aug 2006 14:28:23 +0000] rev 4419
(svn r6174) -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater)
miham [Sun, 27 Aug 2006 12:09:06 +0000] rev 4418
(svn r6173) 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)
Darkvater [Sun, 27 Aug 2006 10:49:43 +0000] rev 4417
(svn r6170) -Feature: save max_companies/clients/spectators in the config file.
Darkvater [Sun, 27 Aug 2006 10:04:33 +0000] rev 4416
(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be
integral to strings.c
bjarni [Sun, 27 Aug 2006 10:04:02 +0000] rev 4415
(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight
bjarni [Sun, 27 Aug 2006 09:55:54 +0000] rev 4414
(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG
KUDr [Sun, 27 Aug 2006 09:50:43 +0000] rev 4413
(svn r6166) -Fix: [YAPF] fixes one very improbable assert when adding startup node that already exists in the open-list (thanks Panzerfather)
bjarni [Sun, 27 Aug 2006 09:28:52 +0000] rev 4412
(svn r6165) -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
KUDr [Sun, 27 Aug 2006 07:23:46 +0000] rev 4411
(svn r6164) -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)
KUDr [Sun, 27 Aug 2006 07:04:14 +0000] rev 4410
(svn r6163) -Codechange: distance rounded up (correction of r6162)
KUDr [Sun, 27 Aug 2006 06:52:25 +0000] rev 4409
(svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p)
bjarni [Sat, 26 Aug 2006 22:28:40 +0000] rev 4408
(svn r6161) -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
KUDr [Sat, 26 Aug 2006 22:24:32 +0000] rev 4407
(svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
thanks Darkvater for hotfix (r5897)
Darkvater [Sat, 26 Aug 2006 21:54:04 +0000] rev 4406
(svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
Darkvater [Sat, 26 Aug 2006 20:54:30 +0000] rev 4405
(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc
truelight [Sat, 26 Aug 2006 20:09:25 +0000] rev 4404
(svn r6157) -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.
truelight [Sat, 26 Aug 2006 19:51:49 +0000] rev 4403
(svn r6156) -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.
truelight [Sat, 26 Aug 2006 19:47:13 +0000] rev 4402
(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
Last change is to prepare for new pool system.
truelight [Sat, 26 Aug 2006 19:40:40 +0000] rev 4401
(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others
truelight [Sat, 26 Aug 2006 19:29:35 +0000] rev 4400
(svn r6153) -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.
truelight [Sat, 26 Aug 2006 19:18:50 +0000] rev 4399
(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
truelight [Sat, 26 Aug 2006 19:14:02 +0000] rev 4398
(svn r6151) -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.
truelight [Sat, 26 Aug 2006 18:27:15 +0000] rev 4397
(svn r6150) -Codechange: introduced and used RoadStopID where needed
truelight [Sat, 26 Aug 2006 18:05:05 +0000] rev 4396
(svn r6149) -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.
truelight [Sat, 26 Aug 2006 17:34:48 +0000] rev 4395
(svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron)
truelight [Sat, 26 Aug 2006 17:31:57 +0000] rev 4394
(svn r6147) -Fix: I don't know how to write Destination :(
truelight [Sat, 26 Aug 2006 17:31:47 +0000] rev 4393
(svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way
truelight [Sat, 26 Aug 2006 17:16:51 +0000] rev 4392
(svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool
truelight [Sat, 26 Aug 2006 17:12:24 +0000] rev 4391
(svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had nothing to do
with the Order-pool, but with the place of the order within the vehicle-order
(hence its name) (part of FS#13, blathijs)
truelight [Sat, 26 Aug 2006 16:46:32 +0000] rev 4390
(svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pool
-Codechange: DestroyWaypoint is called by DeleteWaypoint to remove all things where a waypoint depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 16:34:03 +0000] rev 4389
(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)
-Codechange: introduced DestinationID, which is in fact an union of several types
Used in Order struct, so no longer StationID is abused for all targets.
Hangars are a big exception, as they use a station-id with GOTO_DEPOT (go figure)
truelight [Sat, 26 Aug 2006 14:44:55 +0000] rev 4388
(svn r6141) -Codechange: introduced DepotID and used it as much as possible
-Codechange: DeleteDepot removes a depot from the pool
-Codechange: DestroyDepot is called by DeleteDepot to remove all things where a depot depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
-Codechange: Removed DoDeleteDepot as it was stupid
Darkvater [Sat, 26 Aug 2006 14:41:16 +0000] rev 4387
(svn r6140) -Codechange: fix the comment of _shift_pressed. It doesn't react to ALT, but to SHIFT.
Darkvater [Sat, 26 Aug 2006 14:39:05 +0000] rev 4386
(svn r6139) -Codechange: strings are StringID. This should be changed in strings.h as well, but you would need to include openttd.h and that opens a whole new can of worms.
Darkvater [Sat, 26 Aug 2006 14:36:19 +0000] rev 4385
(svn r6138) - Remove stdafx.c since we do not use it.
truelight [Sat, 26 Aug 2006 14:22:54 +0000] rev 4384
(svn r6137) -Codechange: some very minor cleanups:
- Start using DeleteXXX for every pool item, not manually doing it
- Use some wrapper to improve logic
- Rewrote some pieces to improve logic
truelight [Sat, 26 Aug 2006 11:06:54 +0000] rev 4383
(svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, causing nasty desyncs
-Fix: _date, which is a Date, which is int32, was saved as uint32
miham [Sat, 26 Aug 2006 07:45:18 +0000] rev 4382
(svn r6135) WebTranslator2 update to 2006-08-26 09:44:54
dutch - 28 fixed by habell (28)
german - 5 changed by Neonox (5)
portuguese - 2 fixed by izhirahider (2)
belugas [Fri, 25 Aug 2006 19:18:16 +0000] rev 4381
(svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries
-Feature : both unifiedmaglevmode are now set.
Maglev and monorail are not allowed to run on each other tracks and will not be.
Setting those flags will allow grfsets as the Norvegian one to be loaded
-Codechange : link the TTDPatch's irregularstations with OTTD's nonuniform_stations
-Codechange : Reformat the whole array (thanks Rubidium, it sure looks better now)
tron [Fri, 25 Aug 2006 12:58:52 +0000] rev 4380
(svn r6122) Fix an off-by-two error in r6108: it should be the index for the last element in the array
truelight [Fri, 25 Aug 2006 12:26:34 +0000] rev 4379
(svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
-Fix r6096: detect for PATHSEP on WIN32 or WIN64, not UNIX
(Windows compilers define either one, while other compilers don't define a thing)