Commit graph

12 commits

Author SHA1 Message Date
shun-iwasawa
f7fe5cb9ee fix crash on saving scene with missing palette 2022-02-20 16:33:49 -05:00
Jeremy Bullock
148badbee3
Save and render (#20) 2020-05-27 17:54:19 -06:00
shun-iwasawa
4bf161d2ff truncate file list in popup 2020-03-12 11:51:33 +09:00
manongjohn
3f471d64df Notify failed level save at end of Save All 2019-11-20 10:17:23 -05:00
manongjohn
69182e4246 Warn on failing level save all 2019-11-19 21:24:26 -05:00
shun_iwasawa
3f8574e522 fix import scene 2017-02-27 16:27:07 +09:00
jabarrera
53e290644c Checks data sound is valid to save. Issue #957 (#971)
close #957
2017-02-27 14:24:11 +09:00
Shinya Kitaoka
120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Shinya Kitaoka
9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
shun_iwasawa
0b5f3366ed add Save All command 2016-04-25 16:39:15 +09:00
Shinya Kitaoka
3bfa549e8b remove "using"
- using std::string;
- using std::wstring;
- using std::ostream;
- using std::istream;
- using std::iostream;
- using std::ostrstream;
- using std::istrstream;
- using std::fstream;
2016-04-21 16:23:15 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00