Thai Pangsakulyanont
|
b22bd332f5
|
Disable the use of precompiled headers for libpng.
|
2011-05-12 23:23:15 +07:00 |
|
Jason Felds
|
24ddc948ed
|
Stops and Delays need length, not BPMs.
|
2011-05-12 11:18:21 -04:00 |
|
AJ Kelly
|
fbfbace87d
|
fix crash on start
|
2011-05-12 00:57:16 -05:00 |
|
Jason Felds
|
ae6dbaa9e2
|
Linux compiles again. Needs help linking.
|
2011-05-12 00:31:52 -04:00 |
|
Jason Felds
|
0e9de47cf6
|
Patch by codebrainz for linux assistance.
Linux users, you may want to make clean
&& sh ./autogen.sh && ./configure before
running make again.
|
2011-05-12 00:19:01 -04:00 |
|
Jason Felds
|
57aa17bb51
|
Slightly desparate, and don't want to lose this.
|
2011-05-11 22:48:19 -04:00 |
|
Jason Felds
|
4866c126b1
|
Curious commit here...windows test really.
|
2011-05-11 22:01:18 -04:00 |
|
AJ Kelly
|
90469f0f25
|
.c_str()
|
2011-05-11 16:08:29 -05:00 |
|
Jason Felds
|
750b688de4
|
Consistent insensitive string comparisons.
This seems to reduce the need for a #define,
but I need someone on the Windows side to check.
|
2011-05-11 16:48:51 -04:00 |
|
Jason Felds
|
da51e26d07
|
Standardize conversion processes.
Too many arguments for or against the many methods:
stick to one inside a common function.
This commit will force recompilation of many files.
|
2011-05-11 15:58:31 -04:00 |
|
Jason Felds
|
212a3b971f
|
Allow beat versus to take place.
Made sure to cover 5 and 7 styles.
|
2011-05-11 14:33:04 -04:00 |
|
AJ Kelly
|
d2b7c26209
|
small cleanup + comment
|
2011-05-11 02:24:04 -05:00 |
|
AJ Kelly
|
292c8ece49
|
[AnnouncerManager] Add support for "gameplay combo #" for announcer.
|
2011-05-11 02:12:34 -05:00 |
|
AJ Kelly
|
f31982985c
|
[GameSoundManager] Added PlayAnnouncer Lua binding.
|
2011-05-11 02:01:42 -05:00 |
|
AJ Kelly
|
88640657cc
|
tiny cleanup
|
2011-05-11 00:46:42 -05:00 |
|
AJ Kelly
|
12daa21a0a
|
ping pong, will this work?
|
2011-05-10 19:57:58 -05:00 |
|
Jason Felds
|
c19ef49bd5
|
Json shadows are gone.
|
2011-05-10 20:51:21 -04:00 |
|
Jason Felds
|
9da3681595
|
Revert, force const casting.
Perhaps we should use these stricter casts more often.
|
2011-05-10 20:50:30 -04:00 |
|
AJ Kelly
|
bde4574c1c
|
attempt a fix for mac compiling
|
2011-05-10 19:46:08 -05:00 |
|
AJ Kelly
|
f1546b4283
|
change to GetTapNoteRange and use MAX_NOTE_ROW
|
2011-05-10 19:43:30 -05:00 |
|
AJ Kelly
|
5e262bec0f
|
add NotesLoader/WriterJson to makefile.am
|
2011-05-10 19:03:30 -05:00 |
|
AJ Kelly
|
aa58884f8f
|
add NotesLoader/WriterJson
|
2011-05-10 18:59:09 -05:00 |
|
AJ Kelly
|
a6ea7bdf50
|
attempt to get rid of some madness
|
2011-05-10 14:46:20 -05:00 |
|
AJ Kelly
|
ce392f003c
|
[BPMDisplay] Added SetFromCourse Lua binding.
|
2011-05-10 09:30:03 -05:00 |
|
AJ Kelly
|
a867b88640
|
add missing endless banner
|
2011-05-10 09:24:31 -05:00 |
|
AJ Kelly
|
6b61e8e0bb
|
fix vs2008 compile
|
2011-05-10 09:04:44 -05:00 |
|
AJ Kelly
|
d136d19cef
|
fix compile; don't add features early in the morning
|
2011-05-10 08:55:50 -05:00 |
|
AJ Kelly
|
4afa85c9f9
|
[Sprite] Added SetSecondsIntoAnimation(float) Lua binding.
|
2011-05-10 02:41:02 -05:00 |
|
Jason Felds
|
aeb1f5e816
|
Holdover from older commit: didn't have to sub 1.
|
2011-05-09 14:44:19 -04:00 |
|
Jason Felds
|
06a6e9991a
|
Possible misnomer: Lifts aren't "taps".
I know, you can cycle to lifts as a tap type.
I think we need a better naming scheme here.
|
2011-05-09 14:39:13 -04:00 |
|
Jason Felds
|
a1bf5d99f7
|
More doxygen catchup.
|
2011-05-09 14:23:05 -04:00 |
|
Jason Felds
|
c5156ccaa7
|
Attempted Windows fixes for libpng.
I was NOT on Windows while doing this.
Any mistakes here, blame on me.
|
2011-05-08 17:35:36 -04:00 |
|
Jason Felds
|
008ac8a1cf
|
Trying to get Linux consistent with libpng.
|
2011-05-08 17:24:31 -04:00 |
|
Jason Felds
|
a6500a0dc1
|
Don't clamp meter on write.
Here's yet another cache refresh for the trouble.
|
2011-05-07 19:34:53 -04:00 |
|
Jason Felds
|
799bbc0a5c
|
Make this use ScreenTextEntry.
The rest will be fixed once I find out why I'm having compilation issues.
|
2011-05-07 19:18:03 -04:00 |
|
Jason Felds
|
ac9d938cb4
|
Right, never moved libtom* yet.
|
2011-05-07 14:37:06 -04:00 |
|
Jason Felds
|
33bd307041
|
[splittiming] another attempt, so branch reopened.
fork of 848de97
shadows 5ed5cb4
|
2011-05-07 13:42:01 -04:00 |
|
Jason Felds
|
724fb20ca0
|
I know, I'm behind on doxygen.
|
2011-05-05 14:20:35 -04:00 |
|
Jason Felds
|
fddda1d11e
|
[sm130futures -> default] The future is now.
|
2011-05-05 14:10:42 -04:00 |
|
Jason Felds
|
72518ee41a
|
[sm130futures] Attempt consistency with net200*.
|
2011-05-05 14:02:51 -04:00 |
|
Jason Felds
|
2491372019
|
[sm130attacks -> sm130futures] Bringing it in.
Help will be needed to make Song Attacks work by default.
Yes, that means I want no activated attacks to mean DQ.
|
2011-05-05 13:48:04 -04:00 |
|
Jason Felds
|
8f24b6c5b7
|
[sm130futures] Right...Mac wants vorbis.
|
2011-05-05 01:09:23 -04:00 |
|
Jason Felds
|
e93e5d4181
|
[sm130futures] Move warning disabling to .vcproj.
Also, found where vorbis is used on Windows.
|
2011-05-05 00:32:00 -04:00 |
|
Jason Felds
|
77297daff4
|
[sm130futures] zlib covered. vorbis not used...?
|
2011-05-05 00:04:07 -04:00 |
|
Jason Felds
|
4e8d4e7392
|
[sm130futures] Move zlib and vorbis.
|
2011-05-04 23:56:33 -04:00 |
|
Jason Felds
|
fddd26ce01
|
[sm130futures] Mac end got 403'ed on commit.
|
2011-05-04 23:52:25 -04:00 |
|
Jason Felds
|
6da88e19be
|
[sm130futures] I thought I moved these already.
|
2011-05-04 23:51:00 -04:00 |
|
Jason Felds
|
a90f0beba5
|
[sm130futures] argh...
|
2011-05-04 23:44:50 -04:00 |
|
Jason Felds
|
cf220cb921
|
[sm130futures] Minor Windows fix.
|
2011-05-04 23:40:30 -04:00 |
|
Jason Felds
|
48a558e357
|
[sm130futures] Forgot non windows exclusive code.
|
2011-05-04 23:28:48 -04:00 |
|