Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 05a5dfeb02 cleanup 2005-05-28 08:08:11 +00:00
Glenn Maynard 7eebaef042 remove unused 2005-05-28 08:05:44 +00:00
Glenn Maynard b87dae1cc2 cleanup - use GAMESTATE version 2005-05-28 08:04:56 +00:00
Glenn Maynard 515197b651 cleanup - use PREFSMAN version 2005-05-28 08:03:50 +00:00
Glenn Maynard 2239c932a4 cleanup - use GAMESTATE version 2005-05-28 07:55:58 +00:00
Glenn Maynard 1fa7b1f3e9 remove unused 2005-05-28 07:52:06 +00:00
Glenn Maynard a27ac93a0c remove ugly unused stuff 2005-05-28 07:51:10 +00:00
Glenn Maynard f609ccf128 remove unused 2005-05-28 07:39:18 +00:00
Glenn Maynard 6f8fd517ea don't DebugBreak() when not being debugged 2005-05-28 07:29:09 +00:00
Glenn Maynard e504164796 debugging message assumes that method calls ("x:y()") have an initial
self argument; we remove it, causing off-by-one error messages
2005-05-28 07:27:49 +00:00
Glenn Maynard 25f5102325 fix warning 2005-05-28 05:11:23 +00:00
Glenn Maynard 52682640e4 add missing license 2005-05-28 03:59:12 +00:00
Glenn Maynard eb688ea84f move HasExtension into RageDisplay_OGL_Extensions 2005-05-28 03:54:33 +00:00
Thad Ward 0bd8834dfb add vc7.1's release runtimes. not sure about debug runtimes. 2005-05-28 03:53:58 +00:00
Glenn Maynard 18b1041ce2 cleanup 2005-05-28 03:51:41 +00:00
Glenn Maynard d7f3e90a9d cleanup 2005-05-28 03:50:28 +00:00
Glenn Maynard 62e4154f8d cleanup 2005-05-28 03:50:07 +00:00
Glenn Maynard 6c76e19d19 cleanup 2005-05-28 03:39:24 +00:00
Glenn Maynard 19bcc75d42 fix BadWindow warning due to calling XSelectInput before creating the window
fix uninitialized windowIsOpen
windowIsOpen -> m_bWindowIsOpen
use PRODUCT_NAME
one-line header comment goes on the very first line (eg. "head -1"); format it consistently, and be concise
2005-05-28 03:31:18 +00:00
Glenn Maynard 9e6db9eb4c cleanup 2005-05-28 03:12:58 +00:00
Glenn Maynard 7f50526d37 remove unused function 2005-05-28 02:38:31 +00:00
Ben Anderson ccd0cba6da Add assert; this prevents an infinite loop that allocates memory. (This assert actually triggers on my system!) 2005-05-28 01:19:09 +00:00
Ben Anderson 4bfd999bad Revert; I should test things before committing, guh. 2005-05-28 00:53:34 +00:00
Ben Anderson 0a9f3d1552 std::map.end() points PAST the last element, not at it! 2005-05-28 00:47:34 +00:00
Ben Anderson 98c5e7348b Preference<int> != int 2005-05-28 00:36:30 +00:00
Glenn Maynard 541aac64cd remove virtual - this is an internal helper only now 2005-05-27 23:01:15 +00:00
Chris Danford 13b9973197 ELEMENT_CATEGORY_ -> EC_ 2005-05-27 09:22:57 +00:00
Chris Danford 68a82faa6a add multiple background layers 2005-05-26 09:35:57 +00:00
Chris Danford 87183c0551 fix deref null Steps 2005-05-26 08:07:42 +00:00
Glenn Maynard b8de0155be cleanup 2005-05-26 02:32:52 +00:00
Ben Anderson ab49ff09b9 Likely fix compilation; follow the standard Selector setup correctly. 2005-05-26 00:35:54 +00:00
Glenn Maynard c962fa49ee style 2005-05-25 22:39:56 +00:00
Glenn Maynard cef33517ee style 2005-05-25 22:32:12 +00:00
Glenn Maynard f9192adc07 cleanup 2005-05-25 22:25:41 +00:00
Glenn Maynard 11595d2eff style fixes 2005-05-25 22:21:35 +00:00
Glenn Maynard 4ccc63fb42 static 2005-05-25 22:16:43 +00:00
Glenn Maynard 9d11f81407 cleanup 2005-05-25 22:15:11 +00:00
Glenn Maynard 9bb15367ec fix warning 2005-05-25 22:14:30 +00:00
Glenn Maynard 8f57b9484f no ScreenManager 2005-05-25 22:12:01 +00:00
Glenn Maynard a4718341d4 remove unneeded change unrelated to "Win32 MIDI Support" 2005-05-25 22:04:58 +00:00
Charles Lohr c13cddc4cb Add: Win32 MIDI Support (Hopefully I didn't screw up adding this to these project files) 2005-05-25 22:00:29 +00:00
Charles Lohr 8e74fab0c1 Add: Win32 MIDI Support 2005-05-25 21:58:56 +00:00
Chris Danford b05d0c29ed move centering to metrics 2005-05-25 07:24:01 +00:00
Glenn Maynard b4ba450d64 fix "just barely" misaligned
- compute in the same way as the graph itself
 - don't round (quantize(1)); this tries to snap to a pixel, but the graph is
usually zoomed
2005-05-25 04:58:45 +00:00
Glenn Maynard a49bfd5e74 cleanup 2005-05-25 04:44:32 +00:00
Chris Danford 8ac202f9f6 center text in combo span 2005-05-25 00:50:09 +00:00
Chris Danford 3cf5c46045 fix test screen mode 2005-05-25 00:49:42 +00:00
Chris Danford 47681f4684 DebugMenu: ReloadScreen load the current screen, not the initial screen 2005-05-24 23:32:39 +00:00
Chris Danford db7909f336 fix MORE/EXIT transition 2005-05-24 22:54:02 +00:00
Steve Checkoway 114ac27623 The entire file system is brittle and breaks whenever anything changes. 2005-05-24 22:36:15 +00:00