pcsx2/pcsx2
Jake.Stine b85be17e04 Revert some changes from r3310 -- I forgot that the GS plugin still needs to manage three separate instances of the GIFpath until the MTGS packet reordering system is finished later. (this was my attempt to try and make this change more baby-stepish but it failed).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3313 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-06-26 14:13:34 +00:00
..
CDVD Fully implement hash-based database lookup. Fix some bugs that caused startup crashes in previous revisions of mine. 2010-06-22 18:57:48 +00:00
DebugTools Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
Docs New Docs folder setup: original proprietary docs files are kept in /pcsx2/Docs, and distributable PDFs should be generated from them into /bin/docs for releases. :) 2010-05-30 11:47:46 +00:00
IPU Fix the fix that fixes the ffx video fix... fixed :p 2010-06-23 15:18:55 +00:00
Linux * Cmdline: Added warnings when opening settings panels with command line overrides enabled, and force-disable overrides when new settings are manually applied. 2010-06-24 17:39:18 +00:00
RDebug Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
System Refactoring: (boring) 2010-06-19 13:42:32 +00:00
Utilities Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
ZipTools Refactoring: (boring) 2010-06-19 13:42:32 +00:00
gui git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3308 96395faa-99c1-11dd-bbfe-3dabce05a288 2010-06-26 07:26:43 +00:00
ps2 Temp fix for Soul Calibur 3, possibly most other broken games. 2010-06-26 13:36:57 +00:00
windows Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
x86 microVU: changed vu0 rec-cache to 10mb... seems rachet and clank games need this amount when not using mVU speedhacks (the speedhacks emit less code-gen, so it makes games need less rec-cache amount) 2010-06-26 07:57:46 +00:00
3rdparty Linux: Make the build system even more hackish, to avoid issues with AC_OUTPUT and automake 1.11. 2009-06-07 07:13:54 +00:00
CMakeLists.txt Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
COP0.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
COP0.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
COP2.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Cache.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Cache.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Common.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Config.h microVU: 2010-06-25 06:28:23 +00:00
Counters.cpp git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3308 96395faa-99c1-11dd-bbfe-3dabce05a288 2010-06-26 07:26:43 +00:00
Counters.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Dmac.h pcsx2: Rearrange dmaGetAddr a bit. 2010-06-25 10:49:20 +00:00
Dump.cpp Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
Dump.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Elfheader.cpp Reload disc info as needed, gets some "codebreaker" ELF which switches to the normal boot sequence after a while closer to working. 2010-05-28 12:13:51 +00:00
Elfheader.h Reload disc info as needed, gets some "codebreaker" ELF which switches to the normal boot sequence after a while closer to working. 2010-05-28 12:13:51 +00:00
FPU.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
FiFo.cpp (minor optimization) Let's not even use the GS plugin's Path1 or Path3 parsers anymore. All GIFtags can be sent safely through the GS's hack-free Path2 instead. 2010-06-26 07:48:16 +00:00
GS.cpp git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3308 96395faa-99c1-11dd-bbfe-3dabce05a288 2010-06-26 07:26:43 +00:00
GS.h Revert some changes from r3310 -- I forgot that the GS plugin still needs to manage three separate instances of the GIFpath until the MTGS packet reordering system is finished later. (this was my attempt to try and make this change more baby-stepish but it failed). 2010-06-26 14:13:34 +00:00
GSState.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
GameDatabase.cpp Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
GameDatabase.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
Gif.cpp (minor optimization) Let's not even use the GS plugin's Path1 or Path3 parsers anymore. All GIFtags can be sent safely through the GS's hack-free Path2 instead. 2010-06-26 07:48:16 +00:00
Gif.h Summary of fixes 2010-06-22 23:10:40 +00:00
Hardware.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Hw.cpp Game fixes: 2010-06-24 14:55:57 +00:00
Hw.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
HwRead.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
HwWrite.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Interpreter.cpp User Interface: 2010-05-10 17:59:03 +00:00
IopBios.cpp ioman hle: ps2link host: implementation allows writing files, not just reading. Also it's the only way we have to get binary data out of pcsx2, when running ps2 test apps. 2010-06-25 20:59:48 +00:00
IopBios.h ioman hle: ps2link host: implementation allows writing files, not just reading. Also it's the only way we have to get binary data out of pcsx2, when running ps2 test apps. 2010-06-25 20:59:48 +00:00
IopCommon.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopCounters.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopCounters.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopDma.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
IopDma.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopHw.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopHw.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopIrq.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopMem.cpp IOP: HLE ioman functions for paths starting with host[0-9]*: 2010-05-28 10:33:15 +00:00
IopMem.h IOP: HLE ioman functions for paths starting with host[0-9]*: 2010-05-28 10:33:15 +00:00
IopModuleNames.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
IopSio2.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopSio2.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
MMI.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
MTGS.cpp Revert some changes from r3310 -- I forgot that the GS plugin still needs to manage three separate instances of the GIFpath until the MTGS packet reordering system is finished later. (this was my attempt to try and make this change more baby-stepish but it failed). 2010-06-26 14:13:34 +00:00
Mdec.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Mdec.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Memory.cpp There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
Memory.h There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
MemoryTypes.h Some code cleanups for the new vtlb optimization (no intentional functional changes -- just deleted unused code and converted all of vtlb to the new emitter syntax. Let's hope I didn't typo anything!) 2009-05-06 12:37:37 +00:00
NakedAsm.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Patch.cpp Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
Patch.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
Patch_Memory.cpp Cleanup patch.cpp... 2010-05-17 05:18:11 +00:00
Patch_Obsolete.h Cleanup patch.cpp... 2010-05-17 05:18:11 +00:00
PathDefs.h Major UI renovations! 2010-04-27 13:12:03 +00:00
Pcsx2Config.cpp microVU: 2010-06-25 06:28:23 +00:00
PluginManager.cpp * Fixed fullscreen default-to-on behavior; the bug was caused by wxWidgets being a bit ficle and expecting the window to be Shown prior to being made fullscreen (even though the docs say ShowFullscreen() will show the window itself). 2010-06-22 04:29:24 +00:00
Plugins.h Adds support to PCSX2 for 'SetLogDir' being passed to the plugins; needed for proper UAC/user homedir mess (patch by gregory). 2010-05-29 03:36:49 +00:00
PrecompiledHeader.cpp Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred. 2009-02-06 20:04:37 +00:00
PrecompiledHeader.h Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
R3000A.cpp UI: 2010-06-06 04:17:43 +00:00
R3000A.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
R3000AInterpreter.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
R3000AOpcodeTables.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
R5900.cpp pcsx2: Added back a few headers. A non POD-safe argument was fixed. Commented out some unused variables. And added a few helper functions for later. 2010-06-25 09:18:14 +00:00
R5900.h GameDatabase / Patches: 2010-06-18 14:27:13 +00:00
R5900Exceptions.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
R5900OpcodeImpl.cpp DECI2: correct NUL writing for logging to remove garbage 2010-05-25 22:12:14 +00:00
R5900OpcodeTables.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
R5900OpcodeTables.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SPR.cpp pcsx2: A bit of cleanup. 2010-06-25 23:13:41 +00:00
SPR.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SamplProf.h wxGui branch: Holy crap! I converted it to unicode! This was an absolutely maddening experience. [also: Merged with /trunk] 2009-04-27 02:04:31 +00:00
SaveState.cpp Fix gruesome errors in database loading/saving. 2010-06-10 11:27:30 +00:00
SaveState.h git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3308 96395faa-99c1-11dd-bbfe-3dabce05a288 2010-06-26 07:26:43 +00:00
ShiftJisToUnicode.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Sif.cpp There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
Sif.h There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
Sif0.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Sif1.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Sifcmd.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Sio.cpp Fixed a couple bugs in memorycard ejection logic, and a nasty crash bug for anyone who had the old CWD mode enabled. 2010-05-26 23:06:31 +00:00
Sio.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SourceLog.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Stats.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Stats.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SysForwardDefs.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
System.cpp Fully implement hash-based database lookup. Fix some bugs that caused startup crashes in previous revisions of mine. 2010-06-22 18:57:48 +00:00
System.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
VU.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU0.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU0micro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU0microInterp.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU1micro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU1microInterp.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUflags.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUflags.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUmicro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUmicro.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUmicroMem.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUops.cpp Removed the TestOnly parameter on the MTGS packet sender, and replaced it with a direct call to GIFPath_ParseTag. Simpler, more efficient, and avoids constant assertion failures when running PCSX2 in debug mode. :D 2010-06-23 01:13:01 +00:00
VUops.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Vif.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Vif.h Summary of fixes 2010-06-22 23:10:40 +00:00
Vif0_Dma.cpp pcsx2: A bit of cleanup. 2010-06-25 23:13:41 +00:00
Vif1_Dma.cpp pcsx2: A bit of cleanup. 2010-06-25 23:13:41 +00:00
Vif1_MFIFO.cpp Game fixes: 2010-06-24 14:55:57 +00:00
Vif_Codes.cpp Game fixes: 2010-06-24 14:55:57 +00:00
Vif_Dma.h Summary of fixes 2010-06-22 23:10:40 +00:00
Vif_Transfer.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Vif_Unpack.cpp Summary of fixes 2010-06-22 23:10:40 +00:00
Vif_Unpack.h Likely fix for 30mb memleaks when loading states and resetting the emu. 2010-06-07 14:03:58 +00:00
Vif_Unpack.inl Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
bin Linux: A little more consistancy about using the System.h wrappers, restore the bin symlink, and a few other minor changes to plugins. 2009-02-21 11:14:09 +00:00
cheatscpp.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
missing Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred. 2009-02-06 20:04:37 +00:00
sio_internal.h Completed support for various MemoryCard sizes (16, 32, 64 megs cards). 2010-05-26 19:45:33 +00:00
vtlb.cpp There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
vtlb.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00