jdpurcell
|
2f5a7543ca
|
Add Yield/SwitchToThread in SNES IPCRingBuffer. Improves performance on Core 2 Duo, about the same on i5, and will prevent it from going < 1 fps on a single core machine :).
|
2015-02-04 04:31:41 +00:00 |
adelikat
|
515a41592c
|
Convert a whole bunch of ram stuff from int to long
|
2015-01-18 18:59:23 +00:00 |
adelikat
|
91ffc17aae
|
Refacotor MemoryDomain.Size to be long instead of int, still some small todos, but it compiles and seems to work
|
2015-01-18 15:25:47 +00:00 |
jdpurcell
|
4a40408f1d
|
Use variable length integers for the rewind state deltas to reduce size.
|
2015-01-17 19:16:22 +00:00 |
jdpurcell
|
112d794f11
|
More optimization.
|
2015-01-17 06:19:13 +00:00 |
jdpurcell
|
0a345b0084
|
Issue 368: Set all platform targets to x86, rename build platforms to match, and remove unused build platforms.
|
2015-01-13 15:28:58 +00:00 |
jdpurcell
|
e9873f8b91
|
Fix out of range exception when importing firmware from an archive.
|
2015-01-06 05:23:30 +00:00 |
adelikat
|
2a12b59250
|
Ram Search - limit to 5 undo levels
|
2015-01-02 22:16:07 +00:00 |
goyuken
|
ff8922bb08
|
itoolform custom config infrastructure; not complete
|
2014-12-20 21:49:53 +00:00 |
goyuken
|
8745ef190b
|
fix stuff not compiling
|
2014-12-20 04:16:02 +00:00 |
adelikat
|
0965475999
|
Debugger - Register box - properly detect flags and use button style and better positioning, convert register textboxes to hex, and set max length of the boxes appropriately given the size of the register
|
2014-12-20 03:47:58 +00:00 |
zeromus
|
e0c09a553b
|
redo how subwcrev stuff is done, so that the subwcrev process doesnt have to run for every project. improves build times.
|
2014-12-09 19:20:22 +00:00 |
zeromus
|
26c35ca7b8
|
rough draft of file ID system. not ready to be used just yet, but I think it can go the distance. I'll have to hook it up later.
|
2014-12-03 06:14:59 +00:00 |
adelikat
|
8c4e0f1203
|
Move some extension methods to a better location
|
2014-11-30 14:04:00 +00:00 |
zeromus
|
5cf5894329
|
firmware importer now supports archives
|
2014-10-26 14:22:26 +00:00 |
goyuken
|
4c1b31e293
|
some random reflection extensions i was using
|
2014-10-19 23:15:52 +00:00 |
zeromus
|
9430b9f206
|
|
2014-10-12 04:19:01 +00:00 |
goyuken
|
8d9b843099
|
house cleaning (AV writer)
|
2014-10-10 18:09:00 +00:00 |
goyuken
|
277b277c2e
|
benchmark savestate time to console
|
2014-10-09 01:49:44 +00:00 |
goyuken
|
b0b5245d45
|
C64: add bool[] overload to the serializer. sloppy, but neater.
|
2014-10-06 16:00:24 +00:00 |
zeromus
|
5ebb1b1e2e
|
clean up recent roms contextmenu processing, and add support for launching the whole shell contextmenu.. its kind of cruddy though.
|
2014-09-30 08:51:48 +00:00 |
zeromus
|
d46ca2357e
|
forgot to commit
|
2014-09-29 04:53:24 +00:00 |
zeromus
|
cfa433a9a6
|
for issue #223 : create 2 workarounds for taskbar minimizing ding-and-fail bug and activate one of them. The bug is virtually impossible to fix and isnt really our fault. The bug is theoretically existing under other conditions than the "run n64 core" repro steps. The workaround might could be deployed in other situations as needed.
|
2014-09-14 09:11:34 +00:00 |
zeromus
|
87e9d235f6
|
make some effort to support memdomain of full 32bits size, and use it for n64 system bus. make sure to check that its disabled in ramsearch engine and in hex editor. we could probably fix it to work in hex editor later.
|
2014-09-09 21:34:41 +00:00 |
goyuken
|
768c2762a5
|
cleanup
|
2014-08-03 22:05:32 +00:00 |
goyuken
|
84ad460d20
|
add missing file
|
2014-08-03 21:44:00 +00:00 |
goyuken
|
4fa8df8e30
|
internal settings infrastructure
|
2014-08-03 21:36:38 +00:00 |
goyuken
|
fb133da0c5
|
fix some internal settings infrastructure
|
2014-07-14 16:10:45 +00:00 |
adelikat
|
96b36cc230
|
TasMovie - save and load lag log to file
|
2014-07-07 19:32:37 +00:00 |
goyuken
|
e1d3d33307
|
fix text savestates in some cores, which had been completely broken due to a typo for a bit...
|
2014-07-03 22:20:51 +00:00 |
adelikat
|
fd80c62cdb
|
More Util methods -> extension methods
|
2014-07-03 19:20:34 +00:00 |
adelikat
|
bf88be8c72
|
Convert some more util methods to extension methods
|
2014-07-03 19:05:56 +00:00 |
adelikat
|
1c0eca190e
|
Remove some unused extensions, Remove Extensions.cs and move methods into better named files with their own namespaces
|
2014-07-03 18:54:53 +00:00 |
adelikat
|
6269e957e6
|
Remove some unused extension methods and move some others to CollectionExtensions
|
2014-07-03 18:43:49 +00:00 |
adelikat
|
a726fde352
|
Move some more extension methods
|
2014-07-03 18:38:02 +00:00 |
adelikat
|
01506da244
|
More Util cleanup - move an extension method to a more appropriate file and remove an unused method
|
2014-07-03 18:32:41 +00:00 |
adelikat
|
a9aa65397c
|
Convert a Util method to an extension method
|
2014-07-03 18:29:51 +00:00 |
adelikat
|
e058e08c35
|
Remove EnumHelper file and some code cleanup
|
2014-07-03 18:02:22 +00:00 |
adelikat
|
55c9132037
|
remove NamedDictionary that was only being used by a deleted mnemonics system
|
2014-07-03 17:47:12 +00:00 |
adelikat
|
216796c29e
|
Remove enum helper and move the remaining method to ReflectionExtensions since that is more accurate to what it is doing
|
2014-07-03 17:41:55 +00:00 |
adelikat
|
ebee9b9ded
|
More extension reorg
|
2014-07-03 17:35:49 +00:00 |
adelikat
|
90ab7d17b1
|
ugh!
|
2014-07-03 17:33:15 +00:00 |
adelikat
|
660ef2e024
|
more extension reorg
|
2014-07-03 17:30:37 +00:00 |
adelikat
|
00ac231a2a
|
More extension reorg
|
2014-07-03 17:29:01 +00:00 |
adelikat
|
6cba3568ef
|
More extension reorg
|
2014-07-03 17:23:03 +00:00 |
adelikat
|
47514784eb
|
Separate stream and writer extensions to an IOExtensions object and namespace
|
2014-07-03 17:13:09 +00:00 |
adelikat
|
204e331ea2
|
Oops, forgot to add this file
|
2014-07-03 17:04:54 +00:00 |
adelikat
|
393057d33a
|
Convert a helper method into an extension method
|
2014-07-03 17:01:10 +00:00 |
adelikat
|
6bbd3ca80d
|
Hex and Watch Boxes - prevent user from pasting invalid input, also if they do manage to get the textbox into an invalid state, interpret the value as 0 rather than throwing an exception
|
2014-07-03 16:43:39 +00:00 |
adelikat
|
1964f3754a
|
Merge InputValidate into StringExtensions
|
2014-07-03 16:00:57 +00:00 |