The Dax
471a9990e5
Change PostMessage to host->UpdateUI().
2013-09-04 11:22:53 -04:00
Henrik Rydgard
00b1fd6a75
Remove unnecessary RecreateViews call.
2013-09-04 17:21:13 +02:00
Henrik Rydgard
e84442f41d
Delete the old gentest.py (better one is in pspautotests)
2013-09-04 17:21:13 +02:00
Henrik Rydgård
d066fafa2e
Merge pull request #3621 from thedax/dynamicUITranslation
...
Win32 UI: Append to help menu by Command, not Position.
2013-09-04 08:20:51 -07:00
sum2012
f941b09909
better fix
2013-09-04 23:14:39 +08:00
The Dax
24ead6c9c4
Append by command, not position. Seems to have no functional difference, but I'm correcting it more
...
for semantics.
2013-09-04 11:14:39 -04:00
Henrik Rydgård
e3f6df2d1f
Merge pull request #3620 from thedax/dynamicUITranslation
...
Win32 UI: Create Help menu dynamically.
2013-09-04 08:14:24 -07:00
The Dax
45902894ba
Rename a few variables relating to the Language menu.
2013-09-04 11:11:18 -04:00
The Dax
802cb7d194
Win32 UI: Create Help menu dynamically.
...
Allows for menu items to be added easily at run-time(for things like the Chinese forum, etc.).
2013-09-04 11:03:13 -04:00
Henrik Rydgård
21aa129c8b
Merge pull request #3618 from kaienfr/show_accelerator_Memview
...
Show accelerator Ctrl+M for menu Memory viewer.
2013-09-04 07:41:35 -07:00
kaienfr
27816f9d93
Show accelerator Ctrl+M for menu Memory viewer.
2013-09-04 15:55:52 +02:00
Henrik Rydgård
9930ecbab7
Merge pull request #3604 from thedax/dynamicUITranslation
...
Win32 UI: Add a runtime created Language submenu.
2013-09-04 05:48:16 -07:00
Henrik Rydgard
1c422d41ce
Enable Arabic on Windows where we are using system fonts that can handle it.
2013-09-04 14:47:01 +02:00
The Dax
a582ca2034
Move a few things around.
2013-09-04 08:41:57 -04:00
sum2012
3d20b8d7b0
Fix crash in debug build
2013-09-04 20:35:34 +08:00
The Dax
55de73d05d
Move Language up to be a main menu item. It doesn't really belong anywhere else currently, but it could be moved later after the upcoming DesktopUI reorganization.
2013-09-04 08:28:04 -04:00
sum2012
6358f4ec62
Fix Summon Night 5,when there is a save,make new game would crash
2013-09-04 20:18:21 +08:00
The Dax
3f6361831e
Rename "System Language" to just "Language".
2013-09-04 08:00:50 -04:00
The Dax
e0b33d818f
Create the separator one position above the System Language menu instead of appending it.
2013-09-04 08:00:50 -04:00
The Dax
ece5173b82
memset the MENUITEMINFO just to be safe.
2013-09-04 08:00:50 -04:00
The Dax
02a4079540
Clarify a comment.
2013-09-04 08:00:50 -04:00
The Dax
7452a54e1b
Reorder the enum slightly.
2013-09-04 08:00:50 -04:00
The Dax
aebd5156a5
Win32 UI: Add a System Language menu that's dynamically created. Also fix several small bugs where the UI wouldn't switch languages on the Pause screen, and in a couple other spots.
2013-09-04 08:00:50 -04:00
Henrik Rydgård
d69d33b0da
Merge pull request #3614 from vnctdj/patch-1
...
Fix typo
2013-09-04 04:55:42 -07:00
vnctdj
bab45ec601
Fix typo
2013-09-04 13:48:22 +02:00
Henrik Rydgard
b054f1d6e0
Revert "Add depthTest along with stencilTest since depth Fail/ZPass test used ."
...
This reverts commit 6624bb81001bfb578a7d35a3826e7c7f328697c4.
2013-09-04 13:31:58 +02:00
Henrik Rydgard
18c2342ea9
Move unicode text out to assets/langregion.ini . Gah.
2013-09-04 13:25:57 +02:00
Henrik Rydgard
1e2ecfd2ca
Draw the credits scroller using system font drawer
2013-09-04 12:38:52 +02:00
Henrik Rydgard
ad620e463a
Detect language on first boot on Windows (Vista+) and Android
2013-09-04 12:08:22 +02:00
Henrik Rydgård
8e6b031d9b
Merge pull request #3611 from Kingcom/Fix
...
Add another check to PopupMultiChoice
2013-09-04 02:38:00 -07:00
Henrik Rydgård
d98d0a7c84
Merge pull request #3612 from raven02/patch-10
...
Continue previous prim command when it was a STRIP or FAN
2013-09-04 02:37:30 -07:00
Henrik Rydgård
1c42964c59
Merge pull request #3596 from wuspring/shortenkey
...
Make "OK" and "Cancel" in PromptScreen traslatable.
2013-09-04 02:36:28 -07:00
Henrik Rydgard
ae92e75281
Windows: Create opengl context with stencil buffer
2013-09-04 11:31:59 +02:00
Henrik Rydgard
c845da2887
Switch System_GetName to System_GetProperty
2013-09-04 11:31:40 +02:00
raven02
4866a992ec
Break if vertex count = 0
2013-09-04 17:14:49 +08:00
raven02
bf5741a1f4
Continue previous prim command when it was a STRIP or FAN
2013-09-04 17:12:53 +08:00
Henrik Rydgård
159e366a16
Merge pull request #3610 from raven02/patch-9
...
TRXKICK : Add memory valid check for srcBasePtr & dstBasePtr
2013-09-04 02:00:56 -07:00
Kingcom
77067094c7
Take minVal into account
2013-09-04 11:00:42 +02:00
raven02
e0a9d8e1a6
Add BlockTransfer: to ERROR_LOG_REPORT
2013-09-04 16:58:52 +08:00
Henrik Rydgård
4091efc71d
Merge pull request #3589 from vnctdj/patch-4
...
Move some translations (papel's work updated)
2013-09-04 01:58:49 -07:00
Kingcom
6471dd2363
Add another check to PopupMultiChoice
2013-09-04 10:58:31 +02:00
Henrik Rydgård
0267adeaac
Merge pull request #3609 from raven02/patch-8
...
Cleanup and add GE_PATCHPRIM_UNKNOWN=3
2013-09-04 01:56:09 -07:00
Henrik Rydgård
34f9947ad0
Merge pull request #3606 from unknownbrackets/callbacks
...
Wait func docs, sceKernelCreateCallback() cleanup, small refactor
2013-09-04 01:55:28 -07:00
raven02
5e3b175045
Reformat and use enum for GETextureFiltering
2013-09-04 16:54:25 +08:00
Henrik Rydgard
273fb7c941
Warning fixes, make the back button exit the emu on the main screen on Android.
2013-09-04 10:51:14 +02:00
raven02
06feb621df
Add memory check for srcBasePtr & dstBasePtr
2013-09-04 16:38:39 +08:00
Henrik Rydgard
9e5362ded1
Add sceHeap to cmakelists and android.mk
2013-09-04 10:34:00 +02:00
Henrik Rydgård
ffae887ddc
Merge pull request #3605 from shenweip/Patch-1
...
Add sceHeap,some games will call this,e.g.Linear ModeSenritsu no Stratus.
2013-09-04 01:23:40 -07:00
raven02
67cdf87fc0
Cleanup and add GE_PATCHPRIM_UNKNOWN=3
2013-09-04 16:10:52 +08:00
Unknown W. Brackets
a8f100c94f
Add vblank wait callback handlers.
...
Turns out it's a deadline to wake up by, which makes sense.
sceDisplayWaitVblankStartMultiCB 10
-> Callback
sceDisplayWaitVblankStartMultiCB 2
+2 vblanks
<- Thread
+8 more vblanks
2013-09-03 23:35:39 -07:00