AJ Kelly
|
30b04b3180
|
refer to ScreenOptionsToggleSongs for ScreenOptionsExportPackage restructuring
|
2011-04-03 16:01:45 -05:00 |
|
AJ Kelly
|
6e56c0e7f5
|
change the todo comment here to something more concrete
|
2011-04-03 16:01:08 -05:00 |
|
AJ Kelly
|
6a458cc836
|
small comment changes
|
2011-04-03 16:00:46 -05:00 |
|
AJ Kelly
|
d466870e5d
|
remove comments that aren't really needed
|
2011-04-03 16:00:23 -05:00 |
|
AJ Kelly
|
60c86c4b99
|
slight update to comments in here
|
2011-04-03 15:38:25 -05:00 |
|
AJ Kelly
|
594bbbd2bc
|
scroll wheel is an axis, remove comment
|
2011-04-03 15:35:01 -05:00 |
|
AJ Kelly
|
ca383b7fcc
|
GetExtension takes in an RString. steve was right, I don't need to .c_str() here
|
2011-04-03 12:44:23 -05:00 |
|
AJ Kelly
|
8bdd48f9b2
|
stupid merge
|
2011-04-03 01:57:29 -05:00 |
|
AJ Kelly
|
7c04c919b9
|
small comment/cleanup
|
2011-04-03 01:26:36 -05:00 |
|
AJ Kelly
|
9eb9f182a6
|
small cleanup
|
2011-04-02 00:49:08 -05:00 |
|
AJ Kelly
|
348df5f561
|
Fix issue 247; a crash occurs when exiting Practice mode from dance-solo, dance-threepanel, and popn-nine (all of which can only have one player). Not sure if any other modes will cause this crash.
|
2011-04-02 00:32:30 -05:00 |
|
AJ Kelly
|
3944838191
|
GamePref* -> UserPref* for the Lua functions; fixes bug 246
|
2011-04-01 00:14:08 -05:00 |
|
AJ Kelly
|
c2b397d43e
|
add Remove to ScreenEditOptions; fixes issue 242
|
2011-03-30 13:30:18 -05:00 |
|
AJ Kelly
|
b91dc69043
|
change how these are compared by putting the load in the condition too
|
2011-03-29 23:50:41 -05:00 |
|
AJ Kelly
|
066f2ee2d1
|
notes
|
2011-03-29 18:44:02 -05:00 |
|
AJ Kelly
|
3c8d5fcb8c
|
attempt to log mouse position on mac
|
2011-03-29 18:16:35 -05:00 |
|
AJ Kelly
|
dceebe5005
|
trying to work on mouse stuff and not getting anywhere
|
2011-03-29 18:02:28 -05:00 |
|
AJ Kelly
|
6c4d9673f3
|
[GameSoundManager] properly load .sm and .ssc files instead of assuming they're ssc files
|
2011-03-29 15:13:59 -05:00 |
|
AJ Kelly
|
9445f3391d
|
update ignore file
|
2011-03-29 13:06:59 -05:00 |
|
AJ Kelly
|
54415fa8fb
|
[ScreenGameplay] Announcers say combo messages again.
|
2011-03-29 12:56:39 -05:00 |
|
AJ Kelly
|
a3e0bbeb47
|
get rid of command on StepsDisplay Autogen in fallback
|
2011-03-29 12:05:18 -05:00 |
|
AJ Kelly
|
91e6e1def8
|
changelog
|
2011-03-29 11:56:32 -05:00 |
|
AJ Kelly
|
93e2bce579
|
[ScreenEdit] Changed sample playback button to L.
|
2011-03-29 11:56:19 -05:00 |
|
AJ Kelly
|
b50d6a04c7
|
Texture Font Generator changes to make it compile in VS2008
|
2011-03-27 20:17:09 -05:00 |
|
AJ Kelly
|
5d0ef42972
|
argh tags
|
2011-03-27 19:33:33 -05:00 |
|
AJ Kelly
|
316e19fc69
|
sm-ssc v1.2.4
|
2011-03-27 19:26:30 -05:00 |
|
AJ Kelly
|
f4a9a3acc4
|
actually use strtol as intended, checking for invalid inputs
|
2011-03-27 19:19:31 -05:00 |
|
AJ Kelly
|
cab7c1f077
|
use unsigned short instead of unsigned int for port; also use strtol instead of atoi
|
2011-03-27 19:06:15 -05:00 |
|
AJ Kelly
|
178ec08d14
|
replace Rave arrow with a recolored Normal arrow for now
|
2011-03-27 18:43:07 -05:00 |
|
AJ Kelly
|
ddd2999374
|
add comment about editor noteskin
|
2011-03-27 18:25:30 -05:00 |
|
AJ Kelly
|
bf17d84375
|
make lyrics show up over gameplay footer
|
2011-03-27 18:25:16 -05:00 |
|
AJ Kelly
|
cd768cbb8c
|
changed port number from a short to an unsigned int
|
2011-03-27 17:49:18 -05:00 |
|
AJ Kelly
|
322f8feafc
|
fix version number to match the one in the source
|
2011-03-27 17:48:36 -05:00 |
|
AJ Kelly
|
dc6174ad68
|
Fix Gameplay Footer not showing up over arrows
|
2011-03-27 17:41:13 -05:00 |
|
AJ Kelly
|
72014422ab
|
editing for upcoming v1.2.4 (not released yet)
|
2011-03-27 15:51:52 -05:00 |
|
AJ Kelly
|
23fea13044
|
merge
|
2011-03-27 02:22:58 -05:00 |
|
AJ Kelly
|
d5a4694ce6
|
fix width of font box on texture font generator
|
2011-03-27 02:22:51 -05:00 |
|
AJ Kelly
|
b9d6d432f9
|
go back to three digits for .sm files; remove commented out warps code since warps should not be written to .sm files
|
2011-03-27 02:22:22 -05:00 |
|
AJ Kelly
|
c1f2cc2400
|
[br:warps] Fix compile by easing scope
|
2011-03-26 11:59:48 -05:00 |
|
AJ Kelly
|
7d327a8fe2
|
[br:default] add .lnk to hgignore
|
2011-03-26 11:36:58 -05:00 |
|
AJ Kelly
|
aac5710fb4
|
[br:warps] my changes to NotesLoaderSM for Negative Stops -> Warps. (still not working, sadly)
|
2011-03-26 01:08:05 -05:00 |
|
AJ Kelly
|
08700ed870
|
[br:warps] ignore .lnk; should be in default
|
2011-03-26 01:07:14 -05:00 |
|
AJ Kelly
|
784dcb5f60
|
[br:warps] just come cleanups
|
2011-03-26 00:25:56 -05:00 |
|
AJ Kelly
|
417848ce4e
|
[br:warps] better variable name for FreezeSeconds/SecondsPerBeat
|
2011-03-26 00:19:30 -05:00 |
|
AJ Kelly
|
53421eea4f
|
[br:warps] more work on NotesLoaderSM, re: warps from Negative Stops
|
2011-03-26 00:17:42 -05:00 |
|
AJ Kelly
|
97e9e63d5c
|
revert unneeded code
|
2011-03-25 23:07:13 -05:00 |
|
AJ Kelly
|
3447567a61
|
[br:warps] ignore mines if they are within a warp section; untested but should work in theory
|
2011-03-25 23:04:41 -05:00 |
|
AJ Kelly
|
fff2c5948e
|
[br:warps] still doesn't do anything, but latest work on negstops (does not make WarpSegments yet)
|
2011-03-25 22:46:45 -05:00 |
|
AJ Kelly
|
8da2e4f735
|
[br:warps] merge in changes from default
|
2011-03-25 20:40:45 -05:00 |
|
AJ Kelly
|
a1a1c11920
|
add WinDEU's Negative BPM/Stops tutorial for developers to use in determining the effects of Negative BPM/Stops
|
2011-03-25 19:54:23 -05:00 |
|
AJ Kelly
|
dd868637d2
|
[br:Warps] swap condition/code on Negative Stops; gonna hopefully work on this some more
|
2011-03-25 19:11:34 -05:00 |
|
AJ Kelly
|
e27c58cd07
|
[br:warps] bring in changes from default branch
|
2011-03-25 16:05:11 -05:00 |
|
AJ Kelly
|
0f6d954066
|
changelog up
|
2011-03-25 15:42:39 -05:00 |
|
AJ Kelly
|
cec3ebb5ba
|
remove unused ScreenQuickSetup and related items
|
2011-03-25 02:56:40 -05:00 |
|
AJ Kelly
|
6afe4a496c
|
update lua.xml
|
2011-03-25 01:45:19 -05:00 |
|
AJ Kelly
|
7d8e2c33bc
|
[PlayerOptions] Tons of new Lua bindings. See the Lua documentation for all of them, there's too many to print here.
|
2011-03-20 21:25:49 -05:00 |
|
AJ Kelly
|
d854a99317
|
change how GetNoteSkin binding works
|
2011-03-20 20:52:56 -05:00 |
|
AJ Kelly
|
a576269730
|
small cleanup/comment
|
2011-03-20 20:50:58 -05:00 |
|
AJ Kelly
|
7f66664d26
|
remove a tiny bit of whitespace
|
2011-03-20 20:50:35 -05:00 |
|
AJ Kelly
|
73550fadfb
|
update credits; add theDtTvB to the sm-ssc team
|
2011-03-20 13:09:46 -05:00 |
|
AJ Kelly
|
c7873d9199
|
[PlayerOptions] Added SetNoteSkin(string) Lua binding.
|
2011-03-20 13:03:16 -05:00 |
|
AJ Kelly
|
cf81f8cc3b
|
remove xbox support; it doesn't work, and it'd take too much effort to get it working again
|
2011-03-19 19:28:57 -05:00 |
|
AJ Kelly
|
8892ad3078
|
fix a crash on themes which use the detail lines on ScreenEvaluation
|
2011-03-17 18:22:31 -05:00 |
|
AJ Kelly
|
661a1b8910
|
fix PaneDisplay
|
2011-03-17 15:05:15 -05:00 |
|
AJ Kelly
|
fc598de950
|
i guess it wants me to commit this
|
2011-03-17 00:51:46 -05:00 |
|
AJ Kelly
|
9e52421ed8
|
change line endings
|
2011-03-17 00:22:21 -05:00 |
|
AJ Kelly
|
c7ec5f2601
|
changes to mac mouse stuff
|
2011-03-16 23:29:44 -05:00 |
|
AJ Kelly
|
e6faf4c4bd
|
yo where's my starcraft audio files
|
2011-03-16 23:10:35 -05:00 |
|
AJ Kelly
|
580e7df07b
|
small comment changes
|
2011-03-16 21:59:46 -05:00 |
|
AJ Kelly
|
09344da5cf
|
cleanup
|
2011-03-16 21:45:29 -05:00 |
|
AJ Kelly
|
877f4865cc
|
unused
|
2011-03-16 21:45:10 -05:00 |
|
AJ Kelly
|
6432db8548
|
update comment
|
2011-03-16 21:33:31 -05:00 |
|
AJ Kelly
|
8880d2fa15
|
silence a warning
|
2011-03-16 21:20:42 -05:00 |
|
AJ Kelly
|
c18c2de206
|
This may not be the best solution, but it fixes bug 222
|
2011-03-16 21:06:14 -05:00 |
|
AJ Kelly
|
7f4815db37
|
simplify SetTimeSignatureAtRow, should fix crashes
|
2011-03-16 17:02:10 -05:00 |
|
AJ Kelly
|
3c031a42f4
|
all those commits just to do a merge.
|
2011-03-16 16:36:22 -05:00 |
|
AJ Kelly
|
330d6f020d
|
more mousewheel stuff
|
2011-03-16 16:36:10 -05:00 |
|
AJ Kelly
|
cea981d2c9
|
working on mousewheel stuff
|
2011-03-16 16:35:48 -05:00 |
|
AJ Kelly
|
0812bc2e29
|
add logging and an assert
|
2011-03-16 16:35:23 -05:00 |
|
AJ Kelly
|
f1395c021c
|
attempt to allow Foreground items to run InitCommand
|
2011-03-16 16:35:05 -05:00 |
|
AJ Kelly
|
89c5a21e90
|
update changelog
|
2011-03-16 16:34:41 -05:00 |
|
AJ Kelly
|
cbb32635d5
|
attempt to load .sm files if loading .ssc files fails
|
2011-03-16 16:33:27 -05:00 |
|
AJ Kelly
|
9aa78d3c23
|
replace non-working code with a vector
|
2011-03-16 16:09:08 -05:00 |
|
AJ Kelly
|
cbb12dea66
|
add folders to organize some sections better
|
2011-03-16 16:05:01 -05:00 |
|
AJ Kelly
|
bc8761bd30
|
add message to an assert
|
2011-03-16 15:26:57 -05:00 |
|
AJ Kelly
|
8af41d3738
|
fix compile by commenting out code
|
2011-03-16 15:25:47 -05:00 |
|
AJ Kelly
|
daf01e3496
|
make mouse buttons show proper names instead of 'Mouse 0'
|
2011-03-15 15:27:57 -05:00 |
|
AJ Kelly
|
6c1cc8c05c
|
cleanup
|
2011-03-15 15:27:45 -05:00 |
|
AJ Kelly
|
ad75520446
|
revert change that disallowed reloading of fonts via F2
|
2011-03-15 15:08:21 -05:00 |
|
AJ Kelly
|
63c38701ee
|
update lua docs
|
2011-03-15 02:33:44 -05:00 |
|
AJ Kelly
|
3c5d57cec2
|
merge
|
2011-03-14 15:11:23 -05:00 |
|
AJ Kelly
|
f51fe3061e
|
merging :|
|
2011-03-14 12:30:12 -05:00 |
|
AJ Kelly
|
66c8b06257
|
forgot to update the changelog after reverting.
|
2011-03-14 00:36:08 -05:00 |
|
AJ Kelly
|
caa04327b6
|
remove broken redirects
|
2011-03-13 23:18:17 -05:00 |
|
AJ Kelly
|
bfc129a9e2
|
changelog
|
2011-03-13 22:51:40 -05:00 |
|
AJ Kelly
|
66333aa6c0
|
sm-ssc v1.2.3
|
2011-03-13 22:50:43 -05:00 |
|
AJ Kelly
|
ed72f533bd
|
things still work with these commented out, but the libs still need to be there...
|
2011-03-13 21:33:01 -05:00 |
|
AJ Kelly
|
56f96a50d8
|
I guess it fixed whitespace
|
2011-03-13 21:32:11 -05:00 |
|
AJ Kelly
|
de77a3ac1f
|
fix grade sorts too
|
2011-03-13 20:33:42 -05:00 |
|
AJ Kelly
|
919279938e
|
Revert "Previously, we didn't create MusicWheel sorts when the screen loads"
This reverts commit 0dc297ba76508bb7244ed70f9f72761087e1f177.
It didn't work out so well.
|
2011-03-13 20:23:07 -05:00 |
|