Commit Graph

6915 Commits

Author SHA1 Message Date
adelikat 7e768eacb1 When rewinding show << and <<<< symbols (not sure when those ever got removed). Tastudio - disable rewind on load, and restore it (if it was on) when closed 2014-07-11 17:14:45 +00:00
adelikat ac931f27f2 Remove the ability to use rewind during movie record mode, and rip out all the hacks that made that work somewhat in the first place 2014-07-11 17:05:18 +00:00
adelikat f8ee569bbb TAStudio - float painting 2014-07-11 16:26:19 +00:00
adelikat 1ef53257e9 TAStudio - smoother input painting, less gaps when dragging fast, still feels a bit of fthough 2014-07-11 16:08:47 +00:00
adelikat 2e508c1468 TAStudio - greenzone settings dialog 2014-07-11 15:43:47 +00:00
adelikat ee7831178a TAStudio - header editor 2014-07-11 02:31:43 +00:00
adelikat 27736edaae remove PCE Debugger project since it isn't used and won't be used, we have a better way to do debuggers 2014-07-11 01:29:10 +00:00
adelikat 9f94ee1e33 TAStudio - add capacity and SaveGreenzone settings to the greenzone and make greenzone respect the capacity. When adding a new state that exceeds capacity, the first one added will be removed (more intelligent logic will be done later). Respect the SaveGreenzone flag when saving and loading. Save and load greenzone settings to tasproj file, still todo: UI to let user manage greenzone settings 2014-07-10 22:44:44 +00:00
adelikat 4c9c8e3cb1 TAStudio - saving/loading of greenzone 2014-07-10 22:07:50 +00:00
adelikat f3af2821bb TAStudio - populate greenzone during playback 2014-07-10 20:48:43 +00:00
adelikat f0425f3cc5 TAStudio - input painting for boolean input 2014-07-10 20:40:50 +00:00
adelikat 238e9b4f73 TAStudio - 0 based frame display 2014-07-10 20:15:46 +00:00
adelikat cf5ee09d5d Disable play and record movie menu items when a movie is active, it isn't too much trouble for the user to stop the current movie first, and there's a lot that goes wron when they pick these with an active movie 2014-07-10 20:06:23 +00:00
adelikat 2ae2f5dce2 Let TAStudio take control of the Mainform StopMovie function 2014-07-10 19:51:36 +00:00
adelikat 5681368e13 TAStudio - background coloring based on lag log and greenzone 2014-07-10 19:24:21 +00:00
adelikat 80d5e8a7be TAStudio - input display 2014-07-10 02:45:56 +00:00
adelikat 655207d79a TAStudio - some reorg 2014-07-10 01:58:43 +00:00
null_ptr e5d1dc111e Integrated glide64 (mk1) into plugin solution file 2014-07-09 23:44:33 +00:00
null_ptr b54fb9e6a6 Added mupen64plus-video-z64 2014-07-09 23:40:12 +00:00
adelikat 8d0cfc60dc TAStudio - some reorg 2014-07-09 23:04:22 +00:00
adelikat 539deaaf6c TAStudio - fix autoload 2014-07-09 22:44:20 +00:00
adelikat 61c4dfa1b1 TAStudio - comment and subtitle editor menu items 2014-07-09 22:09:20 +00:00
adelikat 537d8c5cac TAStudio - misc stuff 2014-07-09 21:56:27 +00:00
adelikat 786b0238ba Move Markers from TAStudio to TasMovie, and implement saving and loading of markers 2014-07-09 16:35:39 +00:00
adelikat 250dcbb108 tweak some comments 2014-07-09 16:01:57 +00:00
adelikat 9cc1fb4404 tastudio - some reorg 2014-07-09 15:04:16 +00:00
adelikat 5843a8f396 Start proof of concept of an IControlManinform interface. Mainform now has RelinguishControl and TakeControl methods. Tools that implement IControlMainform can override mainform actions. TAstudio implements this, currently the only ability is to override Read only toggle. The intend of this is to allow TAStudio and debuggers to take control of relevant mainform actions 2014-07-08 16:08:52 +00:00
adelikat bccf0e8c3b movie - hack to fix stuff, but it means movies get loaded from disk at least twice 2014-07-08 15:18:17 +00:00
adelikat cb3e340a1a Movie stuff 2014-07-08 15:15:35 +00:00
adelikat 7e39e67b1f tastudio - more fixes to startup logic, still convolted, buggy and wrong, but better! 2014-07-08 13:46:59 +00:00
adelikat 863d6f09ee small tastudio progress 2014-07-08 13:33:01 +00:00
pjgat09 5787ed4563 N64: A jabo wrapper that almost works 2014-07-08 02:18:50 +00:00
adelikat 84b8fa36f2 TAStudio - more stuff 2014-07-07 19:48:58 +00:00
adelikat 96b36cc230 TasMovie - save and load lag log to file 2014-07-07 19:32:37 +00:00
adelikat 6d61db045f TasMovie - more reorg and restore state and lag capturing 2014-07-07 18:40:42 +00:00
adelikat c019ec3bf0 More reorg 2014-07-07 18:03:02 +00:00
adelikat 7173447e8a TasMovie - some reorg in preparation for actual progress 2014-07-07 18:00:25 +00:00
adelikat 34290be1dc TAStudio - export to bk2 menu item implemented 2014-07-07 16:14:33 +00:00
adelikat f875792c74 TAStudio - column names for float values 2014-07-07 16:03:22 +00:00
adelikat 46d6279f1b TAStudio - some progress on dynamically displaying columns, and some fixups in movie code in general 2014-07-06 22:13:12 +00:00
adelikat a02888344b Change the ToBk2() method to receive an IMovie instead of Bkm, and write a ToTasMovie() method similarly. Tastudio - remove code that warns the user if they open it with a movie already active, instead ask and autoconvert the current movie to a tasproj file 2014-07-06 21:20:43 +00:00
adelikat b9bb1635a1 more tweaks to the Analog Stick variable size logic, and positioning fixes to Genesis mouse schema 2014-07-06 17:02:35 +00:00
adelikat 2225811743 Virtualpad Analog stick - refactor to be variable size instead of a hardcoded 127, Implement Genesis mouse as a 255 analog stick. Note: some positioning bugginess is present in this check in, and probably some things got broken 2014-07-06 16:44:50 +00:00
adelikat 1df9f49f37 fix a typo in method name 2014-07-06 16:06:38 +00:00
adelikat 5c0b8f4166 Controller config - analog bind panel - slight positioning tweak to prevent the button name from getting cut off 2014-07-06 15:57:57 +00:00
adelikat ec0cba444e Gui option to start in full screen 2014-07-06 14:16:59 +00:00
goyuken a8530cbdc3 genesis: actually get r872 from upstream (forgot it in prev commit) 2014-07-05 05:58:00 +00:00
goyuken 00d31f41e1 genesis: grab r859 and r872 from upstream 2014-07-05 01:54:19 +00:00
zeromus 9e1c678b4a TIMEUP! fix GPGX core revision metadata from r580 to r850 which is the actually correct value 2014-07-05 01:17:11 +00:00
adelikat e5b5daeaa0 VirtualPad Analog button - if not in sticky mode, update every frame with the current value, and a slight tweak to read-only view 2014-07-04 15:40:21 +00:00