glx [Thu, 27 Apr 2006 21:05:32 +0000] rev 3678
(svn r4595) - Fix (FS#63) Music volume is now restored to the value saved in openttd.cfg
peter1138 [Thu, 27 Apr 2006 19:53:58 +0000] rev 3677
(svn r4594) - NewGRF: introduce the basic sprite group resolver. This code isn't used yet.
belugas [Thu, 27 Apr 2006 18:28:56 +0000] rev 3676
(svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
This is following the same scheme as for IndustrySpec
miham [Thu, 27 Apr 2006 18:21:27 +0000] rev 3675
(svn r4592) [Language fixup] Fixing up the fixed up language which fixed up my fixup for the screwup.. er.. You know. Thanks Tron for spotting it
celestar [Thu, 27 Apr 2006 11:19:12 +0000] rev 3674
(svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" is selected in the scenario editor.
-Side effects:
- Removed one global variable from variables.h
- Remove an ugly hack for the "many random towns" function
Darkvater [Thu, 27 Apr 2006 08:24:48 +0000] rev 3673
(svn r4590) - Fix (r4585): warning: suggest parentheses around && within ||. Sorry
peter1138 [Thu, 27 Apr 2006 06:33:21 +0000] rev 3672
(svn r4588) - NewGRF: silence a false compiler warning
Darkvater [Wed, 26 Apr 2006 21:48:22 +0000] rev 3671
(svn r4586) - Codechange: Recursive commands that rely on _error_message to handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used (see FS#130 prior to r4585). Now properly reset the global variable _error_message in these cases.
Darkvater [Wed, 26 Apr 2006 21:44:22 +0000] rev 3670
(svn r4585) - Fix [FS#130] - Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road.
belugas [Wed, 26 Apr 2006 21:10:01 +0000] rev 3669
(svn r4584) CodeChange : Cleanup of industry_cmd (Step-3).
Renaming GetIndustrySpecification to GetIndustrySpec. Looks better.
Removing the _industry_prod_up/down/close_strings
in favor of IndustrySpec.closure/production_up/down_text;
A few reformatting along the way.
Work of tfc_team