Wed, 30 Aug 2006 21:10:25 +0000(svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers.
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.

Wed, 30 Aug 2006 20:08:58 +0000(svn r6244) -Fix: allow any order for strgen parameters
glx [Wed, 30 Aug 2006 20:08:58 +0000] rev 4461
(svn r6244) -Fix: allow any order for strgen parameters

Wed, 30 Aug 2006 19:49:46 +0000(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: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)

Wed, 30 Aug 2006 19:42:20 +0000(svn r6242) -Codechange: made BuildVehicleList static as it is not used in any other files anymore
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

Wed, 30 Aug 2006 19:10:12 +0000(svn r6241) -Fix r6240: missed altering one line in last commit
bjarni [Wed, 30 Aug 2006 19:10:12 +0000] rev 4458
(svn r6241) -Fix r6240: missed altering one line in last commit

Wed, 30 Aug 2006 18:35:02 +0000(svn r6240) -Code cleanup: in PlayerVehWndProc: replaced size_of_row with w->resize.step_height
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

Wed, 30 Aug 2006 16:32:00 +0000(svn r6239) -Code cleanup: cleaned up PlayerVehWndProc
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

Wed, 30 Aug 2006 14:30:26 +0000(svn r6238) Use the colour stored in _colour_gradient[] instead of explicitly retrieving it with GetNonSprite()
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()

Wed, 30 Aug 2006 13:41:53 +0000(svn r6237) -Fix r6165: fixed wrong hangar name in heading for hangar strings
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

Wed, 30 Aug 2006 12:37:04 +0000(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.
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.