dolphin/Source/Plugins/Plugin_VideoSoftware/Src
Soren Jorvang 39ae36398f Copy the version string obtained from svnversion at runtime instead of
using it as a constant in several places. Saves a few bytes and the time
it takes to recompile a bunch of files whenever svnversion twitches.

Using the SVN version string as an integer is not portable as the Unix
svnversion always includes e.g. the "M" suffix for a modified tree.

Windows people, please check my change to Plugin_VideoDX9/Src/main.cpp
as I don't really understand how _T() and the %hs format string work.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5852 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-08 15:25:01 +00:00
..
BPMemLoader.cpp Hg: 2010-06-09 01:37:08 +00:00
BPMemLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Clipper.cpp Hg: 2010-06-09 01:37:08 +00:00
Clipper.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
cocoaGL.h Revert parts of r5576 and r5598 for Sonicadvance1's sake. 2010-06-04 05:00:37 +00:00
cocoaGL.m Revert parts of r5576 and r5598 for Sonicadvance1's sake. 2010-06-04 05:00:37 +00:00
CommandProcessor.cpp My first commit :D 2010-06-24 13:28:54 +00:00
CommandProcessor.h Hg: 2010-06-09 01:37:08 +00:00
CPMemLoader.cpp Hg: 2010-06-09 01:37:08 +00:00
CPMemLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
DebugUtil.cpp Hg: 2010-06-09 01:37:08 +00:00
DebugUtil.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
EfbCopy.cpp Hg: 2010-06-09 01:37:08 +00:00
EfbCopy.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
EfbInterface.cpp Hg: 2010-06-09 01:37:08 +00:00
EfbInterface.h Hg: 2010-06-09 01:37:08 +00:00
GLUtil.cpp Copy the version string obtained from svnversion at runtime instead of 2010-07-08 15:25:01 +00:00
GLUtil.h Deprecate nowx on OS X (but keep it building for sanity checking). 2010-06-04 02:58:35 +00:00
HwRasterizer.cpp Hg: 2010-06-09 01:37:08 +00:00
HwRasterizer.h Hg: 2010-06-09 01:37:08 +00:00
main.cpp Build fix. 2010-06-24 20:54:03 +00:00
main.h Hg: 2010-06-09 01:37:08 +00:00
NativeVertexFormat.h Hg: 2010-06-09 01:37:08 +00:00
NativeVertexWriter.h Hg: 2010-06-09 01:37:08 +00:00
OpcodeDecoder.cpp Hg: 2010-06-09 01:37:08 +00:00
OpcodeDecoder.h Hg: 2010-06-09 01:37:08 +00:00
PixelEngine.cpp My first commit :D 2010-06-24 13:28:54 +00:00
PixelEngine.h Hg: 2010-06-09 01:37:08 +00:00
RasterFont.cpp VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
RasterFont.h VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
Rasterizer.cpp Hg: 2010-06-09 01:37:08 +00:00
Rasterizer.h Hg: 2010-06-09 01:37:08 +00:00
Renderer.cpp Hg: 2010-06-09 01:37:08 +00:00
Renderer.h Hg: 2010-06-09 01:37:08 +00:00
SConscript Build GLEW, SDL and zlib as static libraries from Externals as with 2010-06-16 00:07:52 +00:00
SetupUnit.cpp Hg: 2010-06-09 01:37:08 +00:00
SetupUnit.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Statistics.cpp Hg: 2010-06-09 01:37:08 +00:00
Statistics.h Hg: 2010-06-09 01:37:08 +00:00
stdafx.cpp Hg: 2010-06-09 01:37:08 +00:00
stdafx.h Hg: 2010-06-09 01:37:08 +00:00
Tev.cpp Hg: 2010-06-09 01:37:08 +00:00
Tev.h Hg: 2010-06-09 01:37:08 +00:00
TextureEncoder.cpp Hg: 2010-06-09 01:37:08 +00:00
TextureEncoder.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
TextureSampler.cpp Hg: 2010-06-09 01:37:08 +00:00
TextureSampler.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
TransformUnit.cpp Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
TransformUnit.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexFormatConverter.cpp Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexFormatConverter.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexLoader.cpp Hg: 2010-06-09 01:37:08 +00:00
VertexLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexLoader_Position.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VideoConfig.cpp Hg: 2010-06-09 01:37:08 +00:00
VideoConfig.h Hg: 2010-06-09 01:37:08 +00:00
Win32.cpp Hg: 2010-06-09 01:37:08 +00:00
Win32.h Hg: 2010-06-09 01:37:08 +00:00
XFMemLoader.cpp Hg: 2010-06-09 01:37:08 +00:00
XFMemLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00