adelikat
|
72842619ed
|
a tweak to last commit
|
2014-09-16 23:26:17 +00:00 |
adelikat
|
64706e2a9e
|
Tastudio - fix up how the winform text property is generated
|
2014-09-16 23:25:08 +00:00 |
adelikat
|
cee8c0dcb9
|
Input Roll - fix vertical scrollbar placement logic
|
2014-09-16 20:54:18 +00:00 |
adelikat
|
39b7b1c1fc
|
Tastudio - green marker icon logic
|
2014-09-16 19:20:19 +00:00 |
goyuken
|
28a37a57da
|
lynx mah boi https://www.youtube.com/watch?v=bNpLXo55yfw
|
2014-09-15 20:12:11 +00:00 |
adelikat
|
53d45ff184
|
when skipping lag frames with start paused on, don't emulate to the first non-lag frame
|
2014-09-14 15:29:28 +00:00 |
zeromus
|
7e3144fd07
|
support custom AR and display client size while resizing. fixes Issue #251 .
|
2014-09-14 00:51:30 +00:00 |
zeromus
|
7fea5f8543
|
fix problems with stale memorydomains in hex editor. fixes issue #262
|
2014-09-13 20:37:14 +00:00 |
scepheo
|
b076603a1e
|
HexEditor highlighting now works mostly correctly.
|
2014-09-13 16:18:36 +00:00 |
scepheo
|
dceb292618
|
Attempting to fix the HexEditor interface, take 2.
|
2014-09-13 15:39:18 +00:00 |
scepheo
|
2c4bb6044e
|
Attempt to fix the HexEditor highlight code.
|
2014-09-13 14:50:58 +00:00 |
adelikat
|
1693a2a1ed
|
Cheats dialog - default to System Bus domain
|
2014-09-13 14:21:08 +00:00 |
adelikat
|
de09aadc0e
|
Hex Editor - dirty hack to prevent scrollbar value from being -1, why is it being -1 in the first place? meh
|
2014-09-13 13:50:29 +00:00 |
adelikat
|
1efaa896bc
|
Add a N64 TAS profile in the profile config, has identical settings to TAS but also the Frame Advance skips Lag Frames option set to true
|
2014-09-13 01:21:55 +00:00 |
zeromus
|
c36667ddb5
|
hexeditor: support 32bit systembus domain. only lightly tested.
|
2014-09-11 21:55:38 +00:00 |
adelikat
|
a9bb4162fd
|
Ram Search - when deciding to disable domains, take the special meaning of Size 0 into account
|
2014-09-11 21:50:06 +00:00 |
zeromus
|
87e9d235f6
|
make some effort to support memdomain of full 32bits size, and use it for n64 system bus. make sure to check that its disabled in ramsearch engine and in hex editor. we could probably fix it to work in hex editor later.
|
2014-09-09 21:34:41 +00:00 |
zeromus
|
832ed0e5e3
|
add jabo permission in a new legal notes section of aboutbox which currently contains only that (it was really hard to add new stuff to the cores info list, but that would be a better place to put it later...)
|
2014-09-07 03:56:16 +00:00 |
pjgat09
|
181313cdf9
|
N64: Removed checks to see if the correct jabo dll was present
|
2014-09-07 03:13:53 +00:00 |
adelikat
|
afdfe11c7e
|
lua - forms.label - add an optional fixedwidth font param
|
2014-09-07 02:42:44 +00:00 |
adelikat
|
1f69cdda9e
|
oops, forgot a !
|
2014-09-06 23:55:53 +00:00 |
adelikat
|
88daf797db
|
N64hawk - Expansion slot toggle, expansion being off by default, note: this is a sync setting
|
2014-09-06 23:03:34 +00:00 |
goyuken
|
53ccb63e18
|
fix typo
|
2014-09-06 15:17:22 +00:00 |
adelikat
|
1f7ad013cb
|
Speedup/Slowdown hotkeys - add a 300% increment, also add 6400% since these days quicknes plus a good cpu can get greater than 3200% speed
|
2014-09-05 20:37:56 +00:00 |
adelikat
|
5beffa156a
|
Tastudio - lots of icons!
|
2014-09-04 22:03:22 +00:00 |
adelikat
|
33de5d4bd9
|
InputRoll - support a QueryItemIcon callback, and wire it up to Tastudio's current frame marker, needs to be cleaned up
|
2014-09-03 03:16:16 +00:00 |
adelikat
|
eebe877d28
|
InputRoll - remove testing code
|
2014-09-03 02:57:39 +00:00 |
zeromus
|
8011de9c39
|
draw gdi bitmaps
|
2014-09-03 02:52:46 +00:00 |
adelikat
|
21404611ab
|
GDI Renderer - very bad attempt to start bitmap support
|
2014-09-03 02:24:13 +00:00 |
adelikat
|
c84d8ec93c
|
Add some icons for tastudio that we will eventually want to use
|
2014-09-03 01:22:57 +00:00 |
zeromus
|
98087fe9ea
|
make note of accuracy core not being supported (and disable it) in snes options
|
2014-09-02 05:00:12 +00:00 |
goyuken
|
8634d52bed
|
remove the dummymemorydomainlist as its not needed anymore (if a core has no memory domains, it simply doesn't have the interface)
|
2014-09-01 21:09:25 +00:00 |
kylelyk
|
3dc88b817a
|
More drawing cleanup in InputRoll and many little bugs with scrolling.
|
2014-09-01 20:34:10 +00:00 |
adelikat
|
d003be9cda
|
remove some todos, I decided not to do any of them, it is too pedantic to do them
|
2014-09-01 19:07:05 +00:00 |
adelikat
|
5ba74c631c
|
Remove MemoryDomains from IEmulator into a new Interface, IMemoryDomains, Add this interface to existing cores, except null emulator (and removed memory domain related code from it). Refactored EmuHawk for ram tools to use an instance of IMemoryDomains rather than IEmulator, don't expose ram tools unless the core implements IMemoryDomains. Still a few misc todos, and probably some cleanup
|
2014-09-01 18:43:41 +00:00 |
kylelyk
|
5b8898e1d8
|
Fixed bug with selection drawing, added ability to specify max characters in every "column" in Horizontal Orientation, moved toggling of InputRoll orientation to TAStudio.
|
2014-09-01 15:35:48 +00:00 |
kylelyk
|
b5af69a7c5
|
Fixed small bug introduced from last commit, added a different cursor for Horizontal Orientation.
|
2014-09-01 00:45:58 +00:00 |
kylelyk
|
cdbb1bc13c
|
Added helper function to convert from PixelsToRows and vice versa, helper properties for column header dimensions, ability to have different size column headers in vertical and a pre-scaled column width in horizontal orientation.
|
2014-08-31 23:03:59 +00:00 |
adelikat
|
11691cd690
|
GDIRenderer - remove some todos that were done
|
2014-08-31 18:19:26 +00:00 |
kylelyk
|
8edbc8bfe1
|
TAStudio: Fixed double middle/right click creating new marker. Fixed selected row not displaying properly.
|
2014-08-31 18:06:31 +00:00 |
adelikat
|
9534384e3d
|
input roll - fix vertical padding in vertical mode
|
2014-08-31 17:22:53 +00:00 |
adelikat
|
f5059bf53c
|
Tastudio - fix a null reference exception
|
2014-08-31 17:15:21 +00:00 |
kylelyk
|
1b6d873fb1
|
VScrollbar in InputRoll now uses pixels. Various bugs with vertical scrolling.
|
2014-08-31 17:11:47 +00:00 |
adelikat
|
3c23c5028d
|
Tastudio - go to frame stuff
|
2014-08-31 16:51:19 +00:00 |
adelikat
|
907ab29aaa
|
Tastudio - fix exception when attempting to scroll before frame 0
|
2014-08-31 16:07:11 +00:00 |
kylelyk
|
69e9bc22d2
|
More graphics fixes for InputRoll and overhauled how scrollbars are maintained and calculated. VScrollbar is still in rows for now.
|
2014-08-31 15:40:02 +00:00 |
adelikat
|
7a720a63b1
|
Tastudio - fix backwards lag background color logic
|
2014-08-31 14:58:44 +00:00 |
adelikat
|
0a6cda6fe2
|
Tastudio - refreshing after some calls that virtuallstiview would have automatically refreshed
|
2014-08-31 13:12:18 +00:00 |
adelikat
|
8c68fe6d83
|
Play movie - stop on frame textbox - change max length from 3 to 8
|
2014-08-31 01:46:43 +00:00 |
kylelyk
|
d2eb036b90
|
Refactored a lot of InputRoll, started the foundation of changing orientation behavior, horizontal scrollbar now works completely. Have not tested horizontal orientation (not until vscrollbar is in pixels and switching between orientations is tested).
|
2014-08-30 18:42:14 +00:00 |