Darkvater [Thu, 21 Dec 2006 20:56:27 +0000] rev 5357
(svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and always load cargo
if it's available with full load any (Maedhros)
matthijs [Thu, 21 Dec 2006 14:44:19 +0000] rev 5356
(svn r7533) -Codechange [Debian]: Update debian packaging files
- Update to latest standards version.
- Fix rules to compile only once.
Darkvater [Thu, 21 Dec 2006 14:23:47 +0000] rev 5355
(svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater [Thu, 21 Dec 2006 11:34:50 +0000] rev 5354
(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
rubidium [Thu, 21 Dec 2006 10:41:10 +0000] rev 5353
(svn r7524) -Fix: remove empty strings that should not have been empty from the Ukrainian language file.
Darkvater [Thu, 21 Dec 2006 10:29:16 +0000] rev 5352
(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
Darkvater [Thu, 21 Dec 2006 10:09:43 +0000] rev 5351
(svn r7522) -Codechange: Have CopyGRFConfigList clear the destination list before assigning
values to it. This cuts down on memleaks which could exist when the function was
not used carefully.
Darkvater [Thu, 21 Dec 2006 00:13:56 +0000] rev 5350
(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
rubidium [Wed, 20 Dec 2006 23:44:39 +0000] rev 5349
(svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList.
KUDr [Wed, 20 Dec 2006 23:41:24 +0000] rev 5348
(svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch)