Skip to content

Commit

Permalink
Copy DLLs during SDL_gfx build.
Browse files Browse the repository at this point in the history
Add font rotation support.
Update TestFonts sample.
Fixed uninitialized A variable
  • Loading branch information
ferzkopp committed Apr 15, 2010
1 parent 69459f9 commit 209831c
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 110 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -14,6 +14,9 @@ Ver 2.0.21 -
a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
configuration file.
* Added font rotation support and updated TestFonts sample

Ver 2.0.20 - Wed Sep 23 18:42:02 PDT 2009
* Fix for 1-pixel postponement with 8bit scaling
Expand Down
9 changes: 9 additions & 0 deletions SDL_gfx.sln
Expand Up @@ -11,10 +11,19 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestGfxPrimitives", "Test\T
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestABGR", "Test\TestABGR.vcproj", "{AE22EFD3-7F7D-48C0-AF3D-EF190406BEDC}"
ProjectSection(ProjectDependencies) = postProject
{AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC} = {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestFonts", "Test\TestFonts.vcproj", "{AE33EFD3-6F6D-48C0-AF3D-EF190406BEDC}"
ProjectSection(ProjectDependencies) = postProject
{AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC} = {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestFramerate", "Test\TestFramerate.vcproj", "{AE22EFD3-6F6D-21C0-AF2D-EF190406BEDC}"
ProjectSection(ProjectDependencies) = postProject
{AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC} = {AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
13 changes: 13 additions & 0 deletions SDL_gfx.vcproj
Expand Up @@ -91,6 +91,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\Test\$(ConfigurationName)&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\SDL-1.2.14\VisualC\SDL\Debug\SDL.dll&quot; &quot;$(SolutionDir)\Test\$(ConfigurationName)&quot;"
/>
</Configuration>
<Configuration
Expand Down Expand Up @@ -234,6 +235,18 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<File
RelativePath=".\ChangeLog"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\README"
>
Expand Down

0 comments on commit 209831c

Please sign in to comment.