Commit Graph
60 Commits
Author SHA1 Message Date
AJ Kelly e2ab3d6493 various Linux updates, including making the default size of the splash window 512x96. 2011-08-22 15:50:56 -05:00
AJ Kelly e3b6b142f1 oops that could be dangerous if it wasn't handled 2011-08-17 16:39:21 -05:00
AJ Kelly 424add65a7 add PointerMotionMask to XSelectInput 2011-08-17 16:38:20 -05:00
AJ Kelly c8474bd9b3 okay that was a bad typo, let's try again 2011-08-17 16:35:19 -05:00
AJ Kelly fc65be06a0 potentially broken code, trying to get mouse support on Linux... 2011-08-17 16:32:57 -05:00
Jason Felds c2ac76afbb [default -> Xcode4] Lion is approaching. 2011-07-20 10:12:21 -04:00
AJ Kelly 9b60587be9 [InputHandler_DirectInput] Fixed MouseWheel input not resetting. 2011-06-13 17:37:13 -05:00
Jason Felds ec7e707d39 [XCode4] May as well handle some warnings.
We still have to figure out libtomcrypt though.
2011-06-06 18:21:31 -04:00
AJ Kelly 376ab3d66f more changes to mousewheel code; still not working properly 2011-05-15 00:33:39 -05:00
AJ Kelly 84e93b0bbd update polled mousewheel code 2011-05-15 00:09:44 -05:00
AJ Kelly c8b3a1338b mouse input is working slightly better... 2011-05-15 00:01:38 -05:00
AJ Kelly 594bbbd2bc scroll wheel is an axis, remove comment 2011-04-03 15:35:01 -05:00
Jason Felds 7e747c6d65 Implement Dominik's patch.
Someone on Linux needs to test if possible.
This will be reverted if it's proven it doesn't work.
2011-04-02 16:37:45 -04:00
Jason Felds 53dea206f4 Safe to enable mice finding I think. 2011-03-29 23:21:25 -04:00
AJ Kelly dceebe5005 trying to work on mouse stuff and not getting anywhere 2011-03-29 18:02:28 -05:00
AJ Kelly cf81f8cc3b remove xbox support; it doesn't work, and it'd take too much effort to get it working again 2011-03-19 19:28:57 -05:00
Jason Felds 22b7b34897 More effective fixes.
Course playing still results in it playing fine.
2011-03-19 18:26:55 -04:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
AJ Kelly 330d6f020d more mousewheel stuff 2011-03-16 16:36:10 -05:00
Jason Felds 7c4044a2fc Force consistent line endings.
I'd suggest enabling the EolExtension:
this way we won't go back and forth here.
2011-03-16 15:51:54 -04:00
Jason Felds 8a7877f9d1 More warning fixes.
RageThreads.h is right now clear of
Effective Violations. It may be worth studying.
2011-03-14 15:30:04 -04:00
Jason Felds d855d8c7e8 Bring light into the shadow...variables.
Yeah, yeah, can't make a good joke at 2:30 AM.
2011-03-14 02:36:48 -04:00
Jason Felds 3cbf007352 Another batch of doxy. 2011-02-26 02:54:17 -05:00
AJ Kelly e1b7f7c2bf kill some extra whitespace 2011-02-24 14:09:53 -06:00
AJ Kelly 46a39029d1 fix compile on windows 2011-02-23 20:44:40 -06:00
Jason Felds 6e2ee12007 Allow access to the mouse files. 2011-02-23 20:33:29 -05:00
AJ Kelly 5bba255711 small stuff, again 2011-02-23 19:02:38 -06:00
AJ Kelly 070cccb307 eek! a mouse! (or the start of one on Mac?) 2011-02-23 18:19:54 -06:00
AJ Kelly d78b379464 alright, now mouse support is getting somewhere. 2011-02-23 04:33:55 -06:00
AJ Kelly 245b03fc46 more mouse work... themers on windows can now get mouse x/y coords 2011-02-23 03:11:49 -06:00
AJ Kelly 7666a68151 shut up noisy logging for now 2011-02-19 05:59:18 -06:00
AJ Kelly 20b539f652 change z axis (wheeldown) scale to -120..120 to match input from mouse 2011-02-15 23:26:32 -06:00
AJ Kelly eaba89aa03 last mouse code commit for the night 2011-02-15 04:05:43 -06:00
AJ Kelly 2d71b91c25 mouse code progress 2011-02-15 03:38:02 -06:00
AJ Kelly bf9609ca5c latest work on mice stuff, still not too far. also slight cleanup 2011-02-15 01:54:43 -06:00
AJ Kelly db8bc289a3 more mouse work; left, right, middle buttons + scrollwheel are recognized 2011-02-14 19:17:15 -06:00
AJ Kelly 641777ddf7 Found 2 DirectInput devices:
0: 'Keyboard' axes: 0, hats: 0, buttons: 256 (buffered)
   1: 'Mouse' axes: 3, hats: 0, buttons: 8 (buffered)

So let's get this straight:
Left, Right, and Middle clicks work.
Wheel Up and Wheel Down work.
X/Y axis doesn't seem to work yet.
2011-02-14 17:08:29 -06:00
AJ Kelly 5597b86887 the very beginning of mouse support in sm-ssc 2011-02-14 15:00:16 -06:00
AJ Kelly 9496af029f Found 2 DirectInput devices:
0: 'Keyboard' axes: 0, hats: 0, buttons: 256 (buffered)
   1: 'Mouse' axes: 0, hats: 0, buttons: 8 (buffered)

it's only just beginning
2011-02-14 14:49:44 -06:00
AJ Kelly 09eae1f65f mouse code: input still works... again 2011-02-14 14:47:47 -06:00
AJ Kelly 99657b33b5 mouse code: input still works, very paranoid 2011-02-14 14:26:45 -06:00
AJ Kelly c14ad4955a mouse code: memset still works. 2011-02-14 14:23:56 -06:00
AJ Kelly ef2de84c1e paranoid mouse code sync 2011-02-14 14:21:56 -06:00
AJ Kelly 13adc237f8 another mouse code sync (expect more of these) 2011-02-14 14:18:08 -06:00
AJ Kelly 6d44f22dbe still works, nothing serious yet 2011-02-14 14:16:24 -06:00
AJ Kelly c4510a46c8 still doesn't break 2011-02-14 14:12:58 -06:00
AJ Kelly a7dbd0ca91 input still works... trying to be as careful as I can here 2011-02-14 14:10:04 -06:00
AJ Kelly 0fda8885da alright, it still works... 2011-02-14 14:04:33 -06:00
AJ Kelly 24a15bae96 slightly more work on mouse input, but still not really working. trying again tomorrow. 2011-02-14 03:16:32 -06:00
AJ Kelly 26d318db05 whitespace killing 2011-02-14 01:49:52 -06:00