Commit Graph
237 Commits
Author SHA1 Message Date
Steve Checkoway dfee68b1d3 I'm tired of having ranlib run every time which modifies the library header which means that cvs thinks it is modified. Instead, run a script to copy libfoo.a to libfoo_link.a and link with libfoo_link.a. Have that script only run when the modification date of libfoo.a is newer than that of libfoo_link.a. 2006-08-20 05:29:45 +00:00
Steve Checkoway 5d779d7dbf Remove DifficultyDisplay. 2006-08-20 04:51:55 +00:00
Steve Checkoway 30063f1ade Move file. 2006-08-18 00:42:00 +00:00
Steve Checkoway 530fba773b Add Lua constants. 2006-08-18 00:05:28 +00:00
Steve Checkoway 955a8a99ae Remove files. 2006-08-17 17:19:14 +00:00
Steve Checkoway 1a071728a6 Add missing files. 2006-08-15 08:17:13 +00:00
Steve Checkoway b64a3f866e Revert the path change. The correct way to handle this is with custom executables which are per-user. 2006-08-14 15:44:10 +00:00
Steve Checkoway 152efe7d75 Move to .xcconfig 2006-08-11 06:34:28 +00:00
Steve Checkoway 87e4f8b49f Rename ExportNsisStrings.* to ExportStrings.* and add a function (and a command line option) to produce an XML file containing information about lua. 2006-08-08 07:47:16 +00:00
Steve Checkoway 90425668cc Deleted file. 2006-08-06 02:11:39 +00:00
Steve Checkoway ec1648fb4d Sort by name. 2006-08-05 04:47:31 +00:00
Steve Checkoway a1f828fc89 Add header. 2006-08-05 03:03:58 +00:00
Steve Checkoway f57e1ca17c Add files. 2006-07-28 03:37:18 +00:00
Steve Checkoway 74f65e3cac Add missing screen. 2006-07-26 01:52:49 +00:00
Steve Checkoway 88c8726834 Add/remove files. 2006-07-24 06:09:24 +00:00
Steve Checkoway 3c8591fdbf Add file. 2006-07-14 04:20:37 +00:00
Steve Checkoway 753d33e752 Add files. 2006-07-13 08:39:03 +00:00
Steve Checkoway 017f1ae707 ScoreKeepers are not Actors, move them to DataStructures. 2006-07-10 04:29:55 +00:00
Steve Checkoway bef808955d Cleanup DataStructures a bit. Put actors into the correct groups. 2006-07-10 01:02:23 +00:00
Steve Checkoway dcea3319ca Add files. 2006-06-24 04:24:21 +00:00
Steve Checkoway 128115b779 Add files. 2006-06-18 19:06:24 +00:00
Steve Checkoway 87e571a528 Define DEBUG in debug builds. 2006-06-16 07:07:13 +00:00
Steve Checkoway f871ded721 Add files. 2006-06-11 07:38:30 +00:00
Steve Checkoway 2d791f1b1b Use -O0 with the Debug target. 2006-05-21 22:47:18 +00:00
Steve Checkoway 6aa861a475 Just some cleanups. 2006-05-17 10:43:49 +00:00
Steve Checkoway ea19495a50 recommit, thanks sf 2006-05-14 06:57:32 +00:00
Steve Checkoway 7a6d44c6c5 Ensure mad.framework is removed. 2006-05-07 07:39:54 +00:00
Steve Checkoway 57a97ac5f7 Remove files. 2006-05-06 11:20:11 +00:00
Steve Checkoway 49d51f0a53 Remove file. 2006-05-05 09:41:16 +00:00
Steve Checkoway 53f0531bba Reimplement without using Cocoa. Put crashinfo.txt into ~/Library/Logs/PRODUCT_ID along with log.txt and info.txt. 2006-04-29 11:38:49 +00:00
Steve Checkoway 414e2313a8 Reimplement without using Cocoa. 2006-04-29 09:44:02 +00:00
Steve Checkoway 16c000665a Remove old files. 2006-04-26 05:14:41 +00:00
Chris Danford 31eaf9f39a put SGameplaySyncMachine in stepmania_bare 2006-04-07 23:18:07 +00:00
Steve Checkoway f2b10c2441 Remove unused search paths. 2006-04-07 07:39:41 +00:00
Steve Checkoway 5e898497d2 Add file. 2006-03-28 14:26:35 +00:00
Steve Checkoway 30624ab737 No optimizations in any Debug builds. 2006-03-28 10:02:19 +00:00
Steve Checkoway 0766c4bf25 How did that happen? 2006-03-25 10:12:10 +00:00
Steve Checkoway 9fc2026e23 oops 2006-03-25 09:27:25 +00:00
Steve Checkoway 003adafdec Something about UB, c++, precompiled prefix headers, and -gfull fails so no strip dead code in universal binaries. 2006-03-20 18:37:58 +00:00
Steve Checkoway c1f2256399 Update...something. 2006-03-20 07:59:17 +00:00
Steve Checkoway abca5e5a78 View this as utf-8. 2006-03-14 03:37:20 +00:00
Steve Checkoway 17847941ba Remove unused. 2006-03-12 00:48:19 +00:00
Steve Checkoway cbd67ed683 Fix debugging. 2006-03-12 00:19:25 +00:00
Steve Checkoway 1898a7f612 Include the strings file. 2006-03-02 04:24:25 +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 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 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