Martin Natano
|
bacecae1f7
|
Decouple <vector>
|
2023-04-21 22:13:41 +02:00 |
|
Martin Natano
|
78fb2e9fc3
|
Decouple <cstddef>
|
2023-04-20 11:21:29 +02:00 |
|
Brian Phlipot
|
37aff00d6e
|
Require C++20 for building Stepmania.
|
2022-10-03 16:21:19 -07:00 |
|
Michael Sundqvist
|
0cba3579de
|
Remove global "using namespace std;" declarations, use "std::" prefixes on all std elements
Fix whitespace changes
|
2022-07-31 22:14:38 +02:00 |
|
teejusb
|
7e3789b131
|
Integrate C++11 branch into 5_1-new
|
2019-06-22 12:35:38 -07:00 |
|
Kyzentun
|
5df80b6e0e
|
Changed many places that used RageException to use ReportScriptError instead. Wrote ScreenOptionsExample.ini as documentation example for the OptionRow system. Rewrote gamecommands.txt to include all GameCommands. Fixed Commands::GetOriginalCommandString to insert the semicolons that separated the original commands. Changed nonsensical boolean |= true statements in GameCommand.cpp to just use =. Added protection to ReportScriptError to keep it from recursing through itself when an error occurs in error reporting. Added UseAbort option to ReportScriptError for places that want to use an AbortRetryIgnore dialog to query the user. Added ScriptErrorMessage for places that need to handle the warning/dialog part separately. Added logging flag to MESSAGEMAN so that all messages broadcast can be logged when desired. Changed OptionRowHandler::LoadInternal to return a boolean success value as part of error handling.
|
2014-08-02 00:38:24 -07:00 |
|
Devin J. Pohly
|
a9d5931533
|
Command/LuaManager: add legacy command parsing
Only enabled when compiling via CompileXNodeTree.
|
2014-02-20 10:59:49 -05:00 |
|
Jason Felds
|
c67419ecc8
|
There goes the macro file.
This is one of my bigger commits in this branch.
Still, shouldn't cause a problem.
|
2013-05-01 23:54:39 -04:00 |
|
Jason Felds
|
3171f15df2
|
I should be using + instead of += apparently.
Yay for ##c++ for pointing this out.
|
2013-04-30 20:36:04 -04:00 |
|
Jason Felds
|
c07d4cf78f
|
Let Mac OS X have goodies.
|
2013-04-29 23:37:10 -04:00 |
|
Jason Felds
|
03a4ad8e53
|
Another loop / goodie. Needed a new header though.
|
2013-04-28 23:13:35 -04:00 |
|
Jason Felds
|
a085d0d1da
|
Line endings...be normalized!
|
2011-03-17 01:47:30 -04:00 |
|
AJ Kelly
|
3e51544930
|
Initial commit.
|
2010-01-26 21:00:30 -06:00 |
|
Devin J. Pohly
|
80057f53cd
|
smsvn -> ssc-hg glue: rearrange directory structure
|
2013-06-10 15:38:43 -04:00 |
|