adelikat
f9c764f5e5
oops, previous commit didn't compile
2012-07-22 22:26:43 +00:00
adelikat
09fb9c88f4
Lua Writer - implement saving and fix so that the text only redraws when it needs to.
2012-07-22 22:24:02 +00:00
rolanmen1
0eba6e53e4
LuaWriter. Added coloring symbols, it won't color if the symbol is part of a comment or a string. Also made (") and (') to not color when it's part of a comment.
...
Config.cs. Added SymbolColor, wich by default is black.
2012-07-22 22:16:44 +00:00
zeromus
f951b5e932
fix issue where mario bros 3. gets auxilary files created as mario bros. how it got this way is a bit baffling, so i hope i didnt break anything
2012-07-22 20:26:38 +00:00
adelikat
75bed1f242
Lua Console - open selected file in lua writer dialog, implement drag & drop on lua writer (but fails because it doesn't allow drop on the edit box itself)
2012-07-22 20:25:53 +00:00
adelikat
a380319973
Lua Console - remove hacky lua writer button. Set edit button to open the writer on interim builds only
2012-07-22 19:59:33 +00:00
adelikat
e56de584e3
Lua Writer - faster drawing
2012-07-22 19:54:40 +00:00
rolanmen1
21344b7bc4
LuaWriter. Re-structured coloring Strings.
2012-07-22 04:22:18 +00:00
adelikat
f85b6a017b
NES - checkin start of mapper 91
2012-07-22 01:02:18 +00:00
rolanmen1
f775c081f1
Config.cs: Added 3 variables that will be used for the colors of LuaWriter.
...
LuaWriter: Made it use the values of the variables in Config.cs. Made (") and (') colors the whole line if they are not closed. Now colors the word elseif.
2012-07-21 19:29:45 +00:00
rolanmen1
1616cc7eb9
LuaWriter. Prevented some exceptions.
2012-07-21 04:17:49 +00:00
rolanmen1
9bca1b198d
LuaWriter. Fixed error that prevented coloring multiple strings in the text. Also made that Reserved Words will only color if there are no letters or numbers next to them.
2012-07-20 22:50:28 +00:00
rolanmen1
1a45b82d64
LuaWriter. Now colors Strings. TODO: Allow to color multiple Strings in the same line.
2012-07-20 22:02:14 +00:00
rolanmen1
6f295fe0c8
LuaWriter. Now colors Multi-Line Comments.
2012-07-20 05:36:33 +00:00
rolanmen1
48b24703a3
LuaWriter. Now colors single line comments to green.
2012-07-19 21:20:23 +00:00
rolanmen1
4b3971a997
LuaWriter. It will now color black unmatches in the text. Also fixed a bug that randomly selects a small block of text.
2012-07-19 19:58:27 +00:00
andres.delikat
c256e90a9d
NES - add mapper 203, doesn't play the 35-1 properly, but it doesn't run in fceux as well, documentation may be off, or the ROM i used is bad (not a lot of info on good dumps for these types!)
2012-07-19 14:13:45 +00:00
adelikat
7cb69f4826
Hook up LuaWriter to a new & hacky toolstrip icon for now
2012-07-19 04:19:24 +00:00
adelikat
fb841bc764
check in luawriter winform files, needs to be hooked up
2012-07-19 00:19:47 +00:00
beirich
62477210dd
Check in initial gamedb for genesis, although it is not #included from gamedb.txt since there's no real point yet.
2012-07-17 01:23:51 +00:00
brandman211
21558eaf11
-Made ReadMemory and WriteMemory for the Intellicart Read/WriteCart and made them return nullable values instead of passing an out value.
...
-Started parsing data segments.
--CRC check fails. :(
-Added .bin and .rom to the Intellivision associated file extensions in the load ROM dialog.
2012-07-16 05:52:01 +00:00
adelikat
e8d8eacb06
NES - Nametable Viewer - Show address block in tooltip on nametable selection radios
2012-07-16 01:37:57 +00:00
zeromus
35fa5f5985
fix memory leaks in filters
2012-07-15 09:13:46 +00:00
pasky1382
4ef07ddf23
Implemented Zeromus's Display Filters in the menubar for usage.
2012-07-15 08:50:24 +00:00
zeromus
bd1aaf7ff7
fix old displaymanager filter junk
2012-07-15 07:38:36 +00:00
andres.delikat
f7752584c6
Lua - implement input.getmouse()
2012-07-13 22:21:01 +00:00
andres.delikat
f18554f248
missed some values in the Decrease Speed hotkey
2012-07-13 16:54:33 +00:00
andres.delikat
224b98c0cc
PCE - BG Viewer - add tile and palette stats on mouse over. Add tool to non-interim builds
2012-07-13 02:25:45 +00:00
andres.delikat
b84a601ef3
PCE - BG Viewer - Refresh Rate slider, UI cleanup
2012-07-13 00:38:04 +00:00
andres.delikat
0834c63a43
NES - sound config dialog for toggling sound channels
2012-07-12 23:13:22 +00:00
andres.delikat
f5a7dc2191
Lua - implement client.setwindowsize()
2012-07-12 22:20:48 +00:00
andres.delikat
e534c5b133
Show hotkey mapping on menu item for background input
2012-07-12 22:09:15 +00:00
andres.delikat
70b5d68ae0
Add hotkey for background input (add on screen message when toggling this feature)
2012-07-12 21:56:59 +00:00
andres.delikat
16b86e70e7
Increase/Decrease Speed hotkeys
2012-07-12 21:39:11 +00:00
andres.delikat
4061361fe0
Add a bunch of on screen messages for various menu item toggles
2012-07-12 19:50:27 +00:00
andres.delikat
15371b3cd9
Lua - implement emu.enablerewind(), also add on screen message when rewind is toggled
2012-07-12 19:42:13 +00:00
andres.delikat
fcac19aed9
Lua - implement emu.displayvsync, also add on screen message when limit frame rate is toggled
2012-07-12 19:36:07 +00:00
andres.delikat
2304b2d4e2
Lua - implement emu.limitframerate, also add on screen message when limit frame rate is toggled
2012-07-12 19:23:39 +00:00
andres.delikat
9c947652f5
Lua - implement emu.minimizeframeskip()
2012-07-12 19:02:30 +00:00
andres.delikat
858f133f9e
Lua - Implement emu.speedmode and emu.frameskip
2012-07-12 18:39:24 +00:00
andres.delikat
45227b1b11
Lua - Lua Function List - column sorting (including descending)
2012-07-12 02:03:46 +00:00
andres.delikat
4aaeabb568
Lua - much improved lua function list including return type and parameters
2012-07-12 00:57:09 +00:00
goyuken
fd7a0b2fe7
change CoreOutputComm to use exact integers to specify VsyncRate. Helps for AV dumping with formats that require exact integer rates (AVI), and for emulators that aren't exactly 50hz/60hz (none yet).
2012-07-11 21:37:35 +00:00
andres.delikat
3a73f8a427
Lua - backend for more thorough self documenting, lua function list dialog has the same functionality as before but is primed for a better UI
2012-07-11 15:03:51 +00:00
andres.delikat
9da0cd3553
Lua - forms.textbox() add field to optionally set the textbox to signed, unsigned, or hex values
2012-07-10 23:09:06 +00:00
andres.delikat
3f81bc9cdb
Lua - implement forms.addclick() and forms.clearclicks()
2012-07-10 22:52:06 +00:00
andres.delikat
04273ec3ee
Lua - implement forms.settext()
2012-07-10 22:27:05 +00:00
andres.delikat
4542ae12d1
Lua forms library - implement SetLocation(), SetSize(), TextBox(), and Label()
2012-07-10 21:15:30 +00:00
andres.delikat
827e2150d7
Lua - implement forms.button(), and the basic backend for calling lua functions on events from user generated controls
2012-07-10 20:23:19 +00:00
zeromus
3a8fe7c464
lua-fix crashes when scripts terminate
2012-07-10 19:40:35 +00:00