7933 Commits

Author SHA1 Message Date
Unknown W. Brackets
b558189c37 Just invalidate blocks on ClearCacheAt().
This makes it safe to call from a jitted syscall, etc.
2013-09-01 00:32:43 -07:00
Unknown W. Brackets
14bcca1f53 Fix InvalidateICache() breaking binary searching. 2013-09-01 00:32:42 -07:00
Unknown W. Brackets
0c93baa1df Prevent a crash in debugger without jit. 2013-09-01 00:32:42 -07:00
Unknown W. Brackets
62ff431e3a Include the PPC jit in the project.
So it's easier to find when refactoring.
2013-09-01 00:32:42 -07:00
Henrik Rydgård
1c52b76462 Merge pull request #3542 from unknownbrackets/module-imports
Track module imports and exports with a proper lifecycle
2013-09-01 00:30:40 -07:00
Henrik Rydgård
faa4490262 Merge pull request #3540 from raven02/patch-33
Apply auto-gen mipmapping to desktop
2013-09-01 00:11:16 -07:00
Unknown W. Brackets
00412144c1 Get rid of the bad object errors on shutdown. 2013-08-31 18:45:05 -07:00
Unknown W. Brackets
842e972a36 Unresolve function imports, track in loader. 2013-08-31 18:45:05 -07:00
Unknown W. Brackets
dde39bd956 Optimize a bit by checking module names. 2013-08-31 17:45:17 -07:00
Unknown W. Brackets
33e001f017 Unexport var symbols when destroying modules.
The problem with a global list is that an unloaded module with unresolved
imports will get garbage written in.  This should be safer, and hopefully
not slower.

Next up: func imports.
2013-08-31 17:31:30 -07:00
raven02
d86d782ecd Apply auto-gen mipmapping to WIN32 2013-09-01 08:28:09 +08:00
Unknown W. Brackets
9311d405e9 Centralize and track imports/exports.
So that we can "unresolve" them.
2013-08-31 17:00:08 -07:00
Henrik Rydgård
42ec8bc3ef Merge pull request #3537 from unknownbrackets/utility-minor
Return wrong dialog type in screenshot/gamesharing
2013-08-31 14:44:35 -07:00
Unknown W. Brackets
08225cad23 Return wrong dialog type in screenshot/gamesharing.
Should at least reduce reports of these failing, and give us better info.
May also work more correctly.
2013-08-31 14:42:55 -07:00
Henrik Rydgard
8d9a10f483 Disable -ffast-math - appears to have caused breakage. 2013-08-31 23:16:40 +02:00
Henrik Rydgard
36c45a2d9e Merge branch 'fix_tigerxdragon_crash' of https://github.com/kaienfr/ppsspp_cn into kaienfr-fix_tigerxdragon_crash 2013-08-31 23:15:07 +02:00
Unknown W. Brackets
74a7376604 Add some reporting and fix some duplicates. 2013-08-31 13:55:51 -07:00
kaienfr
a8557ab839 Fix the crash of game "tiger x dragon" 2013-08-31 21:35:24 +02:00
Henrik Rydgard
a97e1c1b9a Update lang 2013-08-31 19:17:21 +02:00
Henrik Rydgård
d1e0099845 Merge pull request #3532 from ufdada/patch-2
Small improvement for fade-in and fade-out sounds in Loco Roco
2013-08-31 10:01:41 -07:00
ufdada
4576f03bd9 Small improvement for fade-in and fade-out sounds in Loco Roco
The fade-in and fade-out sounds in Loco Roco are way too long, this  small change improves it alot. now the sound that is played after reaching the goal in a level sounds about right.
2013-08-31 18:12:16 +02:00
kaienfr
661b8a5caa updates 2013-08-31 17:40:44 +02:00
Henrik Rydgård
746a23fd71 Merge pull request #3419 from raven02/patch-21
Uncomment out //if (pos)
2013-08-31 08:05:21 -07:00
Henrik Rydgård
7e96e2cee3 Merge pull request #3460 from raven02/patch-27
Use glBlendFuncB for dstAlpha
2013-08-31 08:04:18 -07:00
Henrik Rydgard
b69614bdec Add back button to system information dialog. Fixes #3415 2013-08-31 15:02:13 +02:00
Henrik Rydgård
2c9eff3274 Merge pull request #3527 from unknownbrackets/ui-tweaks
Use Roboto Condensed for the UI where supported
2013-08-31 01:47:15 -07:00
Unknown W. Brackets
ae17f40e66 Use Roboto Condensed for the UI where supported.
It's Apache licensed and doesn't look bad.  Defaulting still works.
2013-08-31 01:37:41 -07:00
Henrik Rydgård
7e544d22fc Merge pull request #3526 from unknownbrackets/ui-tweaks
Use dedicated desktop UI translation strings
2013-08-31 00:49:00 -07:00
Unknown W. Brackets
3e9d8e667f Update lang with updated strings. 2013-08-31 00:43:17 -07:00
Unknown W. Brackets
65c3206da4 Oops, fix reversed paused menu item. 2013-08-30 22:51:49 -07:00
Unknown W. Brackets
c23e904a1b Use consistent conventions on default menu names. 2013-08-30 22:44:36 -07:00
Unknown W. Brackets
5dea33baa1 Put all Windows UI translation strings in same cat.
Rationale: non-English may often need to use "NON-ENGLISH (&X)" for menus,
to get shortcuts properly identified.  Ignoring ampersands makes this
"NON-ENGLISH ()", which is a poor experience.

Also, it should allow better consistency in the menu capitalization.
2013-08-30 22:40:50 -07:00
Unknown W. Brackets
0e7aa6fc6d Fix debug counter, not supported in wsprintfW. 2013-08-30 22:25:12 -07:00
Unknown W. Brackets
2ce6f7121b Fix an appverif warning with an unused item. 2013-08-30 22:18:37 -07:00
Unknown W. Brackets
831c6c28f1 Fix bad bitwise precedence, wrong checking. 2013-08-30 22:16:41 -07:00
Unknown W. Brackets
92c4c5825f Update ui menus AFTER loading lang ini. 2013-08-30 22:12:04 -07:00
Unknown W. Brackets
3525498c61 Merge pull request #3522 from artart78/buildfix
Linux buildfix
2013-08-30 16:46:38 -07:00
Arthur Blot
f424155f50 Linux buildfix 2013-08-31 01:32:56 +02:00
Henrik Rydgård
b1ba172942 Merge pull request #3516 from wuspring/master
Modify NewLanguageScreen class … For the title of language select dialoag in System->system language ("Language") can be translatable, Using [Developer]->"Language"
2013-08-30 14:34:18 -07:00
Henrik Rydgård
4124c5487e Merge pull request #3517 from thedax/master
Win32: Reinstate some ampersand shortcuts in the RC file, and move TranslateMenuItemByText.
2013-08-30 14:33:36 -07:00
The Dax
6f213b3bfc Reinstate some ampersand shortcuts in the RC file, and move TranslateMenuItemByText up with the other translation stuff. A lang pullrq will follow shortly to re-instate the rest. 2013-08-30 17:29:22 -04:00
wuspring
3858044f99 Modify NewLanguageScreen class
For the title of language select dialoag in System->system language
("Language") can be translatable, Using [Developer]->"Language"
2013-08-31 05:26:59 +08:00
Henrik Rydgard
73dd1c4b8d Remove accidentally added return from TranslateMenus 2013-08-30 23:07:42 +02:00
Henrik Rydgard
67edc28aa5 Add reporting for some configurable systemparams that don't seem very interesting to keep 2013-08-30 23:06:21 +02:00
Henrik Rydgård
d8d8ae61a4 Merge pull request #3513 from DanyalZia/patch-2
Shows "OpenGL Extensions" instead of "OpenGL ES 2.0 Extensions" for Wind...
2013-08-30 14:00:17 -07:00
danyalzia
3ce095ed34 Shows "OpenGL Extensions" instead of "OpenGL ES 2.0 Extensions" for Windows
That "ES" part doesn't make sense for windows.
2013-08-31 01:58:55 +05:00
Henrik Rydgard
14b7fdc975 Center the buttons in the key config screen 2013-08-30 22:43:42 +02:00
Henrik Rydgård
30d1dadece Merge pull request #3512 from DanyalZia/patch-1
String to display the supported OpenGL version in System Information
2013-08-30 13:30:03 -07:00
danyalzia
c8b97bba3c String to display the supported OpenGL version in System Information 2013-08-31 01:22:19 +05:00
Henrik Rydgård
7b6a0c8c3b Merge pull request #3511 from Kingcom/DebugChanges
Small debugger changes
2013-08-30 12:44:02 -07:00