Skip to content

Commit

Permalink
Frotz
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudzu authored and Kudzu committed Jun 9, 2016
1 parent 7a733a5 commit fe383de
Show file tree
Hide file tree
Showing 126 changed files with 29,044 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Demos/Guess/Guess.Cosmos
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Profile>VMware</Profile>
<Profile>Bochs</Profile>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<Framework>MicrosoftNET</Framework>
<UseInternalAssembler>False</UseInternalAssembler>
<EnableGDB>False</EnableGDB>
<DebugMode>Source</DebugMode>
<DebugMode>IL</DebugMode>
<TraceMode>User</TraceMode>
<BuildTarget>PXE</BuildTarget>
<VMWareFlavor>Player</VMWareFlavor>
<StartCosmosGDB>False</StartCosmosGDB>
<VMwareEdition>Player</VMwareEdition>
<VMwareEdition>Workstation</VMwareEdition>
<VMwareDeploy>ISO</VMwareDeploy>
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
<Deployment>ISO</Deployment>
<Launch>VMware</Launch>
<DebugEnabled>True</DebugEnabled>
<Launch>Bochs</Launch>
<DebugEnabled>False</DebugEnabled>
<TraceAssemblies>All</TraceAssemblies>
<PXE_Deployment>PXE</PXE_Deployment>
<PXE_Launch>None</PXE_Launch>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ISO_EnableGDB>False</ISO_EnableGDB>
<ISO_StartCosmosGDB>false</ISO_StartCosmosGDB>
<Name>Guess</Name>
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
<Description>Use Bochs emulator to deploy and debug.</Description>
<ISO_Name>User 001</ISO_Name>
<ISO_Description>Creates a bootable ISO image which can be burned to a DVD. After running the selected project, an explorer window will open containing the ISO file. The ISO file can then be burned to a CD or DVD and used to boot a physical or virtual system.</ISO_Description>
<USB_Name>Guess</USB_Name>
Expand Down Expand Up @@ -129,7 +129,7 @@
<ISO_VisualStudioDebugPort>Pipe: Cosmos\Serial</ISO_VisualStudioDebugPort>
<PXE_ShowLaunchConsole>False</PXE_ShowLaunchConsole>
<PXE_VisualStudioDebugPort>Pipe: Cosmos\Serial</PXE_VisualStudioDebugPort>
<StackCorruptionDetectionEnabled>False</StackCorruptionDetectionEnabled>
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
<VMware_StackCorruptionDetectionEnabled>False</VMware_StackCorruptionDetectionEnabled>
<Bochs_Name>Guess</Bochs_Name>
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
Expand Down Expand Up @@ -181,23 +181,23 @@
<USB_EnableBochsDebug>False</USB_EnableBochsDebug>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Profile>VMware</Profile>
<Profile>Bochs</Profile>
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<Framework>MicrosoftNET</Framework>
<UseInternalAssembler>False</UseInternalAssembler>
<EnableGDB>False</EnableGDB>
<DebugMode>Source</DebugMode>
<DebugMode>IL</DebugMode>
<TraceMode>User</TraceMode>
<BuildTarget>PXE</BuildTarget>
<VMWareFlavor>Player</VMWareFlavor>
<StartCosmosGDB>False</StartCosmosGDB>
<VMwareEdition>Player</VMwareEdition>
<VMwareEdition>Workstation</VMwareEdition>
<VMwareDeploy>ISO</VMwareDeploy>
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
<Deployment>ISO</Deployment>
<Launch>VMware</Launch>
<DebugEnabled>True</DebugEnabled>
<Launch>Bochs</Launch>
<DebugEnabled>False</DebugEnabled>
<TraceAssemblies>All</TraceAssemblies>
<PXE_Deployment>PXE</PXE_Deployment>
<PXE_Launch>None</PXE_Launch>
Expand Down Expand Up @@ -248,7 +248,7 @@
<ISO_EnableGDB>False</ISO_EnableGDB>
<ISO_StartCosmosGDB>false</ISO_StartCosmosGDB>
<Name>Guess</Name>
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
<Description>Use Bochs emulator to deploy and debug.</Description>
<ISO_Name>User 001</ISO_Name>
<ISO_Description>Creates a bootable ISO image which can be burned to a DVD. After running the selected project, an explorer window will open containing the ISO file. The ISO file can then be burned to a CD or DVD and used to boot a physical or virtual system.</ISO_Description>
<USB_Name>Guess</USB_Name>
Expand Down Expand Up @@ -301,7 +301,7 @@
<VMware_ShowLaunchConsole>False</VMware_ShowLaunchConsole>
<ISO_ShowLaunchConsole>False</ISO_ShowLaunchConsole>
<PXE_ShowLaunchConsole>False</PXE_ShowLaunchConsole>
<StackCorruptionDetectionEnabled>False</StackCorruptionDetectionEnabled>
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
<VMware_StackCorruptionDetectionEnabled>False</VMware_StackCorruptionDetectionEnabled>
<Bochs_Name>Guess</Bochs_Name>
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
Expand Down
Binary file added Demos/zMachine/Frotz.Net/ColorPicker.dll
Binary file not shown.
Binary file added Demos/zMachine/Frotz.Net/FrotzNetDLL.dll
Binary file not shown.
Binary file added Demos/zMachine/Frotz.Net/Games/ZORK1.DAT
Binary file not shown.
Binary file added Demos/zMachine/Frotz.Net/Games/ZORK2.DAT
Binary file not shown.
Binary file added Demos/zMachine/Frotz.Net/Games/ZORK3.DAT
Binary file not shown.
Binary file added Demos/zMachine/Frotz.Net/WPFMachine.exe
Binary file not shown.
84 changes: 84 additions & 0 deletions Demos/zMachine/Frotz.Net/WPFMachine.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="WPFMachine.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<WPFMachine.Properties.Settings>
<setting name="FontSize" serializeAs="String">
<value>10</value>
</setting>
<setting name="FixedWidthFont" serializeAs="String">
<value>Consolas</value>
</setting>
<setting name="ProportionalFont" serializeAs="String">
<value>Consolas</value>
</setting>
<setting name="DefaultForeColor" serializeAs="String">
<value>#FFFFFFFF</value>
</setting>
<setting name="DefaultBackColor" serializeAs="String">
<value>#FF000084</value>
</setting>
<setting name="DefaultInputColor" serializeAs="String">
<value>#FF00FFFF</value>
</setting>
<setting name="LastPlayedGames" serializeAs="String">
<value />
</setting>
<setting name="LastPlayedGamesCount" serializeAs="String">
<value>5</value>
</setting>
<setting name="GameDirectoryList" serializeAs="String">
<value />
</setting>
<setting name="FrotzIgnoreErrors" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzAttrAssignment" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzAttrTesting" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzObjLocating" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzObjMovement" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzPiracy" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzExpandAbbreviations" serializeAs="String">
<value>False</value>
</setting>
<setting name="FrotzSaveQuetzal" serializeAs="String">
<value>True</value>
</setting>
<setting name="FrotzSound" serializeAs="String">
<value>True</value>
</setting>
<setting name="FrotzLeftMargin" serializeAs="String">
<value>0</value>
</setting>
<setting name="FrotzRightMargin" serializeAs="String">
<value>0</value>
</setting>
<setting name="FrotzContextLines" serializeAs="String">
<value>0</value>
</setting>
<setting name="FrotzUndoSlots" serializeAs="String">
<value>500</value>
</setting>
<setting name="FrotzScriptColumns" serializeAs="String">
<value>80</value>
</setting>
<setting name="ShowDebugMenu" serializeAs="String">
<value>False</value>
</setting>
</WPFMachine.Properties.Settings>
</userSettings>
</configuration>
Binary file added Demos/zMachine/Frotz.Net/WinFrotzR52b_source.zip
Binary file not shown.
Loading

0 comments on commit fe383de

Please sign in to comment.