Chris Danford
7d0ac62982
poll for memory cards in the editor screens even if MemoryCard=0
2006-03-12 07:02:50 +00:00
Steve Checkoway
9e7ba6ff9d
Fix Checkobug 1: If we cannot go full screen unless we have focus.
2006-03-10 23:21:37 +00:00
Chris Danford
155c58ecd8
fix reversed DialogsEnabled logic
2006-03-10 20:01:25 +00:00
Chris Danford
e61eb4d499
cleanup
2006-03-09 10:47:46 +00:00
Steve Checkoway
1214a91649
SetHasFocus if we are the active application when the LLW is created, otherwise if the user switches to a different application before LLW is brought on screen then input is still registered (because we're bypassing the standard event model and getting the events directly from the hardware).
...
Also, ensure that the actual video mode params are set at all times and that the rate parameter is never zero.
2006-03-03 11:57:38 +00:00
Steve Checkoway
a618c19f06
Use localized strings in the OS X dialog driver. Still don't have any clue what "Don't show again" might be in various languages.
2006-03-02 04:28:13 +00:00
Chris Danford
01dcea30c1
load first match of splash*.png
2006-02-28 21:44:09 +00:00
Chris Danford
bf0cc13a47
Change GetDevicesAndDescriptions to fill in one vector instead of 2
...
Ignore changes in non-joystick devices when automapping
2006-02-27 17:51:27 +00:00
Steve Checkoway
5a916de95b
Use -1 as a sentinel.
2006-02-27 00:20:18 +00:00
Steve Checkoway
58fc707fdb
Other window titles and menu items refer to PRODUCT_FAMILY, being consistent.
2006-02-26 03:16:52 +00:00
Steve Checkoway
0661f37f9c
Update. The file Info.plist file is cached, it's easiest to just delete stepmania/PBProject/build and rebuild.
2006-02-26 03:14:29 +00:00
Chris Danford
ff338d15b8
PRODUCT_NAME -> PRODUCT_FAMILY
...
PRODUCT_NAME_VER -> PRODUCT_ID_VER
2006-02-26 00:31:31 +00:00
Chris Danford
d87a17a034
PRODUCT_NAME -> PRODUCT_FAMILY
...
PRODUCT_NAME_VER -> PRODUCT_ID_VER
2006-02-25 23:59:32 +00:00
Glenn Maynard
1a67cca345
If we have a window, g_pContext is set; if not, it's NULL. Avoid redundantly tracking state, when it can be clearly derived from other state; it introduces ways that the class might be in an inconsistent state and adds bookkeeping.
2006-02-25 21:05:19 +00:00
Glenn Maynard
ad8dbf5e86
cleanup
2006-02-25 03:26:46 +00:00
Steve Checkoway
0882afee6f
Cleanup.
2006-02-24 21:51:31 +00:00
Steve Checkoway
d396941353
Return mac keyboard strings (and also a bunch of international keyboard buttons that I don't have, can't test, and in many cases probably don't even exist.
2006-02-24 21:43:41 +00:00
Steve Checkoway
c4fde125e4
Basic support for the USB pump pad. It is not HID-compliant and reports strange values when buttons are pressed and released. In particular, it claims that it's values are in the range [0,1], yet actually returns values in the range [0,3]. Also, there are two instances where releasing two buttons sends the same report (UR and MID, as well as DL and DR).
...
I suspect this makes it pretty much impossible to use (although the guy with the pad has the glowing report of, "and it seemed to work OK") but without actually having a pad with which to test, it's about all I can do.
2006-02-24 13:29:15 +00:00
Chris Danford
732bd2a29a
Remove mount of desktop. Let smpackage mount if if it needs to.
2006-02-23 18:30:40 +00:00
Glenn Maynard
f4e1bae560
OS mountpoints (with RageFileDriverDirect) don't end in a backslash;
...
fixes CreateDirectories failing
2006-02-20 23:34:55 +00:00
Chris Danford
75bd3e55a7
make smpackage dialogs app modal
2006-02-15 03:54:02 +00:00
Glenn Maynard
3def328a9a
spacing
2006-02-14 11:40:24 +00:00
Glenn Maynard
01629e7f53
spacing
2006-02-14 11:35:00 +00:00
Glenn Maynard
d081b1c204
add GetArchName
2006-02-13 23:14:11 +00:00
Glenn Maynard
241724d1d8
do SetErrorMode before the crash handler
2006-02-13 22:05:30 +00:00
Glenn Maynard
5219ea7ae6
make ArchHooks available to the crash handler
2006-02-13 22:05:04 +00:00
Glenn Maynard
6f33f310dc
cleanup
2006-02-13 21:43:18 +00:00
Steve Checkoway
8abbd1799c
Don't fall back. If it can't find the picture, just don't show a loading window.
2006-02-13 04:05:47 +00:00
Steve Checkoway
b09d333d14
Add placeholder.
2006-02-11 09:31:39 +00:00
Steve Checkoway
fbe91a6c7e
Simplify.
2006-02-11 04:41:39 +00:00
Glenn Maynard
4f1322da92
all else is equal, so we may as well use lowercase; that's what locale
...
identifiers do (eg. "en_US"), anyway.
2006-02-11 03:45:25 +00:00
Steve Checkoway
4633edaefa
Comment.
2006-02-10 15:05:51 +00:00
Steve Checkoway
3a61afbc08
Attempt to do this with slightly less voodoo. It was spamming output due to failure before, which was causing skips every time the log/info was flushed.
2006-02-10 13:36:26 +00:00
Steve Checkoway
c0c7804333
Revert.
2006-02-10 11:48:41 +00:00
Steve Checkoway
d2136fb15b
Cleanup. There is no way to prevent being preempted on OS X.
2006-02-10 10:28:01 +00:00
Steve Checkoway
f1e8662ac6
Spacing cleanup.
2006-02-10 10:14:15 +00:00
Steve Checkoway
b6d4aa4ff7
Spacing cleanup.
2006-02-10 10:05:20 +00:00
Steve Checkoway
4199cbc9c0
Create JoystickDevices for HID game pads (untested).
2006-02-10 08:50:24 +00:00
Steve Checkoway
bb9848adcc
Revert.
2006-02-10 04:49:45 +00:00
Glenn Maynard
9d10cf5fb4
connect crash handler
2006-02-09 23:31:10 +00:00
Chris Danford
02786346b8
use gamepads
2006-02-09 01:53:24 +00:00
Chris Danford
a1fcc64baf
poll DInput for number of joysticks instead of polling registry for num HID devices. Fixes us resetting INPUTMAN too early (after Windows sees the HID device but before DirectInput exposes it)
2006-02-09 00:53:20 +00:00
Chris Danford
bad42fef01
don't localize error dialog. THEME is shutdown by that time.
2006-02-08 22:28:47 +00:00
Chris Danford
38d439c713
fix ugly headers when using large fonts
2006-02-08 22:20:15 +00:00
Steve Checkoway
d449ca554c
Add stretch hint.
2006-02-07 08:34:36 +00:00
Steve Checkoway
a65d13c6d1
class -> typedef set.
2006-02-07 08:29:36 +00:00
Steve Checkoway
2ea7e8c897
GetMonitorAspectRatio.
2006-02-07 08:08:37 +00:00
Chris Danford
ddbe74e1e2
add GetMonitorAspectRatio
2006-02-07 04:39:48 +00:00
Chris Danford
b46e53e27b
make dialogs localizable
...
adjust control to fit longer text
2006-02-07 04:38:51 +00:00
Chris Danford
f904f05fcc
add GetMonitorAspectRatio
2006-02-07 04:28:24 +00:00