Commit Graph
33015 Commits
Author SHA1 Message Date
phantom 5fa1e3d2a0 Splash should show up properly now. 2013-01-01 17:40:29 +01:00
Devin J. Pohly f6410abd43 X11: release all keys/buttons when window loses focus 2012-12-31 22:15:49 -05:00
Devin J. Pohly 655af974a6 simplify window mapping loop 2012-12-31 21:27:16 -05:00
Devin J. Pohly d9f61d919c answer some commented questions 2012-12-31 19:31:38 -05:00
Devin J. Pohly 301bc1428b allow custom everything in user profile directory 2012-12-30 16:48:17 -05:00
Devin J. Pohly 226877f826 remove some apparently accidentally-added files 2012-12-30 13:03:55 -05:00
Colby Klein 75b86d430c Put header back on ScreenOptionsService. 2012-12-28 23:33:33 -08:00
Colby Klein f4ac89c3c2 Same mouse input eating fix from ScreenSelectMusic. 2012-12-28 23:23:56 -08:00
Colby Klein 7b50c11060 Merge 2012-12-28 23:01:41 -08:00
Jonathan Payne a18ecf8213 +2 Autogen 2012-12-28 22:52:29 -08:00
Jonathan Payne 2b70348d2e +1 Autogen 2012-12-28 22:45:03 -08:00
Colby Klein c049b1d0a9 Is testing things like this before you commit so much to ask? 2012-12-28 22:42:02 -08:00
Flameshadowxeroshin 7fe4f44a2f Make course mode stuff show up 2012-12-28 21:45:21 -06:00
Flameshadowxeroshin 7057274ad7 changelog 2012-12-28 21:29:35 -06:00
Flameshadowxeroshin 2ccb66ff8d arrrgh 2012-12-28 21:10:48 -06:00
Flameshadowxeroshin f8e26cf2aa update version info 2012-12-28 21:09:39 -06:00
Jonathan Payne 7ea1b21bb3 Fix lives. 2012-12-28 19:01:40 -08:00
Jonathan Payne b952a31272 Merge 2012-12-28 19:00:28 -08:00
Jonathan Payne a20d7722a2 Update theme (Autogen, general annoynaces) 2012-12-28 19:00:19 -08:00
Colby Klein 6bf3c9ed37 Fix mouse events being eaten on SSMusic. 2012-12-28 17:49:53 -08:00
Flameshadowxeroshin 96af1ec186 merge... 2012-12-28 19:48:01 -06:00
Flameshadowxeroshin 49b029c3dd try to fix ES double crash 2012-12-28 19:46:53 -06:00
Jonathan Payne f74a2a4707 change this more 2012-12-28 17:41:11 -08:00
Colby Klein 1d41b4a921 Add Lua hook for WheelBase:Move. Useful for Mouse support/messing with people. 2012-12-28 17:02:49 -08:00
Colby Klein f1e3fae9f7 Revert "reimplement beta 1's scoring mode in Lua"
This reverts commit 825886729c.

This kind of thing should be in global scripts.
2012-12-28 13:43:49 -08:00
Colby Klein 22a55b3ce9 Revert "mess with the scoring code a bit"
This reverts commit 28e5530357.

This kind of thing should be in global scripts.
2012-12-28 13:43:25 -08:00
Colby Klein 13c795d019 Revert "dummy out internal scoring"
This reverts commit e1b2222336.

This is pretty much guaranteed to muck with themes.
2012-12-28 13:41:41 -08:00
Devin J. Pohly b03b3adf41 remove extra zeros from editor textentry 2012-12-28 16:18:21 -05:00
Flameshadowxeroshin 28e5530357 mess with the scoring code a bit 2012-12-28 13:55:54 -06:00
Flameshadowxeroshin 825886729c reimplement beta 1's scoring mode in Lua 2012-12-28 12:02:12 -06:00
Flameshadowxeroshin e1b2222336 dummy out internal scoring 2012-12-28 11:22:47 -06:00
Jonathan Payne 6c2947b54b Merge 2012-12-27 21:47:40 -08:00
Jonathan Payne 4da45222aa theme changes (incomplete) 2012-12-27 21:47:29 -08:00
Colby Klein f94302c02a Fix line endings. 2012-12-27 19:01:26 -08:00
Jason Felds f8865e8de3 Revert "fix file/line numbers in ASSERT_M/FAIL_M"
This reverts commit 376056a0cf.

Time to test before sending up.
2012-12-27 21:38:42 -05:00
Jason Felds c8f8d6c459 Revert "war on -Werror, part 9: static inline > macros."
This reverts commit d080c38196.

...partly. Still have to adjust things.
2012-12-27 21:36:58 -05:00
Jonathan Payne 380bce948e Merge 2012-12-27 18:25:26 -08:00
Jonathan Payne 133a903907 Theme changes 2012-12-27 18:25:08 -08:00
Colby Klein 1ffd4d6527 Revert "remove PlayerStageStats.SetScore and SetCurMaxScore."
This reverts commit 9ecacf742e.
2012-12-27 18:02:56 -08:00
Devin J. Pohly bd0e2074ad replace ASSERT(0) with useful fail messages 2012-12-27 16:59:35 -05:00
Devin J. Pohly 376056a0cf fix file/line numbers in ASSERT_M/FAIL_M 2012-12-27 13:52:49 -05:00
Jason Felds a15cbc431d War on -Werror, part 14: More hodgepodge. 2012-12-27 12:45:04 -05:00
Jason Felds 52df8ea981 War on -Werror, part 13: hodgehodge. 2012-12-27 12:07:02 -05:00
Jason Felds 1fc16698ba War on -Werror, part 12: explicit bool usage.
It may save a few cycles, but it's best to be
explicit on boolean operations, especially with
ASSERT.
2012-12-27 11:38:53 -05:00
Jason Felds bddbed7e7e war on -Werror, part 11: const int -> float loss.
Had to work around the inline static const int rule
to do it, but at least there is no data loss now.
2012-12-27 11:13:41 -05:00
Jason Felds e86aeb66a8 war on -Werror, part 10: more informals. 2012-12-27 11:01:51 -05:00
Jason Felds d080c38196 war on -Werror, part 9: static inline > macros.
At least, according to the new wisdom of today.
2012-12-27 11:00:06 -05:00
Jason Felds e01537405f war on -Werror, part 8: more informals.
General guide: if the parameter name and its typings
match almost exactly, the name goes away.
Otherwise, it's commented out to allow for some
documentation.
2012-12-27 00:00:28 -05:00
Jason Felds 4f07a0ea8b war on -Werror, part 7: start informal params.
I'm preserving our numbering Pohly. ;)
2012-12-26 23:23:59 -05:00
Devin J. Pohly 7f4e97d72a fix one more unused warning 2012-12-26 23:08:51 -05:00