Skip to content

Commit

Permalink
New program icons added.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonGames committed Jan 14, 2018
1 parent 274d202 commit fbdebf0
Show file tree
Hide file tree
Showing 25 changed files with 1,862 additions and 328 deletions.
4 changes: 2 additions & 2 deletions Editor/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("Editor")>
<Assembly: AssemblyCopyright("Copyright © 2017 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE. Icons by https://de.icons8.com/ is licensed under CC BY-ND 3.0")>
<Assembly: AssemblyCopyright("Copyright © 2017/2018 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE. All Icons by https://de.icons8.com/ are licensed under CC BY-ND 3.0.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -30,4 +30,4 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("5.7.*")>
<Assembly: AssemblyVersion("5.8.*")>
9 changes: 5 additions & 4 deletions EditorControls/EditorControls.csproj
Expand Up @@ -34,7 +34,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>q2_48x48c.ico</ApplicationIcon>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.1.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
Expand Down Expand Up @@ -544,9 +545,6 @@
<Resource Include="Images\PasteHS.png" />
<Resource Include="Images\Up.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="q2_48x48c.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\FindHS.png" />
</ItemGroup>
Expand Down Expand Up @@ -661,6 +659,9 @@
<ItemGroup>
<None Include="Resources\s_paste.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\questicon16.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>if exist "$(TargetPath).locked" del "$(TargetPath).locked"
Expand Down
2 changes: 1 addition & 1 deletion EditorControls/FilePopUp.xaml
Expand Up @@ -4,7 +4,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Name="ImageSelectionWindow"
Title="Choose an image" SizeToContent="WidthAndHeight" MinWidth="280" ResizeMode="NoResize" WindowStartupLocation="CenterScreen"
Icon="/EditorControls;component/q2_48x48c.ico" Initialized="ImageSelectionWindow_Initialized">
Icon="Resources/questicon16.ico" Initialized="ImageSelectionWindow_Initialized">
<Grid>
<StackPanel>
<EditorControls:FileDropDown x:Name="fileDropDown" HorizontalAlignment="Stretch" Margin="10" />
Expand Down
2 changes: 1 addition & 1 deletion EditorControls/PopOut.xaml
@@ -1,7 +1,7 @@
<Window x:Class="TextAdventures.Quest.EditorControls.PopOut"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Script Editor" Height="600" Width="700" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="/EditorControls;component/q2_48x48c.ico">
Title="Script Editor" Height="600" Width="700" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="Resources/questicon16.ico">
<Grid TextOptions.TextFormattingMode="Display" x:Name="grid">
</Grid>
</Window>
Binary file added EditorControls/Resources/questicon16.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion EditorControls/ScriptAdderPopOut.xaml
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Name="ScriptAdderWindow"
Title="Add Script Command" Height="600" Width="450" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="/EditorControls;component/q2_48x48c.ico" Initialized="ScriptAdderWindow_Initialized">
Title="Add Script Command" Height="600" Width="450" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="Resources/questicon16.ico" Initialized="ScriptAdderWindow_Initialized">
<Grid TextOptions.TextFormattingMode="Display">
<my:ScriptAdder x:Name="ctlScriptAdder" Background="White" />
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion EditorControls/ScriptEditorPopOut.xaml
@@ -1,7 +1,7 @@
<Window xmlns:my="clr-namespace:TextAdventures.Quest.EditorControls" x:Class="TextAdventures.Quest.EditorControls.ScriptEditorPopOut"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Script Editor" Height="600" Width="700" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="/EditorControls;component/q2_48x48c.ico">
Title="Script Editor" Height="600" Width="700" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Icon="Resources/questicon16.ico">
<Grid TextOptions.TextFormattingMode="Display">
<my:ScriptEditorControl x:Name="ctlScriptEditor" />
</Grid>
Expand Down
Binary file removed EditorControls/q2_48x48c.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions GameBrowser/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Textadventures.co.uk")>
<Assembly: AssemblyProduct("Quest")>
<Assembly: AssemblyCopyright("Copyright © 2017 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE")>
<Assembly: AssemblyCopyright("Copyright © 2017/2018 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE. All Icons by https://de.icons8.com/ are licensed under CC BY-ND 3.0.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -30,4 +30,4 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("5.7.*")>
<Assembly: AssemblyVersion("5.8.*")>
2 changes: 1 addition & 1 deletion Legacy/AssemblyInfo.vb
Expand Up @@ -28,7 +28,7 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("5.7.*")>
<Assembly: AssemblyVersion("5.8.*")>



Expand Down
4 changes: 2 additions & 2 deletions Menus/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Alex Warren")>
<Assembly: AssemblyProduct("Quest")>
<Assembly: AssemblyCopyright("Copyright © 2017 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE")>
<Assembly: AssemblyCopyright("Copyright © 2017/2018 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE. All Icons by https://de.icons8.com/ are licensed under CC BY-ND 3.0.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -30,4 +30,4 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("5.7.*")>
<Assembly: AssemblyVersion("5.8.*")>
4 changes: 2 additions & 2 deletions Player/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Textadventures.co.uk")>
<Assembly: AssemblyProduct("Quest")>
<Assembly: AssemblyCopyright("Copyright © 2017 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE")>
<Assembly: AssemblyCopyright("Copyright © 2017/2018 Andy Joel - full copyright and license information at https://github.com/textadventures/quest/blob/master/LICENSE. All Icons by https://de.icons8.com/ are licensed under CC BY-ND 3.0.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(True)>
Expand All @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("5.7.*")>
<Assembly: AssemblyVersion("5.8.*")>
2 changes: 1 addition & 1 deletion Quest/Constants.vb
@@ -1,6 +1,6 @@
Public Class Constants

Public Const QuestVersion As String = "5.7.1"
Public Const QuestVersion As String = "5.8.0"
Public Const MaxASLVersion As Integer = 550

End Class
1 change: 1 addition & 0 deletions Quest/Main.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbdebf0

Please sign in to comment.