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
Glenn Maynard
d92d1d4127
add MonthOfYear, DayOfMonth
2004-02-14 08:27:09 +00:00
Chris Danford
ddf1548909
fix CPU skill calculation
...
make SCALE integer friendly
2004-01-12 00:32:18 +00:00
Glenn Maynard
048c4c8e47
fix wrap(float) not working; caused receptors to not flash before beat 0
2004-01-08 09:11:49 +00:00
Chris Danford
e3cc4e3ff5
cleanup Model, remove MathUtil files, fix col major/row major errors
2003-12-24 12:30:41 +00:00
Chris Danford
4ac936cfbf
GrayArrow => ReceptorArrow
...
move ReceptorArrow metrics into NoteSkin
ReceptorArrow metrics, code cleanup
2003-12-22 10:30:10 +00:00
Glenn Maynard
75a1048c75
'bool CopyFile2( CString sSrcFile, CString sDstFile ); // using "CopyFile" gives "unresolved external" link error in VC6'
...
use "FileCopy" instead
2003-12-21 05:59:52 +00:00
Glenn Maynard
2a64220e50
cleanup
2003-12-21 02:20:53 +00:00
Glenn Maynard
505137dd71
show ssprintf printf warnings
2003-12-17 04:17:28 +00:00
Glenn Maynard
9331f41838
add in-place split() functions
2003-12-15 05:34:24 +00:00
Glenn Maynard
cdb4dbc03b
replace GetFileModTime with GetFileHash
2003-12-10 07:07:42 +00:00
Chris Danford
abf88923c1
working on stats.html
2003-12-08 10:27:45 +00:00
Chris Danford
eac836cc40
move many bookkeeping numbers to ProfileManager
2003-12-08 04:02:43 +00:00
Glenn Maynard
5f6fedfcda
move DirectoryIsEmpty to RageUtil
...
cleanup
add join( Delimitor, iterator, iterator )
2003-12-07 22:54:50 +00:00
Glenn Maynard
c6b550e2ef
remove CreateDirectories and Rename
2003-12-07 04:20:07 +00:00
Glenn Maynard
3f666a7cdf
Fatal errors in templates that don't even show up until they're used. Ugh.
2003-11-17 03:53:59 +00:00
Glenn Maynard
7a9bb7bd55
fix g++ compile
2003-11-17 03:47:09 +00:00
Glenn Maynard
929c8108c8
add FindIndex
2003-11-17 03:38:14 +00:00
Glenn Maynard
af965e4e45
Remove splitrelpath.
...
Minor splitpath optimization.
2003-10-29 21:22:28 +00:00
Glenn Maynard
f03a889274
add Dirname, optimize Basename
2003-10-29 20:18:04 +00:00
Glenn Maynard
0eaa9aa178
Move truncf, roundf fallbacks to the right place.
...
Fix BeatToNoteRow rounding backwards for negative numbers.
2003-10-27 03:45:15 +00:00
Glenn Maynard
8f32599998
Fix warnings, fix possible problems with characters outside of ASCII
2003-10-21 19:05:16 +00:00
Glenn Maynard
b34bc5108d
optimize case-insensitive string ops
2003-10-20 03:57:02 +00:00
Chris Danford
c0c680317c
profiles are usable
2003-09-08 07:21:41 +00:00
Glenn Maynard
636dcaaa7a
Add GetCwd().
2003-09-05 06:20:55 +00:00
Glenn Maynard
8e69db6e86
Add SetExtension.
2003-09-04 19:28:39 +00:00
Glenn Maynard
d934177bf4
Changed this during testing so I didn't have to recompile everything
...
each time I changed it. Why make this inline? It's not performance-critical
at that level, and it's more code in the headers to slow down compiles.
2003-09-03 18:22:55 +00:00
Thad Ward
05443292da
Consolidate duplicate function
2003-09-03 13:03:41 +00:00
Chris Danford
0cd5766ba2
add Dance Maniax and Technomotion support
2003-09-03 04:30:29 +00:00
Glenn Maynard
5b17149520
Fix warning.
...
WRAP is only safe for the int range, since it needs to cast to int to
negate; so only allow int.
When possible, use a (possibly templated) inline function instead of
a #define.
2003-09-01 02:04:16 +00:00
Chris Danford
0d3d590766
add WRAP macro
2003-08-31 22:37:32 +00:00
Chris Danford
e892ecc027
use ARRAYSIZE macro
2003-08-02 20:05:46 +00:00
Glenn Maynard
4262c7fd96
Add an SDL random number generator with independent seeds.
2003-07-30 20:31:50 +00:00
Chris Danford
278cb4c3f1
runs on Xbox
2003-07-22 07:47:27 +00:00