Commit Graph

974 Commits

Author SHA1 Message Date
beirich 56538894c6 Add Hack rom status 2011-07-10 20:35:52 +00:00
andres.delikat e6b6cce7ad Uncomment some movie code 2011-07-10 20:01:27 +00:00
zeromus f8f1906a3c make alt hotkeys more useful by preventing interference from windows menu system 2011-07-10 19:50:59 +00:00
andres.delikat 8e3302860f PCEjin movies = .MC2 not .pCE! 2011-07-10 19:46:54 +00:00
andres.delikat 93fcd7d94f Edit Comments/Subtitles dialogs - limit max height of auto-height adjustment 2011-07-10 18:36:10 +00:00
beirich 732bd982af Update to GameDB and update PCE compat.txt 2011-07-10 18:26:55 +00:00
andres.delikat be20aa3af8 Play Movie - include subdirectories option, fix a crash bug 2011-07-10 18:21:43 +00:00
andres.delikat 58ac4b176f remove corphawk.ico from svn, remove lost logo.ico from csproj file list 2011-07-10 18:13:02 +00:00
zeromus c25caa4c8e is this better? 2011-07-10 18:08:06 +00:00
andres.delikat 6e59917c81 ugh, logo needs to be in the output directory, lame 2011-07-10 18:04:13 +00:00
andres.delikat 26724604da Play Movie - highlight matching movie on Load. Look for movies that have the game name header that matches the rom, tiebreakers are .tas, and last access date 2011-07-10 17:51:32 +00:00
andres.delikat a3fd68ac35 Play Movie Dialog - various cleanups 2011-07-10 17:04:24 +00:00
andres.delikat 4ba6fb4122 Load up Rom dump status icon with various ROM statuses 2011-07-10 16:34:35 +00:00
beirich 6fc8d16e42 Wire up known bad/good rom status from GameDB 2011-07-10 16:06:12 +00:00
andres.delikat 74c8e09892 Add Record icon for when movie is in record movie, add green check for good rom dumps, add function for checking rom dumps (currently blank and always shows good) 2011-07-10 15:36:41 +00:00
andres.delikat 4b03660092 Better corphawk icon 2011-07-10 13:46:10 +00:00
andres.delikat 3a9acac5a4 Input config - fix height resizing of TI83, fix ordering of controllers in combo box. Remove calls to hardcoded indexes of the comboboxes (use the string names instead!) 2011-07-10 13:16:24 +00:00
zeromus 61f466ca8e fix more input stuff better 2011-07-10 07:39:40 +00:00
zeromus 2425b3c87a fix some input things 2011-07-10 06:24:04 +00:00
beirich c8727ae01f fix some gamedb stuff, add some genesis games to db, get genesis back to a state where it at least loads roms correctly 2011-07-10 04:54:18 +00:00
andres.delikat fac0143fe4 Message Config - Multitrack message position 2011-07-10 03:38:46 +00:00
andres.delikat 9ea996b0fe Message config - add movie input color 2011-07-10 03:13:07 +00:00
zeromus 4991b95def refine input stuff 2011-07-10 02:14:58 +00:00
andres.delikat de1a3fdc50 Fix TI83 screenshots. Fix screenshot naming code to use the filesystemsafe name, fix bug in screenshotas function 2011-07-10 01:55:37 +00:00
andres.delikat f89070f6ad Display subtitles option 2011-07-10 00:04:33 +00:00
andres.delikat f3e4cdcd16 Rip out "wasPressed" code, remove debug code left in by accident from inputwidget 2011-07-09 23:35:26 +00:00
zeromus 4ac74a20b3 fix obvious bug in last checkin 2011-07-09 23:18:13 +00:00
andres.delikat 1e59c2f530 Input Widget - add in FlagDuplicate() and UnflagDuplicate() in preparations for a "Show duplicates" option in input config & map hotkeys 2011-07-09 23:03:42 +00:00
andres.delikat 521b2ccfd6 InputWidget - MouseWheel increment/decrements 2011-07-09 22:22:45 +00:00
zeromus 9355bc0f2e redo some of client input and hotkey handling 2011-07-09 22:09:39 +00:00
andres.delikat 003b7ebebf Input Widget - left click = focus() only, disable all other mouse events 2011-07-09 22:07:13 +00:00
andres.delikat 9419e02091 InputWidget - hide caret, increment even on duplicate (just don't overwrite anything), don't highlight text on focus 2011-07-09 21:55:14 +00:00
andres.delikat 43c9cd8047 Clicking statusbar pause button = toggle pause state 2011-07-09 21:13:18 +00:00
andres.delikat 3e87c297fc Input widget - fix behavior of TAB key 2011-07-09 21:10:40 +00:00
beirich 1496c9eb1d Switch Bizhawk Client from console to winforms application; make "Show Log Window" a user-togglable option 2011-07-09 19:54:24 +00:00
andres.delikat b25193ef84 Use blank image in the pause icon of the statusbar so that the icon size doesn't change 2011-07-09 18:39:48 +00:00
andres.delikat 0407bb2e86 Input widget - Check for duplicates in binding array before committing a mapping 2011-07-09 18:24:53 +00:00
beirich 7c9d170248 fix input save crash 2011-07-09 18:08:10 +00:00
andres.delikat 7f2079beed Input config - autotab toggle 2011-07-09 18:01:46 +00:00
andres.delikat b1e1fa498c Input Widget - when autotab is off, cycle through the key mappings instead 2011-07-09 17:50:52 +00:00
andres.delikat 7dbe4472d9 Default key mappings - switch so keyboard bindings are first, joypads 2nd 2011-07-09 17:40:26 +00:00
andres.delikat 6949a8dd59 InputWidget overhaul to use the new GetPressedKeys() function. InputWidget no longer wipes all mappings. In autotab mode it replaces the first key mapping instead of all. There is now a max number of bindings of 4 (but changeable). Still has some quirks to work out like Alt+F4 no longer closes the dialog, and TAB has weird behavior. Also, need to implement non-autotab handling. Reworked Hotkey config to use this inputwidget, but not inputconfig yet 2011-07-09 16:12:56 +00:00
andres.delikat 16e332a72d Fix so that tool dialogs such as Ram watch update on loadstate, Ram Watch - AddWatch() triggers Changes() function, Separator no longer shows Change Count = 0 2011-07-09 00:26:23 +00:00
beirich 2cbc50143f Input update... always run directinput in background input mode, we take care of ignoring input when application isn't focused ourselves 2011-07-08 05:15:28 +00:00
andres.delikat a22cade8df Frame Counter Display - remove debug movie length counters, they have served their purpose 2011-07-08 03:04:36 +00:00
andres.delikat 1056dbe9b1 Input Widget - proof of concept of using a Timer inside the widget to call GetPressedKeys(). Currently this function is always returning null, however. 2011-07-07 16:48:29 +00:00
andres.delikat ec2969cc73 Input Widget - Do "Ctrl+X" not "Ctrl + X" 2011-07-06 23:15:58 +00:00
andres.delikat a0dddc1e5a in Movie finished mode, save slots should still be bound to the movie (if the bind option is selected of course) 2011-07-06 22:37:41 +00:00
beirich 0b09825218 show config crashes so we can debug them 2011-07-06 02:16:44 +00:00
andres.delikat 29510ddd58 Fix saving of header data from record movie dialog, small fix for inputlog header data 2011-07-06 01:53:15 +00:00