summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX
AgeCommit message (Expand)Author
2008-09-24Ban compression of Wii images until it has been tested. All sorts of minor cl...hrydgard
2008-09-24update to vs2008fires.gc
2008-09-23added VolumeDirectory and modified ELF boot code to allow a directory on the ...donkopunchstania
2008-09-22Reduce the use of string objects slightly. Add Delete ISO feature.hrydgard
2008-09-22change src to Srcnakeee
2008-09-21cleaned up SConscriptsnakeee
2008-09-20fixed scons=parsingnakeee
2008-09-20Linux: I made Sconscript call wx-config inside of the main SConstruct, added ...Sonicadvance1
2008-09-16SConscript made all the rest of env.Copy into env.Clonenakeee
2008-09-14Some sanity checks in the debugger.hrydgard
2008-09-14Fixed some valgrind warnings.hrydgard
2008-09-13JIT profiler: in block performance counter.memberTwo.mb2
2008-09-07continue changing src to Srcnakeee
2008-09-01many warning fixesnakeee
2008-08-31Fix/workaround at least one class of buffer underruns in the GL plugin. Fix s...hrydgard
2008-08-31some cleanup, don't update the log window too oftenhrydgard
2008-08-30Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to...hrydgard
2008-08-27Fixed warnings about field initialisation order.Maarten ter Huurne
2008-08-26Include system headers using "#include <file.h>", so GCC will not issue warni...Maarten ter Huurne
2008-08-26Only use "-fPIC" for compiling objects that will be part of dynamic libs. Mak...Maarten ter Huurne
2008-08-25little Logwindow feature - enable/disable all logshrydgard
2008-08-25Switch between JIT and Interpreter at runtime using the debug window (pause f...hrydgard
2008-08-24Fixed build on Linux.Maarten ter Huurne
2008-08-24The arrows are back in the codeview!hrydgard
2008-08-24more fixes, prefix filter for export symbolshrydgard
2008-08-24linux build fix?hrydgard
2008-08-24More symbol magic+bugfixeshrydgard
2008-08-24Build fixesSonicadvance1
2008-08-24Very simple call tree browser added to code window, bottom left.hrydgard
2008-08-24Explicitly convert from C string to wxString. Fixes build on Linux.Maarten ter Huurne
2008-08-24Ok, part 2/2 of the symbol code rewrite. You can now create and use function ...hrydgard
2008-08-24Change some project settings. Reorganize the symbol database code, step 1/2.hrydgard
2008-08-23...Sonicadvance1
2008-08-23Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warning...masken
2008-08-23Finally hacked Super Monkey Ball into submission! Some bonus hacking tools in...hrydgard
2008-08-23Lots of FP hacking for little gain, super monkey ball is only slightly more s...hrydgard
2008-08-23Should fix Linux building, also adds GL/DX to the title in their respective p...Sonicadvance1
2008-08-21Fixed compile errors in conversion of C string to wxString when compiling wit...Maarten ter Huurne
2008-08-21Move some code out of the plugins into VideoCommon. No functional change.hrydgard
2008-08-21Very basic JIT results viewer.hrydgard
2008-08-14Attempt to fix recent D3D plugin issue. Fix bug in debugger *<:-) hrydgard
2008-08-13Yet another bunch of optimizations and cleanup. hrydgard
2008-08-10unix build fix, cpu detection improvement (SSSE3 detected)hrydgard
2008-08-10Assorted debugger upgrades and fixes + changed DolphinWX project not to depen...hrydgard
2008-08-0932-bit speedup (videos mostly affected). Lots of various cleanup and future p...hrydgard
2008-08-07static-ified a lot of vars to prevent name collisions with plugins, other cos...hrydgard
2008-07-24crash fix for debugger in release modefires.gc
2008-07-24minor improvements (mostly debugger)fires.gc
2008-07-24improved debugger - some meaningful icons would be nice :)fires.gc
2008-07-24Minor linux fixesLaurence Muller