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
Jason Felds
c4f8a9d834
Merge pull request #19 from wolfman2000/wolf-unified-xcode4
...
Fix Xcode 4 building, bring it back to one file.
dbk2 approves. Calling it as good then. If mistaken, make a new branch and prove it.
2014-02-01 20:34:23 -08:00
Jason Felds
2fe6144ea5
Prevent swap files from being added.
2014-02-01 23:08:34 -05:00
Jason Felds
264013aa58
Remove multiple duplicate entries.
2014-02-01 23:06:14 -05:00
Jason Felds
8e0ba01385
Ignore Xcode user specific files.
2014-02-01 22:49:23 -05:00
Jason Felds
ae5af084e5
Unify into one 4.6.3 xcodeproj file.
2014-02-01 22:47:55 -05:00
Jason Felds
7ec8de6007
Fix vorbis first of all.
2014-02-01 22:34:16 -05:00
Colby Klein
b09dd6650c
Ignore .deps and .dirstamp (automake stuff)
2014-02-01 01:14:53 -08:00
Jason Felds
4919b7c28f
Attempt to address issue #9 for SM5.
...
Not in best position to test out.
2014-01-29 18:12:10 -05:00
Colby Klein
ecf91d651f
Merge pull request #12 from wolfman2000/gitignore-sublime-text
...
Ignore sublime text projects/workspaces.
2014-01-29 14:57:37 -08:00
Jason Felds
938e3ba01d
Ignore sublime text projects/workspaces.
2014-01-29 17:52:19 -05:00
Colby Klein
5a761f8613
Merge pull request #11 from wolfman2000/wolf-010-sync-charts
...
Issue 010: Add missing step sync types.
2014-01-27 19:26:34 -08:00
Jason Felds
3b9b4d1e36
Issue 010: Add missing step sync types.
2014-01-27 19:38:41 -05:00