.. |
Debugger
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
GUI
|
Fixed various OGL fullscreen issues, screen shaking, esc key not working, misplaced fullscreen window.
|
2009-04-03 20:12:59 +00:00 |
OS
|
Fixed a little out-of-fullscreen black screen weirdness on windows, trying to port fullscreen changes to DX, needs more work.
|
2009-04-04 00:45:50 +00:00 |
BPStructs.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
BPStructs.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
Config.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
Config.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
GLUtil.cpp
|
Fixed a little out-of-fullscreen black screen weirdness on windows, trying to port fullscreen changes to DX, needs more work.
|
2009-04-04 00:45:50 +00:00 |
GLUtil.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
GLWindow.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
Globals.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
NativeVertexFormat.cpp
|
OpenGL Plugin: small fix
|
2009-04-03 15:39:16 +00:00 |
OnScreenDisplay.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
OnScreenDisplay.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
PixelShaderCache.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
PixelShaderCache.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
Render.cpp
|
OpenGL Plugin: Thinner lines for EFB copied region rectangles
|
2009-04-03 21:32:10 +00:00 |
Render.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
SConscript
|
remove some unused files
|
2009-03-18 20:24:08 +00:00 |
SDLWindow.cpp
|
More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).
|
2009-01-29 23:35:31 +00:00 |
SDLWindow.h
|
More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).
|
2009-01-29 23:35:31 +00:00 |
TextureConversionShader.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
TextureConversionShader.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
TextureConverter.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
TextureConverter.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
TextureMngr.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
TextureMngr.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
VertexLoaderManager.cpp
|
Sort vertex loader debug statistics by number of verts loaded - now easy to identify the heaviest vertex loader in games.
|
2009-02-15 12:38:25 +00:00 |
VertexManager.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
VertexManager.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
VertexShaderCache.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
VertexShaderCache.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
WXGLWindow.cpp
|
Some testgl work
|
2009-01-06 20:54:47 +00:00 |
WXGLWindow.h
|
Some testgl work
|
2009-01-06 20:54:47 +00:00 |
Win32Window.cpp
|
More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).
|
2009-01-29 23:35:31 +00:00 |
Win32Window.h
|
compile fix
|
2009-01-31 20:31:19 +00:00 |
X11Window.cpp
|
Fixed some log messages
|
2009-03-20 15:01:49 +00:00 |
X11Window.h
|
Some testgl work
|
2009-01-06 20:54:47 +00:00 |
XFB.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
XFB.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
cocoaGL.h
|
Fix compile on osx
|
2008-12-18 21:40:50 +00:00 |
cocoaGL.m
|
fix main config dir on osx and autodetect ogl version when it build
|
2009-03-09 10:43:56 +00:00 |
main.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
main.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
nGLUtil.cpp
|
More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).
|
2009-01-29 23:35:31 +00:00 |
nGLUtil.h
|
More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).
|
2009-01-29 23:35:31 +00:00 |
nmain.cpp
|
nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes
|
2009-03-18 17:17:58 +00:00 |
rasterfont.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
rasterfont.h
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
stdafx.cpp
|
OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date
|
2009-04-03 14:35:49 +00:00 |
stdafx.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |