Commit Graph
22182 Commits
Author SHA1 Message Date
Steve Checkoway 540965cb40 Don't compute the compressed string or the hash unless it is required. 2006-08-23 20:42:26 +00:00
Josh Allen c64d7b1578 Adjust Y spacing on menu elements 2006-08-22 14:31:33 +00:00
Steve Checkoway 63491418f4 Simplify. 2006-08-22 14:10:25 +00:00
Steve Checkoway acde26b76a Cleanup. 2006-08-22 14:06:24 +00:00
Steve Checkoway b80b3910ef Cleanup. 2006-08-22 13:52:34 +00:00
Steve Checkoway 061e3fb07a When Steps have changed in memory but not on disk, calling Compress() could lose all changes in memory. Clear the file name to ensure this doesn't happen and reset it when the Song has been written to cache once more. 2006-08-22 13:45:36 +00:00
Steve Checkoway ed2331b839 Cleanup. 2006-08-22 13:40:12 +00:00
Glenn Maynard b3eaa7a1ad avoid global ThemeMetric<apActorCommands>
(note: we won't have a dozen copies of these functions in memory;
we make one and copy it, so we'll just make Lua references)
2006-08-21 21:49:11 +00:00
Glenn Maynard 1ac2e7a351 avoid global ThemeMetric<apActorCommands> 2006-08-21 21:42:41 +00:00
Glenn Maynard 74e9540ce7 avoid global ThemeMetric<apActorCommands> 2006-08-21 21:33:00 +00:00
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