Commit Graph
19704 Commits
Author SHA1 Message Date
Glenn Maynard b4edcdb7dd NULL 2006-08-31 06:51:23 +00:00
Glenn Maynard eb9a278c3e simplify 2006-08-31 06:50:33 +00:00
Glenn Maynard 21454207d6 unindent 2006-08-31 06:47:59 +00:00
Glenn Maynard 0f5e5c5122 store bone rotations as quats; more common than HPR, and we don't
have to convert constantly
2006-08-31 06:47:05 +00:00
Greg Cotton 4617d4e444 files were not removed from project file causing errors when attempting to compile 2006-08-24 01:38:35 +00:00
Steve Checkoway c9850c2eb3 Cleanup. 2006-08-23 23:34:53 +00:00
Steve Checkoway 468b44805b Comment. 2006-08-23 22:44:32 +00:00
Steve Checkoway e319f9205e Header guard. 2006-08-23 22:39:43 +00:00
Steve Checkoway 8cffb9666f Simplify. 2006-08-23 22:33:08 +00:00
Steve Checkoway 5cfab46c84 Simplify. 2006-08-23 22:05:35 +00:00
Steve Checkoway ecc45eb6e7 If this Steps was autogenned, there's no need to copy the description, difficulty, meter, or radar values from the parent because they will be overwritten anyway. 2006-08-23 21:16:46 +00:00
Steve Checkoway dd7871b0c6 u -> i. 2006-08-23 20:45:30 +00:00
Steve Checkoway 540965cb40 Don't compute the compressed string or the hash unless it is required. 2006-08-23 20:42:26 +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 c819c74ce6 avoid global ThemeMetric<apActorCommands> 2006-08-21 21:26:02 +00:00
Glenn Maynard 348f5ab34f avoid global ThemeMetric<apActorCommands>; unneeded include 2006-08-21 20:30: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 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 914b1f3aff Move Extra Stage 2's difficulty cap to metrics. 2006-08-20 05:55:09 +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
Glenn Maynard d4f3e66b8d DifficultyDisplay 2006-08-20 04:46:32 +00:00
Glenn Maynard 0c71dbeb4b unused 2006-08-20 04:44:39 +00:00