Commit Graph

2798 Commits

Author SHA1 Message Date
CaH4e3 cd3590d3de fixed #637 issue, enjoy 2014-01-11 20:38:53 +00:00
rpahut 8a2a96bd1f win/video cleanup 2014-01-03 05:33:39 +00:00
CaH4e3 0d3ed22d62 mapper 225 - mirror fix 2013-11-24 15:31:06 +00:00
punkrockguy318 30e6c7e782 voxel: scons scripts modified to build fceux-voxel 2013-11-21 02:32:29 +00:00
procyonsjj 0a91f27e71 SDL Voxel Engine first pass 2013-11-20 01:06:34 +00:00
punkrockguy318 863976b0ec Restore trunk to state before voxel was accidentily commited to trunk 2013-11-19 15:38:15 +00:00
procyonsjj bafaa80ef2 SDL Voxel Engine new files 2013-11-19 02:15:09 +00:00
procyonsjj f78da547bf SDL Voxel Engine first pass 2013-11-19 02:12:19 +00:00
zeromus 61ff9132f9 mapper29 unif 2013-11-16 19:23:16 +00:00
zeromus 69d1dac5f1 add mapper29 for some homebrew things 2013-11-16 04:51:49 +00:00
zeromus 222816f898 win32-dont crash when attempting to open file picked as target for CDLogger save stripped rom operation 2013-11-12 03:22:40 +00:00
CaH4e3 d98397ecc1 UNIF BMC 12 IN 1 - fixed with correct hardwre info, new "12-in-1" dump is working now 2013-11-08 18:49:44 +00:00
punkrockguy318 c78892ea15 Creating a private feature branch for the voxel engine 2013-11-07 14:09:22 +00:00
zeromus b50a382d63 2013-10-30 08:10:24 +00:00
punkrockguy318 09d861b55c scons: sf bug#625: use PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR from user environment; resolves homebrew OSX compilation issues on various systems 2013-10-21 17:41:50 +00:00
CaH4e3 ed1a068d4f mapper 02 - reverted back mirror hack, too much games are broken with it. TODO: make the separate mapper or hack into another one lol 2013-10-21 14:31:30 +00:00
punkrockguy318 94aacddd24 bumped interim version to 2.2.3 2013-10-12 04:50:12 +00:00
ansstuff 5db78e2698 fixed typos in the pressrelease
[[Split portion of a mixed commit.]]
2013-09-24 12:51:30 +00:00
ansstuff cce63460ac unchecked "public release" 2013-09-23 23:40:04 +00:00
ansstuff 94ef9da3bc updated site
[[Split portion of a mixed commit.]]
2013-09-23 22:50:46 +00:00
CaH4e3 a4891cca48 consistency 2013-09-23 22:22:31 +00:00
punkrockguy318 90dee65695 Tag release 2.2.2 2013-09-23 20:49:45 +00:00
punkrockguy318 a62fb8fb16 Creating release branch 2.2.2 2013-09-23 20:48:54 +00:00
ansstuff 287fadc0d7 * updated current contributors list 2013-09-23 20:44:30 +00:00
ansstuff 187f48198e * Taseditor/Hexeditor: made HotChanges colors slightly darker again
* updated docs

[[Split portion of a mixed commit.]]
2013-09-23 20:00:46 +00:00
punkrockguy318 ce64d6b8b3 update chm help location in SConstruct 2013-09-23 19:43:47 +00:00
ansstuff bffdacf228 * Tracer: actually made "Symbolic trace" work correctly, albeit it's now going to be etremely slow when there's lots of NL data 2013-09-23 14:17:41 +00:00
ansstuff 4d84101fd0 Moved fceux.chm to \output\ folder 2013-09-22 21:39:22 +00:00
ansstuff 87ae74a398 * Tracer: do not clear window log when stopping the logging
* Tracer: a change in window layout
* PPU Viewer: minor change in window layout
2013-09-22 20:31:22 +00:00
ansstuff e2ffb40fd5 updated docs
[[Split portion of a mixed commit.]]
2013-09-22 18:54:01 +00:00
ansstuff 8b8a9d5191 * Tracer: the dialog window can be resized
* Tracer: disassembly text field width is now 45 symbols instead of 35
2013-09-22 14:18:57 +00:00
CaH4e3 b72648aced mapper 28 even better fix 2013-09-20 21:41:24 +00:00
ansstuff 9af83bb79c * Debugger: newly created Bookmarks inherit existing symbolic name by default
* Debugger, Tracer: right-clicking on an address or a symbolic name works even when there's selection
2013-09-20 20:30:08 +00:00
ansstuff 8f9e2be234 * Debugger: clicking on Symbolic names works as well as clicking on addresses
* Tracer: clicking on Symbolic names works as well as clicking on addresses
* Debugger: "Symbolic Debug" is enabled by default. "Symbolic trace", on the other hand, is not enabled by default, because it slows down tracing performance 2x (even when there's no NL files!)
2013-09-20 18:12:16 +00:00
ansstuff 0e2422f90a Optimized Symbolic Debug for speed (so Trace Logger has less overhead when Symbolic Trace is on) 2013-09-19 20:51:41 +00:00
CaH4e3 e59e6d35d6 various fixes 2013-09-19 18:37:53 +00:00
zeromus 74cfde363f fix mmc5 savestate bugs 2013-09-18 23:03:59 +00:00
zeromus de76214f67 make single instance gui option do something useful 2013-09-17 05:43:11 +00:00
ansstuff 1ab0323d64 * PPU Viewer: added "Mask unused graphics" and "Invert the mask" checkboxes
* PPU Viewer: fixed window layout when using big fonts
2013-09-16 16:04:11 +00:00
feos-tas 1399397477 * Lua: added memory.readword(int address1 [, int address2]).
* Lua: added memory.readwordsigned(int address1 [, int address2]).
Both handle little endian words only.
Second address allows to construct word of 2 scatter addresses.
* Lua: emu.tobit() is now tobitstring().
2013-09-15 18:37:11 +00:00
feos-tas efb262cae6 * Lua: added emu.tobit() function
Converts byte to binary string.
2013-09-15 11:35:14 +00:00
CaH4e3 0220dabeb4 mapper 002 - workaround for "Top Gun" issue #621, need test if this isn't broke something other
mapper 012 - added hardware dip for language select
UNIF PEC-586 - fixed render finally, added 512K cartridges suppport, TODO: PEC keyboard
2013-09-15 10:41:42 +00:00
ansstuff a6c62b4b5f * Debugger: "Symbolic Debug" state is now saved in global fceux.cfg instead of different .deb files
* Debugger: debuggerFontSize can be specified in fceux.cfg
* Hexeditor: hexeditorFontSize can be specified in fceux.cfg
2013-09-13 13:30:31 +00:00
ansstuff df5132609e * Tracer: fixed mouse wheel scrolling 2013-09-12 12:02:17 +00:00
ansstuff 1bdd98b78e * Tracer: added Symbolic Debug naming by right-clicking any address
* Tracer: clicking any address select the address
* Tracer: double-clicking any address brings Debugger at the address
* Tracer: added mouse wheel support
2013-09-11 21:30:34 +00:00
feos-tas 5072684a8f * Hex Editor: Symbolic Debug naming by right-clicking address 2013-09-10 18:11:37 +00:00
ansstuff f9b51f4e7e * Debugger: added Symbolic Debug naming by right-clicking any address 2013-09-09 21:06:54 +00:00
punkrockguy318 2fc781b581 gtk: remove useless portion of code 2013-09-07 20:25:43 +00:00
ansstuff e4a17b1b0f updated Taseditor docs (basically, only hotchanges-colors.png)
[[Split portion of a mixed commit.]]
2013-09-05 15:38:18 +00:00
ansstuff 6cf3f4dd23 updated docs
[[Split portion of a mixed commit.]]
2013-09-05 15:15:17 +00:00