Commit Graph

22172 Commits

Author SHA1 Message Date
Glenn Maynard 0c975dd32f avoid global ThemeMetric<apActorCommands> 2006-08-21 21:26:32 +00:00
Glenn Maynard c819c74ce6 avoid global ThemeMetric<apActorCommands> 2006-08-21 21:26:02 +00:00
Glenn Maynard 2b879ed23a unused 2006-08-21 20:31:27 +00:00
Glenn Maynard 348f5ab34f avoid global ThemeMetric<apActorCommands>; unneeded include 2006-08-21 20:30:36 +00:00
Glenn Maynard 98240c49d4 update metrics 2006-08-21 20:28:36 +00:00
Glenn Maynard 2eca0cff5e avoid global ThemeMetric<apActorCommands>; we should be able
to delete all references into lua
2006-08-21 19:54:33 +00:00
Glenn Maynard 6e67bff7b8 fix stale statics
comments
2006-08-21 18:45:34 +00:00
Steve Checkoway c6573648ca Don't spend time decompressing and compressing when setting the note data. 2006-08-21 15:16:35 +00:00
Steve Checkoway 9b415eb365 Simplify. 2006-08-21 13:11:45 +00:00
Steve Checkoway f4d1b8aaa2 Bump. 2006-08-21 13:06:35 +00:00
Steve Checkoway 10845eebec Don't use leading underscores in file names either. 2006-08-21 13:06:21 +00:00
Steve Checkoway 0448234e68 Dump mount points in debug builds. 2006-08-21 13:05:21 +00:00
Steve Checkoway 86880827c3 Use constant. 2006-08-21 11:34:59 +00:00
Jason Felds fceb0841a7 Remove param. 2006-08-21 00:32:27 +00:00
Jason Felds 93b81118ef Minor sprucing up. 2006-08-21 00:23:33 +00:00
Glenn Maynard 8980bd6a27 remove param 2006-08-21 00:20:14 +00:00
Glenn Maynard 62c114b49e remove param 2006-08-21 00:20:13 +00:00
Steve Checkoway b527d4226a Not true. Song only allocates the Steps in Autogen. 2006-08-20 23:51:21 +00:00
Steve Checkoway dfb0963870 Unused. 2006-08-20 23:43:57 +00:00
Steve Checkoway 91d0401496 Make this clear. 2006-08-20 23:26:10 +00:00
Glenn Maynard d463f2d1f5 unused 2006-08-20 22:39:27 +00:00
Glenn Maynard afb69ddb7b remove aliases, header 2006-08-20 22:29:49 +00:00
Glenn Maynard 7b995b8487 remove unused 2006-08-20 20:01:53 +00:00
Glenn Maynard 7f1fb08890 const references not useful (and slower) for scalars and (refcounted) strings,
and would just be a point of failure
2006-08-20 19:50:59 +00:00
Glenn Maynard 336bfe38c7 unused 2006-08-20 19:49:53 +00:00
Glenn Maynard f0b5e93621 This is the only place GetMetricM is still used; remove it 2006-08-20 19:39:59 +00:00
Glenn Maynard df3245ebb5 remove old 2006-08-20 19:34:08 +00:00
Glenn Maynard f98dc30d93 still needed, but not for that 2006-08-20 19:32:57 +00:00
Glenn Maynard 3becbefc92 TotalTime in xml 2006-08-20 19:25:19 +00:00
Jason Felds b1d802e32c Add an example of how to do Survival courses using StepMix songs.
This is for mod lovers only. ;)
2006-08-20 17:27:42 +00:00
Jason Felds 914b1f3aff Move Extra Stage 2's difficulty cap to metrics. 2006-08-20 05:55:09 +00:00
Steve Checkoway dfee68b1d3 I'm tired of having ranlib run every time which modifies the library header which means that cvs thinks it is modified. Instead, run a script to copy libfoo.a to libfoo_link.a and link with libfoo_link.a. Have that script only run when the modification date of libfoo.a is newer than that of libfoo_link.a. 2006-08-20 05:29:45 +00:00
Jason Felds 13f367008f I guess I'll join the "bye bye bye DifficultyDisplay" bandwagon too. 2006-08-20 04:52:59 +00:00
Steve Checkoway 5d779d7dbf Remove DifficultyDisplay. 2006-08-20 04:51:55 +00:00
Glenn Maynard d4f3e66b8d DifficultyDisplay 2006-08-20 04:46:32 +00:00
Glenn Maynard 0c71dbeb4b unused 2006-08-20 04:44:39 +00:00
Glenn Maynard b01353c720 (er, DifficultyDisplay) 2006-08-20 04:42:31 +00:00
Glenn Maynard e69aa02e51 bind HasStepsTypeAndDifficulty 2006-08-20 04:40:32 +00:00
Glenn Maynard dc79a12a17 use PushSelf 2006-08-20 04:40:02 +00:00
Glenn Maynard 62a8cde182 bindings 2006-08-20 04:38:11 +00:00
Glenn Maynard 9895b8c93c unneeded 2006-08-20 03:23:44 +00:00
Steve Checkoway 214873da10 Header cleanup. 2006-08-19 23:35:31 +00:00
Steve Checkoway 1559fae1bd Fix survival. 2006-08-19 22:08:33 +00:00
Steve Checkoway 0592a4b911 Fix indent. 2006-08-19 22:01:40 +00:00
Steve Checkoway 24ebef5e78 Comment. 2006-08-19 21:54:16 +00:00
Steve Checkoway 1095b06e57 Key bindings. 2006-08-19 21:17:58 +00:00
Steve Checkoway ba1a57b15d Bindings. 2006-08-19 20:49:16 +00:00
Steve Checkoway df9d1f13b1 Allow calculation of a better estimator (still not quite unbiased) for the population standard deviation from a sample. The result will be slightly too low still, but not by very much. 2006-08-19 20:43:43 +00:00
Jason Felds 3c71fbb5c3 Temporarily disable the attack sounds until we get new, nicer sounding ones. The old sounds still exist: they now have an x in front of their file name. 2006-08-19 20:20:47 +00:00
Steve Checkoway 5182356808 Time to get a new keyboard? 2006-08-19 20:06:31 +00:00