Commit Graph
33652 Commits
Author SHA1 Message Date
Ben "root" Anderson cc62d0ade5 Missed part of the proxy-Makefile workaround 2014-02-10 13:39:32 -06:00
Ben "root" Anderson 1d1413ecbd Proxy-Makefile workaround to not let ffmpeg install 2014-02-10 13:38:53 -06:00
Ben "root" Anderson 6a0a24eb55 Nuke ancient shit build script. Do the standard autogen/configure/make dance now. 2014-02-09 23:45:16 -06:00
Ben "root" Anderson 64254e20e6 1) Move this back to video.m4 where it belongs 2) Support static ffmpeg when bundled 2014-02-09 23:33:56 -06:00
Ben "root" Anderson eb8198ad94 Auto-copy the ffmpeg DLLs to prevent confusion 2014-02-09 22:54:34 -06:00
Ben "root" Anderson abdf036e48 .gitignore: The MinGW DLC 2014-02-09 22:17:27 -06:00
Ben "root" Anderson 6a2d052e30 Whoopsie, let's not clobber LDFLAGS now 2014-02-09 22:13:51 -06:00
Ben "root" Anderson 233be07097 .gitignore fixups for bundled ffmpeg 2014-02-09 21:57:07 -06:00
Ben "root" Anderson 41c22f429d Actually clean, untouched ffmpeg 2.1.3 now. 2014-02-09 21:50:44 -06:00
Ben "root" Anderson 3b4f884be0 ffmpeg: Don't force x86 on non-Windows; fix more attribs; don't need prefix 2014-02-09 20:13:42 -06:00
Ben "root" Anderson c0d13c07b1 Merge branch 'bundle-ffmpeg' of github.com:stepmania/stepmania into bundle-ffmpeg 2014-02-09 20:10:20 -06:00
Ben "root" Anderson 0344511672 More stuff that got dropped by .gitignore 2014-02-09 20:09:42 -06:00
Ben "root" Anderson be05f7eed0 This need be executable! 2014-02-09 17:41:51 -06:00
Ben "root" Anderson 71bae43254 Missed two files (partly because of .gitignore) 2014-02-09 17:37:58 -06:00
Ben "root" Anderson f56df1c44b Bundling ffmpeg, initial attempt. This builds on MinGW; Linux is untested as of yet. 2014-02-09 17:23:19 -06:00
Ben "root" Anderson 7341280df8 Slight correction on comment. 2014-02-09 08:27:38 -06:00
Ben "root" Anderson ac8e92af17 Bounds check directories. 2014-02-09 08:26:11 -06:00
Ben "root" Anderson e085a40b01 Revert "Attempt preventative file not found crashing."
This reverts commit c5637444ab.
This didn't actually fix anything, but moved the crash from start of ScreenGameplay to parsing the .sm file during load.
2014-02-09 07:43:35 -06:00
Colby Klein 93ba25a799 Merge branch 'warnings' of https://github.com/djpohly/stepmania into djpohly-warnings 2014-02-08 18:57:14 -08:00
Colby Klein 517c7e2a57 Merge pull request #33 from djpohly/jack-fixes
Fixes for JACK driver port detection
2014-02-08 18:55:50 -08:00
Colby Klein 2d901800c0 Merge pull request #28 from wolfman2000/wolf-bg-files
Attempt preventative file not found crashing.
2014-02-08 18:55:37 -08:00
Devin J. Pohly b2744946c9 fix memory leak in JACK driver 2014-02-08 21:40:40 -05:00
Devin J. Pohly db894326e7 fix port-choosing logic in JACK driver 2014-02-08 21:40:40 -05:00
Devin J. Pohly 312d2b1226 fix type-punning warning
This should be a no-op (though I wouldn't be offended if someone checks
me on that).  I think the code's clearer without casting back and forth
anyway.
2014-02-08 21:39:27 -05:00
Devin J. Pohly 6ac4fcdbd3 remove accidentally shadowing declaration
With this in place, the orgSel was always Invalid.
2014-02-08 21:39:26 -05:00
Devin J. Pohly 3322fa9144 ensure that GetCreditsMessage returns a value
The unhandled case: in Free Play mode and players can't join.  Can this
even happen?
2014-02-08 21:39:26 -05:00
Devin J. Pohly 57a142b76f fix logic/crash in CoinModeNoHome option
This option was returning -1 for an index and triggering an assert, and
the logic in the other direction was typoed.
2014-02-08 21:39:26 -05:00
Devin J. Pohly 911a0d6471 remove unnecessary enum-to-int cast 2014-02-08 21:39:26 -05:00
Devin J. Pohly 9916275a8a fix signed-compare warnings
The m_iSelection array could probably be made unsigned... IF we were
confident we never try to assign it a negative number, of which fact I'm
not convinced.
2014-02-08 20:30:33 -05:00
AJ Kelly 04150e5002 something something markdown parsing newlines as continuations 2014-02-08 15:41:14 -06:00
Colby Klein 4ae79320af Add IRC to README.md 2014-02-08 13:29:08 -08:00
Colby Klein 7d84cf5903 Update README.md a bit 2014-02-08 13:19:46 -08:00
Colby Klein cd029802e1 Add .editorconfig for editors which support it. Might need more exceptions added. 2014-02-08 13:00:43 -08:00
freem 2d172da767 heading, pitch, and Megaman's sister 2014-02-08 03:10:21 -06:00
Jason Felds c5637444ab Attempt preventative file not found crashing. 2014-02-04 21:10:40 -05:00
Colby Klein 73cf245d9a Merge pull request #25 from wolfman2000/wolf-missing-trans
Attempt to warn about missing translations.
2014-02-04 12:21:50 -08:00
Ben "root" Anderson ec4e38e3aa Un-crackhead-ify NotesLoaderSMA. It works now. 2014-02-04 12:03:20 -06:00
Colby Klein 1186d3b937 Update autoconf urls 2014-02-04 01:56:21 -08:00
Colby Klein 849b93c8b0 Remove some sm-ssc references. 2014-02-04 01:50:59 -08:00
Jason Felds e82f2cfa2c Attempt to warn about missing translations. 2014-02-03 21:18:04 -05:00
Jason Felds 1f58900f4f Merge pull request #24 from wolfman2000/wolf-tab-fix
...seriously? Xcode setting fix for tabs?

...sometimes I don't get these editors.
2014-02-03 17:58:39 -08:00
Jason Felds 65f0261292 ...seriously? Xcode setting fix for tabs? 2014-02-03 20:57:17 -05:00
Colby Klein 6a691a1c4a Spaces -> Tabs in Steps.cpp (Jason, fix your editor) 2014-02-03 16:17:30 -08:00
Jason Felds e6125e6daa Attempt to allow getting radar values without PN. 2014-02-03 18:49:17 -05:00
Jason Felds 20dc9af218 Missed this from last time. 2014-02-03 18:35:38 -05:00
Colby Klein 6129454f36 Merge branch 'wolf-editor-disable-tss' of https://github.com/wolfman2000/stepmania into wolfman2000-wolf-editor-disable-tss 2014-02-02 15:38:25 -08:00
Colby Klein a3de293a4d Add Pay mode back to debug menu 2014-02-02 15:35:48 -08:00
Ben "root" Anderson 3701197fd4 Add some localization things that Devin caught and I missed. 2014-02-02 13:37:37 -06:00
Ben "root" Anderson 332c6d3787 Merge branch 'master' of https://github.com/stepmania/stepmania 2014-02-02 12:58:07 -06:00
Ben "root" Anderson d654bd0142 Time to reopen this big 'ol bag of worms. 2014-02-02 12:53:26 -06:00