Unknown W. Brackets
b2a118ef9d
Enable MAKEDATA/READDATA/WRITEDATA.
...
Not sure if there's more to them, but LBP saves work between the PSP
and PPSSPP with this.
2013-04-21 14:18:12 -07:00
ufdada
1d520e79ac
shorter keys for language-ini
...
Every dialog with linefeed included (\n) is now shorter and replaced in the second parameter.
2013-04-21 15:08:18 +03:00
Henrik Rydgård
991fe2321d
Merge pull request #1420 from unknownbrackets/osk-fix
...
The prefill text is optional in the OSK
2013-04-21 02:05:46 -07:00
Unknown W. Brackets
7eeba4b120
The prefill text is optional in the OSK.
2013-04-21 01:54:36 -07:00
Yaroslav
a0b722a9b6
D for Dialog
2013-04-21 14:16:01 +07:00
raven02
f56df7ef6f
Add a missing m->T("Back") in PSPSaveDialog
2013-04-21 07:23:05 +08:00
Unknown W. Brackets
97a944091a
Improve the UX in the OSK just a tiny bit.
2013-04-20 15:05:18 -07:00
Unknown W. Brackets
7baf27bbc3
Toggle keyboards for uppercase, as users expect.
...
Also should make l10n here easier.
2013-04-20 15:05:18 -07:00
Unknown W. Brackets
75d8eca76f
Prefill the OSK when requested to.
2013-04-20 15:03:33 -07:00
Unknown W. Brackets
27cf72afb6
Add more error checks for OSK, fix field length.
2013-04-20 15:03:32 -07:00
Unknown W. Brackets
f8d726c5ea
Validate OSK struct size and don't do copying.
...
The PSP itself only allows the correct size struct.
2013-04-20 15:03:32 -07:00
raven02
9d7183dfa0
Fix Start/Select button in OSK screen
2013-04-21 06:01:12 +08:00
mgaver
f269a0b9bb
Update PSPSaveDialog.cpp
...
Restore spcaing to center it.
2013-04-21 05:11:18 +09:00
Mgaver
d09a69906d
update MsgDialog, OskDialog, SaveDialog translatable
...
Make a new section "Dialog" into language ini files.
2013-04-21 04:36:50 +09:00
Henrik Rydgård
8bc942f4ad
Merge pull request #1318 from raven02/master
...
Fix enable sound in windows and comsetic fix to UI based on new font
2013-04-18 00:57:08 -07:00
Unknown W. Brackets
0cceca05a1
Convert the OSK params to utf-8, not ASCII.
2013-04-17 22:51:06 -07:00
raven02
a301560fd7
lO
2013-04-18 08:36:39 +08:00
raven02
651644cd0d
Comsetic fix : OSK dialog
2013-04-18 07:43:09 +08:00
raven02
85d1275efd
Comsetic fix : Message dialog
2013-04-18 07:07:32 +08:00
raven02
9bdd615bcb
Comsetic fix : YesNo Button
2013-04-18 07:06:44 +08:00
Henrik Rydgard
b12fc6e7aa
UTF8-enable PPGE and add hiragana and katakana, let's see if this is enough.
2013-04-17 20:51:02 +02:00
raven02
250a714e2b
combine PPGeDrawRect()/PPGeDrawImage()
2013-04-16 20:55:27 +08:00
raven02
eff7ad2531
Combine PPGeDrawImage() and PPGeDrawText()
2013-04-16 20:52:35 +08:00
raven02
39a13b16cb
combine PPGeDrawRect()
2013-04-16 20:47:46 +08:00
raven02
acdee3dbfd
Cosmetic : message Dialog
2013-04-16 19:21:47 +08:00
raven02
22b24af7ea
Cosmetic : YesNo Dialog
2013-04-16 19:20:42 +08:00
Unknown W. Brackets
9f653d4e99
Fix savedata list failing if you had many saves.
2013-04-16 00:47:47 -07:00
Henrik Rydgard
ce9cf6e081
Revert parts of pull request 1291
2013-04-15 21:00:55 +02:00
raven02
2d6f762f87
Comment out MAKE/READ/WRITEDATA
2013-04-15 23:31:17 +08:00
raven02
5fd3a36534
Bind MAKE/READ/WRITE to corresponding MAKE/READ/WRITESECURE
2013-04-15 21:44:12 +08:00
raven02
1c9a8d9d49
Add remaining 6 savedata type functions
2013-04-15 21:42:42 +08:00
raven02
b8b34d76b3
Gundam vs gundam NP encounter limit = 0
2013-04-04 17:57:05 +08:00
Unknown W. Brackets
1f2de11dbe
Add a basic impl of sceUtilityMsgDialogAbort().
...
Makes Enigmo work anyway. Doesn't seem like a popular function.
2013-03-30 22:55:48 -07:00
Unknown W. Brackets
74302a9ecf
Savedata doesn't always resched, add some errcodes.
2013-03-30 22:48:29 -07:00
Unknown W. Brackets
8aeaedc597
Don't allow sceUtility dialogs to overlap.
...
PSP doesn't allow this, and apparently some games depend on it
or else they start getting confused.
2013-03-30 22:48:17 -07:00
Unknown W. Brackets
e4223dbcb0
Simplify adding report messages, add a bunch more.
2013-03-26 00:54:00 -07:00
Unknown W. Brackets
746c95f1c8
Basic initial implementation of GETSIZE/DELETEDATA.
...
LittleBigPlanet uses these. It seems happier with these working,
although it goes on to call MAKEDATA.
Also seems to make some other games happier.
GETSIZE not heavily tested yet.
2013-03-17 17:47:37 -07:00
raven02
757ff087f9
Making the input letter closer
2013-03-06 06:47:21 +08:00
raven02
4290700a12
OSK typo
2013-03-05 22:43:04 +08:00
Unknown W. Brackets
6f22d6960e
Add some reporting for not yet done dialogs.
2013-03-04 00:01:42 -08:00
Unknown W. Brackets
1ff163cd10
Buildfix for Android/etc.
2013-02-28 07:58:23 -08:00
raven02
4584d541ca
Add CAPS for OSK input
2013-02-28 20:19:33 +08:00
Unknown W. Brackets
de7ada1982
Fix some x64 type warnings.
2013-02-24 10:39:06 -08:00
raven02
643efb3cb9
Fix (flag & (DS_OK | DS_VALIDBUTTON))
2013-02-21 23:48:03 +08:00
raven02
fc86a5737a
Fix duplicate OK and ENTER button on same message screen
2013-02-21 21:20:26 +08:00
raven02
59a046c4e7
Better centering of OSK title
2013-02-21 07:15:37 +08:00
Unknown W. Brackets
363d1dbe19
Fix some misc. warnings.
2013-02-18 08:44:59 -08:00
lioncash
a88a7214bf
Fix parentheses placement in case SCE_UTILITY_SAVEDATA_TYPE_SINGLEDELETE.
2013-02-14 07:57:00 -05:00
Henrik Rydgard
8749ad0cb9
Warning fixes, very minor updates to shader generators.
2013-02-06 19:04:28 +01:00
Unknown W. Brackets
82a8450758
Fix some more non-pod structs in savestates.
2013-02-04 08:27:02 -08:00