Commit Graph
16049 Commits
Author SHA1 Message Date
Chris Danford f0335f486c GROUP_ALL_MUSIC -> GROUP_ALL
use GROUP_ALL as sentinel value in PreferredCourse
2005-06-24 06:06:16 +00:00
Chris Danford 94c495fa79 working on new course editor 2005-06-24 05:39:50 +00:00
Glenn Maynard 91e88be084 cleanups 2005-06-24 02:19:04 +00:00
Glenn Maynard ad9d34b45c finish removing graph metrics 2005-06-24 01:25:00 +00:00
Chris Danford 888b116b23 working on new course editor 2005-06-23 22:43:48 +00:00
Glenn Maynard 80c21cef06 revert; fix this correctly--the last commit caused LightsManager to always
become enabled, turning on all lights-related overhead
2005-06-23 21:03:16 +00:00
Steve Checkoway cf77a123e7 Fix log always reporting:
Unknown lights driver name: Null
2005-06-23 17:19:33 +00:00
Steve Checkoway d7e2cf3bf3 update to Xcode 2.1 2005-06-23 16:58:07 +00:00
Steve Checkoway 640f5cf646 No. 2005-06-23 15:51:56 +00:00
Glenn Maynard fc948e9ce9 simplify 2005-06-23 09:04:06 +00:00
Glenn Maynard c8994b27f9 cleanup 2005-06-23 09:02:04 +00:00
Glenn Maynard a76c3fa158 cleanup; remove userdataType 2005-06-23 08:58:43 +00:00
Glenn Maynard ff9e753979 cleanup 2005-06-23 08:53:04 +00:00
Glenn Maynard ccb65cc3fe cleanup (move public/private stuff together; no code changes) 2005-06-23 08:50:58 +00:00
Glenn Maynard f3a20cf729 cleanup 2005-06-23 08:49:36 +00:00
Glenn Maynard 14fd08abc1 __type -> type 2005-06-23 08:47:34 +00:00
Glenn Maynard 36794f6d5f CheckType -> CheckLuaObjectType 2005-06-23 08:46:21 +00:00
Glenn Maynard be8c5d23b5 CreateGlobalTable -> CreateMethodsTable 2005-06-23 08:44:46 +00:00
Glenn Maynard 7e20ccc36c don't point the metatable at the methods table; comment 2005-06-23 08:42:48 +00:00
Chris Danford 2a6dcba6e8 cleanup:
"GroupName" -> "SongGroup" to make room for CourseGroup
replace checks for "cvs" with a call to StripCvs()
m_Rows -> m_pRows
broadcast on preferred group changes
2005-06-23 08:05:09 +00:00
Chris Danford f881b0bf4d separate c'tor/Init 2005-06-23 07:58:09 +00:00
Steve Checkoway 2f126143ec Remove files and update header include path. 2005-06-23 05:52:26 +00:00
Steve Checkoway 237054db79 I'm not even using these, but someone might be so I might as well make them faster. 2005-06-23 05:52:05 +00:00
Steve Checkoway 0d200bc461 More 64 bit compile fixes. 2005-06-23 04:51:12 +00:00
Chris Danford 79549f20ba fix build 2005-06-23 03:14:30 +00:00
Chris Danford 8c35a5d5cb fix VC7.1 warnings 2005-06-23 03:14:01 +00:00
Glenn Maynard ba207c5140 remove GrooveGraph 2005-06-23 02:47:43 +00:00
Glenn Maynard d87583c76e remove m_GrooveGraph 2005-06-23 02:42:31 +00:00
Glenn Maynard ed58ed26eb fix memory leak on change/reload theme 2005-06-23 02:11:51 +00:00
Glenn Maynard 84c6ecff9e fix uninitialized (valgrind) 2005-06-23 01:49:47 +00:00
Renaud Lepage 97a445d76b New files, optims and whatnot. 2005-06-23 01:31:37 +00:00
Glenn Maynard 4e017b752b fix using PLAYER_INVALID as an index when using SSMaster when no
players are joined
2005-06-23 01:21:13 +00:00
Glenn Maynard 2b62d093d5 these were unsigned; keep them that way 2005-06-23 01:05:45 +00:00
Glenn Maynard 8ccc9cb6df probably fix compile on systems where sizeof(int) < sizeof(void*) 2005-06-23 01:04:29 +00:00
Glenn Maynard c587f12d65 Don't construct overlay screens in ScreenManager ctor. We havn't reset
GAMESTATE by then, so much of it is uninitialized, and we should not load
screens until that's done.  (fixes valgrind warning due to IsEventMode()
being called from SSystemLayer)
2005-06-23 00:30:02 +00:00
Glenn Maynard d1b8dcc744 fix uninitialized variable: this is used by EndGame, which is called at the
start of Reset(), and was normally initialized later in Reset().  I havn't seen
any bugs as a result; this just showed up in valgrind.
2005-06-23 00:15:19 +00:00
Glenn Maynard a79f1381f3 fix casting problem? 2005-06-22 20:58:41 +00:00
Chris Danford acc77eff06 increase max coins per credit 2005-06-21 17:59:21 +00:00
Chris Danford 76b25ffe7b fix converting ^ to , wipes out ^ in background file names (Vertex^2) 2005-06-21 17:56:08 +00:00
Steve Checkoway 99387583f9 DARWIN -> __MACOSX__ 2005-06-21 08:56:36 +00:00
Steve Checkoway 1795ac93c1 Cleanup. 2005-06-21 08:24:20 +00:00
Steve Checkoway d8cb958fe4 update 2005-06-21 08:09:16 +00:00
Steve Checkoway 20118bc43a comment 2005-06-21 08:06:59 +00:00
Steve Checkoway 0bb1e19481 Fast matrix and vector multiply on Mac OS X. 2005-06-21 08:04:42 +00:00
Glenn Maynard 518da6b626 fix Model 2005-06-21 07:49:25 +00:00
Glenn Maynard ff888eaf9e cleanup 2005-06-21 05:23:25 +00:00
Glenn Maynard fee9e51b2c revert. Unregister() is "atomic" (useful to call without locking around it). 2005-06-21 02:41:35 +00:00
Glenn Maynard acbe82d877 pass L to Reset 2005-06-21 02:29:21 +00:00
Glenn Maynard 0baadb8641 don't adjust MonthOfYear, so it lines up with MonthToString 2005-06-20 22:26:42 +00:00
Jared Hendry 3f187163e4 Added/Removed files 2005-06-20 21:24:44 +00:00