Unknown W. Brackets
f6abfb9444
Fix hang if you use disasm goto outside game.
2014-02-20 01:02:39 -08:00
Unknown W. Brackets
f62eb4848d
Add a few more safety checks for SendMessage().
...
Broadcasting is bad.
2014-02-17 21:08:34 -08:00
Unknown W. Brackets
ec34c31416
Initialize the status bar earlier.
...
We try to set its text sometimes before creating it, which can cause a
random hang. It could also maybe be causing the window titles to be
blanked out.
2014-02-17 20:52:38 -08:00
Dante38490
d996b3aa06
-Update VS 2013
...
While the project is already in 2013, except the SLN file.
2014-02-17 15:45:29 +01:00
The Dax
62075a1e9b
Use a safer method of calling the DPI stuff.
2014-02-17 04:02:56 -05:00
The Dax
1b23c51a9f
Win32: Make PPSSPP DPI aware to avoid flickering in fullscreen on some PC hardware setups.
2014-02-17 03:39:24 -05:00
chinhodado
1ed1f719bc
remove unnecessary nonnegative check for unsigned variable
2014-02-16 12:25:42 -05:00
Unknown W. Brackets
2459f4e351
Avoid a char * for a constant string.
2014-02-15 01:56:27 -08:00
Henrik Rydgård
0dd9e2dbaf
Merge pull request #5452 from unknownbrackets/win-fixes
...
Clean up some Windows leaks, optimize symbol map a bit
2014-02-15 09:31:37 +01:00
Unknown W. Brackets
d0d4e665d1
Clean up double creation of memory debugger.
2014-02-14 21:17:36 -08:00
Unknown W. Brackets
8f09a341df
Fix a few leaks in the Windows UI code.
2014-02-14 21:08:24 -08:00
Henrik Rydgård
3a08693946
Merge pull request #5440 from thedax/097VersionBump
...
Bump version numbers for 0.9.7 release.
2014-02-14 15:58:29 +01:00
The Dax
f6e6b54f2a
Bump version numbers for 0.9.7 release.
2014-02-13 16:55:17 -05:00
The Dax
965a3333b4
Don't crash by reading a nullptr when changing the rendering resolution.
2014-02-13 16:30:08 -05:00
Henrik Rydgard
3b2d61af09
Win32: Don't flicker when moving around the window. Fixes #5429
2014-02-13 17:56:26 +01:00
Henrik Rydgård
ddaf60976c
Only apply the FMA3 workaround in x64.
...
http://connect.microsoft.com/VisualStudio/feedback/details/809664/the-crt-function-powf-will-crash-in-win8-1-pe
2014-02-13 16:02:10 +01:00
Henrik Rydgård
5850514245
Work around VS2013 CRT bug that affects Vista and Win7 RTM.
2014-02-13 15:57:36 +01:00
Henrik Rydgård
c158d0ad10
Merge pull request #5427 from Kingcom/ListCheckboxes
...
Use checkboxes in breakpoint list
2014-02-13 11:57:04 +01:00
Kingcom
2b7a601c17
Add checkboxes to GenericListControl, use them in CtrlBreakpointList
2014-02-13 10:24:42 +01:00
Henrik Rydgard
e0c81ab662
Fix remaining problems in #5396 and #5401
2014-02-12 11:35:38 +01:00
Henrik Rydgard
fb3febb22b
Fix in-game rendering resolution changes on Windows. Fixes #5401
2014-02-12 10:43:10 +01:00
Unknown W. Brackets
d279dcd454
Fix renaming a function from disassembly.
2014-02-11 07:45:13 -08:00
Henrik Rydgard
49de482e6a
Fix blank screen on fullscreen bug ( #5396 )
2014-02-10 18:34:57 +01:00
Henrik Rydgard
8a2b50af64
Fix bug causing the screen to go blank when resizing the window using scale factors on Windows.
2014-02-10 16:22:16 +01:00
Henrik Rydgard
ca9d0ea5cf
Remove more bad uses of dp_xres. Fix a data flow issue
...
(could end up with "feedback" if modifying the screen bounds)
2014-02-10 15:55:21 +01:00
Henrik Rydgard
c6caff61bf
Update native with buildfix. Fix some resizing issues.
2014-02-10 15:14:45 +01:00
Henrik Rydgard
4d00a9b4bc
Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds
2014-02-10 12:44:36 +01:00
Henrik Rydgard
8b6b491820
Remove obsolete outputWidth/outputHeight
2014-02-10 12:44:35 +01:00
Henrik Rydgard
333580e3b2
Warning fixes
2014-02-10 09:56:52 +01:00
Unknown W. Brackets
80704d013e
Fix #5390 , crash on Exit on Windows.
2014-02-09 17:35:43 -08:00
Unknown W. Brackets
7380c5b664
Stop showing z = 1.0 for non through in debugger.
...
Oops.
2014-02-09 00:33:15 -08:00
Unknown W. Brackets
442b3171dc
Typo.
2014-02-09 00:20:09 -08:00
Unknown W. Brackets
fc6bbbff76
Add select all to all generic list controls.
2014-02-09 00:08:37 -08:00
Unknown W. Brackets
7deeb813a7
Make all list controls copy by default.
...
Yay. Much better than screenshots.
2014-02-09 00:00:20 -08:00
Unknown W. Brackets
9e8e9ec62f
Add a tab to show matrices as well.
2014-02-08 23:27:05 -08:00
Unknown W. Brackets
e7eca477b0
Add a tab to show vertex values to the GE debugger.
...
Should be pretty useful, especially for depth issues.
2014-02-08 22:03:29 -08:00
Unknown W. Brackets
cd4cd77938
Clean up defines in MSVC project files.
...
This way they're all basically the same. A lot of cases where
debug/release/etc. where inconsistent...
Also, define USING_WIN_UI.
2014-02-08 16:38:44 -08:00
Unknown W. Brackets
2c204e8028
Update project to MSVC 2013 tools.
...
Retaining XP support, using SDK 7.1a (v120_xp.) Disables SSE2 flag on x64
since it's implied and causes compile warnings.
2014-02-08 13:41:28 -08:00
The Dax
7efaadaf3c
Win32: Add a command-line option to let the escape button exit the emulator.
2014-02-07 16:46:40 -05:00
Henrik Rydgård
d055954a83
Merge pull request #5241 from DanyalZia/patch-50
...
Properly show OSD information of resolution
2014-01-27 01:01:13 -08:00
DanyalZia
afc36d557e
Properly show OSD information of resolution
2014-01-27 11:46:09 +05:00
Henrik Rydgård
b74119c416
Merge pull request #5233 from Kingcom/Debugger
...
Module list in Windows debugger
2014-01-26 16:05:51 -08:00
sum2012
abbbdb41b8
Change error string
2014-01-27 07:47:31 +08:00
sum2012
93cd5ecec3
Show warning instead of crash in windows non 32 bit colour
2014-01-27 07:36:39 +08:00
Kingcom
880be6d41d
Module list in Windows debugger
2014-01-27 00:35:16 +01:00
Henrik Rydgård
efd44a6933
Merge branch 'debugger2' of https://github.com/unknownbrackets/ppsspp into unknownbrackets-debugger2
...
Conflicts:
Core/Debugger/Breakpoints.cpp
2014-01-26 23:10:37 +01:00
Henrik Rydgård
241c78fb4c
Merge pull request #5221 from unknownbrackets/debugger
...
Add module info to the symbol maps
2014-01-26 14:07:29 -08:00
Henrik Rydgård
289729f43c
Merge pull request #5216 from DanyalZia/frameskip
...
Separates out auto-skip from frameskiping
2014-01-26 14:06:45 -08:00
Unknown W. Brackets
fe2b62c27d
Make the "on change" checkbox for memchecks work.
...
But, for now, only on sw and similar instructions, the rest don't work
yet and just always break.
2014-01-26 11:57:39 -08:00
DanyalZia
61a15c1465
Fix a bug where changing resolution wouldn't make a difference on a fly
2014-01-26 19:02:21 +05:00