Commit Graph
33752 Commits
Author SHA1 Message Date
Colby Klein 6298a0b950 Merge pull request #94 from sigatrev/MissedHold
HNS_Missed
2014-03-16 13:20:12 -07:00
Colby Klein b84c683d2e Merge pull request #70 from sigatrev/RageTimer
added lua function for GetTimeSinceStart
2014-03-16 13:18:34 -07:00
sigatrev 343511f4c3 HNS_Missed
Added an HNS type to handle holds which are never initialized due to
missed taps. This fixes a long standing issue with
iCurPossibleDancePoints and allows themes to decide how to handled this
case.
2014-03-16 11:36:40 -05: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
Sandon Van Ness 5c588087f0 Fixed indention. Fixed revert.
Signed-off-by: Sandon Van Ness <[email protected]>
2014-03-14 12:24:42 -07: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
parashep a666e64ae7 installer is completely silent when /S is set 2014-03-12 01:40:17 -04:00
Sandon Van Ness 27e393e1c6 Fix colors when unicode characters are in chat box (Online).
This is just hanubeki's patch which calculates accurate widths of
characters so colors don't get offset.

Signed-off-by: Sandon Van Ness <[email protected]>
2014-03-11 22:06:19 -07: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
parashep 8b78678b47 net2013 project contained refrences to net2011 projects, preventing build on some machines 2014-03-11 17:57:21 -04:00
Colby Klein a428e16cc8 Merge pull request #84 from sigatrev/StealthFix
Fix for issue 83
2014-03-09 03:57:26 -07:00
sigatrev 1b1716ac7d Fix draw function
Actors with glow but no alpha are not drawn because. Adding glow to the
conditional.
2014-03-09 00:17:45 -06:00
Jason Felds 2a360fb8f2 Update the hardware...I think?
Need another Mac user to verify.
2014-03-07 22:26:06 -05: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
Devin J. Pohly e18bbc72ea Revert "msys git defaults are stupid and breaking things."
This reverts commit 54933034e8.

We might have to figure out a more selective way to do this.  For now,
let's not have people on all the other OSes getting stuck-modified files
like hg did.
2014-03-05 10:47:44 -05:00
sigatrev 411026191d Merge pull request #1 from sigatrev/HoldJudgments
merge mini hold jugment positions
2014-03-05 08:46:58 -06:00
Devin J. Pohly 00b350fc80 Merge pull request #72 from sigatrev/HoldJudgments
Fix hold judgment positions when Mini is enabled
2014-03-04 21:23:05 -05:00
sigatrev f6d44ae85b hold judgment positions with mini
they weren't scaled to handle the zoom.
2014-03-03 20:46:47 -06:00
sigatrev 43f9fd70ca added iTrack to mine judgment message
more information is better.
2014-03-03 20:37:13 -06:00
sigatrev a038300dba added lua function for GetTimeSinceStart
Allows checking time within a single update. This can be used to halt
processes which would otherwise cause lag.
2014-03-03 20:27:46 -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
Ben "root" Anderson d332bf576b We're cleaning; it's okay if they don't exist. 2014-02-25 16:54:48 -06:00
Ben "root" Anderson 54933034e8 msys git defaults are stupid and breaking things. 2014-02-25 16:49:17 -06:00
Ben "root" Anderson 1d9c30f1ab Merge pull request #68 from stepmania/bundle-ffmpeg
ffmpeg update, and bundling in ffmpeg, for MinGW and Linux
2014-02-25 16:07:27 -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
Colby Klein 6ce767e016 Fix GhostArrowDim::HitMineCommand in dance default noteskin 2014-02-23 23:37:13 -08:00
Colby Klein 174fd8e669 Merge pull request #62 from djpohly/enum-compatibility
Backwards-compatible type-safe enum behavior
2014-02-23 23:24:42 -08:00
Devin J. Pohly bb1b6a81c6 Special case player number 1/2 in ApplyGameCommand
This function, oddly, used to take a 1 or 2 for the player number where
other nearby functions (e.g. IsPlayerEnabled) would take the proper enum
value, 0 or 1.  If the old-style syntax (raw number) is used, also use
the old-style interpretation.
2014-02-23 16:41:19 -05:00
Devin J. Pohly 10d872db3f Accept old-style raw values for enum parameters
These will still be checked to ensure they are valid members of the
enumeration, so it's not as ugly or dangerous as it used to be.
2014-02-23 16:39:10 -05:00
Devin J. Pohly 2907fa06a7 Try to resolve enums old-style if new-style fails
This makes e.g. cmd(blend,add) work like cmd(blend,'BlendMode_Add').
Resolution in this case is case-insensitive like it used to be.
2014-02-23 15:28:20 -05:00
Devin J. Pohly 5051d85288 Add lowercase strings to Lua enum reverse table
Step one toward compatibility with case-insensitive legacy command
syntax.
2014-02-23 15:01:34 -05:00
Devin J. Pohly 5f0c8c428f Merge pull request #61 from djpohly/modicon-bound
Correct array bound for ModIcon text
2014-02-23 12:10:01 -05:00
Devin J. Pohly 1e04f576d2 Debug assert should fire on failure, not success! 2014-02-23 00:23:23 -05:00
Devin J. Pohly f1cc0a4a19 Correct array bound for ModIcon text
Should fix problems with selecting more than NumModIcons mods in SMO.
2014-02-22 23:09:24 -05:00
Colby Klein cb07827c21 Merge pull request #60 from djpohly/eventmode-f3
Fix F3+1 handling in Event Mode
2014-02-22 17:22:29 -08:00
Devin J. Pohly d07dd295a4 Fix F3+1 handling in Event Mode
Since Event+Pay is treated as Free Play mode, the debug overlay menu
would get stuck on Free if Event Mode was on.
2014-02-22 20:14:20 -05:00
Colby Klein aec671b8df Merge pull request #58 from dguzek/master
Update copyright dates in Xcode project
2014-02-21 20:16:19 -08:00
Dan Guzek 53e75ae57d Update copyright dates in Xcode project 2014-02-21 23:00:56 -05:00
freem 5c998c0f96 pedantic "change 4 spaces to tab" commit 2014-02-21 16:41:30 -06:00
Colby Klein 2f9bdb8352 Merge pull request #57 from sigatrev/master
TextureTranslate method
2014-02-21 09:37:49 -08:00
sigatrev 0ab15ed053 TextureTranslate method
Allow themes to duplicate the way noteskins are handled.
2014-02-20 21:17:10 -06:00
Colby Klein cf23d4966f Merge pull request #56 from djpohly/xml-cachever
Bump cache version for XML changes
2014-02-20 14:21:35 -08:00
Devin J. Pohly b98e5e6dba Bump cache version for XML changes
The XML patchset includes more items in the FGCHANGES line, which is
stored in cache.  Previous caches wouldn't include these entries.

Sorry 'bout that folks.
2014-02-20 15:32:58 -05:00
Colby Klein e4c91ab236 Merge pull request #54 from djpohly/xml-forwardport
Resurrect XML actor support when QuirksMode=1
2014-02-20 10:21:02 -08:00
Devin J. Pohly 77ece5a414 Process FT_Xml as legacy actors
Everything from here on out is edge cases.
2014-02-20 10:59:50 -05:00
Devin J. Pohly 60ce34cfaa Reconnect legacy sprites 2014-02-20 10:59:50 -05:00