Commit Graph
15771 Commits
Author SHA1 Message Date
Chris Danford b2686a5473 add system message frame 2005-06-04 03:04:29 +00:00
Chris Danford b4eda6dddf add Lua method 2005-06-04 01:56:03 +00:00
Chris Danford 4bce1df7fe cleanup 2005-06-04 01:54:44 +00:00
Ben Anderson e86dffd34e Keep operands to ? the same type! (Fixed compile-time error on GCC 3.3) 2005-06-04 01:38:37 +00:00
Glenn Maynard d9374832cf style 2005-06-04 00:16:27 +00:00
Glenn Maynard 722357f566 move X11Helper.cpp to LowLevelWindow. All binaries get everything
in ArchHooks; it's a catch-all for arch-specific stuff that doesn't
fit anywhere else, but if we put things that require specific libraries,
all tests and other binaries need to link to every system library,
even when not used.  It's fine to leave the file in ArchHooks for now;
X11 is currently effectively Unix-specific anyway and it's not worth
losing change history for a small build fix.  (fixes test builds)
2005-06-04 00:05:57 +00:00
Glenn Maynard f9a3918d37 style 2005-06-03 23:55:04 +00:00
Glenn Maynard 0b5f634e4a style (naming, scope) 2005-06-03 23:49:30 +00:00
Glenn Maynard 274f5c98b8 style (spacing) 2005-06-03 23:47:56 +00:00
Glenn Maynard 43f52f64c8 style
(Steve: sorry for poking around in code I can't test, but I'd like source
consistency in platform-specific code, too.  I'll commit in small pieces
so it's clear what I'm up to, so it should be trivial to fix if I miss something.)
2005-06-03 23:45:58 +00:00
Glenn Maynard 2d644e67af style 2005-06-03 23:42:07 +00:00
Glenn Maynard a4e5d038d2 style 2005-06-03 23:35:23 +00:00
Glenn Maynard 5ac5b46ecf cleanup; SDL is not used in Windows. 2005-06-03 23:31:00 +00:00
Glenn Maynard 78ed7dd2c7 pull the data from the right place. arch code is low-level, ThemeManager is high-level. arch should not use ThemeManager; that creates a conceptual dependency loop, which makes code reuse much harder. (should do this in Dialog, too ...) 2005-06-03 23:27:58 +00:00
Chris Danford 2c9993c900 assert when an input handler passes us a bad DeviceInput 2005-06-03 22:54:35 +00:00
Chris Danford 3eb577bff9 add mapping for delete key 2005-06-03 22:52:23 +00:00
Ben Anderson 0ef2ece2a1 Move DifficultiesToShow into Common metrics. (Fixes assert.) 2005-06-03 21:02:47 +00:00
Chris Danford b03a55d199 show input devices in TestInput 2005-06-03 19:03:13 +00:00
Ben Anderson cde2db8c62 I've got a better idea. Let's respect the theme metric specifically designated for this. 2005-06-03 19:01:16 +00:00
Ben Anderson 56ebe75fb5 How many times am I going to forget to test before committing? 2005-06-03 18:47:30 +00:00
Ben Anderson 78bc7c27b2 Partial semi-revert; X11Helper is supposed to catch that the window isn't open (I just fixed that), not us making sure to unmask only after the window is created. 2005-06-03 18:45:03 +00:00
Ben Anderson d280cf7445 Don't apply masks unless our window has been created. 2005-06-03 18:40:39 +00:00
Chris Danford 265d9d56df Center the window in the display 2005-06-03 18:28:20 +00:00
Glenn Maynard 2eda60a86f cleanup 2005-06-03 05:07:10 +00:00
Chris Danford c21314e114 fix coins subtracted in event mode 2005-06-03 05:05:54 +00:00
Chris Danford 0c1c8332b4 "reload theme" -> "reload theme and textures" 2005-06-03 05:05:17 +00:00
Glenn Maynard fcfbfaeddc simplify 2005-06-03 05:04:15 +00:00
Chris Danford d271df5044 show courses on wheel with a group color 2005-06-03 01:59:54 +00:00
Chris Danford 5ed0c6b0f2 show Course/Song titles in group color 2005-06-03 01:57:57 +00:00
Chris Danford 91d375d31a store course group names
show courses on wheel with a group color
2005-06-03 01:57:10 +00:00
Glenn Maynard 6cdd8afefd fix warning 2005-06-02 23:57:23 +00:00
Glenn Maynard 92efdcb151 make SDL optional; default off 2005-06-02 23:17:34 +00:00
Chris Danford 83a4ac6237 don't Reset between pages. This undoes the effects of InitCommand 2005-06-02 22:26:57 +00:00
Chris Danford 8d308c6e43 cleanup 2005-06-02 22:26:11 +00:00
Chris Danford d663b44ba0 add WritePreferences 2005-06-02 22:25:42 +00:00
Chris Danford 2fd3c1b13a say in sync message whether notes are earlier or later 2005-06-02 21:48:53 +00:00
Chris Danford d95fb8cc83 say in sync message whether notes are earlier or later 2005-06-02 21:48:06 +00:00
Chris Danford de113c2d81 add comments 2005-06-02 21:47:27 +00:00
Chris Danford 188f764c3c don't turn on menu buttons in LM_Stage 2005-06-02 20:38:30 +00:00
Chris Danford 9d30bde4c6 fix AV if enable debug lights after starting gameplay with them disabled 2005-06-02 20:06:26 +00:00
Renaud Lepage de3ce27136 Activated CVS Services in the Project itself 2005-06-02 15:06:34 +00:00
Chris Danford c80d0c4a53 add support for random background sets using Song genre 2005-06-02 10:09:46 +00:00
Chris Danford 882f1d7447 FastLoad off by default. Let people with 1000s of songs turn it on if they want. 2005-06-02 10:08:58 +00:00
Glenn Maynard e77a860f60 fix !HAVE_CRYPTOPP 2005-06-02 08:33:38 +00:00
Chris Danford c3590e69e6 always hide sync overlay after a few seconds 2005-06-02 08:31:31 +00:00
Charles Lohr bf27a8e940 Try to add LUA for connecting to server. 2005-06-02 05:30:11 +00:00
Chris Danford fa1bb13ccb fill in random backgrounds only in layer 0
choose N random background up front, then load when used instead of choosing one at a time as they're needed
obey BGChange transition and effect in BGChanges to random
2005-06-02 04:37:33 +00:00
Chris Danford 5a3961ad4e fix enumeration of backgrounds in BGChange MiniMenu 2005-06-02 04:34:46 +00:00
Chris Danford 1c90c54390 fix drawing of BackgroundChange text with 2 layers 2005-06-02 04:33:53 +00:00
Chris Danford bd27094630 move function body to cpp 2005-06-02 04:32:51 +00:00