Unknown W. Brackets
8902e85f0a
Enable the debug windows always, disable buttons.
...
This way you can close them/whatever, and hopefully should avoid crashes.
Only downside is you can't pause the game now and then hit stop in the
debugger.
2013-09-15 09:35:58 -07:00
vnctdj
2b262971d9
Update MiscScreens.cpp
...
Update contributors with my name, I'm sure other people deserve to appear here too...
I allow me to make a pull request for that because of the following comment by Henrik : https://github.com/hrydgard/ppsspp/pull/3617#issuecomment-24465863
2013-09-15 15:28:23 +02:00
Henrik Rydgård
588d3e3c4f
Merge pull request #3758 from thedax/win32Cleanup
...
Win32 UI: Some cleanups and simplifications, fix some small bugs.
2013-09-15 00:26:07 -07:00
The Dax
efa2c1c500
Use consistent directory slashes. We'll just replace all backslashes with forward slashes, eliminating the chance of duplicat recents. Fixes #3352 .
2013-09-15 00:08:53 -04:00
Unknown W. Brackets
2cca2568c7
Make sure the saved git ver is null terminated.
...
strncpy() is a tricky beast.
2013-09-14 20:29:01 -07:00
The Dax
e8fd5881b8
Move global UI status out of WndMainWindow.cpp, simplify the menu translation code(it doesn't need to dictate checked or enabled items, the UI already does it later on anyway), and clear out a few old menu items that have been removed.
2013-09-14 12:49:50 -04:00
shenweip
42c5061e18
Receive language change message in another screen
2013-09-14 11:52:59 +02:00
shenweip
9907f4a740
Recreat all views when received language change message
2013-09-14 13:52:21 +08:00
Sacha
893ecffebe
Symbian: Make distribution easier.
2013-09-12 10:58:13 +10:00
Henrik Rydgard
91f9161d76
Fix some bugs found in reports in the Android crash reporting console
2013-09-11 22:21:32 +02:00
Henrik Rydgard
e5e0a5e132
Forgot a null check
2013-09-11 07:13:06 +02: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
ebb2daff93
Remove unused pointer.
2013-09-10 11:41:17 -04:00
adrian17
78fd8863a0
Changed button opacity and scale slider min/max values
2013-09-10 14:38:57 +02:00
Henrik Rydgard
3b4cf31197
Try to prevent any remaining "stickiness" when you map analog axises to buttons/direction
2013-09-09 23:55:42 +02:00
Henrik Rydgard
b24ea4014a
Simple tilt sensitivity setting
2013-09-09 23:48:11 +02:00
Henrik Rydgård
74418c13bf
Merge pull request #3646 from raven02/patch-17
...
Toggle option "Disable Stencil Test" & "Always Depth Write"
2013-09-09 00:06:00 -07:00
shenweip
a1191325e1
Add a check in OnImportCheat to avoid crashing when can not get the title from cheat.db
2013-09-09 14:26:37 +08:00
The Dax
c95244b3e2
Remove stray tab.
2013-09-08 00:42:15 -04:00
The Dax
ac88cbd894
Let NewUI's Antialiasing option be instant so a game reboot isn't required.
2013-09-08 00:27:39 -04: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
Henrik Rydgard
8c88dff5a4
More log categories, use them (and existing ones). Improve log config.
2013-09-07 22:02:55 +02:00
Henrik Rydgard
c31ae0645f
Add optional "DevMenu" in-game button for quick access to things like log settings
2013-09-07 20:54:51 +02:00
Unknown W. Brackets
79d246aae9
Decouple win32 and UI a bit more.
2013-09-07 09:48:12 -07:00
Unknown W. Brackets
f97794136c
Use a UI event for clearing recents.
...
This way it builds on Android, and is cross platform too.
2013-09-07 09:44:28 -07:00
Henrik Rydgard
26c5ee4a6d
Add screen to control debug levels. Will make it easier to access later.
2013-09-07 13:38:37 +02:00
Henrik Rydgård
f24a7c83f5
Merge pull request #3636 from kaienfr/fix_recent_gamelist
...
Update recent games list & remove redundant recent games from ini file
2013-09-07 02:18:30 -07:00
Unknown W. Brackets
0ff64ec7d6
Fix some initialization order warnings.
2013-09-06 01:13:27 -07:00
raven02
1c583093f3
Change item-name to "Hack Settings"
2013-09-06 16:08:03 +08:00
Steven Cherry
46ba12cc85
Fix Reloading cheats
2013-09-05 17:36:14 -05:00
kaienfr
701e1263f0
New update in code style & fix load function
...
The load function can not load all recent games list if the Key is skeeped as:
FileName0 = ...
FileName2 = ...
...
In this case, only FileName0 is loaded.
Now the function is fixed and load all list.
2013-09-05 18:45:41 +02:00
kaienfr
137df18a00
Update recent games list & remove redundant recent games from ini file
2013-09-05 18:23:28 +02:00
raven02
a1aac79224
Toggle option "Disable Stencil Test" & "Always Depth Write"
2013-09-05 21:49:26 +08:00
Sacha
649ba06b37
Someone forgot this include.
2013-09-05 05:00:00 +10:00
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 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
3f6361831e
Rename "System Language" to just "Language".
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 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
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
c845da2887
Switch System_GetName to System_GetProperty
2013-09-04 11:31:40 +02:00
Kingcom
77067094c7
Take minVal into account
2013-09-04 11:00:42 +02: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 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