Commit Graph

4996 Commits

Author SHA1 Message Date
zeromus c366dc1f2b repair and speedup tasedit 2008-06-03 05:50:58 +00:00
jeblanchard f062107e60 Fixes for gcc compilation 2008-06-03 05:35:39 +00:00
zeromus 7173b5e2cb fix in-movie savestates 2008-06-03 05:06:54 +00:00
zeromus 7a9721e48a more savestate things work better 2008-06-03 05:01:07 +00:00
jeblanchard c013dd96e6 Resource cleanup part 2: remove (nearly all) obsolete, unreferenced resources and ID macros 2008-06-03 04:08:48 +00:00
zeromus c208a2012d adding memorystream. fixed savestates. 2008-06-03 04:04:04 +00:00
zeromus b89ba6a9ca checking in untested code to get it on another pc 2008-06-03 03:31:05 +00:00
jeblanchard 5a9781ade5 Magic-number holocaust part 1: substitution for existing UI elements 2008-06-03 01:25:12 +00:00
jeblanchard 69d6da7451 Code needs <ostream>, not just <iosfwd> 2008-06-02 21:29:53 +00:00
zeromus e51f3a9b69 commiting some tasedit infrastructure so i can work on another pc 2008-06-02 14:02:02 +00:00
jeblanchard 059d8c474c std::string-ify drivers/win/help.* 2008-06-02 04:29:54 +00:00
zeromus fc66466f09 help must now be in the same directory as fceux.exe
now the vcproj copies the chm to the output directory (which could be complex and contain other useful files)
2008-06-02 03:43:49 +00:00
adelikat 952671c6b5 More help changes 2008-06-01 21:19:11 +00:00
adelikat 5761f5d391 Updated help file 2008-06-01 17:20:20 +00:00
jeblanchard 3ae281cf5b Actually add the new files; search for the .chm in ${BASE}/help/ (as req'd by adelikat) 2008-06-01 17:01:31 +00:00
jeblanchard 9920fb4b72 Commit a saner help system--still improvable in terms of direct access to topic pages 2008-06-01 16:57:37 +00:00
jeblanchard b351ce60b6 Fix warning (and act like we're using C++) 2008-06-01 16:31:27 +00:00
jeblanchard 69adf6bc61 Link with htmlhelp.lib 2008-06-01 15:57:20 +00:00
jeblanchard e517895e15 add _BROKEN_ help-viewing support 2008-06-01 15:38:36 +00:00
adelikat 101a774dd9 Added Help entry to fceux menu in preparation for fceux.chm 2008-06-01 01:35:15 +00:00
jeblanchard a607572b61 Fix "Log Sound As" and "Stop Sound Logging" 2008-05-31 02:59:28 +00:00
jeblanchard 38eb679ebc hacks to fix MinGW builds 2008-05-31 02:58:43 +00:00
jeblanchard 12531d470e Fix residual BOT_MAXCOUNTERS=256 hard-coding 2008-05-30 23:06:08 +00:00
adelikat 85df746e77 Forgot the pause key remap. Sorry for the small commit. 2008-05-30 15:53:58 +00:00
adelikat 4a3b4d2c91 Misc. res fixes. Added Ctrl+W to close roms. Remapped default hotkeys to a more sane configuration. 2008-05-30 15:47:02 +00:00
zeromus 9ea2557ca8 oops 2008-05-30 14:55:19 +00:00
jeblanchard 428074c5c5 Axe stale declaration 2008-05-30 14:01:02 +00:00
zeromus 113c75cd40 mehhh im tired. no time for copy/paste. just a stub and then i sleep 2008-05-30 06:18:14 +00:00
zeromus 88669859ff fix tasedit bugs i just introduced, and add movie exporter 2008-05-30 06:01:43 +00:00
zeromus 2b142ddd71 tasedit multi-edit (select rows and then click the column header) 2008-05-30 05:11:35 +00:00
jeblanchard bdf11aafa5 oops 2008-05-30 01:58:38 +00:00
jeblanchard 2fed26a75a More Windows command line options 2008-05-29 17:29:00 +00:00
jeblanchard f22a4735b8 Crash less 2008-05-29 15:15:00 +00:00
jeblanchard 3e8441a9ac Fix at least one crash-worthy bug 2008-05-29 14:32:35 +00:00
jeblanchard 52b203b8a2 Add -playmovie (the "old-fashioned" way) 2008-05-29 08:15:20 +00:00
jeblanchard ce72bbad0b Kill most (non-const) static vars in header files 2008-05-29 06:24:39 +00:00
jeblanchard 6755343a52 Revert #327, at least for now 2008-05-29 03:04:44 +00:00
jeblanchard f4ab095a5e Initial support for tools tracking memory reads&writes. 2008-05-29 01:22:17 +00:00
jeblanchard 44ea956424 Quick gcc(4) fix 2008-05-29 01:09:38 +00:00
jeblanchard 4e65f7c885 Quick portability fix 2008-05-29 01:09:11 +00:00
adelikat 42942032e8 small memwatch bug fix 2008-05-28 16:28:51 +00:00
adelikat 64d43f70d3 Added accelerator keys to memwatch 2008-05-28 13:47:34 +00:00
zeromus d1cc70c7c4 tas editor rough draft 2008-05-28 07:41:49 +00:00
jeblanchard 886bae8b5a Kill two numeric resource IDs 2008-05-28 03:04:45 +00:00
zeromus 750d897b89 accelerators in main window 2008-05-27 23:24:43 +00:00
jeblanchard 42a62e0e60 Extend max GUI message length due to thinner font. (NB: length isn't yet enforced...) 2008-05-27 23:23:53 +00:00
jeblanchard d4a0870d20 Move windres workaround from the .rc into here 2008-05-27 21:49:31 +00:00
adelikat b578b61a21 Cheat search possibilities window updates values now. But it flickers, so it needs to be optimized (it also updates while game is paused). Also, fixed up cheat search window a bit (thinner, says cheat search instead of dialog, has minimize button). 2008-05-27 15:30:15 +00:00
jeblanchard 952dc6c637 fix executable names 2008-05-27 12:17:08 +00:00
zeromus 69d9032576 and once again. last time, and then i start editing in linux 2008-05-27 07:09:28 +00:00