Popup debugging log scripts and sessions included in dev environment.
This commit is contained in:
parent
9a3cbc40f9
commit
d1f95e03c9
@ -206,6 +206,10 @@
|
|||||||
<Command>
|
<Command>
|
||||||
</Command>
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
|
<CustomBuildStep>
|
||||||
|
<Command>
|
||||||
|
</Command>
|
||||||
|
</CustomBuildStep>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'">
|
||||||
<Link>
|
<Link>
|
||||||
@ -844,6 +848,7 @@
|
|||||||
<ClCompile Include="Wolf.cpp" />
|
<ClCompile Include="Wolf.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="..\read_debug_log.ps1" />
|
||||||
<None Include="ClassDiagram.cd" />
|
<None Include="ClassDiagram.cd" />
|
||||||
<None Include="ClassDiagram2.cd" />
|
<None Include="ClassDiagram2.cd" />
|
||||||
<None Include="cpp.hint" />
|
<None Include="cpp.hint" />
|
||||||
|
@ -1009,6 +1009,7 @@
|
|||||||
<None Include="steam\steam_api.json">
|
<None Include="steam\steam_api.json">
|
||||||
<Filter>Header Files\steam</Filter>
|
<Filter>Header Files\steam</Filter>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="..\read_debug_log.ps1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Text Include="InitialConcept.txt">
|
<Text Include="InitialConcept.txt">
|
||||||
|
@ -39,7 +39,7 @@ All rights reserved.
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 8492
|
#define VERSION_BUILD 8507
|
||||||
|
|
||||||
#define stringify(a) stringify_(a)
|
#define stringify(a) stringify_(a)
|
||||||
#define stringify_(a) #a
|
#define stringify_(a) #a
|
||||||
|
2
read_debug_log.ps1
Normal file
2
read_debug_log.ps1
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
clear
|
||||||
|
Get-Content "Adventures in Lestoria/debug.log" -Wait
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user