272 Commits

Author SHA1 Message Date
aquanull
ddc85988ab Improve PSP system dialogs' looks.
Format date according to configurations.
Swap positions of button tips.
Fix text wrapping with non-top-left text alignment.
2013-06-10 21:24:48 +08:00
Henrik Rydgard
2afbc94734 Turn off RTTI, simulate it where needed. 2013-06-09 13:02:16 +02:00
Unknown W. Brackets
fc51cf2e5e Fix OSK on Android, wchar_t is not always 16 bits.
Fixes #2073.
2013-06-04 22:39:42 -07:00
Unknown W. Brackets
20563beab2 Fix dumb typo, fixes #2051. 2013-06-03 07:41:49 -07:00
Unknown W. Brackets
0a46e982f4 Savestate dialogs properly, avoiding wrong status.
Might cause a crash if the status is set wrong due to a fade.
Fixes #2047.
2013-06-03 02:05:45 -07:00
Unknown W. Brackets
5027e24150 Use a PSPPointer in the FILELIST savedata mode. 2013-06-02 15:17:02 -07:00
Unknown W. Brackets
9eea30c52d Fix some small warnings in OSK code. 2013-06-02 15:09:17 -07:00
Unknown W. Brackets
9eb2238704 Use a PSPPointer in OSK to simplify things. 2013-06-02 15:03:15 -07:00
Sacha
b39a572043 Buildfixes.
Fix C++11 usage.
Remove redundancy.
Fix st_*time re-usage.
2013-06-02 13:26:39 +10:00
Lioncash
f86eebbf74 Fix a case where the wrong array was used. 2013-06-01 04:13:39 -04:00
Henrik Rydgård
3b85d2ffb8 Merge pull request #2012 from unknownbrackets/warnings
Warning fixes and small cleanup
2013-06-01 00:37:09 -07:00
Sacha
c2ef287f51 Buildfix for Symbian/Meego and other platforms. 2013-06-01 17:10:22 +10:00
Unknown W. Brackets
ae5fad2b39 Don't try to read outside the SAVEDATA_FILE_LIST. 2013-05-31 23:14:29 -07:00
Unknown W. Brackets
7d17ed8a8e Correctly shutdown dialogs on game reset. 2013-05-31 01:41:04 -07:00
Unknown W. Brackets
aaddde2f62 Don't mark <> file entries as non-existant.
Otherwise Load() will fail when it ought not to.
2013-05-31 01:41:04 -07:00
Unknown W. Brackets
00eb684c0c Correctly handle the file list savedata mode. 2013-05-31 01:41:04 -07:00
Unknown W. Brackets
55a226549c Make a few variables static and CONSTANTy. 2013-05-31 01:41:01 -07:00
Unknown W. Brackets
a0fd824f78 Read in the PARAMS.SFO secure file list. 2013-05-31 01:40:43 -07:00
Unknown W. Brackets
1d2476f28e Add error handling to the FILES savedata mode.
Not actually changed yet.
2013-05-31 01:40:36 -07:00
Unknown W. Brackets
f084781ccf Stop writing ENCRYPT_INFO.BIN, PSP doesn't do it.
We don't need it and it may confuse games.
2013-05-31 01:33:24 -07:00
Unknown W. Brackets
2bc5deb659 Skip <> in MAKEDATA/etc. savedata modes. 2013-05-31 01:33:24 -07:00
raven02
646f2e07e5 Add Memory::IsValidAddress(curFileInfoAddr) to GetFilesList() 2013-05-25 23:57:59 +08:00
raven02
8ae127e87c Fix the save loading for God Eater Burst and Gundam VS Gundam NP 2013-05-23 22:59:49 +08:00
aquanull
c316bc9a33 Support more list focus settings. 2013-05-20 23:54:01 +08:00
aquanull
dc25e6d223 Always pick up the saveID by latest file time instead of the previously used one.
This fixes SRWAP & SRWMXP.
2013-05-20 23:54:00 +08:00
aquanull
ae486f8e02 Make the default choice in all save dialogs except for overwrite/delete confirmation be "Yes". 2013-05-20 23:53:59 +08:00
aquanull
3c486c5dc5 Swap positions of "Back" and "Enter" buttons in PSPSaveDialog. 2013-05-20 23:53:58 +08:00
raven02
08e108a1e3 Better positiong for Save dialog 2013-05-20 20:00:41 +08:00
Unknown W. Brackets
c82fd54d1c Implement simple text wrapping for PPGe/MsgDialog.
Probably not enough.  Maybe should apply other places.
2013-05-19 23:20:50 -07:00
raven02
0ed391e5e0 If-else fFormatting 2013-05-19 06:07:00 +08:00
Unknown W. Brackets
eb308d03e8 Don't preserve the selected save for DATA types.
Fixes #1825.
2013-05-16 22:33:10 -07:00
Unknown W. Brackets
27572e3a36 Default to saveName for AUTO LOAD/SAVE modes.
Maybe should for others, but at least these for sure.

Fixes #1017.
2013-05-11 21:01:20 -07:00
Unknown W. Brackets
1ffb0755b1 Move some things around and simplify. 2013-05-11 20:31:40 -07:00
Unknown W. Brackets
203abe6f7f In TYPE_SAVE/TYPE_LOAD, show a confirmation.
AUTOSAVE/AUTOLOAD don't, SAVE/LOAD do.
2013-05-11 19:10:01 -07:00
raven02
77653f03b5 Better Align OK/Back button 2013-05-03 06:39:28 +08:00
raven02
e1587744e4 Fix message dialog oversize 2013-05-02 23:24:59 +08:00
Henrik Rydgard
b9f45e4530 Add stub framework for .pbp demos (nowhere near working). Fix an OSK crash. 2013-04-27 23:16:51 +02:00
Henrik Rydgard
6f23a56779 Remove use of setlocale() in Osk as I could not figure out the purpose, and it broke stuff.
If this is actually needed, please send a pull request adding it back, turning it off when not used, and also add an explanation in a comment.
2013-04-25 10:42:31 +02:00
mgaver
328420c55e PSPOskDialog add signature for UTF-8
add signature for UTF-8 for buildfix
2013-04-24 20:08:36 +09:00
mgaver
832bf55173 Update PSPOskDialog.cpp 2013-04-24 19:51:46 +09:00
mgaver
d1b862de21 Update PSPOskDialog.cpp 2013-04-24 19:50:39 +09:00
mgaver
58a3218f54 Update PSPOskDialog.h 2013-04-24 18:00:47 +09:00
mgaver
6a15352b44 Update PSPOskDialog.cpp 2013-04-24 13:13:41 +09:00
mgaver
efa41413ef Update PSPOskDialog.cpp
Clean up code.
2013-04-24 08:38:25 +09:00
mgaver
369413e352 Update PSPOskDialog.cpp
Add variables
2013-04-24 08:34:05 +09:00
mgaver
2dd7c17009 Update PSPOskDialog.h
Add function "CombinationKorean"
2013-04-24 08:33:06 +09:00
mgaver
a1e18b9758 Update PSPOskDialog.cpp
Clean up code
2013-04-24 08:31:50 +09:00
mgaver
f66b8b0251 Update PSPOskDialog.cpp
Change magic number to constant.
2013-04-24 00:50:49 +09:00
mgaver
8545718c0d Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-24 00:02:12 +09:00
mgaver
5721412f29 Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-24 00:00:01 +09:00