Commit Graph

4652 Commits

Author SHA1 Message Date
qfox a85e1ca59f BasicBot 0.3.4a: added some crude logging. fixed abs(). fixed at least one bug that contributed to the desync, but the bug may still remain. version not very well tested, therefore the 'a'. See changelog for the whole lot. 2006-11-26 23:53:28 +00:00
qfox 84e4c81061 Basic Bot 0.3.3, now allows toggles while computing. bot can now process in parts, but it will desync for some reason, need to check this later. single-segment still works fine. 2006-11-19 22:45:40 +00:00
punkrockguy318 164cd0f951 Test 0.5.2 release 2 2006-10-14 23:06:05 +00:00
punkrockguy318 c8e12cb6db Cleaned up code a bit 2006-10-14 22:13:58 +00:00
punkrockguy318 1b2e04ee75 Accepted scots improved options patch 2006-10-14 21:41:08 +00:00
punkrockguy318 69bd6ba6bc Fixed silly hack when forcing GTK event processing 2006-09-26 20:48:29 +00:00
punkrockguy318 ea35466dd2 0.5.1 release 2006-09-22 02:46:43 +00:00
punkrockguy318 1bdeb57300 0.5.1svn -> 0.5.1 2006-09-22 02:29:55 +00:00
punkrockguy318 7376f30421 Fixed stupid bug 2006-09-22 02:12:56 +00:00
punkrockguy318 13503e4bca Added patch from Scott Brown 2006-09-22 01:45:21 +00:00
punkrockguy318 f53c339781 Moved options file to gfceu_options 2006-09-21 19:46:25 +00:00
qfox bb77f84fe3 BasicBot 0.3.2: Added some minor commands, fixed a crashbug. 2006-09-16 11:18:37 +00:00
qfox 3f75d638d8 BasicBot documentation and changelog (will be updated for future BB updates). I think the documentation dir is best suited for these files, but if anyone wants them in the windows dir no problem, makes it easier for me :) Don't know whether anyone even checks the documentation dir anymore... The FCEU changelog is ancient. 2006-09-10 21:18:54 +00:00
qfox 5558cca57f BasicBot 0.3.1: Removed code-length limit (rather drastic change). Improved the GUI and added stuff for future features. 2006-09-10 14:11:26 +00:00
punkrockguy318 c8fd4f0978 bump to 0.5.1 2006-09-07 19:37:36 +00:00
zeromus 5e04ada196 add directx files to remove sdk dependencies. dunno if this is the right thing to do, but it will get more people compiling forn ow 2006-09-07 17:57:24 +00:00
qfox fe0492c6e7 BasicBot 0.3.0, now uses bytecode and interpreter (should increase performance). Changed branching (far more efficient) and added >> and << operations. 2006-09-04 22:26:58 +00:00
qfox a2f48e180f BasicBot 0.2.2b, updated save/load code. Will auto-load/save on open/close, once a bug has been fixed. Need help fixing the WM_INITDIALOG event (-> mailinglist). 2006-09-01 02:57:35 +00:00
gimmedonutnow 091d0b225d - SDL now uses the new configuration system 2006-08-30 15:27:05 +00:00
qfox 24288cd015 Basicbot 0.2.2: Added "static variables" (no, not a contradiction ;) and "static random variables" (I won't even try...) 2006-08-28 23:16:10 +00:00
zeromus dd126e30e5 more sound/throttle cleanups and improvements 2006-08-25 07:05:55 +00:00
zeromus 11e0d7ebcf improved windows sound and throttling. cleaned up lots of the mess. 8bit supported, although I dont know why you'd want to do that (it doesnt significantly cut down on processing time). Im halfway tempted to take out all the 8bit code and reimplement it buried very deep into the sound output driver as an uncontrollable panic toggle for obscure cases where 16bit isnt available. 2006-08-24 07:19:31 +00:00
zeromus ee82ccc638 configsys needs to include ../../types.h to get the snprintf macro for vs 2006-08-24 03:36:59 +00:00
zeromus a82608cd98 minor sound tweaks 2006-08-22 07:13:41 +00:00
zeromus 886085c9cb wtf with this stdbool. use a normal compiler 2006-08-22 06:31:32 +00:00
zeromus e991e6f0ca added very limited experimental improved sound/throttling code to windows build. windows users, please use 44100 16bit sound for now and test the stability. 2006-08-22 06:27:18 +00:00
qfox d81578e52f Wrapped changes to input in WIN32 ifdefs. 2006-08-21 14:19:02 +00:00
qfox 272e8e1f92 Forgot empty line at end of document. Fixed now. 2006-08-21 14:10:07 +00:00
qfox cbd856a185 Unix users ahoi. 2006-08-21 14:09:13 +00:00
qfox a843631e9f Basicbot update to 0.2.1: redesigned GUI, fixed a few bugs, added more control. 2006-08-21 13:48:15 +00:00
qfox b15942881d FCEU_SetBotMode() in input.cpp now calls UpdateExternalButton() in basicbot.cpp to update a label in GUI. 2006-08-21 13:40:13 +00:00
radsaq cd7afa49fa Fix previous fixes to Windows build. 2006-08-20 20:25:57 +00:00
rheiny 54922cf5ba Fixed build problems 2006-08-20 19:50:26 +00:00
rheiny feb819f372 Fixed build problems 2006-08-20 19:49:33 +00:00
radsaq e7d5aa6d29 Consolidate use of FCEUGI* globals GI, CurGame, and FCEUGameInfo into a single
GameInfo var. Still not very pretty, but at least there's only one of them and
the code compiles on Linux now.
2006-08-20 19:40:15 +00:00
radsaq 2dee2b9f59 Add missing file to SConscript. 2006-08-20 17:26:20 +00:00
qfox 1c30cf754e Fixed merger changes, forgot them sorry. 2006-08-20 15:13:33 +00:00
qfox 309a670313 Complete overhaul of the EvaluateFormula function. Added tiny debug option ("echo" command) to scripting language. Fixed several bugs in the process. 2006-08-19 22:13:45 +00:00
rheiny 6e2066b7f9 Started to separate debugger code into common code and Windows-specific code 2006-08-19 18:31:18 +00:00
rheiny c33e0a25bf Started to separate debugger code into common code and Windows-specific code 2006-08-19 18:30:52 +00:00
rheiny c888947c5e Added include guards 2006-08-19 18:29:58 +00:00
gimmedonutnow 349c47d122 - added config-file only options 2006-08-17 21:21:00 +00:00
gimmedonutnow c985215391 - return error on _load() when no config file exists 2006-08-17 03:55:06 +00:00
gimmedonutnow ea9b2a33a1 - added a way to have options like '-h, --help' by having the user of the class specify a function that is called when such options are seen 2006-08-14 22:35:14 +00:00
gimmedonutnow 4102348817 - added this configuration system for cross-platform testing 2006-08-10 05:25:19 +00:00
radsaq 1e7eeb0140 Properly define (or not) LSB_FIRST and FRAMESKIP instead of setting them to
1 or 0. Also, if the LSB_FIRST option is unspecified, check the host system's
byte order instead of assuming little-endian.
2006-08-08 23:20:16 +00:00
radsaq 937645bbe6 Enable SDL OpenGL code, fix compilation of sdl-opengl.cpp (broken because we're
compiling it as C++ now?), and make some minor tweaks to scons stuff.
2006-08-04 17:32:08 +00:00
gimmedonutnow d1b99bf834 - cleaned up a few variable and function names for readability
- static'd more variables
- added TODO about video resolution
2006-08-04 05:44:13 +00:00
gimmedonutnow 01c05ec26f - trying to reduce the number of non-static globals
- moved a bunch of functions around to accomidate this reduction
2006-08-03 19:51:28 +00:00
rheiny a9911ff6d7 CenterWindow now with less build breaking 2006-08-03 19:48:05 +00:00