Skip to content

Commit

Permalink
#5231: Move Undo system back to main binary, UI code needs to be refa…
Browse files Browse the repository at this point in the history
…ctored first.
  • Loading branch information
codereader committed May 3, 2020
1 parent b17664d commit 76a0113
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions tools/msvc/DarkRadiant.vcxproj
Expand Up @@ -991,6 +991,7 @@
<ClCompile Include="..\..\radiant\ui\brush\QuerySidesDialog.cpp" />
<ClCompile Include="..\..\radiant\ui\UserInterfaceModule.cpp" />
<ClCompile Include="..\..\radiant\ui\widgets\Splitter.cpp" />
<ClCompile Include="..\..\radiant\undo\UndoSystem.cpp" />
<ClCompile Include="..\..\radiant\xyview\FloatingOrthoView.cpp" />
<ClCompile Include="..\..\radiant\xyview\GlobalXYWnd.cpp" />
<ClCompile Include="..\..\radiant\xyview\tools\BrushCreatorTool.cpp" />
Expand Down Expand Up @@ -1479,6 +1480,10 @@
<ClInclude Include="..\..\radiant\ui\brush\QuerySidesDialog.h" />
<ClInclude Include="..\..\radiant\ui\UserInterfaceModule.h" />
<ClInclude Include="..\..\radiant\ui\widgets\Splitter.h" />
<ClInclude Include="..\..\radiant\undo\Operation.h" />
<ClInclude Include="..\..\radiant\undo\Stack.h" />
<ClInclude Include="..\..\radiant\undo\StackFiller.h" />
<ClInclude Include="..\..\radiant\undo\UndoSystem.h" />
<ClInclude Include="..\..\radiant\xyview\FloatingOrthoView.h" />
<ClInclude Include="..\..\radiant\xyview\GlobalXYWnd.h" />
<ClInclude Include="..\..\radiant\xyview\tools\BrushCreatorTool.h" />
Expand Down
18 changes: 18 additions & 0 deletions tools/msvc/DarkRadiant.vcxproj.filters
Expand Up @@ -314,6 +314,9 @@
<Filter Include="src\settings">
<UniqueIdentifier>{89cfcc22-4783-4193-a6c6-ad49ec9f05f4}</UniqueIdentifier>
</Filter>
<Filter Include="src\undo">
<UniqueIdentifier>{482d5c89-ec91-4034-abd0-43e9c0f384e1}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\radiant\main.cpp">
Expand Down Expand Up @@ -1528,6 +1531,9 @@
<ClCompile Include="..\..\radiant\settings\Win32Registry.cpp">
<Filter>src\settings</Filter>
</ClCompile>
<ClCompile Include="..\..\radiant\undo\UndoSystem.cpp">
<Filter>src\undo</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\radiant\RadiantModule.h">
Expand Down Expand Up @@ -3024,6 +3030,18 @@
<ClInclude Include="..\..\radiant\settings\Win32Registry.h">
<Filter>src\settings</Filter>
</ClInclude>
<ClInclude Include="..\..\radiant\undo\Operation.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\radiant\undo\Stack.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\radiant\undo\StackFiller.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\radiant\undo\UndoSystem.h">
<Filter>src\undo</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\radiant\darkradiant.rc" />
Expand Down
5 changes: 0 additions & 5 deletions tools/msvc/DarkRadiantCore.vcxproj
Expand Up @@ -34,7 +34,6 @@
<ClCompile Include="..\..\core\settings\LanguageManager.cpp" />
<ClCompile Include="..\..\core\settings\PreferencePage.cpp" />
<ClCompile Include="..\..\core\settings\PreferenceSystem.cpp" />
<ClCompile Include="..\..\core\undo\UndoSystem.cpp" />
<ClCompile Include="..\..\core\vfs\DeflatedInputStream.cpp" />
<ClCompile Include="..\..\core\vfs\DirectoryArchive.cpp" />
<ClCompile Include="..\..\core\vfs\Doom3FileSystem.cpp" />
Expand Down Expand Up @@ -71,10 +70,6 @@
<ClInclude Include="..\..\core\settings\PreferenceItems.h" />
<ClInclude Include="..\..\core\settings\PreferencePage.h" />
<ClInclude Include="..\..\core\settings\PreferenceSystem.h" />
<ClInclude Include="..\..\core\undo\Operation.h" />
<ClInclude Include="..\..\core\undo\Stack.h" />
<ClInclude Include="..\..\core\undo\StackFiller.h" />
<ClInclude Include="..\..\core\undo\UndoSystem.h" />
<ClInclude Include="..\..\core\vfs\Archive.h" />
<ClInclude Include="..\..\core\vfs\DeflatedArchiveFile.h" />
<ClInclude Include="..\..\core\vfs\DeflatedArchiveTextFile.h" />
Expand Down
18 changes: 0 additions & 18 deletions tools/msvc/DarkRadiantCore.vcxproj.filters
Expand Up @@ -20,9 +20,6 @@
<Filter Include="src\vfs">
<UniqueIdentifier>{fae22404-52d3-4653-afb9-c333e87edd41}</UniqueIdentifier>
</Filter>
<Filter Include="src\undo">
<UniqueIdentifier>{365fbce2-bbe0-4f3a-a30a-a4b4dc8f94d6}</UniqueIdentifier>
</Filter>
<Filter Include="src\commandsystem">
<UniqueIdentifier>{67aed069-dd61-4b65-9c77-c8cfcc11be9b}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -79,9 +76,6 @@
<ClCompile Include="..\..\core\vfs\ZipArchive.cpp">
<Filter>src\vfs</Filter>
</ClCompile>
<ClCompile Include="..\..\core\undo\UndoSystem.cpp">
<Filter>src\undo</Filter>
</ClCompile>
<ClCompile Include="..\..\core\commandsystem\CommandSystem.cpp">
<Filter>src\commandsystem</Filter>
</ClCompile>
Expand Down Expand Up @@ -192,18 +186,6 @@
<ClInclude Include="..\..\core\vfs\ZipStreamUtils.h">
<Filter>src\vfs</Filter>
</ClInclude>
<ClInclude Include="..\..\core\undo\Operation.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\core\undo\Stack.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\core\undo\StackFiller.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\core\undo\UndoSystem.h">
<Filter>src\undo</Filter>
</ClInclude>
<ClInclude Include="..\..\core\commandsystem\CaseInsensitiveCompare.h">
<Filter>src\commandsystem</Filter>
</ClInclude>
Expand Down

0 comments on commit 76a0113

Please sign in to comment.