Commit Graph
172 Commits
Author SHA1 Message Date
Chris Danford f55e8a54e6 Don't evaluate the ActorScroller transform function every time though Draw.
Cache TweenState values at a provided interval, then interpolate between the TweenStates.
TODO: Precalculate these TweenStates in Init?
2005-09-02 21:42:34 +00:00
Chris Danford e439ae2a96 return "" -> return NULL 2005-09-02 00:14:07 +00:00
Chris Danford a2c439a17a support loading of course edits 2005-07-31 05:41:32 +00:00
Glenn Maynard 77b30284c4 add QuantizeUp( float ) 2005-07-22 01:22:14 +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 c80d0c4a53 add support for random background sets using Song genre 2005-06-02 10:09:46 +00:00
Chris Danford dac72665e3 move background file enumerating into BackgroundUtil.*
fix editor background change functionality
2005-05-31 01:17:37 +00:00
Glenn Maynard 350085e096 split up FileCopy, use RageFileBasic 2005-05-21 06:51:55 +00:00
Glenn Maynard f37a3810d6 allow reading whole files with GetFileContents 2005-05-20 00:12:43 +00:00
Chris Danford d67d60e178 sync controls cleanup:
move sync display/saving out of complicated ScreenGameplay
  show sync UI in editor playback as well as gameplay
  revert sync from in-memory backup, not from disk
  move more functions into debug overlay
2005-05-19 23:29:39 +00:00
Glenn Maynard 4e6d716027 GetRedirContents -> GetFileContents 2005-05-17 02:20:43 +00:00
Chris Danford 1cc8d4a859 save survival life seconds remaining in HighScore
show SurvivalLifeTime in Ranking
2005-05-08 22:03:41 +00:00
Chris Danford 8e6637dd0d merge ListDisplay into ActorScroller 2005-04-10 23:42:47 +00:00
Glenn Maynard 9e663cba1e add AddNumberSuffix 2005-03-31 02:26:37 +00:00
Glenn Maynard c1d741a54b inline 2005-02-20 03:43:32 +00:00
Glenn Maynard b90a6f1747 inline 2005-02-20 03:09:14 +00:00
Glenn Maynard 3c49514422 FromString/ToString for strings (no-op) 2005-02-20 02:55:31 +00:00
Chris Danford 43c221c1fa fix warning 2005-02-14 01:37:08 +00:00
Chris Danford 8073ebaac5 add unsigned clamp and wrap 2005-02-14 01:30:05 +00:00
Glenn Maynard 4ce15369cf unlike member functions, templates are not automatically inlined 2005-02-05 05:53:18 +00:00
Glenn Maynard 8e0aed664a Increment, Decrement 2005-01-25 00:21:21 +00:00
Glenn Maynard 7d285a5731 add QuantizeUp 2004-12-22 04:07:42 +00:00
Glenn Maynard 4e1298d6a2 type cleanup 2004-12-12 00:54:44 +00:00
Glenn Maynard 3b9f86422c split out CRC32 code 2004-12-11 23:33:11 +00:00
Glenn Maynard c37a82ed40 more general string<->value functions 2004-12-07 01:43:06 +00:00
Glenn Maynard 02c637ca88 cleanup
remove SAFE_RELEASE
2004-12-05 21:09:31 +00:00
Glenn Maynard afcacbdf85 add utf8_remove_bom 2004-12-03 01:02:45 +00:00
Glenn Maynard 1eac0a3fa9 fix warnings 2004-11-01 11:02:54 +00:00
Chris Danford ce4780559f froundf -> Quantize 2004-10-24 17:44:51 +00:00
Chris Danford 0634c55431 fix rounding error in displaying percent score 2004-10-18 03:00:12 +00:00
Glenn Maynard ada4232495 replace rand 2004-10-07 04:10:45 +00:00
Steve Checkoway 92b1b371c7 Header cleanup. 2004-10-05 11:03:43 +00:00
Glenn Maynard 207a02dd08 ACP conversion. (This and hr_ and werr_ssprintf don't really belong in here,
I'll clean it up eventually ...)
2004-09-20 00:03:09 +00:00
Glenn Maynard 6c1fed2b29 fix illegal aliasing 2004-07-11 03:50:52 +00:00
Glenn Maynard b71f5e26bb fix silly type errors 2004-06-13 07:14:24 +00:00
Steve Checkoway 649851036a Fix compile. 2004-06-12 08:27:46 +00:00
Glenn Maynard 7f00713a25 native endian functions 2004-06-12 08:22:32 +00:00
Glenn Maynard f5ce2e5303 cleanup 2004-06-08 05:55:00 +00:00
Chris Danford 61581479d8 track the current Trail in GameState 2004-06-03 08:22:02 +00:00
Chris Danford a6ebc41e10 fix VC6 internal compiler error 2004-05-27 05:35:10 +00:00
Glenn Maynard 364a061b87 add enum_add template 2004-05-27 00:08:52 +00:00
Glenn Maynard e72dcafae5 replace UTF-8 functions from glib 2004-05-17 21:28:26 +00:00
Glenn Maynard f9f10e2372 more license updates 2004-05-06 02:40:33 +00:00
Glenn Maynard 7135f8cc1d extend log timestamps to three decimal places 2004-04-06 23:21:27 +00:00
Glenn Maynard fa585ce0d2 remove ResolvePath 2004-02-27 06:27:00 +00:00
Glenn Maynard 725aa3d4c1 CollapsePath( CString &sPath, bool bRemoveLeadingDot ) 2004-02-27 05:50:57 +00:00
Glenn Maynard 869fcfad18 whoops, fix link 2004-02-22 21:32:36 +00:00
Glenn Maynard 0eb34d9da0 add int PrettyPercent 2004-02-22 21:22:27 +00:00
Chris Danford 6154c14f86 add calorie tracking
clean up time formatting functions
2004-02-22 19:51:46 +00:00
Glenn Maynard 103fbbc1e2 GetLocalTime() 2004-02-14 11:19:18 +00:00