Commit Graph
523 Commits
Author SHA1 Message Date
Chris Danford c7d769829a add ThemeManager to smtools 2005-12-29 05:52:50 +00:00
Glenn Maynard a5042f126c suppress autorun 2005-12-24 02:27:25 +00:00
Glenn Maynard 39b07e55b3 cleanup (prefer size() over GetLength) 2005-12-21 07:50:14 +00:00
Glenn Maynard eca5a911d8 unused 2005-12-21 06:13:47 +00:00
Glenn Maynard 7ac1862281 unneeded high-level dependency: main() is a very standard function 2005-12-21 06:13:20 +00:00
Glenn Maynard c40dedc21f cleanup, don't pull in <windows.h> 2005-12-20 20:43:29 +00:00
Chris Danford d698a5f1ec CString -> RString in RageUtil
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
2005-12-20 08:35:47 +00:00
Steve Checkoway 0311b4256b Cleanup. 2005-12-20 03:27:17 +00:00
Steve Checkoway 2ab8fcd709 update 2005-12-17 12:50:28 +00:00
Chris Danford 353e0c5b6e break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff 2005-12-16 04:16:09 +00:00
Steve Checkoway 0e5ba41c65 Oddly enough, fix memory cards for OS X. 2005-12-13 01:43:00 +00:00
Glenn Maynard fc99c620b2 cleanup comment 2005-12-10 19:02:15 +00:00
Glenn Maynard 3203cbb435 simplify (we do this in FocusChanged(), too) 2005-12-10 19:01:17 +00:00
Glenn Maynard f8c0c0124a cleanup 2005-12-10 18:58:43 +00:00
Glenn Maynard a64545a533 use SetUserQuit to eliminate bad GameLoop.h dependency 2005-12-10 18:44:41 +00:00
Steve Checkoway 9293fb0f02 Cleanup. 2005-12-10 08:45:27 +00:00
Steve Checkoway 43066e5cb1 Only rebuild the removable device list when it changes. 2005-12-10 08:41:16 +00:00
Chris Danford 63a56b14c4 CString -> RString for files used in smpackage 2005-12-10 08:24:45 +00:00
Steve Checkoway 9ef614f2f1 OS X memory card helper. 2005-12-10 07:14:53 +00:00
Steve Checkoway 11aacd82a7 OS X memory card driver. 2005-12-10 07:14:09 +00:00
Chris Danford 37f82b43f7 remove CStringArray #define 2005-12-09 21:36:22 +00:00
Chris Danford 90e9afc314 eliminate the dupe copies of things in smpackage (registry, RageUtil) and share some of the directory logic 2005-12-09 19:50:31 +00:00
Chris Danford 129381e4e9 move floating globals into a namespace 2005-12-08 23:38:35 +00:00
Chris Danford 17cf7eaa7c Make InputHander_Win32_Para initialize the device so that the joystick feature of the same device will function. 2005-12-08 05:33:31 +00:00
Glenn Maynard 538d933e87 maybe fix VC2005 warnings 2005-12-04 16:47:47 +00:00
Chris Danford 914a182a72 fix compile 2005-12-03 07:44:25 +00:00
Ben Anderson 7da3272486 Add proper fullscreen and resolution changing support using XRandR. This makes XRandR mandatory, but I don't see any reason why we can't do that, and providing alternatives would be difficult at best for little payoff. 2005-12-02 21:17:36 +00:00
Glenn Maynard e130c39f86 Fix spurious ChangeDisplaySettings calls; this fixes extra
graphics hitches when entering fullscreen.
2005-11-29 00:44:42 +00:00
Chris Danford 730a113ed6 enumerate resolutions
use mixed case for prefs values
2005-11-26 07:22:33 +00:00
Glenn Maynard d84c8b6cae vc6 2005-11-25 02:52:01 +00:00
Glenn Maynard 78dd08df43 VC6 workaround 2005-11-25 02:33:50 +00:00
Glenn Maynard 31ef353ed6 fix bogus resolutions being set 2005-11-24 18:28:52 +00:00
Chris Danford b3c7b9c99d fix viewport not correctly reset when alt+tabbing out of and back into full-screen opengl 2005-11-24 10:40:23 +00:00
Glenn Maynard 92c3de82d6 cleanups 2005-11-23 22:47:47 +00:00
Glenn Maynard 3583c8fe78 fix 2005-11-23 22:42:24 +00:00
Glenn Maynard f5cdefca17 fix old bug 2005-11-23 20:34:10 +00:00
Glenn Maynard d9f3f093f3 clean up old code 2005-11-23 20:32:32 +00:00
Chris Danford 11333f8d32 fix app window icon not applied in XP 2600. 2005-11-23 19:25:19 +00:00
Chris Danford 20190e2e66 Unhide and set window dimensions in one call to SetWindowPos. Fixes wrong window dimensions after unhiding on my notebook. Not sure why this wasn't working in 2 separate calls though. 2005-11-23 02:36:02 +00:00
Chris Danford c315c50a24 undo last 2005-11-22 22:50:06 +00:00
Chris Danford 7c15231da3 add build date to log 2005-11-22 22:44:10 +00:00
Glenn Maynard 3b270a96c8 fix g++ 3.3 compile 2005-11-22 20:27:15 +00:00
Renaud Lepage 63b74499ae Okay, who changed #include for struct? Also, fixes to prototypes. 2005-11-16 04:41:16 +00:00
Renaud Lepage 707c893c41 Little changes to the base GraphicsWindow 2005-11-16 04:38:25 +00:00
Chris Danford 8e1020d067 add build date 2005-11-14 11:20:10 +00:00
Glenn Maynard 4f52fab65a In OpenGL (not D3D), it's our job to unset and reset the full-screen video mode
when we lose focus.
2005-11-11 21:22:18 +00:00
Glenn Maynard cbc31d637b easier to search for by class name 2005-11-11 21:08:35 +00:00
Glenn Maynard 9b39cc4f02 (untested) fix vsync on osx 2005-11-11 21:04:14 +00:00
Chris Danford db7a6af95c fix compile on non-Windows
remove header dependency
2005-11-10 20:39:55 +00:00
Chris Danford 7f5a4b8373 move VideoModeParams out of RageDisplay to reduce header dependencies 2005-11-10 18:37:04 +00:00