Steve Checkoway
|
eb0b26cd82
|
Float to int is slow on ppc. It requires a store, a big stall, and then a load. It's even worse on a G5 if the compiler is dumb (and let's face it, I'm using gcc here...). Just use lroundf when we want an int. It will certainly be no slower.
|
2007-01-02 23:36:44 +00:00 |
|
Steve Checkoway
|
e3e5cf77e5
|
Don't include Foreach.h in RageUtil.h which does not use it. Instead, include it in the individual files that actually use it.
|
2006-11-01 11:18:46 +00:00 |
|
Steve Checkoway
|
e87789da7c
|
Rename XToString2 to XToString.
|
2006-10-15 00:09:18 +00:00 |
|
Steve Checkoway
|
04bff6bc1d
|
Use XToString2.
|
2006-10-15 00:00:22 +00:00 |
|
Glenn Maynard
|
2ce839e4eb
|
Invalid
|
2006-10-07 04:25:28 +00:00 |
|
Glenn Maynard
|
d188c2fd12
|
use GetName, GetValue
|
2006-10-02 06:12:42 +00:00 |
|
Glenn Maynard
|
19e7328d78
|
move XML loading and saving into XmlFileUtil, reducing XNode
to a data structure
|
2006-10-02 05:53:56 +00:00 |
|
Steve Checkoway
|
40212d0a01
|
Simplify. Done.
|
2006-10-01 14:53:03 +00:00 |
|
Steve Checkoway
|
f73100705b
|
Simplify.
|
2006-10-01 13:55:01 +00:00 |
|
Steve Checkoway
|
01cd66bd0f
|
DISP_OPT -> XMLDisplayOptions.
|
2006-10-01 13:07:20 +00:00 |
|
Glenn Maynard
|
e91a806b37
|
remove LuaFunctions.h
|
2006-09-29 09:54:50 +00:00 |
|
Glenn Maynard
|
c690fdcfe4
|
unify registration
|
2006-09-29 00:01:32 +00:00 |
|
Glenn Maynard
|
153bcedd40
|
simpler Lua boilerplate
|
2006-09-27 20:03:31 +00:00 |
|
Glenn Maynard
|
f84cdbf13c
|
bindings
|
2006-09-27 06:25:18 +00:00 |
|
Chris Danford
|
58603a48f2
|
add Workout files
|
2006-09-22 11:36:12 +00:00 |
|