.. |
CDVD
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51: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
|
[IPU]: properly fix gcc c++0x error. Declared coeff as s16 instead of u16.
|
2010-07-15 18:07:49 +00:00 |
Linux
|
[copyright]
|
2010-07-09 15:36:09 +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
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +00:00 |
Utilities
|
* Switch the Confirmation dialogs to use '.' separators instead of ':' separators. The dots don't get escaped in the ini file, so they're much easier on the eyes.
|
2010-07-04 11:50:12 +00:00 |
ZipTools
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +00:00 |
gui
|
GIFpath: Set up incTag to work only in QWC. Required redoing the REGLIST mode handler a bit. This is needed for an in-progress MTGS project I'm in the middle of; so I'm hoping I did it right and don't screw anything up. (someone test Tekken 4 for me)
|
2010-07-10 14:34:00 +00:00 |
ps2
|
* Minor optimization to GIFpath, by utilizing the precached value for numregs in place of a convoluted test against NREG.
|
2010-07-13 04:36:39 +00:00 |
windows
|
- Working on getting some old code working again which allows comparison between mVU and sVU program results.
|
2010-07-07 05:59:25 +00:00 |
x86
|
Fix new aligned memcpy (probably, it still hasn't been tested at all) and removed calls to it that were added to test code generation.
|
2010-07-12 04:21:21 +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
|
[cmake]
|
2010-07-13 09:16:13 +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
|
Fix for broken stack unwinding in the MSVC debugger in and around the EE recompiler. Also sped up debug mode execution a bit by removing some per-block recompiled code overhead that we like almost never use anyway. (it can be re-enabled through the ini for now)
|
2010-07-04 11:14:06 +00:00 |
Counters.cpp
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +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
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +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
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +00:00 |
GS.cpp
|
SIGNAL! Area 51 WORKS! Soul Calibur 3 WORKS! probably broke loads! :P But thats the first time Area 51 has worked in years.
|
2010-07-06 17:25:02 +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
|
GameDB: Fix long loading times of the database, by using a very efficient block-based allocation system, and reserving enough memory for about 9500 titles. Also added a thread at startup to load the gamedb in the background while PCSX2 is opening windows and printing to the console.
|
2010-06-28 03:05:10 +00:00 |
GameDatabase.h
|
* Fix patches, which were broken in r3398 (they weren't being applied).
|
2010-07-07 07:41:44 +00:00 |
Gif.cpp
|
Gah better change this, else we could get in to a nasty catch 22 with the FINISH stuff >.<
|
2010-07-06 17:54:39 +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
|
Fix for Beyond Good and Evil (maybe Raving Rabids too), added a couple of bits of logging for 8 and 16 bit reads.
|
2010-06-27 15:34:04 +00:00 |
HwRead.cpp
|
Fix for Beyond Good and Evil (maybe Raving Rabids too), added a couple of bits of logging for 8 and 16 bit reads.
|
2010-06-27 15:34:04 +00:00 |
HwWrite.cpp
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +00:00 |
Interpreter.cpp
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +00:00 |
IopBios.cpp
|
I forgot to change one line. Also took the time to set a toggle for this other feature.
|
2010-06-26 21:32:02 +00:00 |
IopBios.h
|
Implemented a better "host:" rewrite system, which takes the path of the elf being loaded as the root of the virtual "host:". This is the same behaviour as pc-side ps2link clients. The code could probably be cleaned up a lot or made more configurable, if someone wants to improve it.
|
2010-06-26 21:17:21 +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
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +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
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +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
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +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
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +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
|
[copyright]
|
2010-07-09 15:36:09 +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
|
* Removed a completely unnecessary use of xSmartJump in the SLT instruction generation
|
2010-07-06 11:48:48 +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
|
* Fix patches, which were broken in r3398 (they weren't being applied).
|
2010-07-07 07:41:44 +00:00 |
PluginManager.cpp
|
* Fix patches, which were broken in r3398 (they weren't being applied).
|
2010-07-07 07:41:44 +00:00 |
Plugins.h
|
UI:
|
2010-07-01 15:08:12 +00:00 |
PrecompiledHeader.cpp
|
[copyright]
|
2010-07-08 16:40:44 +00:00 |
PrecompiledHeader.h
|
[copyright]
|
2010-07-08 16:40:44 +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
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +00:00 |
R5900.h
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +00:00 |
R5900Exceptions.h
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +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
|
[copyright]
|
2010-07-09 15:36:09 +00:00 |
SaveState.cpp
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +00:00 |
SaveState.h
|
Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy.
|
2010-06-28 18:03:54 +00:00 |
ShiftJisToUnicode.cpp
|
[copyright]
|
2010-07-09 15:36:09 +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
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +00:00 |
Sif1.cpp
|
Remove all MMX and XMM register freeze code.
|
2010-07-05 01:12:38 +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
|
- Working on getting some old code working again which allows comparison between mVU and sVU program results.
|
2010-07-07 05:59:25 +00:00 |
System.h
|
- Working on getting some old code working again which allows comparison between mVU and sVU program results.
|
2010-07-07 05:59:25 +00:00 |
VU.h
|
- Working on getting some old code working again which allows comparison between mVU and sVU program results.
|
2010-07-07 05:59:25 +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
|
Re-fix for some GCC packed structure bug. Hopefully this version works. It should according to the bug being tracked.
|
2010-07-07 20:01:30 +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
|
-Sorted some VIF problems causing unknown vifcmd errors (Enter the Matrix)
|
2010-06-30 00:55:22 +00:00 |
Vif1_Dma.cpp
|
SIGNAL! Area 51 WORKS! Soul Calibur 3 WORKS! probably broke loads! :P But thats the first time Area 51 has worked in years.
|
2010-07-06 17:25:02 +00:00 |
Vif1_MFIFO.cpp
|
Modified some recent changes a little, should bring back some more of the performance that was lost recently.
|
2010-06-29 19:32:30 +00:00 |
Vif_Codes.cpp
|
SIGNAL! Area 51 WORKS! Soul Calibur 3 WORKS! probably broke loads! :P But thats the first time Area 51 has worked in years.
|
2010-07-06 17:25:02 +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 |
sio_internal.h
|
Completed support for various MemoryCard sizes (16, 32, 64 megs cards).
|
2010-05-26 19:45:33 +00:00 |
vtlb.cpp
|
* Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now.
|
2010-07-09 16:51:48 +00:00 |
vtlb.h
|
[copyright]
|
2010-07-09 15:36:09 +00:00 |