Steve Checkoway
0661f37f9c
Update. The file Info.plist file is cached, it's easiest to just delete stepmania/PBProject/build and rebuild.
2006-02-26 03:14:29 +00:00
Steve Checkoway
c4fde125e4
Basic support for the USB pump pad. It is not HID-compliant and reports strange values when buttons are pressed and released. In particular, it claims that it's values are in the range [0,1], yet actually returns values in the range [0,3]. Also, there are two instances where releasing two buttons sends the same report (UR and MID, as well as DL and DR).
...
I suspect this makes it pretty much impossible to use (although the guy with the pad has the glowing report of, "and it seemed to work OK") but without actually having a pad with which to test, it's about all I can do.
2006-02-24 13:29:15 +00:00
Steve Checkoway
19bb34974e
Update build instructions for OS X.
2006-02-24 06:08:44 +00:00
Steve Checkoway
2c99a2b194
Do not strip debugging symbols during debug build.
2006-02-19 09:11:10 +00:00
Steve Checkoway
95e30d9146
Put pch caches in a directory that depends on the active configuration. Use 3 types of configurations:
...
Native: compiles with optimizations, no debug symbols and only for the native arch.
Debug: compiles without optimization but with debug symbols, only for the native arch.
Universal: compiles with optimizations, no debug symbols, and for ppc and i386.
2006-02-19 07:58:15 +00:00
Chris Danford
63a2415b51
move output of all configuration to project root dir. Rename: . -> Release, Universal->Debug, etc
2006-02-19 06:27:10 +00:00
Steve Checkoway
bf6058b251
Add some screens.
2006-02-18 23:24:47 +00:00
Steve Checkoway
02fcb18cf0
Fix install name for the i386 version.
2006-02-18 21:02:48 +00:00
Steve Checkoway
13e555f4b3
Add target stepmania-bare. This version does not include networking support nor does it support mp3s.
2006-02-13 10:24:53 +00:00
Steve Checkoway
5466c15968
Remove resample
2006-02-13 09:09:05 +00:00
Steve Checkoway
d76475ce79
Don't copy the fallback picture any longer.
2006-02-13 04:06:28 +00:00
Steve Checkoway
df048b72d3
Fix last warning in the OS X project. Only prebind symbols when targeting pre 10.4, that is, only on ppc.
2006-02-06 03:48:19 +00:00
Steve Checkoway
8ae4ac6f98
put_string conflicts with another function. Just rename it.
2006-02-06 03:40:01 +00:00
Steve Checkoway
b2ccd3e249
Add files.
2006-02-06 03:37:31 +00:00
Steve Checkoway
e541108c52
Cleanup settings a bit.
2006-02-06 01:52:21 +00:00
Steve Checkoway
a74b6cd7d2
Remove ScreenTest.
2006-02-03 13:07:01 +00:00
Steve Checkoway
43e476c38b
Updated README.
2006-01-29 06:34:10 +00:00
Steve Checkoway
6bcb29aa03
Add/remove files.
2006-01-28 23:26:31 +00:00
Steve Checkoway
1b4ce04331
Move to precompiled header.
2006-01-28 03:10:34 +00:00
Steve Checkoway
6f6127b658
Some tiny change that I don't really understand.
2006-01-27 09:22:36 +00:00
Steve Checkoway
e83e7acce5
Add files.
2006-01-23 06:41:35 +00:00
Steve Checkoway
fb9219e93b
Add files.
2006-01-23 03:48:27 +00:00
Steve Checkoway
4000781478
This belongs in archutils.
2006-01-22 09:51:07 +00:00
Steve Checkoway
bc616e8145
Although, I'd rather the code not hide virtual functions, I can't see problems when 800+ warnings are emitted.
2006-01-22 02:51:42 +00:00
Steve Checkoway
870ed267fc
Update year.
2006-01-22 00:46:36 +00:00
Steve Checkoway
635564b3fa
Handle GUI quit correctly.
2006-01-18 08:17:39 +00:00
Steve Checkoway
9c2e35a91a
Okay, I lied. -O3 is smaller.
2006-01-17 07:21:11 +00:00
Steve Checkoway
fb18491df2
Optimize for size. Apple's engineers swear that the improved cache hits as a result more than makes up for not using -O3.
2006-01-17 06:14:23 +00:00
Steve Checkoway
aba14a568f
Oops, need to copy the mad framework still.
2006-01-17 06:11:00 +00:00
Steve Checkoway
4f45c103f5
Remove libraries. Complete universal binaries can now be built. I can't test them though.
2006-01-16 07:39:51 +00:00
Steve Checkoway
e06c1ce4e3
Update all libraries. In the process, I combined libvorbisfile.a and libvorbis.a; also liblualib.a and liblua.a. These are universal binaries.
2006-01-16 07:25:11 +00:00
Steve Checkoway
624a5bd525
Update README
2006-01-16 07:21:09 +00:00
Steve Checkoway
226780ddbb
Simplify library creation process. Now just click build once here and put the files in the correct place as per the README. Universal binaries are created for all libraries and frameworks.
2006-01-16 07:20:56 +00:00
Steve Checkoway
87fe2f9e5e
Missed one.
2006-01-16 06:04:41 +00:00
Steve Checkoway
297cc7e878
Update library project to perform config.h (and other) file generation automatically as needed. Also build as universal binaries.
2006-01-16 03:42:12 +00:00
Steve Checkoway
407b356895
Update build instructions. All files that would be generated for the frameworks are done by the Xcode build now.
2006-01-16 03:41:09 +00:00
Steve Checkoway
b7aef41e4b
Update instructions to include patch.
2006-01-16 03:03:44 +00:00
Steve Checkoway
be85685182
Rename.
2006-01-15 23:51:02 +00:00
Steve Checkoway
1cd855ff5a
update list
2006-01-15 23:49:07 +00:00
Steve Checkoway
9ca93b01a2
Remove SDL and update to Xcode 2.2.1.
2006-01-15 23:48:46 +00:00
Steve Checkoway
d8dad3f4b5
Update to Xcode 2.2.1.
2006-01-15 13:22:49 +00:00
Steve Checkoway
95ad9d9ac8
The 10.4u SDK doesn't contain this method so add it as a category on NSApplication but do not define it. This shuts gcc up and should still work.
2006-01-15 12:17:07 +00:00
Steve Checkoway
286c978484
cleanup.
2006-01-15 11:10:23 +00:00
Steve Checkoway
ac3f0f10da
Add files.
2006-01-15 05:31:04 +00:00
Steve Checkoway
1a00f1f4d7
Remove SDL completely.
2006-01-15 00:58:54 +00:00
Steve Checkoway
a38e7abea0
View all files with 8 space tab stop, 8 space indent.
2006-01-14 10:45:22 +00:00
Steve Checkoway
77d8011e2c
Update projects.
2006-01-14 01:01:12 +00:00
Steve Checkoway
fa3a61eb34
Add files, rearrange structure a bit.
2006-01-09 03:38:57 +00:00
Steve Checkoway
7858052c43
Localize menu items.
2006-01-09 02:00:00 +00:00
Steve Checkoway
59ec8965d1
Add Japanese for good measure.
2006-01-09 01:59:35 +00:00