Commit Graph

4506 Commits (7d3685a8ad0661c43dda4deb8c2559226b3370fe)
 

Author SHA1 Message Date
tron 7d3685a8ad (svn r6290) -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 18 years ago
belugas c05c81f35c (svn r6289) -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
18 years ago
tron 718c0214bf (svn r6288) -Regression: Restore automatic language detection, which was broken in r4886 when the language codes got extended 18 years ago
tron cdf3972733 (svn r6287) -Codechange: Remove a redundant check 18 years ago
tron 17c101afe3 (svn r6286) Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it 18 years ago
truelight 0574bcb46d (svn r6285) -Fix r6143: of course deleting a waypoint should call the Delete wrapper, not the Destroy function (/me slaps hisself) 18 years ago
bjarni 53227e29f8 (svn r6284) -Code Cleanup r6282: cleaned up the code a bit 18 years ago
bjarni 3235b7407f (svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc() 18 years ago
bjarni 3367b2a95b (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
18 years ago
rubidium 8ff4c6d7a5 (svn r6281) -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch. 18 years ago
Darkvater fd09bd15b2 (svn r6280) -Codechange: Use the same naming for trains as for other vehicles:
CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT
18 years ago
Darkvater d2c239b590 (svn r6279) -Codechange (r1525): Use proper const pointers for functions that do not change them . 18 years ago
Darkvater 538ab07b69 (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.
18 years ago
tron 5a3ecbee71 (svn r6277) Clean up the train details drawing routine 18 years ago
tron d8436d15ae (svn r6276) Remove a redundant assignment 18 years ago
tron 453028b3a7 (svn r6275) Get rid of an ugly cast 18 years ago
tron c4fb78a708 (svn r6274) Clean up a bit 18 years ago
tron d5e21c2dc3 (svn r6273) Clean up the custom currency window handler a bit 18 years ago
Darkvater a0486a3b48 (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.
18 years ago
tron 78f9d19d2d (svn r6271) Remove stale comment 18 years ago
tron 659e09e5bc (svn r6270) Remove the "unsorted" vehicle sorter, because it's plain useless 18 years ago
bjarni 68e0703226 (svn r6269) -Fix r6240: fixed incorrect row count in vehicle lists when resizing to smaller windows (AsterixMG) 18 years ago
tron d3f5b7da3e (svn r6268) Remove now pointless assignment (followup of r6267) 18 years ago
tron f3c8020902 (svn r6267) Simplify the control flow in the rail tile loop by eliminating a bool flag and replacing it by a simple goto 18 years ago
tron a80a17007a (svn r6266) Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job 18 years ago
tron 925b633afa (svn r6265) Check whether to draw catenary at all once before the drawing loop instead of on every iteration 18 years ago
tron d16308810e (svn r6264) Get rid of a cast 18 years ago
miham d0693f3c30 (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)
18 years ago
tron 5f3f9f499d (svn r6262) Remove unused #define and function declaration 18 years ago
bjarni c3900434b5 (svn r6261) -Fix r6246: fixed sprite related crash related to other player's vehicle list windows (spotted by Darkvater) 18 years ago
tron ad076c8f9e (svn r6260) Improve readability 18 years ago
tron 10b9f692c7 (svn r6259) Extract the axis directly, don't use a trinary operator 18 years ago
tron 32d26ef6b8 (svn r6258) Reduce the number of induction variables and inner scopes for clarity 18 years ago
tron cd8f1cc63d (svn r6257) Use memcmp() to check the MD5 sum instead of using a home brewed loop 18 years ago
tron 45e34d555c (svn r6256) if () cascades -> switch () 18 years ago
tron 22d2ca7cc6 (svn r6255) Simplify drawing of catenary in depots 18 years ago
tron b427ce4e20 (svn r6254) if () cascade -> switch () 18 years ago
tron 85bd6c05de (svn r6253) Comment out code with #if 0, not //. Join statements which needlessly span many lines into fewer lines 18 years ago
tron b536c2e4e0 (svn r6252) Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it 18 years ago
tron 26b153b1df (svn r6251) Replace 2 bool variables by a simple switch 18 years ago
bjarni 7922c9ff84 (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()
18 years ago
glx f91fce66cb (svn r6247) -Fix(r6244): invalid arguments caused infinite loop 18 years ago
bjarni 744840c3da (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
18 years ago
KUDr 42682a70aa (svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers. 18 years ago
glx d8e6f28365 (svn r6244) -Fix: allow any order for strgen parameters 18 years ago
bjarni 1983c07955 (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) 18 years ago
bjarni 2a07ed9d46 (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
18 years ago
bjarni 8f102334ff (svn r6241) -Fix r6240: missed altering one line in last commit 18 years ago
bjarni ced2972c74 (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
18 years ago
bjarni 6cc29d5daf (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
18 years ago