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 |
|
The Dax
|
5b5c576157
|
Adjust some of the if positioning. OCD thing, heh.
|
2013-08-07 04:29:38 -04:00 |
|
The Dax
|
31d84c45fc
|
Change some enumerator names.
|
2013-08-07 04:29:38 -04:00 |
|
The Dax
|
cc6702f006
|
..And some others.
|
2013-08-07 04:29:38 -04:00 |
|
The Dax
|
8318eefcf1
|
Forgot to fix an if.
|
2013-08-07 04:29:38 -04:00 |
|
The Dax
|
c916d4ad99
|
Missed an enter/return.
|
2013-08-07 04:29:37 -04:00 |
|
The Dax
|
5301ddb82d
|
Windows UI: Fix some UI bugs and move more magic numbers to an enumerator.
|
2013-08-07 04:29:37 -04:00 |
|
The Dax
|
d549337080
|
Tidy up some newlines.
|
2013-08-06 19:40:59 -04:00 |
|
The Dax
|
40b1c6298a
|
Fix Headless build error introduced by #3063.
|
2013-08-06 19:28:43 -04:00 |
|
Henrik Rydgård
|
f203997c6e
|
Merge pull request #3063 from thedax/win32OSKBypass
Win32: Allow user to change emulated PSP nickname, and add an OSK "bypass"
|
2013-08-06 09:04:34 -07:00 |
|
Henrik Rydgård
|
c9003de358
|
Merge pull request #3024 from Kingcom/BreakpointList
Breakpoint list changes
|
2013-08-06 03:08:54 -07:00 |
|
The Dax
|
b9541d9a15
|
Switch to size_t instead of u32.
|
2013-08-05 23:29:59 -04:00 |
|
The Dax
|
1da0454508
|
Add support for changing the InputBox's title to the description text provided by the game(or the emulator itself). If none is provided(empty string), fall back to a default string.
|
2013-08-05 23:17:26 -04:00 |
|
The Dax
|
4570d83c05
|
Fix crash in InputBox.cpp by offering an overloaded func which takes a size, and use it in MenuScreens.cpp / PSPOskDialog.cpp.
|
2013-08-05 22:45:51 -04:00 |
|
Sacha
|
8b4280b297
|
Rename KEYCODE to NKCODE (native key code) to stop name collision. Implement Blackberry keymapping.
|
2013-08-05 03:31:40 +10:00 |
|
Henrik Rydgård
|
53336e55ad
|
Merge pull request #3050 from thedax/newUIBugFix
Win32/NewUI: Address debug log bug and placement in menu.
|
2013-08-04 02:07:16 -07:00 |
|
The Dax
|
f94ae2f10c
|
Fix NewUI bug involving the debug console on Win32. Also change the behaviour of WM_USER_LOG_STATUS_CHANGED to open and close the log window when enabled/disabled as appropriate.
|
2013-08-04 03:39:49 -04:00 |
|
raven02
|
5a384a51ce
|
Fix Issue #2949
|
2013-08-04 13:48:36 +08: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 |
|
Kingcom
|
ef2378ba1e
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp
|
2013-07-31 20:10:55 +02:00 |
|
Kingcom
|
1b803ac720
|
Toggle breakpoint in the breakpoint list by pressing space
|
2013-07-31 20:10:35 +02:00 |
|
Kingcom
|
2356e3b4be
|
Display breakpoint condition
|
2013-07-31 20:04:57 +02:00 |
|
Henrik Rydgård
|
ec9c464057
|
Merge pull request #3002 from raven02/aa
Anrdoid : Add option 'Anti-Aliasing' to new UI
|
2013-07-31 09:22:31 -07:00 |
|
Kingcom
|
a8ef18c039
|
Add pc, hi, and lo to the register list
|
2013-07-31 10:24:24 +02:00 |
|
Kingcom
|
bce211bcaa
|
-check for invalid memory access when creating status bar text
-when displaying word access, show a label if it exists
|
2013-07-30 22:26:52 +02:00 |
|
raven02
|
766770a755
|
Anrdoid : Add option 'Anti-Aliasing'
|
2013-07-30 23:32:55 +08:00 |
|
Kingcom
|
92c70af587
|
Add status bar
|
2013-07-30 16:19:05 +02:00 |
|
Henrik Rydgård
|
4ac782f789
|
Merge pull request #2999 from Kingcom/OpcodeInfo
Display if condition is met (and more)
|
2013-07-30 02:54:14 -07:00 |
|
Kingcom
|
723f242f0c
|
Rerwrote GetOpcodeInfo and adapted MipsTables for it
|
2013-07-30 11:29:30 +02:00 |
|
Kingcom
|
32f1ca91fd
|
-add function to get relevant opcode information for the disassembly
-put it to use to clean up code
|
2013-07-30 10:14:56 +02:00 |
|
The Dax
|
396c51510a
|
More cleanup, remove old CONTROLS dialog info.
|
2013-07-29 18:05:08 -04:00 |
|
The Dax
|
e2e5e8674c
|
More cleanups.
|
2013-07-29 15:34:52 -04:00 |
|
The Dax
|
0f0ab8c61a
|
Add license info to WndMainWindow.cpp.
|
2013-07-29 15:34:52 -04:00 |
|
The Dax
|
9a1b87f36b
|
Correct the 4XXXX menu IDs.
|
2013-07-29 15:34:51 -04:00 |
|
The Dax
|
5ef3a558ff
|
Remove more magic numbers and remove enumerator names.
|
2013-07-29 15:34:51 -04:00 |
|
The Dax
|
fefab90a42
|
Improve skip frame onscreen messages by removing switch, fix some typos, remove qualifier(generates a non-standard warning for some reason).
|
2013-07-29 15:34:50 -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 |
|
Henrik Rydgård
|
c68f5f78fb
|
Merge pull request #2970 from raven02/patch-5
Assign HW select button on X360 to "SELECT" button
|
2013-07-29 09:32:05 -07:00 |
|
Kingcom
|
862cf047da
|
Basic .sym support
|
2013-07-29 13:06:01 +02:00 |
|
Unknown W. Brackets
|
97098f109a
|
Use CommonWindows.h from Windows/ too.
Might as well. Everything still builds fine.
|
2013-07-28 21:04:20 -07:00 |
|
Unknown W. Brackets
|
b46ab5f5a4
|
Always defined WIN32_LEAN_AND_MEAN.
Might as well, less mess everywhere else.
|
2013-07-28 21:04:20 -07:00 |
|
raven02
|
ebeb2e3399
|
Remove obsolete control in option menu #2
|
2013-07-29 07:42:32 +08:00 |
|
raven02
|
bc9ddb6bc6
|
Remove obsolete control in option menu
|
2013-07-29 07:41:53 +08:00 |
|
Henrik Rydgård
|
bd29781c39
|
Merge pull request #2968 from Kingcom/Assembler
Only assemble when the core is paused
|
2013-07-28 14:15:25 -07:00 |
|
Kingcom
|
4f313f3757
|
Only assemble when the core is paused
|
2013-07-28 23:01:43 +02:00 |
|