Commit Graph

276 Commits

Author SHA1 Message Date
Kingcom
98f4273dcc Simple display list view 2013-09-25 15:24:53 +02:00
Kingcom
312f957963 Change how SimpleGLWindow is constructed and move it to the resource file 2013-09-24 20:06:25 +02:00
Unknown W. Brackets
d38916dea7 Add a quick and dirty render preview.
Now it's actually semi useful already.
2013-09-22 19:05:33 -07:00
Unknown W. Brackets
18b70c89ef Add an initial GE debugger interface on Windows. 2013-09-22 10:27:09 -07:00
danyalzia
7c0292f466 Update ppsspp.rc 2013-09-17 13:07:24 +05:00
wuspring
85baa92504 Make new keys in "Window Size" translatable and fix Ctrl+1, thanks to @thedax 2013-09-11 11:41:30 +08:00
Henrik Rydgard
2745744d99 Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
Gets rid of our "antialiasing" (simply crank up internal resolution to 2x your window size).

Proper MSAA is coming later.
2013-09-11 00:19:34 +02:00
The Dax
f594157374 Overhaul the Win32 UI. New things include:
-File -> Savestate Slot: Lets the user pick the savestate slot to be used.
-Game Settings -> More Settings...: Opens the main settings screen from anywhere.
-Game Settings -> Control Mapping...: Opens the key mapping screen from anywhere.
-Infrequently changed options were removed.
-Organised menus; nothing is out of place anymore.
-Simplified menus: as some options were removed or moved, it's easier to find what you're looking for, now.
2013-09-07 17:05:23 -04:00
papel
942cf9a57f Change encoding of ppsspp.rc 2013-09-05 21:48:32 -03:00
papel
2e48f5d32b Fix frameskip in Windows UI 2013-09-04 21:37:41 -03: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
The Dax
19f33b9404 Win32: Fix rc file by correcting Henrik's surname, and properly setting PPSSPP's version to 0, 0, 9, 1. 2013-09-02 15:22:51 -04:00
Kingcom
e1b23dacfb Fix ppsspp.rc encoding 2013-09-02 18:51:27 +02:00
danyalzia
05a6c48069 Update ppsspp.rc 2013-09-02 18:36:48 +05:00
Unknown W. Brackets
c23e904a1b Use consistent conventions on default menu names. 2013-08-30 22:44: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
Kingcom
faf28a17a2 Merge branch 'master' of https://github.com/hrydgard/ppsspp
Conflicts:
	Windows/ppsspp.rc
2013-08-30 20:57:52 +02:00
Kingcom
42c30d521c -new accelerators for the Debugger
-copy address on right click in memory view
-don't change status bar text after activating the breakpoint window
2013-08-30 20:55:58 +02:00
kaienfr
a29464f451 add s to "Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)" in rc
Unified two keys:
"Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)"
as  "Read Framebuffers To Memory (CPU)" and "Read Framebuffers To Memory
(GPU)"
used in ini file.
2013-08-30 20:19:40 +02:00
The Dax
272598fbf5 Fix Read Framebuffer To Memory (CPU)/(GPU). 2013-08-30 09:45:57 -04:00
The Dax
a42b780141 Change a few menu texts so that they don't need to be translated. 2013-08-30 09:01:50 -04:00
The Dax
64984c5991 Use a timer to translate PPSSPP, then turn it off. 2013-08-30 09:01:50 -04:00
The Dax
a6e21bd85a Make submenus(Rendering Mode, Rendering Resolution, etc.) translatable. 2013-08-30 09:01:50 -04:00
The Dax
2f2c313b54 Make Win32 UI translatable. Remove all ampersand accelerators; they're not really needed, however, some can of course be added back in. 2013-08-30 09:01:50 -04:00
wuspring
bda50e4401 About "Read Framebuffers To Memory (CPU) "
make sure the source and ini have the same keyword
2013-08-30 17:22:29 +08:00
Henrik Rydgard
55aa3d13c7 Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
The Dax
e843f3955f Fix Windows build. 2013-08-24 06:00:50 -04:00
Henrik Rydgard
70f7443453 Restore F11 keyboard shortcut for fullscreen (in addition to alt+enter)
Now that the debugger has its own keymap, this should be okay.
2013-08-24 11:56:40 +02:00
The Dax
c9447fbe67 Win32: Fix frameskip menu and reinstate removed frameskip strings. They're all correct, now. 2013-08-21 08:19:25 -04:00
The Dax
9cf8094448 Prepare ppsspp.rc for 0.9 release. 2013-08-20 11:22:17 -04:00
Henrik Rydgard
0265ab874f Change FPS limit to "alternate speed", expressed in a percentage.
Fix it so it works correctly for 30fps games.

Some menu tweaks.
2013-08-18 18:55:42 +02:00
The Dax
7f26d17cc6 Adjust rendering options position slightly. 2013-08-17 08:08:39 -04:00
The Dax
66641f2891 Fix some text. 2013-08-17 07:52:17 -04:00
The Dax
229c0f16ab Eliminate most of the popup menus as per Henrik's request, and fix a minor bug with AT3+ in NewUI. 2013-08-17 07:52:17 -04:00
The Dax
ef88f78aab Win32 UI improvements: Improve the Emulation menu by consolidating down the sound, threading, CPU modes, and GPU modes into pop-out menus. 2013-08-17 07:52:17 -04:00
Kingcom
e308ef59f5 Add step out feature and button 2013-08-17 11:18:03 +02:00
Kingcom
b3cd95ec68 Remove Skip button 2013-08-17 10:59:43 +02:00
Kingcom
984a038b36 Merge stop and go buttons 2013-08-17 10:57:29 +02:00
Kingcom
4e8bca7549 Move step into, step out and run to line into accelerators 2013-08-17 10:49:07 +02:00
Kingcom
537ab396e7 Change the bottom control of the disassembly with Ctrl+1-4 2013-08-16 14:19:04 +02:00
Henrik Rydgard
8e01af3476 UI tweaks 2013-08-16 09:28:23 +02:00
Kingcom
177b9fa6b1 Separate accelerator table when the debugger is active 2013-08-14 23:30:50 +02:00
The Dax
0ead143013 Overhaul the sound fix. It was rooted deeper than I thought. This should cover all complaints now(except pressing escape which discards any settings changed: is this by design? :\). Also add new menu option to Win32 UI under Emulation to control whether Atrac 3 should be on/off. 2013-08-14 15:00:54 -04:00
Kingcom
07f279096f Add stack frames display 2013-08-12 22:11:00 +02:00
Henrik Rydgard
cd53dfdc9c Mark multithreading as experimental in the UI 2013-08-10 11:53:55 +02:00
Unknown W. Brackets
4803f72b36 Add a "multithreaded" UI option on Windows.
Not on other platforms since not yet tested.
2013-08-09 22:57:50 -07:00
The Dax
01e9111ac5 Remove Stream VBO option. 2013-08-09 05:18:24 -04:00
The Dax
a391974037 Fix conflict and save as UTF-16 again. 2013-08-07 04:32:24 -04:00
The Dax
64f7a9a6ea Change a couple last-minute things. 2013-08-07 04:30:13 -04:00
The Dax
b80b08921b Fix typo in Henrik's name in about dialog box. 2013-08-07 04:29:38 -04:00
The Dax
ed74d4cfdd Correct Henrik's name in ppsspp.rc. For some reason, his surname's "å" was swapped with a question mark. Probably an encoding issue? 2013-08-07 04:29:38 -04:00
Kingcom
deb66921d7 Add "Add new" option to right click menu when clicking on a breakpoint 2013-07-31 20:36:58 +02:00
Kingcom
0767abd1d0 Edit breakpoints 2013-07-31 20:33:50 +02:00
raven02
766770a755 Anrdoid : Add option 'Anti-Aliasing' 2013-07-30 23:32:55 +08:00
The Dax
396c51510a More cleanup, remove old CONTROLS dialog info. 2013-07-29 18:05:08 -04:00
The Dax
b2dfdf6401 Perform some Windows UI cleanups. Dozens of unused IDs were leftover from Dolphin, and I doubt they'll ever be used again. Also remove several magic numbers, instead using enumerators to clarify code. 2013-07-29 15:34:50 -04:00
raven02
bc9ddb6bc6 Remove obsolete control in option menu 2013-07-29 07:41:53 +08:00
Kingcom
b6bca24850 -added assemble option to disassembly view
-added 16bit li
2013-07-28 15:24:33 +02:00
raven02
d836527254 NewUI fix and add selectable frameskipping/Resolution to winUI 2013-07-26 22:10:03 +08:00
Henrik Rydgård
61351e4b59 Merge branch 'patch-1' of https://github.com/raven02/ppsspp into raven02-patch-1
Conflicts:
	Windows/ppsspp.rc
	native
2013-07-25 18:20:08 +02:00
raven02
82b2581d79 Remove 'Display raw framebuffer' option 2013-07-25 20:23:22 +08:00
Kingcom
cedb41a10c Merge branch 'master' of https://github.com/hrydgard/ppsspp into DiscDirectory
Conflicts:
	Windows/ppsspp.rc
	Windows/resource.h
2013-07-25 13:49:53 +02:00
The Dax
faa2932c88 Update F5 key behaviour to cycle all buffered rendering modes. 2013-07-23 17:05:58 -04:00
Kingcom
8955fedf44 Open directory as disc image 2013-07-23 17:24:33 +02:00
raven02
76bd4e3120 Fix rendering mode switching issue in old & new UI 2013-07-22 08:41:58 +08:00
raven02
87fc81e56d Consolidate Rendering Mode 2013-07-21 23:17:42 +08:00
The Dax
9e535717f9 UI on all platforms(including NewUI!): Add options to change FramebufferCPUConvert without manual editing of INI file. 2013-07-19 19:23:17 -04:00
raven02
fa0af3c150 Back to use "Read Framebuffers to Memory" 2013-07-11 08:12:19 +08:00
papel
314d286e37 Changed pause and speed shortcuts. Fixed disabled run on load. 2013-07-09 21:54:42 -03:00
papel
22de16d178 Improving shortcuts of Windows version. 2013-07-09 17:25:29 -03:00
Unknown W. Brackets
9d50579aa9 Add a context menu to play with threads. 2013-07-07 23:47:22 -07:00
Unknown W. Brackets
7f858d7263 Add a context menu to enable/disable breakpoints.
Probably it could edit or etc. too...
2013-07-07 23:28:35 -07:00
Henrik Rydgard
cc58e34cf8 Remove legacy key mapping and associate devices with keys (DInput has been left behind for now, will be fixed up soon). Saving is broken, will be fixed soon. 2013-07-06 20:45:44 +02:00
Kingcom
bccc3c4281 Debug interface improvements 2013-07-03 22:29:35 +02:00
Kingcom
24559491f0 Thread list in disassembly window 2013-07-02 23:21:20 +02:00
The Dax
2430324c40 Rename "Off" to "Auto", and fix buggy menu. 2013-07-02 16:21:42 -04:00
The Dax
84702f87d8 Windows GUI: Add option to disable texture filtering to Options menu, since it's missing. 2013-07-02 16:21:10 -04:00
Kingcom
c41b08f9e2 Add expression parser to breakpoints 2013-07-02 11:51:29 +02:00
Kingcom
15eb8c8657 Breakpoint window 2013-07-02 00:20:19 +02:00
Kingcom
0adc9c560b New breakpoint window design 2013-07-01 22:04:03 +02:00
Kingcom
41ed77f66a Add a memory view control to the disassembly window 2013-06-30 13:42:19 +02:00
raven02
5d275d7fe9 Consolildate Texture filtering option 2013-06-30 14:58:46 +08:00
oioitff
dc04584ca1 Add a new option to enable
Linear Filtering only for CGs.
2013-06-30 03:35:28 +08:00
Kingcom
b78f74a3f4 More changes 2013-06-29 15:57:41 +02:00
Unknown W. Brackets
3dcc16608e Adjust the default disasm height to reduce padding. 2013-06-28 21:44:38 -07:00
Kingcom
e4755d4bdb Small changes to the disassembly view 2013-06-27 22:16:02 +02:00
Kingcom
d4214af710 Breakpoint list at the bottom of the disassembly window 2013-06-27 21:07:49 +02:00
Kingcom
960fe5a828 Correct hotkey in screenshot menu option 2013-06-27 12:01:55 +02:00
Kingcom
3a758fe279 Resolve ppsspp.rc conflict 2013-06-27 01:21:38 +02:00
Henrik Rydgard
c743e02851 Update android version to 0.8.1 / 81 2013-06-26 21:54:44 +02:00
Kingcom
26c4f57691 Shortcuts for the disassembly view, step over extended, fixes 2013-06-26 21:49:15 +02:00
Kingcom
cfb622b619 Disassemble to file with Ctrl+X or through the right click menu. 2013-06-26 11:48:14 +02:00
Kingcom
7d0e6ff199 -disassembly view redesigned
-change the cursor with the mouse or with the keyboard
-displays symbols on the left and in opcode arguments
-press tab to toggle displaying of symbols
-click on the highlighted line to toggle a breakpoint at that position
-press right to follow a branch and left to go back a level
2013-06-25 23:52:56 +02:00
Kingcom
fe04022dd1 Fixed ppsspp.rc encoding. 2013-06-25 02:59:58 +02:00
Kingcom
ad55a6f809 Memory viewer redesigned. 2013-06-25 02:43:31 +02:00
Admiral H. Curtiss
802fa0de4c Merge remote-tracking branch 'upstream/master' into nearest_filtering 2013-06-23 23:16:48 +02:00
Admiral H. Curtiss
fe132af9ec Renamed Nearest and Linear Filtering to Force Nearest/Linear Filtering.
Made sure that both options aren't active at the same time.
2013-06-23 22:39:32 +02:00
Admiral H. Curtiss
505f8559c1 Added a "Nearest Filtering" option for testing. 2013-06-23 21:56:07 +02:00
Henrik Rydgard
8310d27d7f Bump version numbers 2013-06-23 20:10:00 +02:00
Henrik Rydgard
0e61385c2e Mark 4x and 5x texture scaling as "overkill" and "crazy" in the windows menu. Because they really are. 2013-06-23 16:10:27 +02:00
Henrik Rydgard
23ee9b8cd5 Add "Take Screenshot" to Windows version. Writes to "screenshots" subdirectory. No smart file naming yet. 2013-06-22 22:28:48 +02:00
raven02
2fe8663ad0 Rename Linear filtering as 2013-06-21 16:21:13 +08:00
raven02
0c1dea77d7 Remove Wireframe option in windows 2013-06-21 11:01:00 +08:00
Henrik Rydgard
e782b6f20e Add VSync option in Windows. Turns itself off when unthrottled. 2013-06-16 23:45:06 +02:00
Henrik Rydgard
ffb1d65313 Add forum link to help menu on Windows, and under the website link on the main menu screen. 2013-06-15 11:44:06 +02:00
Henrik Rydgard
4bc25c91d8 Add option to have PPSSPP stay on top of other windows. Fixes #2199 2013-06-10 23:45:12 +02:00
Henrik Rydgard
51daa1f878 Delete the "Use Media Engine" option. 2013-06-08 22:53:36 +02:00
Swyter
1d91aa7659 *Press the traditionally used F11 key to go fullscreen instead of F12.
I was confused the first time I tried. Patched for both Windows and Qt frontends, includes Qt translations.
2013-06-06 16:00:00 +02:00
nachume
662df67d39 ADD: Pop-up menu for disable bind added to the controls dialog.
FIX: I forgot to delete ControlsMapping instance.
2013-05-23 09:39:36 +09:00
nachume
4062059c2e Add check init Controls Dialog and ControlMapping constructor 2013-05-18 22:59:13 +02:00
Peter Thoman
bfe1cb9ca2 Added bicubic texture filtering and hybrid bicubic texture filtering options 2013-05-05 01:27:15 +02:00
Peter Thoman
3c2ee6bd65 Added texture deposterization option 2013-05-03 16:26:02 +02:00
Peter Thoman
7d2fd0ea31 Removed Bilinear texture filtering option 2013-05-03 10:29:29 +02:00
Peter Thoman
d70641d3f2 Manual merge 2013-05-02 14:25:18 +02:00
Unknown W. Brackets
f74c4617ad Clean up some menu options and consistency.
Fixes cases where the & is already used, uses title case consistently,
and moves a couple options around to make the menu shorter and more
organized so related options are near each other.
2013-05-02 00:39:10 -07:00
Peter Thoman
3e5023ea97 Refactored Texture Scaling, changed options & gui to separately select scaling level and method 2013-05-01 23:55:34 +02:00
Peter Thoman
6950cfef35 Changed xBRZ UI to have separate off option 2013-04-30 12:14:34 +02:00
Peter Thoman
30f3d8dbee Added Windows UI for xBR texture scaling option 2013-04-30 03:47:33 +02:00
aquanull
0a300669c4 Fix serious text/background misalignment in Controls dialog under many user-defined Windows font DPI settings. The background picture is now being stretched according to the size of the client area of the dialog.
In addition, change the encoding of ppsspp.rc to UCS-2/UTF-16 LE as it seems to be the only way to fix displaying of a certain non-ASCII character 'å' used in the version info of the compiled executable under cp1252-incompatible Windows locales.
2013-04-28 08:02:52 +08:00
CrazyMax
0c8d04d594 Windows: revert some part from old controls dialog; 2013-04-19 09:20:26 +03:00
oioitff
4414238014 Use a new image instead 2013-04-18 23:10:57 +08:00
oioitff
7ff4f34a48 Add an UI for modifying controls for PC 2013-04-18 18:38:43 +08:00
raven02
b27c1aeb1c Add Sound emulation menu item 2013-04-17 03:42:07 +08:00
CrazyMax
e864569d0c Windows: add Force Input Device option; 2013-04-16 17:34:20 +03:00
Henrik Rydgard
32a599c957 Win32 gl ui: Fixes and tweaks. 2013-03-29 19:32:20 +01:00
Henrik Rydgard
84fd5781de GL UI in Win32: Some basics work. 2013-03-29 18:50:08 +01:00
Henrik Rydgard
6f7cc57f53 Win32: Add menu choice to open from memstick/PSP/GAME 2013-03-28 20:26:24 +01:00
Henrik Rydgard
e7027b6c9c win32: Add menu option to open memory stick directory 2013-03-28 20:19:10 +01:00
Henrik Rydgard
fdb9de2f86 win32 UI tweaks 2013-03-21 18:38:16 +01:00
raven02
bcedefe244 Update ppsspp.rc 2013-03-13 22:11:24 +08:00
sum2012
15e6fdadbc Add UI of windows of using Media Engine
ref: https://github.com/hrydgard/ppsspp/issues/842
2013-03-13 01:04:36 +08:00
Unknown W. Brackets
303058f492 Quick and dirty Windows UI for memchecks. 2013-03-12 00:53:49 -07:00
Sacha
e4b43b73b4 Update version to v0.7 for Windows, Blackberry, Symbian 2013-03-12 12:44:30 +10:00
Henrik Rydgard
f229cc0498 The å (å) got screwed up again. I give up. 2013-03-12 00:07:34 +01:00
Henrik Rydgard
2e6d68cb8f 7.0. Show git version in Windows about box. 2013-03-11 22:55:55 +01:00
raven02
fd8bcf98df Remove DisableG3Dlog 2013-02-25 22:54:18 +08:00
Henrik Rydgard
1aa3a657c0 Very rough and basic implementation of frameskipping. 2013-02-19 00:45:26 +01:00
Henrik Rydgard
37f998407b Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it).
Delete "Slightly Faster Interpreter".
2013-02-16 09:49:33 +01:00
porkness
25562bcea3 Update rc file and update to new version 2013-02-15 20:40:16 +08:00
porkness
b71a510c4c Merge branch 'master' of https://github.com/porkness/ppsspp
Conflicts:
	Windows/ppsspp.rc
2013-02-15 20:33:14 +08:00
Henrik Rydgard
36f49706e0 Add option to stretch to display (turns off the black bars fixing the aspect ratio). 2013-02-13 18:21:21 +01:00
porkness
ba03dcb073 Add a simple Chinese translation for Windows
Also moved original one to en_US to make sure it switch automatically
2013-02-13 12:21:45 +08:00
Henrik Rydgard
3ce4a8a719 Allow switching 2xSSAA on and off ingame. Add Show FPS menu option. 2013-02-11 19:02:38 +01:00
Henrik Rydgard
5597ab46a7 Make it obvious that we do support XB360 controllers (Windows). 2013-02-06 00:54:52 +01:00
Henrik Rydgard
260d7d380c 0.6.1 2013-01-29 21:38:54 +01:00
Henrik Rydgard
1ed9a6ba56 Small fixes. v0.6. 2013-01-26 21:39:35 +01:00
Henrik Rydgard
8ff96bbcd8 Defer vertex decoding until flush. Track draw calls so that they can be cached later. 2013-01-19 17:05:50 +01:00
raven02
e34ba40519 Add option to disable G3D log 2013-01-11 16:14:58 +08:00
Henrik Rydgard
479d1f5111 Draw using VBO. Add option, make default true. 2013-01-10 12:54:36 +01:00
J.P. Lee
eda8252d7d Implement a simple SSAA function
Seems that 2x has the best effect for now but this is not the best way
of implementing AA function because it requires much greater video card
memory and memory bandwidth than other avaible methods like MSAA, CSAA
etc.
2013-01-10 10:28:49 +08:00