pcsx2/plugins/LilyPad
MattMenke@gmail.com 32c7e80634 LilyPad: Yet another minor change to window hook cleanup that probably isn't really needed. "LilyHaxxor" property wasn't always being removed.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2591 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-02-12 23:28:42 +00:00
..
Config.cpp LilyPad: Fix for testing rumble breaking test button. Jake was the one who broke it, not me. Honest. Should fix issue 531. 2010-02-12 23:07:07 +00:00
Config.h LilyPad: Reverted keyboard messages back to windows messaging. 2009-09-21 00:24:04 +00:00
DeviceEnumerator.cpp LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
DeviceEnumerator.h LilyPad: "WM Keyboard" now actually uses GetAsyncKeyState(). Just simplifies some dependencies on the window thread. Note that WM Mouse and raw input still have those dependencies, and they can't really be worked around, unfortunately. 2009-09-20 10:48:22 +00:00
Diagnostics.cpp Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
Diagnostics.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
DirectInput.cpp LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
DirectInput.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
DualShock3.cpp LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
DualShock3.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
Global.cpp LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
Global.h (Most Plugins) Updated plugins to obey PCSX2's ini folder requests. This will fix problems with plugins failing to save settings on Vista/Win7 due to lack of Admin rights, and also ensures all the plugin inis show up where you would expect them to. 2009-12-19 18:30:56 +00:00
HidDevice.cpp Highly experimental DS3 support added. Use newly added features at your own risk. Requires libusb installed and DS3 set up as per instructions at http://forums.pcsx2.net/thread-7582.html. Doesn't require sixaxis64.exe/sixaxis.exe, but might have to fool around with starting/stopping Pcsx2 or LilyPad's test device screen and the PS button on your controller until the "1" light turns on. 2009-09-12 13:10:17 +00:00
HidDevice.h Highly experimental DS3 support added. Use newly added features at your own risk. Requires libusb installed and DS3 set up as per instructions at http://forums.pcsx2.net/thread-7582.html. Doesn't require sixaxis64.exe/sixaxis.exe, but might have to fool around with starting/stopping Pcsx2 or LilyPad's test device screen and the PS button on your controller until the "1" light turns on. 2009-09-12 13:10:17 +00:00
InputManager.cpp LilyPad: Fix for detecting devices whose instance IDs have changed (Either due to to changing OS or USB port). 2010-02-02 06:40:02 +00:00
InputManager.h Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
KeyboardHook.cpp Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
KeyboardHook.h LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
KeyboardQueue.cpp LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
KeyboardQueue.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
LilyPad.cpp LilyPad: Fix for detecting devices whose instance IDs have changed (Either due to to changing OS or USB port). 2010-02-02 06:40:02 +00:00
LilyPad.def (Most Plugins) Updated plugins to obey PCSX2's ini folder requests. This will fix problems with plugins failing to save settings on Vista/Win7 due to lack of Admin rights, and also ensures all the plugin inis show up where you would expect them to. 2009-12-19 18:30:56 +00:00
LilyPad.rc LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
LilyPad_VC2008.vcproj Minor cleanups -- removed unnecessary "using namespace std;" declares, etc. 2009-10-08 19:37:28 +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 Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
RawInput.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
VKey.cpp LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +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: Minor fixes to alt-F4 detection code. 2009-10-13 02:35:25 +00:00
WindowsKeyboard.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
WindowsMessaging.cpp Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
WindowsMessaging.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
WindowsMouse.cpp LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
WindowsMouse.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00
WndProcEater.cpp LilyPad: Yet another minor change to window hook cleanup that probably isn't really needed. "LilyHaxxor" property wasn't always being removed. 2010-02-12 23:28:42 +00:00
WndProcEater.h Lilypad: Implemented full support for child-window GS viewports (fixes windows messaging being broken from the prev rev). 2009-11-30 20:52:09 +00:00
XInput.cpp LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
XInput.h Highly experimental DS3 support added. Use newly added features at your own risk. Requires libusb installed and DS3 set up as per instructions at http://forums.pcsx2.net/thread-7582.html. Doesn't require sixaxis64.exe/sixaxis.exe, but might have to fool around with starting/stopping Pcsx2 or LilyPad's test device screen and the PS button on your controller until the "1" light turns on. 2009-09-12 13:10:17 +00:00
frog.ico LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
resource.h LilyPad: Experimental deadzone code. Old pressure sensitive button bindings must be rebound (DS3 buttons, XInput triggers). 2009-09-25 08:36:42 +00:00
usb.h LilyPad: Switched to using pre-compiled headers, just for kicks. Compiles significantly faster, though it's not exactly the limiting factor in batch builds. 2009-09-18 06:58:48 +00:00