Skip to content

Commit

Permalink
Merge pull request #855 from Ghabry/fastblit
Browse files Browse the repository at this point in the history
Make HardLight, Saturation, Fill and FileFinder faster
  • Loading branch information
fdelapena committed Apr 5, 2016
2 parents 3b42db3 + 4527e6f commit a713ce3
Show file tree
Hide file tree
Showing 22 changed files with 332 additions and 138 deletions.
3 changes: 1 addition & 2 deletions builds/vs2015/Player.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
<ClCompile Include="..\..\src\main.cpp" />
<ClCompile Include="..\..\src\main_data.cpp" />
<ClCompile Include="..\..\src\message_overlay.cpp" />
<ClCompile Include="..\..\src\message_overlay.cpp" />
<ClCompile Include="..\..\src\midisequencer.cpp" />
<ClCompile Include="..\..\src\midisynth.cpp" />
<ClCompile Include="..\..\src\output.cpp" />
Expand Down Expand Up @@ -513,4 +512,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
10 changes: 5 additions & 5 deletions builds/vs2015/Player.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ClCompile Include="..\..\src\midisequencer.cpp">
<Filter>Source Files\Backend\Audio</Filter>
</ClCompile>
<ClCompile Include="..\..\src\midisynth.cpp"
<ClCompile Include="..\..\src\midisynth.cpp">
<Filter>Source Files\Backend\Audio</Filter>
</ClCompile>
<ClCompile Include="..\..\src\background.cpp">
Expand Down Expand Up @@ -394,9 +394,6 @@
<ClCompile Include="..\..\src\main_data.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\message_overlay.cpp">
<Filter>Source Files\Backend\Graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\src\registry.cpp">
<Filter>Source Files\Tools</Filter>
</ClCompile>
Expand Down Expand Up @@ -472,6 +469,9 @@
<ClCompile Include="..\..\src\game_variables.cpp">
<Filter>Source Files\Engine\Game</Filter>
</ClCompile>
<ClCompile Include="..\..\src\message_overlay.cpp">
<Filter>Source Files\Backend\Graphics</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\audio.h">
Expand Down Expand Up @@ -922,4 +922,4 @@
<Filter>Source Files\Tools</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>
Loading

0 comments on commit a713ce3

Please sign in to comment.