Arthur Eubanks
|
995f0ea8c1
|
Change some RString methods to free functions
These ones aren't a std::string method. Doing this helps the RString to
std::string migration.
|
2025-05-17 14:02:12 -07:00 |
|
Arthur Eubanks
|
bdafbd4660
|
Fix some clang warnings
-Wunqualified-std-cast-call and -Wsign-compare.
|
2024-04-17 00:20:03 -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
|
adfc259b71
|
Changed CheckEnum to use lua_isnoneornil so that enum args can be made properly optional. Changed PlayMusicPart to allow nil for optional args so optional args would be independent.
|
2014-08-02 00:38:33 -07:00 |
|
Kyzentun
|
a74a49af78
|
Changed many uses of Dialog::OK and LOG->Warn to use ReportScriptError.
|
2014-08-02 00:38:18 -07:00 |
|
Kyzentun
|
dcf819d297
|
Moved all sanity checking for OptionRowHandlerLua to a separate function so that a malformed row does not crash StepMania, and instead prints an error to the log file, and creates a row that does nothing. Added AllowAnything arg to CheckEnum.
|
2014-06-25 12:08:57 -06: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 |
|
Jason Felds
|
25c3c7d4f1
|
Change our auto_ptr's to unique_ptr's.
auto_ptr is deprecated in c++11.
|
2013-05-04 14:11:47 -04:00 |
|
Jason Felds
|
07b9fb6da5
|
The big NULL replacement party part 6.
...and ', NULL' had even more to replace.
|
2013-05-03 23:49:23 -04:00 |
|
Jason Felds
|
ba59dd1656
|
The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
|
2013-05-03 23:11:42 -04:00 |
|
Jason Felds
|
c09920bb4b
|
More explicit fail messages.
Now if only I could see why I crashed here...
|
2012-01-16 13:52:50 -05: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 |
|