Changes in / [86a820e:aeedfb3] in opengl-game
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NewOpenGLGame.vcxproj
r86a820e raeedfb3 23 23 <ProjectGuid>{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}</ProjectGuid> 24 24 <RootNamespace>NewOpenGLGame</RootNamespace> 25 <WindowsTargetPlatformVersion>10.0 </WindowsTargetPlatformVersion>25 <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> 26 26 </PropertyGroup> 27 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 29 29 <ConfigurationType>Application</ConfigurationType> 30 30 <UseDebugLibraries>true</UseDebugLibraries> 31 <PlatformToolset>v14 2</PlatformToolset>31 <PlatformToolset>v141</PlatformToolset> 32 32 <CharacterSet>MultiByte</CharacterSet> 33 33 </PropertyGroup> … … 35 35 <ConfigurationType>Application</ConfigurationType> 36 36 <UseDebugLibraries>false</UseDebugLibraries> 37 <PlatformToolset>v14 2</PlatformToolset>37 <PlatformToolset>v141</PlatformToolset> 38 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 39 <CharacterSet>MultiByte</CharacterSet> … … 42 42 <ConfigurationType>Application</ConfigurationType> 43 43 <UseDebugLibraries>true</UseDebugLibraries> 44 <PlatformToolset>v14 2</PlatformToolset>44 <PlatformToolset>v141</PlatformToolset> 45 45 <CharacterSet>MultiByte</CharacterSet> 46 46 </PropertyGroup> … … 48 48 <ConfigurationType>Application</ConfigurationType> 49 49 <UseDebugLibraries>false</UseDebugLibraries> 50 <PlatformToolset>v14 2</PlatformToolset>50 <PlatformToolset>v141</PlatformToolset> 51 51 <WholeProgramOptimization>true</WholeProgramOptimization> 52 52 <CharacterSet>MultiByte</CharacterSet> … … 79 79 </PropertyGroup> 80 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 81 <IncludePath>include;$(IncludePath)</IncludePath>82 <LibraryPath>lib;$(LibraryPath)</LibraryPath>83 </PropertyGroup>84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">85 81 <IncludePath>include;$(IncludePath)</IncludePath> 86 82 <LibraryPath>lib;$(LibraryPath)</LibraryPath> -
TODO.txt
r86a820e raeedfb3 55 55 ============== 56 56 57 - Switch from IMGUI to Allegro (OUTDATED)57 - Switch from IMGUI to Allegro 58 58 - Correctly align UI elements when the window is resized 59 - Switch to Vulkan and SDL (might consider SFML in the future as well)60 61 Phase 162 -Allow the ship laser to be upgraded after killing a certain amount of asteroids63 -There will be two upgrade levels that change the laser color and increase its damage64 -Go over the code again and fix the remaining TODO items65 66 Phase 267 -Look for ways to make the game engine more generic68 -Maybe separate out the camera controls69 -Turn the game into more of an overhead view RTS where you can use the mouse to select and move ships
Note:
See TracChangeset
for help on using the changeset viewer.