Flameshadowxeroshin
0a0de2a140
and the changelog.
2012-12-25 23:36:28 -06:00
Flameshadowxeroshin
ef8c64a2e8
docs too
2012-12-25 23:25:52 -06:00
Flameshadowxeroshin
9ecacf742e
remove PlayerStageStats.SetScore and SetCurMaxScore.
2012-12-25 23:22:02 -06:00
Colby Klein
ee34471cb6
Add Mark Seymour to credits.
2012-12-25 11:48:46 -08:00
Colby Klein
6453802639
Bump version to beta 1.
2012-12-25 11:36:06 -08:00
Colby Klein
93ac5d2bc8
Update changelog.
2012-12-24 16:16:05 -08:00
Colby Klein
5378173b5a
Fix math.random() never returning > 0.5.
...
All the credit goes to vyhd for both breaking and fixing this.
2012-12-24 15:52:28 -08:00
Colby Klein
e856d42dbc
Reloading in the debug menu no longer crashes.
...
I don't know why it was ever set to reset the game - left it commented in case
this really breaks something I didn't notice, but now it's actually possible
to quickly test different MusicWheel transforms.
2012-12-24 02:21:11 -08:00
Flameshadowxeroshin
a00ce73dd3
fix Final Stage not appearing on StageInformation if a Long or Marathon song is played as the last song; add Song:GetStageCost()
2012-12-18 21:35:54 -06:00
Colby Klein
bfba3a6fe8
(mostly) Fix arrow stuttering from repeated positions from audio drivers.
...
As far as I could tell, this fixed any issues I was having with PulseAudio,
it should also fix up DSound on Windows although I've yet to test that.
2012-12-17 16:43:31 -08:00
Colby Klein
d72bf7ecbb
Fix an SMO crash when a song is using non-roman song titles. Taken from OITG,
...
it's definitely not the _right_ fix, but it'll do the job.
2012-12-17 01:07:24 -08:00
Colby Klein
fb0e47b98f
Bring over various texture related functions from the other renderer and a (if 0'd) GL3 compatible version of the extension pretty printing.
2012-12-13 16:11:03 -08:00
Colby Klein
c57365d68a
Hopefully fix windows build
2012-12-11 07:56:17 -08:00
Colby Klein
d61a5fd1b1
Implement SetCullMode for GLES2.
2012-12-11 07:56:08 -08:00
Colby Klein
9adc995aa6
Remove RageDisplay_Legacy stuff for now.
2012-12-09 03:17:08 -08:00
Colby Klein
97ebf4b4e2
Current progress of the OpenGL ES 2.0 renderer. Uses a regular GL context currently, just limited to ES2 functionality. Don't bother trying to use it yet.
2012-12-09 03:05:54 -08:00
Colby Klein
c8bbaf6eaa
Other platforms have more than one renderer now.
2012-12-09 03:03:58 -08:00
Colby Klein
d5bb1122b1
Fix compile on some systems (does this work on windows? will patch if I see buildbot problems)
2012-12-09 03:02:19 -08:00
Colby Klein
8146ced92a
Load up GLES2 renderer if specified in Preferences
2012-12-09 03:01:38 -08:00
Colby Klein
60cede24fe
Add GLES2 files to Makefile and configure.ac (compile with --without-gles2 if you don't want to build it; it doesn't hurt anything though)
2012-12-09 03:01:08 -08:00
Colby Klein
a6020c8b1d
Shut up the PIUIO driver from leaving a warning all the time.
2012-12-09 02:45:41 -08:00
Colby Klein
83f745f95c
Add comments.
2012-12-09 02:45:19 -08:00
Marcio Barrientos
072f096214
Only unchose steps if menutimer have more than 10 seconds, twoparttimerseconds and allowing to unchose the song makes a "infinite timer" bug
2012-11-26 15:16:00 -06:00
Flameshadowxeroshin
8151c86de4
whoops
2012-11-23 23:05:19 -06:00
Flameshadowxeroshin
d6f3ebd396
Patch 32 lines of goodness (attempt)
2012-11-23 22:59:45 -06:00
Alfred Sorenson
d38bba1706
lua documentation update
2012-11-22 13:29:36 -06:00
AJ Kelly
b4bd8e82d9
Add various new bindings for ProfileManager, also GetGUID binding for Profile. [asorenson]
2012-11-22 12:42:12 -06:00
Jonathan Payne
f80c03af7b
Revert.
2012-11-20 19:31:22 -08:00
Jonathan Payne
2da98afcc8
Ooops.
2012-11-20 18:57:15 -08:00
Jonathan Payne
211e6f7ecb
kb7-small.
2012-11-20 18:02:02 -08:00
Colby Klein
de371d136f
Attempt to fix OpenGL shader compilation crash when drivers seem to have only partial shader support. Please test. If this still doesn't work, all shader support may simply be forced to require GL 2.0.
2012-11-13 15:01:32 -08:00
Colby Klein
55814a9628
Start of GLES2 support. Not approaching functional, don't try to use it yet.
2012-10-31 16:17:22 -07:00
Aldo Fregoso
525d679c5a
First Segment required a zero.
2012-10-20 05:12:05 -05:00
Aldo Fregoso
775a978379
Default Speed Length for SMA files is 4.
2012-10-20 04:04:22 -05:00
Aldo Fregoso
5354edae0b
Intermediate directory was not quoted.
2012-10-20 04:03:49 -05:00
Colby Klein
68263efe12
I'm not sure why I thought MAX was a macro. Oops.
2012-10-17 12:51:13 -07:00
Colby Klein
27d0e3ec47
Use MAX() against the difficulty to prevent ratings of 0. Various other style tweaks. Jason: The functions (well, macros) you were looking for are MIN, MAX, and CLAMP.
2012-10-17 11:21:28 -07:00
Jason Felds
c634460edb
Merge fun.
2012-10-16 21:06:32 -04:00
Jason Felds
32d5a011ee
Don't allow setting the meter to < 1.
2012-10-16 21:05:27 -04:00
Jonathan Payne
00ecb60cef
Merge
2012-10-06 23:13:56 -07:00
Jonathan Payne
8c9db414ce
I'd love for hg to realize I am on the damned tip.
2012-10-06 23:12:33 -07:00
Jason Felds
6d35cdddd5
Remove the partial timing copy/paste hack job.
2012-10-02 20:54:55 -04:00
Jason Felds
59eac74dd2
Fix the editor with ScreenEditorOptions.
2012-10-02 20:51:52 -04:00
Devin J. Pohly
07aa41e6ef
add comments to clarify piuio inputdriver
2012-08-12 23:13:34 -04:00
Devin J. Pohly
a6bdf6c741
add a couple of file patterns I missed, and make names consistent.
2012-08-12 19:24:15 -04:00
Devin J. Pohly
92f2a16557
new make-src-archive. old one was old.
2012-08-12 19:05:28 -04:00
Colby Klein
fbada6f17f
Add support for PIUIO Linux kernel driver, courtesy of djpohly.
2012-08-12 14:35:40 -07:00
Jonathan Payne
444ea754bf
Merge
2012-08-10 17:30:28 -07:00
Jonathan Payne
b419f61a24
text tweak
2012-08-10 17:30:19 -07:00
Devin J. Pohly
daa8b6faea
move random src/docs folder (1 file) to Docs/Devdocs instead
2012-08-10 17:16:14 -04:00