pcsx2/plugins/LilyPad
mattmenke 93529360a2 Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@758 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-03-13 01:17:52 +00:00
..
Config.cpp Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h. 2009-03-13 01:17:52 +00:00
Config.h Added option to control PCSX2 volume only with volume keys, instead of global windows volume. Release shift, control, and alt on deactivate. Fix for changing skip mode on alt-F4 (Accidentally removed the old fix for it in 0.9.5) 2009-03-11 17:25:51 +00:00
DeviceEnumerator.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
DeviceEnumerator.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
Diagnostics.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
Diagnostics.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
DirectInput.cpp Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h. 2009-03-13 01:17:52 +00:00
DirectInput.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
Global.h LilyPad: fea...@yahoo.it's suggested changes for ICC compatibility 2009-03-01 23:53:20 +00:00
InputManager.cpp Added option to control PCSX2 volume only with volume keys, instead of global windows volume. Release shift, control, and alt on deactivate. Fix for changing skip mode on alt-F4 (Accidentally removed the old fix for it in 0.9.5) 2009-03-11 17:25:51 +00:00
InputManager.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
KeyboardHook.cpp Added option to control PCSX2 volume only with volume keys, instead of global windows volume. Release shift, control, and alt on deactivate. Fix for changing skip mode on alt-F4 (Accidentally removed the old fix for it in 0.9.5) 2009-03-11 17:25:51 +00:00
KeyboardHook.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
KeyboardQueue.cpp Restructured the build system from the ground up. 3rdparty libs have been moved back into a /3rdparty folder, and are compiled as libraries. Most relevant plugins are part of the pcsx2_suite_2008.sln. Revision tagging of filenames is still there, but is now disabled by default. Pathnames with spaces shouldn't break the buildscripts anymore. Removed tons and tons of files in an effort to simplify the repository and build system management. So if a solution file you're used to using is missing, it's missing for a good reason (means the project can be built either from the Suite solution, or by double-clicking the project file from explorer, from which MSVC creates a new solution for you). 2009-02-24 02:08:37 +00:00
KeyboardQueue.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
LilyPad.cpp Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h. 2009-03-13 01:17:52 +00:00
LilyPad.def LilyPad: fea...@yahoo.it's suggested changes for ICC compatibility 2009-03-01 23:53:20 +00:00
LilyPad.rc Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h. 2009-03-13 01:17:52 +00:00
LilyPad_VC2005.sln LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
LilyPad_VC2005.vcproj Should warn when can't write to config files. Getting sick of repeated posts by the unwashed masses about this (Though also find it bizarre that Vista chooses to not allow an app to write to its own subdirectories). Also, included VC 2005 project now builds successfully as long as you have an svnrev.h. 2009-03-13 01:17:52 +00:00
LilyPad_VC2008.vcproj LilyPad: GSDX10 + fullscreen + escape workaround that's lamer than the last one, but seems to work much better and should cause no issues with GSDX+DX9, other than a slight delay. 2009-03-09 04:22:37 +00:00
ProjectRootDir.vsprops Restructured the build system from the ground up. 3rdparty libs have been moved back into a /3rdparty folder, and are compiled as libraries. Most relevant plugins are part of the pcsx2_suite_2008.sln. Revision tagging of filenames is still there, but is now disabled by default. Pathnames with spaces shouldn't break the buildscripts anymore. Removed tons and tons of files in an effort to simplify the repository and build system management. So if a solution file you're used to using is missing, it's missing for a good reason (means the project can be built either from the Suite solution, or by double-clicking the project file from explorer, from which MSVC creates a new solution for you). 2009-02-24 02:08:37 +00:00
RawInput.cpp Fixed a pair of bugs with flipped controls and sensitivity > 1. "Ignore keyboard" removed from device list. Removed some unnecessary mouse capture code for mouse raw input. Renamed some options to be more user friendly. 2009-02-17 04:54:46 +00:00
RawInput.h LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
VKey.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
VKey.h LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
WindowsKeyboard.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
WindowsKeyboard.h LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
WindowsMessaging.cpp Fixed a pair of bugs with flipped controls and sensitivity > 1. "Ignore keyboard" removed from device list. Removed some unnecessary mouse capture code for mouse raw input. Renamed some options to be more user friendly. 2009-02-17 04:54:46 +00:00
WindowsMessaging.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
WindowsMouse.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
WindowsMouse.h LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
WndProcEater.cpp LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
WndProcEater.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
XInput.cpp LilyPad: Hack to put save state number in window title, can set sensitivity of multiple bindings at once, fixed issues with displaying disconnected devices, some random code cleanup. 2009-02-11 20:47:41 +00:00
XInput.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
frog.ico LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
resource.h Added option to control PCSX2 volume only with volume keys, instead of global windows volume. Release shift, control, and alt on deactivate. Fix for changing skip mode on alt-F4 (Accidentally removed the old fix for it in 0.9.5) 2009-03-11 17:25:51 +00:00