adelikat
|
f3d8388dfe
|
Lua - implement movie.getheader()
|
2015-08-04 18:22:22 -04:00 |
adelikat
|
2373e5bcd5
|
Support .xml disc bundling for PSX, note: this is sloppy code and mostly copy pasta, sorry.
|
2015-08-04 17:19:21 -04:00 |
zeromus
|
4e673df06f
|
psx - continue fiddling with framebuffer cropping mode
|
2015-08-02 15:37:04 -05:00 |
zeromus
|
eb59470ed8
|
psx - some finetuning to previous commit to fix most PAL games and bios screens
|
2015-08-02 12:02:55 -05:00 |
zeromus
|
8fc5acfdcd
|
psx - add clip to framebuffer option
|
2015-08-02 11:35:19 -05:00 |
adelikat
|
0205762409
|
lua - remove movie.insertframe() as it is no longer needed and was not coded in an acceptable way, if such a feature is needed in the future, it needs to be thought through better
|
2015-08-01 22:21:44 -04:00 |
adelikat
|
8ec8032061
|
lua - implement movie.startsfromsavestate() and movie.startsfromsaveram()
|
2015-08-01 18:16:40 -04:00 |
adelikat
|
383a462207
|
lua - implement movie.InsertFrame(int index, string logEntry), for now, will only work on .bk2 movies (.bkm and .tasproj will crash)
|
2015-08-01 15:46:43 -04:00 |
adelikat
|
0b4dfb0ba0
|
lua - fix client.ext()
|
2015-08-01 15:38:43 -04:00 |
adelikat
|
2e3b27494f
|
when loading a movie via commandline, don't nag about lacking sync settings
|
2015-08-01 11:13:22 -04:00 |
adelikat
|
f487a1f937
|
when loading a movie via commandline, check for importable movie types and import them
|
2015-08-01 10:55:19 -04:00 |
adelikat
|
ad821c90d5
|
lua - implement client.exit()
|
2015-07-31 18:44:53 -04:00 |
feos
|
a8fc79910f
|
tastudio: clamp newCell for dragged branches.
this fixes another OOB crash.
|
2015-07-31 00:30:40 +03:00 |
feos
|
90cdbc1d1f
|
tastudio: fix crash when comparing branches with identical input and different length.
it was setting loop count basing on a longer branch (if it's current), the shorter one going OOB.
|
2015-07-31 00:04:01 +03:00 |
Suuper
|
0d87c8330c
|
TAStudio: -Put lag log and change log back into branches.
-Bugfix: clearing states in a savestate-anchored movie threw an exception
-Clear disk states when clearing states
|
2015-07-30 15:14:34 -05:00 |
Suuper
|
e78b39208b
|
InputRoll: Bugfix with my new code.
|
2015-07-30 15:14:32 -05:00 |
feos
|
78f4084411
|
tastudio: color frame column the same as player 2.
this visually separates frame number column from input.
could have been done by aligning frame text to the right, but it's not possible right now.
|
2015-07-30 21:09:07 +03:00 |
Suuper
|
a0eea10de5
|
InputRoll: Fix a bug with cell highlight colors, and make highlighted shading weaker.
|
2015-07-30 13:01:52 -05:00 |
adelikat
|
09f472ea91
|
Tastudio - ability to click drag branches to reorder them
|
2015-07-29 22:15:00 -04:00 |
adelikat
|
23b1199bbd
|
Tastudio - show branch numbers on the navigation column for frames that correspond to branches
|
2015-07-29 19:45:51 -04:00 |
feos
|
e6fdac6923
|
tastudio: current branch tweaks.
- make bg color readable, and match the plaback cursor one
- set last updated or added branch as current
|
2015-07-29 21:38:10 +03:00 |
adelikat
|
fd8d4e4678
|
Tastudio - branches - cap the framebuffer display size to 320 width
|
2015-07-28 20:46:11 -04:00 |
adelikat
|
6e9b10d4fd
|
remove debugging try/catch
|
2015-07-28 20:04:25 -04:00 |
adelikat
|
6bcbf82b7c
|
Tastudio - ability to move markers by shift+click dragging them
|
2015-07-28 20:03:03 -04:00 |
ConHuevosGuey
|
75ccd1966b
|
Super Castlevania IV collision viewer lua script
|
2015-07-28 08:57:35 -05:00 |
adelikat
|
a219e7150e
|
Tastudio - add an option to create a saveram anchored movie from a selected frame, just like the savestate anchored movie feature, it uses the current movie to create a verification log
|
2015-07-27 19:25:48 -04:00 |
zeromus
|
26da2a0733
|
add prototype of new PSX Controller config dialog
|
2015-07-27 12:18:21 -05:00 |
zeromus
|
1789ffaaf0
|
fix crash when minimizing window in gdi+ display method
|
2015-07-27 09:58:22 -05:00 |
zeromus
|
644a17dc19
|
fix nonsense in ReadByteRange; should fix #463, but havent tested
|
2015-07-26 19:56:27 -05:00 |
Suuper
|
2d64e0d115
|
TAStudio: -Scroll by painting doesn't require FollowCursor anymore
-Undo History form display bug fixes.
-Removed menu item to combine consecutive recordings/draws
|
2015-07-26 14:54:31 -05:00 |
adelikat
|
26f824625c
|
TAStuido - support saving and loading of saveram in saveram-anchored movies
|
2015-07-26 15:48:12 -04:00 |
adelikat
|
490adc905e
|
Support recording movies that start from SaveRam, note: as of this changeset tastudio does not support this concept and may interact in weird ways with saveram-anchored movies
|
2015-07-26 15:41:22 -04:00 |
Suuper
|
d22a0db61e
|
TASTudio: Fix hovering over column headers
|
2015-07-26 13:44:30 -05:00 |
adelikat
|
d6d901820f
|
Tastudio - undo dialog - don't show default icon
|
2015-07-26 08:16:04 -04:00 |
Suuper
|
f72eadb76e
|
TAStudio: -Fix: Undo/Redo didn't always jump back to valid frame.
-Performance boosts with multiple selected rows
|
2015-07-25 22:49:52 -05:00 |
Suuper
|
7a0103963d
|
TAStudio: -History form's Auto Scroll now scrolls to current undo step instead of the last item in the list
-Allow user to cancel setting wheel scroll speed
|
2015-07-25 22:49:51 -05:00 |
zeromus
|
b78f5802a3
|
cleanup some lingering junk from earlier in gdi+ display method
|
2015-07-25 21:06:54 -05:00 |
adelikat
|
db1130a8a3
|
Tastudio branches - ability to update a branch
|
2015-07-25 21:56:24 -04:00 |
adelikat
|
a2edd3a018
|
Tastudio - Branches - fix screenshot hover, and also set the screenshot hover size to a "1x" resolution for the given core
|
2015-07-25 21:31:06 -04:00 |
Suuper
|
91c12d06b6
|
TAStudio: -Show button name and frame of painted input in undo log.
-Don't scroll to follow cursor while mouse button is held.
|
2015-07-25 20:15:35 -05:00 |
Suuper
|
00f38094b2
|
TAStudio: -Gave default values to my recently added TAStudioSettings settings.
-Properly check Always Folor Cursor menu item.
|
2015-07-25 20:01:02 -05:00 |
Suuper
|
6ca7080a85
|
TAStudio: Fixes to how scrolling while painting input works.
|
2015-07-25 19:56:13 -05:00 |
adelikat
|
0963c17206
|
Tastudio branches - when removing the selected branch, clear the selection color
|
2015-07-25 20:55:23 -04:00 |
adelikat
|
c969c57ee9
|
Tastudio - remember split container settings, and also restore defaults
|
2015-07-25 20:21:31 -04:00 |
zeromus
|
43cfd72b1c
|
fix loading PSF with no tags
|
2015-07-25 18:01:38 -05:00 |
adelikat
|
4564cc5c6b
|
Tastudio - make right side fixed when resizing
|
2015-07-25 18:48:46 -04:00 |
zeromus
|
09e95b89b2
|
remove an unused file
|
2015-07-25 17:42:43 -05:00 |
adelikat
|
f747563f74
|
Tastudio - split container between input log and the right side controls
|
2015-07-25 18:33:58 -04:00 |
zeromus
|
f8b840ea41
|
fix gdi+ lua rendering and prescale option
|
2015-07-25 17:29:19 -05:00 |
adelikat
|
e73c7813bf
|
Tastudio branches - make a copy of a branches log, instead of referencing it!
|
2015-07-25 18:13:56 -04:00 |