ansstuff
0ee3771d07
* Debugger: don't update Debugger window at the beginning of Step command (it will update at at the end of Step) - fixes #528
...
* Debugger: allow Frame Advancing when Debugger is in breakpoint state
* Debugger: fixed memory leak and possible heap corruption when deleting breakpoints
* Debugger: highlighting breakpoint item in BPs list when it's triggered
* Taseditor now doesn't update when debugger is in breakpoint state
2012-08-03 19:28:14 +00:00
ansstuff
a8ef2f72ce
* refined Recording, now can safely record commands (Power, Reset, Insert, Switch)
...
* new Lua scripts: SoundDisplay.lua, TrackNoise.lua
2012-02-06 16:57:46 +00:00
ansstuff
578c974062
* Tasedit: more refactoring
...
* Tasedit: resizing TAS Editor window
* Tasedit: INPUT_TYPE_1P
* Tasedit: File->New Project
2012-01-12 19:56:17 +00:00
ansstuff
703ab3d752
* changed ".tas" extension to ".fm3"
...
* Tasedit: Markers notes (strings)
* Tasedit: editing Marker notes, 2 text fields
* Tasedit: View->Follow Marker Note context
* Tasedit: View->Display Branch Tooltips
* Tasedit: new accelerators: Ctrl-PgUp/Ctrl-PgDn/Shift-PgUp/Shift-PgDn
* Tasedit: Config->Allow keyboard controls in Listview
2011-12-16 19:05:58 +00:00
ansstuff
84ae16d8c2
* HideMenu (Esc) only works when FCEU window has focus
...
* moved "Display movie status icon" from Config->Movie options to Config->Display
* File->AVI/Wav->Enable HUD recording
2011-09-23 18:09:40 +00:00
deign85
cacd846515
Added Save Screenshot As... functionality. It's messy, so please feel free to fix it up a bit.
2010-06-07 04:26:16 +00:00
zeromus
4e66aaef9c
replace most of the crappy iostream stuff with EMUFILE
2010-05-17 21:02:38 +00:00
ugetab
046617c693
Added player 3 and 4 to autohold notification window. Made FCEU_DispMessage able to display to different screen locations to do it. Fixed up the input display code for autohold.
...
Wow, that's a lot of stuff changed for something so basic.
2010-05-16 04:18:49 +00:00
ugetab
8c379b7bba
Added microphone button support to the Config>input dialog(replaces Port 2 Start button), the config file info, and the movie file header. Tested in 3 or 4 games, where it performed accurately.
...
I'll add the documentation later.
2010-04-28 19:25:52 +00:00
adelikat
d9f59e45f6
Win32 - a Disable Movie Messages during AVI menu item.
2010-03-02 03:34:15 +00:00
CaH4e3
9e77b890a5
latest fceumm mappers merged into fceux
...
fixed sound volume bug
a lot of vandal modifications lol
2009-03-22 05:31:17 +00:00
adelikat
c68e7c58e0
checking in WIP of Individual sound channel control
2009-01-12 18:59:00 +00:00
adelikat
800ebed60b
Win32 - View save slots Menu Item added.
2008-12-27 00:08:29 +00:00
adelikat
e7cf0d62c6
Win32 - Next save slot and Previous save slot menu items added.
2008-12-26 23:49:45 +00:00
adelikat
d3697ca84e
Win32 - Menu items Save State and Load State added. FCEU Menu reorganization.
2008-12-26 23:26:43 +00:00
adelikat
a51aa36f29
Win32 - added many hotkey items as menu items
2008-11-24 15:24:11 +00:00
adelikat
5b0e6d5ee7
added avi output directory override (not yet used by FCEUX, however)
2008-11-07 14:53:05 +00:00
zeromus
85a03592c1
in progress: cleanup of multiplatformness of archive io apis
2008-08-13 07:49:48 +00:00
zeromus
93c18133cb
[ 2047986 ] palflag 1 in .fm2 files crashes fceux ;
...
also, change build process so that upx doesnt happen until deploy.bat (lets you debug release builds)
2008-08-13 04:06:01 +00:00
zeromus
215d329804
SF [ 2047004 ] Moviefilenames without extension don't automatically get fm2
2008-08-12 03:28:51 +00:00
punkrockguy318
88b1fffe9d
extensive sdl cleanup
...
see the changelog.txt for details
2008-08-10 13:38:39 +00:00
zeromus
2b2d70b221
- fiddle with nametable viewer to display correct NT,CHR,ATTR data in more cases (specifically, including some exotic mmc5 cases).
...
- fix a new bug in windows build which caused fourscore emulation to fail in some cases
2008-08-08 09:45:34 +00:00
zeromus
c6b90a037e
fix fds loading
2008-08-01 03:31:06 +00:00
zeromus
f0fb3d140e
fixes to lua engine
...
- loading script does an implicit stop first
- script dying of natural causes triggers a stop, and thus an OnStop event in lua first (for proper cleanup)
2008-07-29 22:51:24 +00:00
zeromus
cf65728642
lua!!!!
2008-07-23 06:54:14 +00:00
punkrockguy318
8359434381
attempt to fix build issues on gentoo
...
also moves the archive function definitions outside out driver.h, because they are being handled platform dependently. Could someone on windows test this out?
2008-07-23 02:27:35 +00:00
zeromus
bc54e2abba
generalized the loading-from-archive code to work with any archive format and to load any kind of file from archives (although nothing but the roms may work yet and i will have to fiddle with things as requested). I probably broke the sdl build; just stub the two new FCEUD_ functions in the most brainless way possible and it should work.
2008-07-09 05:47:13 +00:00
zeromus
6f9831ec68
7zip archive browsing
...
configurable no-bg-render fill color
change to poweron sequence for movies. hopefully that wont break any compatibility.....
2008-06-25 06:34:08 +00:00
zeromus
15cc62e978
- movie metadata support
...
- movie metadata display
2008-06-22 23:41:24 +00:00
zeromus
69bc4b3f72
added obj/bg display toggle
...
much cleanups
fix memwatch configuration saving
2008-06-22 02:38:00 +00:00
zeromus
79de2d8295
- a ton of cleanups
...
- re-enabling some tasedit functionality
- stabilize emu during tasedit by disabling features
- clarify/stabilize some basic tas stuff (interaction with reset/poweron)
- remove a bunch of warnings
2008-06-21 07:24:01 +00:00
zeromus
e0a14909f0
faster compiles (mappers include 1/3 as much code now)
...
fix some memory leaks by changing the path generation APIs to return std::string.. but it still gets strdupped by a lot of clients.
switch over more movie and savestate code to use iostreams instead of stdio
remove the temporary savestate stuff for more tasing speed hopefully
2008-06-17 06:55:07 +00:00
jeblanchard
e42d3d288f
Fix frame-count of 0 in replay dialog
2008-06-13 02:03:55 +00:00
jeblanchard
2c777eb656
Add turbo toggle hotkey and -turbo [0/1] cmdline option. (Win32 only.)
2008-06-12 22:26:34 +00:00
jeblanchard
84e7d10f38
Kill many warnings. Note: may waste bytes of memory!
2008-06-10 16:06:14 +00:00
zeromus
c438158a00
changed fourscore to exclude other control options. (this is still not as clean as it could be. more work should be done in both input.cpp files to make sure that only gamepads can be used with fourscore.
...
also properly implemented zapper logging. and now, finally, I can log anything if I add in a little bit of code.
2008-06-09 08:15:20 +00:00
zeromus
f90336a6a5
some work on infrastructure for recording any kind of input. but now movies are broken. once i teach the movies how to only output the three columns that are currently defined, zappers will work.
2008-06-08 10:22:33 +00:00
zeromus
3ea76ba08d
reorganize and cleanup a bunch of input code. still in preparation for more general support of all input devices in movies.
2008-06-07 08:18:04 +00:00
zeromus
9a7da827a2
break tasedit. but on the way to making it better!
2008-06-05 06:49:11 +00:00
jeblanchard
ec13169354
Other than documentation, fix [ 1965524 ] Option - Play movie from beginning
2008-06-04 00:53:09 +00:00
zeromus
7a9721e48a
more savestate things work better
2008-06-03 05:01:07 +00:00
jeblanchard
b351ce60b6
Fix warning (and act like we're using C++)
2008-06-01 16:31:27 +00:00
zeromus
a94c996dd7
fix for 'jerky' rendering in final fantasy by changing emu to properly use startscanline and endscanline.
...
removed author stuff from record and replay dialogs
2008-05-27 00:51:31 +00:00
zeromus
307bf9c819
pause after playback
2008-05-26 21:58:24 +00:00
zeromus
52bb5ccbd8
tas logic done?
2008-05-26 00:03:20 +00:00
mauzus
2dcd90fc6c
fix directories configuration stuff
2008-05-24 16:25:15 +00:00
zeromus
1e539ad681
phase 1 of new movie system
...
we can now round trip a text movie format
2008-05-23 09:58:38 +00:00
zeromus
91733a146a
re-add start from reset flag
2008-05-23 04:11:35 +00:00
zeromus
047808ba93
clean up movie some code; no longer write savestate with play-from-poweron movies; change main logging format to text (the header still needs to be changed)
2008-05-22 07:43:48 +00:00
mauzus
ce73828279
[1959914] Input Config - add hotkey assignment to input presets
...
[1959913] Input Config - ability to save/load input presets
2008-05-21 15:35:37 +00:00