Chris Danford
02016ae442
Reorganize RageDisplay
...
Add Direct3D renderer (separate project configuration)
Add Xbox project config (doesn't yet compile)
2003-05-22 05:28:37 +00:00
Glenn Maynard
09967df461
Rest of s/GetString/c_str/.
...
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:27:30 +00:00
Chris Danford
977ad34638
move timespacing on player options screen
2003-04-24 06:16:04 +00:00
Steve Checkoway
674f1c1704
added def of tanf if needed as determined by configure
2003-04-24 04:14:25 +00:00
Glenn Maynard
ef89561fa9
Fix compilation on everything else again. Not all archs use autoconf, and
...
we don't want to have to maintain a huge list of HAVE_ defines; instead we
want to maintain small lists of NEED_ defines.
2003-04-23 04:44:12 +00:00
Steve Checkoway
f3115189f6
added defs for other min/max overloads. Added defs for powf, sqrtf, cosf, sinf, and acosf, if needed as determined by configure.
2003-04-23 04:38:49 +00:00
Glenn Maynard
862421014e
move some Win32-specific config stuff where it belongs
...
move defines
simplify
2003-04-20 22:05:13 +00:00
Glenn Maynard
c3c090799d
Apologies for abruptly reverting things, but compilation in Windows is
...
highest priority. See my post to stepmania-devs for explanations.
2003-04-20 21:28:02 +00:00
Steve Checkoway
ace71ae2d2
Added def for powf, sinf, cosf, acosf, sqrtf, needed for darwin's incomplete libc
2003-04-20 12:51:39 +00:00
Tim Hentenaar
acd90363c9
*** empty log message ***
2003-02-19 18:35:48 +00:00
Tim Hentenaar
4abb3cdbbb
*** empty log message ***
2003-02-19 18:13:06 +00:00
Glenn Maynard
3c03bf9177
make NORETURN work in gcc
2003-02-17 19:42:02 +00:00
Glenn Maynard
673eb1add6
Changing StdAfx.* to global.*.
...
First, we have a case mismatch ("stdafx"), so we're stuck with either
a rename or a global search and replace anyway.
SF is weird about renaming files: if I try removing "StdAfx" and add
"stdafx", the CVS server will crash.
I'm renaming this to "global" for another reason: "stdafx" is a well-known
filename for Windows's special-case PCH; I don't want to confuse porters
who might ignore it. (Besides, it has nothing to do with AFX ...)
2003-02-16 03:56:52 +00:00