.. |
CDVD
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
DebugTools
|
Bugfix: EE and IOP consoles were piping through printf formatting, causing occasional crashes (introduced in r3609)
|
2010-08-08 16:19:37 +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
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
Linux
|
Apply the same visibility flags from CMake to CodeBlocks. GSnull: Remove some legacy gif code. Hook up the register code.
|
2010-08-07 05:46:25 +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
|
Changed the FastFormatString functions into nifty little classes that use TLS for their buffer workspaces. Result: a fully concurrent printf with zero malloc/free overhead. Use the pxsFmt macro for them -- which is a fully working alternative to wxsFormat().
|
2010-08-03 22:18:19 +00:00 |
ZipTools
|
Linux: Likely fix for gcc errors compiling SafeArray
|
2010-08-05 01:39:31 +00:00 |
gui
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
ps2
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
windows
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +00:00 |
x86
|
Added a minor hack to MFIFO interrupt timing. Fixes FF7 DoC.
|
2010-08-10 10:04:17 +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-08-09 19:05:02 +00:00 |
COP0.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Common.h
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Config.h
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +00:00 |
Counters.cpp
|
Refactoring:
|
2010-08-09 04:10: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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +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
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
GS.cpp
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
GS.h
|
ReorderingMTGS:
|
2010-07-15 05:21:26 +00:00 |
GSState.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Im sure this got in there by error back when the OPH stuff revert went on.
|
2010-08-11 09:49:57 +00:00 |
Gif.h
|
ReorderingMTGS:
|
2010-07-16 16:48:08 +00:00 |
Hardware.h
|
Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;)
|
2010-07-22 12:20:11 +00:00 |
Hw.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Hw.h
|
Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;)
|
2010-07-22 12:20:11 +00:00 |
HwRead.cpp
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
HwWrite.cpp
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
Interpreter.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
IopBios.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10: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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
MTGS.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
Memory.h
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
MemoryTypes.h
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
NakedAsm.h
|
Added a threadless state managed IPU. The code is still in it's early stages and will now be worked on to optimize for speed. The first optimization is to increase the read size in Vlc.h from 32 bit to 64 bit.
|
2010-07-26 10:18:28 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
PluginManager.cpp
|
Enable IOP stdout and Kprintf HLE intercepts in Release mode builds.
|
2010-08-06 19:15:43 +00:00 |
Plugins.h
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +00:00 |
PrecompiledHeader.cpp
|
[copyright]
|
2010-07-08 16:40:44 +00:00 |
PrecompiledHeader.h
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +00:00 |
R3000A.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
R5900.h
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +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
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Linux: Likely fix for gcc errors compiling SafeArray
|
2010-08-05 01:39:31 +00:00 |
SaveState.h
|
IPU:
|
2010-08-01 21:50:59 +00:00 |
ShiftJisToUnicode.cpp
|
[copyright]
|
2010-07-09 15:36:09 +00:00 |
Sif.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Sif1.cpp
|
Refactoring:
|
2010-08-09 04:10: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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +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
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +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
|
pcsx2: Get Linux compiling.
|
2010-08-12 11:28:22 +00:00 |
VU0.cpp
|
pcsx2: Get Linux compiling.
|
2010-08-12 11:28:22 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Fix superVU xgkick stuffs.
|
2010-07-19 12:35:03 +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
|
Refactoring:
|
2010-08-09 04:10:38 +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
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Vif.h
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Vif0_Dma.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Vif1_Dma.cpp
|
Re-fix Def Jam Fight for NY.
|
2010-08-12 19:58:19 +00:00 |
Vif1_MFIFO.cpp
|
VIF MFIFO:
|
2010-08-11 09:16:12 +00:00 |
Vif_Codes.cpp
|
Missed a couple of bits :P
|
2010-08-11 09:48:43 +00:00 |
Vif_Dma.h
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Vif_Transfer.cpp
|
Missed a couple of bits :P
|
2010-08-11 09:48:43 +00:00 |
Vif_Unpack.cpp
|
Refactoring:
|
2010-08-09 04:10:38 +00:00 |
Vif_Unpack.h
|
Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;)
|
2010-07-22 12:20:11 +00:00 |
Vif_Unpack.inl
|
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
|
2010-08-06 05:46:09 +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
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |
vtlb.h
|
PCSX2/EEcore:
|
2010-08-09 15:42:13 +00:00 |