adelikat
|
0bb0d643ce
|
Win32 - TraceLogger - Fix bug where user can't scroll log text while auto-updating
|
2009-03-12 13:09:51 +00:00 |
adelikat
|
8607e516ec
|
Minor debugger fixes
|
2009-03-12 03:20:05 +00:00 |
adelikat
|
181d7467e1
|
Win32 - Fix small bug where Close ROM was not gray when no ROM loaded
|
2009-03-12 03:09:55 +00:00 |
adelikat
|
8864ee1c5a
|
Win32 - TraceLogger - fixed old message from XDSP about F2 to pause. Now it displays the current hotkey mapping.
|
2009-03-12 02:40:24 +00:00 |
adelikat
|
e7a6f54356
|
This should fix the SDL build
|
2009-03-12 01:12:26 +00:00 |
adelikat
|
b1d7c79110
|
Ok, this doesn't seem to break anything. Adding the frame count to savestates, doesn't seem to conflict with the framecount information in the movie data of savestates. (If I'm wrong this is easily ripped out)
|
2009-03-11 22:29:09 +00:00 |
adelikat
|
6490672f39
|
Renamed to 2.1 pre-release, minor code cleanup
|
2009-03-11 20:30:16 +00:00 |
adelikat
|
51d048ab98
|
Win32 - Snazzy new Icons for the new release!
|
2009-03-09 23:28:38 +00:00 |
adelikat
|
32dd904dab
|
Win32 - Directory overrides - oops, commented out the wrong code in a previous commit
|
2009-03-09 19:42:04 +00:00 |
adelikat
|
fc06b4b02b
|
Lua - added input.()
|
2009-03-08 22:36:38 +00:00 |
adelikat
|
b47f4e0e0e
|
Lua - memory.readbyte will now recognize frozen addresses (I hope this doesn't have unintended consequences)
|
2009-03-08 20:03:47 +00:00 |
adelikat
|
512f555b3d
|
oops, removed debug line
|
2009-03-08 19:19:11 +00:00 |
adelikat
|
a5ff19b58c
|
Lua - added FCEU.lagged() function
|
2009-03-08 19:14:37 +00:00 |
adelikat
|
810c2ae53f
|
Lua - added zapper.read()
|
2009-03-08 18:10:07 +00:00 |
adelikat
|
e43366247a
|
Lua - added FCEU.lagcount() function
|
2009-03-07 19:26:07 +00:00 |
adelikat
|
9ecb9f1821
|
Win32 - small fix to recent roms menu
|
2009-03-06 16:59:55 +00:00 |
adelikat
|
6503e41723
|
Win32 - Fix bug so that Escape can be assigned as a hotkey
|
2009-03-04 16:03:43 +00:00 |
adelikat
|
e75d9e52dc
|
Win32 - Changes to how directory overrides work. Fixed logic problems that were resulting in directory assignment rather than override.
FCEU_GetPath - changed lua, memw, avi, roms to return null rather than base directory if no overrides are set.
|
2009-03-02 17:37:31 +00:00 |
adelikat
|
3f1ad16e21
|
removed debug command that was unintentionally committed
|
2009-03-02 15:40:34 +00:00 |
adelikat
|
98fbe2d85e
|
Win32 - Memwatch - Drag & Drop for .txt (memwatch) files
|
2009-03-02 15:39:30 +00:00 |
adelikat
|
996a4f5965
|
Win32 - Memwatch - fixed a mistake I made in CloseMemoryWatch()
|
2009-03-02 15:24:50 +00:00 |
adelikat
|
00f4ce012f
|
Win32 - Sound channel volumes - fixed a careless error I made
|
2009-03-02 02:58:55 +00:00 |
adelikat
|
c8c6a1e741
|
Win32 - Context Menu - Added Unhide Menu, Load Last Lua, and Stop Lua Script
|
2009-03-01 13:59:51 +00:00 |
adelikat
|
82de3f1477
|
Win32 - Drag & Drop for Lua files
|
2009-03-01 13:10:02 +00:00 |
adelikat
|
15c2e470c6
|
Win32 - Sound Dialog - Sound channel volume bars now disable when sound is off
|
2009-03-01 13:01:49 +00:00 |
adelikat
|
08d860fafa
|
Win32 - MemWatch - more save changes fixes
|
2009-02-25 19:11:51 +00:00 |
adelikat
|
f26e54b4a9
|
Win32 - Memwatch - added Cancel option to Save Changes? message box
|
2009-02-25 18:58:50 +00:00 |
adelikat
|
1974deb21d
|
Win32 - Memwatch - some code cleanup
|
2009-02-25 00:35:34 +00:00 |
shinydoofy
|
ff32c900bc
|
SDL - enable the turbo function as well
|
2009-02-23 16:36:03 +00:00 |
adelikat
|
2e97fa8f53
|
Win32 - Lua - speedmode("turbo") now sets turbo on, rather than setting to max speed. Turbo employs frame-skipping (therefore has a different (and faster) effect than speed maximum.
|
2009-02-23 15:35:21 +00:00 |
adelikat
|
9a4b12d5a7
|
Win32 - Minor GUI Menu cleanup
|
2009-02-23 14:32:06 +00:00 |
adelikat
|
008ec6ceca
|
increased lua gui.text height
|
2009-02-22 20:26:00 +00:00 |
adelikat
|
0dfb58362e
|
Doh!
|
2009-02-22 18:23:25 +00:00 |
adelikat
|
d2cae8aef0
|
Win32 - Lua - a -lua commandline argument added. Loads a lua script on startup.
|
2009-02-22 18:13:38 +00:00 |
adelikat
|
c998ec322c
|
Oops, left in a debug DispMessage command
|
2009-02-22 02:18:07 +00:00 |
adelikat
|
8855f51233
|
Win32 - Hex Editor - fixed a bug introduced that caused the Hex Editor to have no initial window size
|
2009-02-21 23:54:05 +00:00 |
adelikat
|
659f0b48db
|
Win32 - Debugger - Added DWEdits patch, it Adds pixel dislpay next to scanline display, and adds two new buttons: Run Line, Run 128 Lines
|
2009-02-21 23:38:20 +00:00 |
adelikat
|
ef92dee8c6
|
Win32 - Message Log - Remembers X,Y Position
|
2009-02-21 22:04:13 +00:00 |
adelikat
|
099c31e948
|
Win32 - Minor GUI cleanup, Minor reshaping of Message Log Dialog
|
2009-02-21 21:52:16 +00:00 |
adelikat
|
a93e4b88e4
|
Win32 - update help .chm
|
2009-02-21 21:24:00 +00:00 |
adelikat
|
3c2ca0860d
|
Win32 - minor GUI cleanup
|
2009-02-21 13:56:16 +00:00 |
adelikat
|
7dc8c713f1
|
Win32 - Memory Watch - Recent File Menu - no longer crashes if it fails to open a recent file
|
2009-02-19 22:32:44 +00:00 |
adelikat
|
acdab16c24
|
Screenshots - fix bug where numbering was not reset when changing ROMs
|
2009-02-07 17:55:10 +00:00 |
zeromus
|
bd6706e65f
|
lock down processor affinity.
|
2009-02-07 03:54:42 +00:00 |
adelikat
|
0bf9abd12f
|
Win32 - Hex Editor remembers window size
|
2009-02-07 03:05:43 +00:00 |
adelikat
|
2960c30888
|
change FSetting sound volume defaults to 100 (based on a 0-100 scale)
|
2009-02-07 02:00:19 +00:00 |
adelikat
|
557dc97d60
|
Win32 - Sound config dialog - converted channel sliders to 0-100 scale
|
2009-02-07 01:55:16 +00:00 |
adelikat
|
4a86548de1
|
Sound channel volume - added High quality PCM volume control
|
2009-02-07 01:45:48 +00:00 |
adelikat
|
ada24bab00
|
sounds - triangle HQ clean up
|
2009-02-07 01:25:50 +00:00 |
zeromus
|
16c6f3860c
|
add volume control for hi quality triangles
|
2009-02-07 01:19:17 +00:00 |