Commit Graph
590 Commits
Author SHA1 Message Date
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
Glenn Maynard 9d090cbe7d static 2005-11-09 13:34:17 +00:00
Chris Danford cc0d65e0db remove product name from vdi contents
differentiate between "can't open .vdi" and "can't parse .vdi"
2005-11-08 22:14:59 +00:00
Glenn Maynard 8e976a275a simplify FindSystemFile 2005-11-07 16:26:47 +00:00
Chris Danford 2ead5bf14f undo last 2005-11-04 03:26:29 +00:00
Chris Danford ce6e56c14f use PRODUCT_NAME 2005-11-04 03:24:53 +00:00
Steve Checkoway 7042ab88f5 cleanup 2005-10-31 22:00:26 +00:00
Steve Checkoway 4df02ed98d cleanup 2005-10-31 21:28:53 +00:00
Steve Checkoway 8bb2254628 cleanup 2005-10-31 20:37:34 +00:00
Steve Checkoway 5d56e7e154 Cleanup, ensure that the stack finding functions are not inlined. 2005-10-31 20:37:18 +00:00
Steve Checkoway 33c0408ca2 Move ExitGame into GameLoop.h 2005-10-30 09:45:39 +00:00
Steve Checkoway 74bfe9f8a2 License. 2005-10-30 08:53:21 +00:00
Steve Checkoway c576663c15 Add cursor hack since SDL_ShowCursor fails. Also, prevent resizing the window. 2005-10-30 08:51:02 +00:00
Chris Danford 560a70d452 move bug report URLs to ProductInfo.h 2005-10-28 17:24:10 +00:00
Steve Checkoway 42f4598f50 Add license. 2005-10-28 08:05:32 +00:00
Steve Checkoway 1726efed12 GetPreferredLanguage. 2005-10-28 08:04:44 +00:00
Chris Danford 092b5d969d move all URLs into ProductInfo.h 2005-10-28 03:10:48 +00:00
Glenn Maynard d7ce21c03d maybe fix screensaver coming on sometimes 2005-10-27 23:00:17 +00:00
Glenn Maynard 5b51315394 remove Xbox prefs from PREFSMAN (not tested on Xbox) 2005-10-27 13:24:27 +00:00
Glenn Maynard 2bab32514f really old cleanups 2005-10-27 12:56:29 +00:00
Steve Checkoway a1e97116b5 Cleanup and add SetThreadPrecedence(). 2005-10-24 11:18:28 +00:00
Steve Checkoway aa0f90feae __MACOSX__ --> MACOSX, keep __MACOSX__ for ogg. 2005-10-24 10:37:56 +00:00
Steve Checkoway cb229a8774 Remove redundant defines. 2005-10-24 08:17:12 +00:00
Steve Checkoway 7888f7b53d Add theora. 2005-10-23 09:53:14 +00:00
Glenn Maynard 8ebd8163fc add HAVE_THEORA, XIPH_LIB_DIR -> OGG_LIB_DIR 2005-10-20 11:10:21 +00:00
Glenn Maynard 6dd799e195 move HAVE_CRYPTOPP
(maybe this should be WITH_CRYPTOPP, but I think autoconf's "with"
and "have" distinction is too ambiguous anyway)
2005-10-20 03:41:10 +00:00
Glenn Maynard d1d7bd7b11 Clean up Xiph includes. Move HAVE_CRYPTOPP define in here. (How did
that end up in arch?  arch has nothing to do with crypto++.)
2005-10-20 03:37:16 +00:00
Steve Checkoway 6ea0da1f43 Merge in changes from the 3.9 branch. 2005-10-03 20:26:00 +00:00
Chris Danford edf332e075 fix "icon alpha is 50% on WinXP". XP will use the 8 bits alpha of alpha in a 32bpp bitmap instead of the mask, so we need to keep all 8 bits around in the bitmap. 2005-10-02 21:46:26 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Renaud Lepage 5837d22d1a Initial commit : Icons for the game 2005-09-01 03:36:08 +00:00
Renaud Lepage 1c655caadd Cleanup - Bug: IDE did not want to open win32\..., but did open Win32\... . Notice the Caps. 2005-08-30 19:17:34 +00:00
Renaud Lepage 0e94804827 We're not ready for ffmpeg on Xbox... yet :) 2005-08-24 11:57:58 +00:00
Glenn Maynard 0cedd92c67 move into archutils; only VC6 needs this 2005-08-23 19:55:23 +00:00