Commit Graph

1355 Commits

Author SHA1 Message Date
jeblanchard 8e546b1bed More silly warning elimination 2008-06-07 01:21:38 +00:00
jeblanchard 6ae3b48b7d Initial support for cmake as an alternative to the shitty scons build system 2008-06-07 00:26:45 +00:00
jeblanchard c8e4dee70a Add semi-stub UTF8_fstream function to SDL port 2008-06-06 12:45:25 +00:00
zeromus a4fb078f3c some work on the zapper movie recording, but it is not finished and a lot will have to be scrapped. there was some useful refactoring in here though so i am checking it in 2008-06-06 08:23:12 +00:00
zeromus ab82d07be8 restore compression to savestates (accidentally left removed while debugging sdl savestates) 2008-06-06 06:45:20 +00:00
zeromus 2a190f3c74 fix sdl savestates? 2008-06-06 06:34:39 +00:00
zeromus d40ffb715c vc8 compile fix 2008-06-06 03:03:14 +00:00
zeromus 43908a249d goodbye fastapass and c80x86 2008-06-06 03:02:00 +00:00
jeblanchard c1b20f3050 Another stupid warning fix 2008-06-06 01:42:47 +00:00
jeblanchard 5c83c20513 Try using uintptr_t to make systems happy... stupid alignment 2008-06-06 01:41:13 +00:00
jeblanchard 8af58628fa Oops, another rsrc cleanup! 2008-06-06 01:25:09 +00:00
jeblanchard 7105d7d537 Numerous seemingly harmless gcc warning fixes 2008-06-06 01:21:51 +00:00
jeblanchard 3fa4624317 Update to reflect zero's movie.h and driver.h changes 2008-06-06 01:15:49 +00:00
jeblanchard b5bce89e2e Final resource cleanup: NAMEBOOKMARKDLG, ASSEMBLER, contextual menus in memview, and the (un-broken) special scaler in windowed mode. 2008-06-06 00:15:47 +00:00
punkrockguy318 0d84597aa6 fixed stupid gcc warning 2008-06-05 11:13:57 +00:00
zeromus 9a7da827a2 break tasedit. but on the way to making it better! 2008-06-05 06:49:11 +00:00
jeblanchard b4021afc58 Revert previous change, but increase padding/alignment in case x64 machines care 2008-06-05 04:16:08 +00:00
jeblanchard b7b9c992ec Default to high-quality sound in SDL front-end 2008-06-05 04:07:39 +00:00
punkrockguy318 4925bb9e5c removed an include to a file that was atticed 2008-06-05 03:58:04 +00:00
punkrockguy318 44cfb9eabb Fixed a build issue with gcc; however might not be the cleanest solution 2008-06-05 03:39:38 +00:00
zeromus 8a7abd0c95 added NAMEBOOKMARKDLG and ASSEMBLER from sp 1.07 2008-06-05 02:43:15 +00:00
jeblanchard 432c0c18d9 Minor SDL CLI fixes. 2008-06-04 22:04:44 +00:00
jeblanchard 9f7ea702a6 Restore usage string and several old command-line options 2008-06-04 04:11:33 +00:00
jeblanchard 8f5fcdf334 Fix [ 1959924 ] Copy/paste feature in movie replay dialog. 2008-06-04 02:02:29 +00:00
jeblanchard c6423dd1e4 Restore optimization after my last scons-related checkin 2008-06-04 01:14:53 +00:00
jeblanchard c4b1a5db64 Log sound as --> Record WAV 2008-06-04 01:12:39 +00:00
jeblanchard ec13169354 Other than documentation, fix [ 1965524 ] Option - Play movie from beginning 2008-06-04 00:53:09 +00:00
jeblanchard 30db575cb1 Fix and plug in MAHJONGDIALOG 2008-06-04 00:24:23 +00:00
jeblanchard f72304d958 Output dir for scons build system 2008-06-04 00:15:00 +00:00
zeromus d466ec1275 removed archaic bugs file.obj
vcproj organization
2008-06-03 06:18:23 +00:00
zeromus 168d8d9413 politics 2008-06-03 06:15:09 +00:00
zeromus e3056fc1eb irritating tasedit ui speedup 2008-06-03 05:55:26 +00:00
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