Commit Graph

9340 Commits

Author SHA1 Message Date
Henrik Rydgård
b9e8491f42 Merge pull request #4126 from thedax/fixLANLoading
Win32: Fix dumb typo involving slash replacements.
2013-10-11 17:22:57 -07:00
Henrik Rydgard
b16b837719 Display "fancy" names for post shaders 2013-10-12 02:15:55 +02:00
Henrik Rydgard
33acec8263 Actually, don't ignore the first section of postshader ini files - if there's no comment there, it won't exist. 2013-10-12 02:13:51 +02:00
The Dax
fda6c42f6d Fix dumb typo involving slash replacements. 2013-10-11 20:10:16 -04:00
Henrik Rydgard
e0b19decca Add generic "PostShader" functionality, replacing FXAA (it's one of them).
Replaces #4018, sorry DanyalZia :)
2013-10-12 02:05:55 +02:00
The Dax
d5ca3c28ed Redesign the System Info screen to have tabs. 2013-10-11 19:23:43 -04:00
Henrik Rydgård
1375b725a1 Merge pull request #4120 from thedax/win32FixMenu
Win32: Fix wrong submenu enum.
2013-10-11 12:28:45 -07:00
The Dax
b3101cba7f Fix wrong submenu enum. Someone failed to count from 0.. 2013-10-11 15:04:53 -04:00
Henrik Rydgård
f783a80130 Merge pull request #4118 from Kingcom/master
Remove unneeded/unused shortcuts
2013-10-11 11:50:19 -07:00
Kingcom
7e6b6f90ed Remove unneeded/unused shortcuts 2013-10-11 20:36:28 +02:00
Henrik Rydgård
a9cd15d165 Merge branch 'patch-18' of https://github.com/DanyalZia/ppsspp
Conflicts:
	Windows/resource.h
2013-10-11 17:35:30 +02:00
Henrik Rydgård
70cd1a2078 Merge pull request #4113 from szdarkhack/focus_pause
Win32: "Pause When Not Focused" option.
2013-10-11 08:15:05 -07:00
danyalzia
8bed8f922e fix a bug :/ 2013-10-11 19:54:26 +05:00
szdarkhack
57923070a7 resolve merge conflicts 2013-10-11 17:49:18 +03:00
szdarkhack
b98a073b26 Merge remote-tracking branch 'ppssppUpstream/master' into focus_pause
Conflicts:
	Windows/resource.h
2013-10-11 17:47:43 +03:00
danyalzia
71ee2a01f3 Add auto-tex scaling in UI 2013-10-11 19:33:02 +05:00
szdarkhack
aa792a8487 and let's fix this as well since we're at it 2013-10-11 16:52:25 +03:00
szdarkhack
2b7cf2fdd2 Let's try spaces instead of tabs... 2013-10-11 16:48:58 +03:00
danyalzia
88c36b5b25 Add Auto-texture scaling
Update resource.h

Update WndMainWindow.h

Update WndMainWindow.cpp

Update ppsspp.rc

position fix

Update TextureCache.cpp

Update TextureCache.cpp
2013-10-11 18:30:06 +05:00
szdarkhack
b1c985257c Fixed some formatting issues... 2013-10-11 15:42:55 +03:00
szdarkhack
f9fd70d7f8 Fixed ppsspp.rc 2013-10-11 15:17:17 +03:00
szdarkhack
e1ac09ad65 reverted ppsspp.rc 2013-10-11 15:10:49 +03:00
szdarkhack
1116b59910 Implemented a "Pause When Not Focused" menu option (default false). Pause toggle overrides this. 2013-10-11 14:53:25 +03:00
Henrik Rydgard
03735c13b2 Update native with powervr crashfix 2013-10-10 23:56:17 +02:00
Henrik Rydgård
e7a9661cad Fix stupidest crash bug ever. How the hell did this work on any platform? 2013-10-10 23:32:04 +02:00
Henrik Rydgard
b832508c4b Let's put the stencil parameters in the right order.. 2013-10-10 21:41:00 +02:00
Henrik Rydgard
5c8a74d911 Stencil rectangle clears: Take the value from the second vertex. 2013-10-10 21:36:32 +02:00
Henrik Rydgård
ae94e5c078 Must reset lastShader after swtiching shaders outside the "framework". 2013-10-10 20:11:57 +02:00
Sacha
51a3e16295 Add vibration support for Symbian. Update native. 2013-10-11 02:50:01 +10:00
Henrik Rydgård
d696e5b02f Try a different heuristic for the bezier subdivision factor 2013-10-10 17:49:29 +02:00
Unknown W. Brackets
f701f0c347 Windows buildfix. 2013-10-10 08:00:15 -07:00
Henrik Rydgård
5721836d44 Add basic haptic feedback to on-screen touch buttons. 2013-10-10 16:44:57 +02:00
Henrik Rydgård
0fcba4e602 Merge pull request #4105 from raven02/patch-29
Set stencil ref value to 255 (8 bitplanes) 2^8-1=255
2013-10-10 07:05:05 -07:00
raven02
7bf6f6411c Set stencil ref value to 255 (8 bitplanes) 2^8-1=255 2013-10-10 21:59:37 +08:00
Henrik Rydgård
db568e4553 Minor CwCheat bugfix contributed by dlanor in issue #4103 2013-10-10 15:58:09 +02:00
Henrik Rydgård
07c5e6bb9b Merge pull request #4102 from DanyalZia/patch-16
Show CPU in System info (UI)
2013-10-10 04:36:44 -07:00
danyalzia
66e48f5a69 Show CPU in System info (UI) 2013-10-10 16:09:13 +05:00
Henrik Rydgard
4e24ecbdd4 Lock orientation again. Too many issues :/ 2013-10-10 11:14:52 +02:00
Henrik Rydgard
f374593a05 Update native with OpenGL init fixes, may fix some crashes on startup.
Fix a rotation issue.
2013-10-10 11:09:48 +02:00
Henrik Rydgård
4c57aa7978 Merge pull request #4095 from thedax/detectWin32Ver
Win32/Sys info screen: Detect system architecture(e.g. ARM, x86, x64) as well.
2013-10-09 14:42:53 -07:00
The Dax
b479769002 Detect x86 properly. 2013-10-09 17:40:13 -04:00
The Dax
70804ae697 System Info: Detect system architecture(e.g. ARM, x86, x64) on Windows as well. 2013-10-09 17:17:28 -04:00
Henrik Rydgard
5c3f6bae25 Prescale UV bugfixes 2013-10-09 23:09:16 +02:00
Henrik Rydgård
d0c3988eea Merge pull request #4089 from thedax/detectWin32Ver
Win32: Properly detect OS version in System_GetProperty.
2013-10-09 11:34:23 -07:00
The Dax
7883a89c00 Remove unused variable. 2013-10-09 13:17:56 -04:00
The Dax
04aeadec24 Fix braces. 2013-10-09 13:17:55 -04:00
The Dax
b85aa88e45 Allow System_GetProperty to properly detect the version of Microsoft Windows instead of just returning "PC: Windows". 2013-10-09 13:17:55 -04:00
Henrik Rydgård
95fda8dffa Set line width in constructor too. 2013-10-09 19:01:28 +02:00
raven02
23b817f86c Use glLineWidth/glPointSize to specify the width of rasterized lines and size of points. 2013-10-09 19:01:21 +02:00
Henrik Rydgård
014b3d0a2b Better vertical layout for home screen 2013-10-09 16:26:15 +02:00