Commit Graph
100 Commits
Author SHA1 Message Date
AJ Kelly c881a6b0d2 Merge pull request #111 from sigatrev/StartTransitioningScreen
StartTransitioningScreen
2014-04-02 18:36:11 -05:00
AJ Kelly 493695fd53 Merge pull request #91 from root670/master
Update UPX to 3.91
2014-03-16 14:28:46 -06:00
AJ Kelly 485df21ba1 Merge pull request #89 from SandonV/wip-unicode-chat-fix
Fix colors when unicode characters are in chat box (Online).
2014-03-14 16:03:34 -06:00
AJ Kelly 0f412935bd Merge pull request #90 from parashep/uninstall-silent
installer is completely silent when /S is set
2014-03-12 15:10:06 -06:00
AJ Kelly fab169a7e0 Merge pull request #77 from wolfman2000/wolf-xcode-plist
Update the hardware...I think?
If this doesn't work, please contact the #stepmania-devs irc channel on freenode, etc.
2014-03-12 15:09:36 -06:00
AJ Kelly 3291ecc553 Merge pull request #88 from parashep/master
net2013 project contained refrences to net2011 projects
2014-03-11 19:07:54 -06:00
freem dd187e204c we actually don't need this anymore, even in releases. (things only freem remembers) 2014-03-07 20:56:51 -06:00
AJ Kelly 95343dc27b Merge pull request #71 from sigatrev/MineTracks
added iTrack to mine judgment message
2014-03-07 14:11:54 -06:00
freem 922c9c412a fix issue #65 by only centering the needed items. Yes, it's a workaround. (It also happened to me on ScreenEvaluation, so I fixed it there.) 2014-03-03 17:49:46 -06:00
freem 7187efeab4 update location of zlib in ZipArchive.h
(even though I still can't get SMPackage to compile)
2014-03-03 17:42:37 -06:00
freem 299b4695ce Update bugtracker address now that the main bugtracker is on github 2014-02-24 15:20:41 -06:00
freem 35cccb8d9c Windows XP is reaching End of Life this year, therefore, we shouldn't use Program Files as the default install location anymore. 2014-02-24 15:17:42 -06:00
freem 5c998c0f96 pedantic "change 4 spaces to tab" commit 2014-02-21 16:41:30 -06:00
freem 5644917565 update windows resources file for next version 2014-02-19 21:28:39 -06:00
freem 59600538da Visual Studio was choking on isnan; it worked in StreamDisplay by including <float.h>, and that works here too. 2014-02-19 21:27:23 -06:00
freem 0715c38475 Luadoc: update GetPlayableSteps to show that it returns a table 2014-02-12 15:14:41 -06:00
AJ Kelly 04150e5002 something something markdown parsing newlines as continuations 2014-02-08 15:41:14 -06:00
freem 2d172da767 heading, pitch, and Megaman's sister 2014-02-08 03:10:21 -06:00
freem f1e5218658 [StatsManager] Added GetFinalEvalStageStats() Lua binding (sm-ssc v2 port) 2014-01-26 17:58:55 -06:00
freem 6ae71631d4 damnit TortoiseMerge (fix newline and crap) 2014-01-26 17:57:13 -06:00
freem 8a0c218282 [ScreenWithMenuElements] Added IsTransitioning() Lua binding (from sm-ssc v2) 2014-01-26 17:54:28 -06:00
freem b472bc37e4 [ActorScroller] Add GetSecondsPauseBetweenItems() Lua binding (sm-ssc v2 port) 2014-01-26 17:51:09 -06:00
AJ Kelly 017faf527d Stretch backgrounds based on preference
It turns out we have a preference called StretchBackgrounds and this
seems like the perfect place to use it. Also we may want to set it to
true then by default, I don't know.

(Sourced from shakesoda/stepmania.)
2013-10-13 02:06:28 -05:00
AJ Kelly e329e91602 Add names to life meter/meter display items
I would've added commands but I'm not sure where they get run from (or
if they get run at all), so that's a job for later.

(Sourced from shakesoda/stepmania.)
2013-10-10 00:11:12 -05:00
AJ Kelly 303616a241 CombinedLifeMeterTug doesn't have MeterHeight
It strictly depends on the size of the graphic since there's no commands that
can be run on the stream as far as I can tell.

(Sourced from shakesoda/stepmania.)
2013-10-09 23:37:13 -05:00
AJ Kelly ff12dc332f small changes to roulette item
(Sourced from shakesoda/stepmania.)
2013-10-07 15:05:34 -05:00
AJ Kelly d3f8de2a2c Update gameplay sync simfile to one from Vospi
(Sourced from shakesoda/stepmania.)
2013-10-07 15:05:17 -05:00
AJ Kelly 7ed3095492 Allow per-screen Start sounds instead of forcing Common Start
(Sourced from shakesoda/stepmania.)
2013-10-06 23:03:50 -05:00
AJ Kelly 02bcafbf82 luadoc for Profile:GetCategoryHighScoreList
(Sourced from shakesoda/stepmania.)
2013-10-04 07:53:22 -05:00
AJ Kelly 7787efdaa9 Add Lua bindings for RankingCategory
(Sourced from shakesoda/stepmania.)
2013-10-04 07:43:41 -05:00
AJ Kelly 44c7334b18 some pedantic changes 2013-10-02 06:32:27 -05:00
AJ Kelly befc6665a0 Change ScreenNetSelectBase to use a unique font for the user list.
okay I'm not sure who originally had it using the chat font, but I want to hit them.
2013-09-26 12:46:32 -04:00
AJ Kelly 90fe50a064 add NumTracks param to hold Judgment message
For SSC compat.  This parameter is redundant, and themers should use
GAMESTATE:GetCurrentStyle():ColumnsPerPlayer() instead.
2013-09-22 05:13:12 -04:00
AJ Kelly b4bd8e82d9 Add various new bindings for ProfileManager, also GetGUID binding for Profile. [asorenson] 2012-11-22 12:42:12 -06:00
AJ Kelly c239e439a0 [ScreenDebugOverlay] Added BackgroundColor metric. 2012-07-26 17:27:45 -05:00
AJ Kelly 2edd2b31b5 add TrySelectCourse so that SelectCourse can be bound without having to change its protection 2012-07-22 17:07:12 -05:00
AJ Kelly 2f57a6cb78 actually get this to compile. 2012-07-20 23:51:28 -05:00
AJ Kelly 52b9c723dc [OptionRow] Set text after running OnCommand 2012-07-19 19:37:06 -05:00
AJ Kelly fe8578896b royal freem corporation. 2012-07-17 19:11:26 -05:00
AJ Kelly 5ccea89f34 finally fix PostScreenMessage's parameters 2012-07-16 23:54:32 -05:00
AJ Kelly 355cd45080 fix timing display when using justice (issue 828) 2012-07-12 16:58:45 -05:00
AJ Kelly d97251b14e sigh. 2012-07-12 09:58:51 -05:00
AJ Kelly f8a2b60b79 update lua.xml for alpha 3; no need to worry about repacking 2012-07-11 19:45:31 -05:00
AJ Kelly 03dac874ae forgot to update release date 2012-07-11 19:16:58 -05:00
AJ Kelly 992d5d8232 sm5 alpha 3 2012-07-11 19:11:36 -05:00
AJ Kelly 53938d6b23 [ScreenEditMenu] Don't use "Blank" in the description for blank steps; use a blank string instead. 2012-07-11 00:13:36 -05:00
AJ Kelly 3f4da852f8 the mines in retro* should be red, not orange 2012-07-10 20:57:21 -05:00
AJ Kelly f425edfbb0 more document updates 2012-07-10 19:41:35 -05:00
AJ Kelly b697bd9d4f guitar mode was removed 2012-07-10 19:31:27 -05:00
AJ Kelly 20c6eb025a HowToPlay was fixed. 2012-07-10 19:29:08 -05:00
AJ Kelly d1c1f858eb small updates. this should really be worked on at some point. 2012-07-10 19:25:44 -05:00
AJ Kelly 996ca1642a removing the scoring line from options for now, to prevent crashes 2012-07-10 12:20:37 -05:00
AJ Kelly e901d404b5 fix redir 2012-07-10 10:52:20 -05:00
AJ Kelly 3604fd6f5c tweaking the timing icons 2012-07-10 01:47:18 -05:00
AJ Kelly 6504580576 [ScreenSelectMusic] Fix an issue where Control+<Letter> wouldn't work. 2012-07-10 01:39:02 -05:00
AJ Kelly 26890e5612 update lua documentation 2012-07-09 19:25:57 -05:00
AJ Kelly 105c1b74d6 [InputMapper] Use "|" for separating entries instead of ",", since some companies have names like "x Ltd., something". [Mordae, AJ] 2012-07-09 12:21:21 -05:00
AJ Kelly 435fd9ef56 A bunch of small changes that will hopefully let me close issue 176 once and for all. 2012-07-09 11:30:04 -05:00
AJ Kelly 7051b2bc16 it's bitching about this for some reason 2012-07-08 10:58:53 -05:00
AJ Kelly 8f682fcd91 add styles for maniax mode 2012-07-08 10:58:01 -05:00
AJ Kelly 853af1ea69 [PlayerStageStats] Added GetSongsPassed and GetSongsPlayed Lua bindings. 2012-07-06 23:12:37 -05:00
AJ Kelly d1c2e3ad02 [ScoreDisplayRave] Add FrameBase and FrameOver to the metrics. 2012-07-06 13:09:18 -05:00
AJ Kelly 3f16433261 [ScreenRanking] Don't clobber alpha values when applying colors in SetPage. 2012-07-05 15:12:57 -05:00
AJ Kelly 330dd89cb6 [ScreenRanking] Added "NextPage" command. "SwitchPage" command is now "SwitchedPage". 2012-07-05 14:51:26 -05:00
AJ Kelly 74065ff0fd [ScreenGameplay] When ShowLifeMeterForDisabledPlayers is true, don't fill up life in the meter for the disabled player. (LifeMeterBar only) 2012-07-03 12:51:03 -05:00
AJ Kelly 483c457a7e hide timer on ScreenNoise 2012-07-03 04:37:24 -05:00
AJ Kelly 8d8931999f ...fix ScreenHowToPlay not showing notes. Yes, I'm surprised as you are. 2012-07-03 01:40:15 -05:00
AJ Kelly 2a2cf23c47 [RageUtil] Add detection of .hg to StripCvsAndSvn. 2012-07-02 21:52:31 -05:00
AJ Kelly b5b7036cd7 maniax shows combo starting at 5 2012-07-02 17:30:17 -05:00
AJ Kelly efb3b0b3ed [ScreenHowToPlay] Run InitCommand on Characters if enabled. 2012-07-02 16:57:22 -05:00
AJ Kelly 2c01d46559 the compiler in Visual Studio 2010 is a jerk. VS2008 was able to compile it just fine. :( 2012-07-02 16:50:12 -05:00
AJ Kelly 451a56b0c6 fix case; fixes linux build 2012-07-01 15:27:50 -05:00
AJ Kelly 9931903f88 add CreateZip from SM4 betas. Someone should probably add this to the xcode project file. 2012-07-01 12:46:00 -05:00
AJ Kelly 3afd1b930b no, really. fix it this time. and stop telling me about createzip, local st command 2012-07-01 12:39:10 -05:00
AJ Kelly 2806f86699 do it right this time. 2012-07-01 12:30:14 -05:00
AJ Kelly 64e7b85a9e add SaveToJsonFile() function from SM4 betas. 2012-07-01 12:24:39 -05:00
AJ Kelly 7d6fffeb8c and now I know why some people hate the .ssc format. 2012-06-28 12:34:58 -05:00
AJ Kelly 647928f0d9 also update offset; not sure if it should be -0.025 or -0.021 so I'm going with the former, as in the bug report (#800) 2012-06-28 12:26:07 -05:00
AJ Kelly 1e90d82e57 change BPM of gameplay sync machine simfiles per issue 800 2012-06-28 12:24:37 -05:00
AJ Kelly 0db0295e08 and exactly why is there a : after 'dance-single'? 2012-06-27 21:32:54 -05:00
AJ Kelly 87d77d6cde [SongManager] Ending a group's name in PreferredSongs with "/*" will now load all songs from that group automatically. 2012-06-27 20:25:59 -05:00
AJ Kelly 9fc8aa589b even more finishtweening;/hitmine stuff 2012-06-27 16:08:51 -05:00
AJ Kelly 3327dc6be7 more finishtweening/hitmine stuff 2012-06-27 16:05:33 -05:00
AJ Kelly 9367c45d78 add finishtweening to hitmine commands for some noteskins; this may have to happen with others 2012-06-27 16:04:10 -05:00
AJ Kelly a517e1dce3 Move stage display up if Center1Player; fixes issue 777 2012-06-26 11:32:41 -05:00
AJ Kelly 11f670a303 added GetPlayerName(pn) Lua binding to PROFILEMAN 2012-06-21 21:05:59 -05:00
AJ Kelly acb64bb4e5 fix small typos 2012-06-20 12:57:53 -05:00
AJ Kelly 05c908a8a7 add win/lose display to Evaluation on Rave mode; fixes issue 578 (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=578) 2012-06-18 14:49:14 -05:00
AJ Kelly c3b5eb7412 derp, no wonder it wasn't looking right in dance, they're using the SAME NOTESKIN 2012-06-18 10:55:57 -05:00
AJ Kelly d2ee5a5ab6 update known issues 2012-06-17 15:18:39 -05:00
AJ Kelly dbd50c9cfd merge 2012-06-17 00:44:02 -05:00
AJ Kelly 7422552936 in 16-bit texture mode, some graphics are better served by using dither, instead of banding. work in progress. 2012-06-17 00:43:38 -05:00
AJ Kelly ab7645fb39 fix spelling error 2012-06-14 17:31:48 -05:00
AJ Kelly db0fc91d8b the rest of the GTK splash.png fix form djpohly 2012-06-14 14:54:20 -05:00
AJ Kelly d46ddd5331 update lua documentation, fix formatting on PlayerStageStats 2012-06-08 00:14:08 -05:00
AJ Kelly c5fdfca65d [GrooveRadar] Added SetFromValues(pn,{f1,f2,f3,f4,f5}) Lua binding. 2012-06-05 13:00:37 -05:00
AJ Kelly a7f7a1fadb forgot to mention what that NotesLoaderBMS stuff was about in the changelog... 2012-06-02 23:06:35 -05:00
AJ Kelly a564f0c696 [PrefsManager] Add StretchBackgrounds preference. 2012-06-02 23:03:47 -05:00
AJ Kelly a9c8a9517b fix missing semicolon; whoops. 2012-06-02 22:55:18 -05:00
AJ Kelly 06787dd170 small changes 2012-06-02 22:54:41 -05:00