Steve Checkoway
|
9d3db00a96
|
Better encapsulation
|
2003-06-13 20:49:09 +00:00 |
|
Steve Checkoway
|
2b1099666c
|
Bring the Makefile up to date wrt new files.
|
2003-05-13 23:04:16 +00:00 |
|
Steve Checkoway
|
6dfe7091ce
|
Bring up to date wrt new files.
|
2003-05-12 23:14:20 +00:00 |
|
Steve Checkoway
|
433dda1d1f
|
Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++.
|
2003-05-09 22:13:27 +00:00 |
|
Steve Checkoway
|
2c814f4fda
|
Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++.
|
2003-05-09 21:34:25 +00:00 |
|
Steve Checkoway
|
b896f09a19
|
Bring it up to date wrt new files: ScreenUnlock.*, UnlockSystem.*, and StepmaniaTemplates.cpp.
|
2003-05-09 10:38:43 +00:00 |
|
Steve Checkoway
|
ede304a619
|
Explicitly instantiate: template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >. Needed for g++ compilation.
|
2003-05-09 10:37:08 +00:00 |
|
Steve Checkoway
|
de617df8ac
|
AC_CHECK_DECLS always defines HAVE_DECL_*.
|
2003-05-06 04:07:17 +00:00 |
|
Steve Checkoway
|
46124ee0ed
|
Added checks for SIGPWR and SIGUSR1. SIGPWR is defined in linux as 30 but is not defined in Darwin. Darwin defines SIGUSR1 as 30. If SIGPWR is not defined and SIGUSR1 is then config.h now defines SIGPWR as SIGUSR1. If neither are defined, SIGPWR is defined as 30.
|
2003-05-05 22:21:06 +00:00 |
|
Steve Checkoway
|
1d5f0c1078
|
Compile in alsa9 only if it is actually installed, not simply if you are building on linux.
|
2003-05-01 09:54:24 +00:00 |
|
Steve Checkoway
|
779a66e58e
|
Added check for alsa9 and like with it if it is found.
|
2003-05-01 09:52:53 +00:00 |
|
Steve Checkoway
|
69685e4791
|
Check for alsa9 in the configure script.
|
2003-05-01 09:51:45 +00:00 |
|
Steve Checkoway
|
33f016838d
|
include -DLINUX in CXXFLAGS if not compiling for Darwin
|
2003-04-28 01:40:23 +00:00 |
|
Steve Checkoway
|
d1db01ecfe
|
chmod a+x the two configure scripts in SDL-1.2.5 and SDL_sound-1.0.0.
|
2003-04-27 03:48:35 +00:00 |
|
Steve Checkoway
|
f7a139c2fe
|
Fixed broken VPATH builds. I broke it with the last version of Makefile.am
|
2003-04-27 02:44:30 +00:00 |
|
Steve Checkoway
|
1993dccc2b
|
Added some frameworks to the linker flags if compiling on OS X.
|
2003-04-27 02:41:27 +00:00 |
|
Steve Checkoway
|
f524a930cb
|
changed the selected group from string to CString to fix compilation error regarding different operands to ?:
|
2003-04-26 21:38:28 +00:00 |
|
Steve Checkoway
|
fbb6cb0e98
|
If Darwin don't compile ALSA9 drivers
|
2003-04-26 01:15:45 +00:00 |
|
Steve Checkoway
|
cc2d1aabb7
|
If building on Darwin only include $(Sound_Null). Otherwise everything is the same.
|
2003-04-26 01:11:54 +00:00 |
|
Steve Checkoway
|
3d14c8501d
|
Check for Darwin, if found, define DARWIN 1. This is to still compile SDL (with -DLINUX) but to not to compile the ALSA9 stuff.
|
2003-04-26 01:10:42 +00:00 |
|
Steve Checkoway
|
0d37ae065d
|
added some min/max overloads
|
2003-04-26 00:58:01 +00:00 |
|
Steve Checkoway
|
674f1c1704
|
added def of tanf if needed as determined by configure
|
2003-04-24 04:14:25 +00:00 |
|
Steve Checkoway
|
7f66579123
|
added check for tanf
|
2003-04-24 04:13:41 +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 |
|
Steve Checkoway
|
b3220c1f75
|
Added checks for powf, sqrtf, sinf, cosf, and acosf. They are now defined correctly, I hope, in src/global.h as inline functions.
|
2003-04-23 04:37:23 +00:00 |
|
Steve Checkoway
|
be9216fad5
|
converted min function args to proper type
|
2003-04-20 12:56:01 +00:00 |
|
Steve Checkoway
|
422b596de5
|
Added operator[](long unsigned int) functions
|
2003-04-20 12:54:46 +00:00 |
|
Steve Checkoway
|
86fce28601
|
fixed conversion warnings
|
2003-04-20 12:53:38 +00:00 |
|
Steve Checkoway
|
09d633005f
|
changed min/max to one function each (if it's missing) to remove ambiguity
|
2003-04-20 12:52:45 +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 |
|