diff options
author | belugas <belugas@openttd.org> | 2007-11-10 01:17:15 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-11-10 01:17:15 +0000 |
commit | f55fdfb7c42b2e2e39b165fd17f7671e14516303 (patch) | |
tree | 07b6a8f97a15f768d33fc0b7a3405373f3745b3b /projects | |
parent | 3a84801f5563ca73c47c56f9682582abe990abb7 (diff) | |
download | openttd-f55fdfb7c42b2e2e39b165fd17f7671e14516303.tar.xz |
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index a821044e0..7ee50b846 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -685,6 +685,9 @@ RelativePath=".\..\src\train.h"> </File> <File + RelativePath=".\..\src\transparency.h"> + </File> + <File RelativePath=".\..\src\transparency_gui.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e8559486b..f4e9bf89c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1144,6 +1144,10 @@ > </File> <File + RelativePath=".\..\src\transparency.h" + > + </File> + <File RelativePath=".\..\src\transparency_gui.h" > </File> |