pcsx2/pcsx2
arcum42 436638af5b Still doing register stuff.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1970 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-10-06 09:08:36 +00:00
..
CDVD Bind the cdvd's newDiskCB properly when changing CDVD sources; and more jASSUME->pxAssert change-overs. 2009-10-04 15:34:40 +00:00
DebugTools Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Docs Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IPU Still doing register stuff. 2009-10-06 09:08:36 +00:00
Linux Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
RDebug Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
System Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Utilities Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
gui More Vif register stuff. 2009-10-05 21:24:22 +00:00
ps2 Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
tinyxml Major Build System changes: 2009-06-18 08:20:19 +00:00
windows More MSVC/Win32 buildsystem fixes: Made is so you can now optionally unload all 3rdparty libs (after building at least once!) and still build the rest of PCSX2 and plugins without linker errors. This is useful for reducing the memory overhead of working in the MSVC IDE, and reduces the size of the .ncb file and the bugs that come with it. 2009-10-06 01:52:22 +00:00
x86 More MSVC/Win32 buildsystem fixes: Made is so you can now optionally unload all 3rdparty libs (after building at least once!) and still build the rest of PCSX2 and plugins without linker errors. This is useful for reducing the memory overhead of working in the MSVC IDE, and reduces the size of the .ncb file and the bugs that come with it. 2009-10-06 01:52:22 +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
COP0.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
COP0.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
COP2.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Cache.cpp Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Cache.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Common.h Yay, craploads of fixups for the new gui: 2009-09-16 17:23:02 +00:00
Config.h Added a gamefix that should fix the messed up camera views in Gundam games like "Mobile Suit Gundam Seed Destiny: Rengou vs. ZAFT II Plus" and the other ones that had this problem. 2009-10-05 06:25:56 +00:00
Counters.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Counters.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Dump.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Dump.h * Better icon! Transparency in Windows Taskbar icon is still bad, but I can't figure out how to fix it (documented in code) 2009-09-08 16:39:37 +00:00
Elfheader.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Elfheader.h Re-ordered the MSVC folder structure to split PCSX2 into two definitive sections: [App]Host and [Emu]Core (the bracketed names indicate the "long" versions which are generally used in the code to differentiate the functions and classes). If the tentative layout is good then I'll sort the files on SVN to match that layout. 2009-09-12 02:58:22 +00:00
FPU.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
FiFo.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
GS.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
GS.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
GSState.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Gif.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
Gif.h Still doing register stuff. 2009-10-06 09:08:36 +00:00
HostGui.h Renamed memzero_obj to memzero. Been meaning to do that for a while. Also, Savestates *almost* work, but it's just not going to happen. See everyone in 5 days or so. -_- 2009-09-23 12:53:32 +00:00
Hw.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Hw.h Still doing register stuff. 2009-10-06 09:08:36 +00:00
HwRead.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
HwWrite.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
Interpreter.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopBios.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopBios.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopBios2.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopCommon.h More explicit C++ style type definition for PSXCLK, to ensure compilers avoid mathematical overflows. :) 2009-09-29 16:20:13 +00:00
IopCounters.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopCounters.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopDma.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
IopDma.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopHw.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopHw.h More Vif register stuff. 2009-10-05 21:24:22 +00:00
IopMem.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopMem.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopSio2.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
IopSio2.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
MMI.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
MTGS.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
Mdec.cpp Fix up r1169 a bit, and a few minor changes. 2009-05-11 12:12:56 +00:00
Mdec.h Minor variable type changes. 2009-05-21 21:12:01 +00:00
Memory.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
Memory.h Improved MTGS (added better suspend/resume support), and work on savestates a bit (still not working tho) 2009-09-23 09:53:21 +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 Linux: We don't need no stinkin' muldefs! (fyi, turns out the solution was to use the "inline" keyword on class member prototype definitions, yes that simple -_-) 2009-10-04 20:28:08 +00:00
Patch.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Patch.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
PathDefs.h Fixed a bug in BiosTools.cpp that caused Bios-Not-Found errors. 2009-09-13 17:11:35 +00:00
Pcsx2Config.cpp Added a gamefix that should fix the messed up camera views in Gundam games like "Mobile Suit Gundam Seed Destiny: Rengou vs. ZAFT II Plus" and the other ones that had this problem. 2009-10-05 06:25:56 +00:00
PluginManager.cpp Bind the cdvd's newDiskCB properly when changing CDVD sources; and more jASSUME->pxAssert change-overs. 2009-10-04 15:34:40 +00:00
Plugins.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +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 Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
R3000A.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
R3000A.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
R3000AInterpreter.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
R3000AOpcodeTables.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
R5900.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
R5900.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
R5900Exceptions.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
R5900OpcodeImpl.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
R5900OpcodeTables.cpp Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
R5900OpcodeTables.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
RecoverySystem.cpp Minor buildsystem changes (remove some warnings and add function level linking option to all 3rdparty libs) 2009-10-05 14:40:46 +00:00
SPR.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
SPR.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +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 Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
SaveState.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Sif.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
Sif.h Assorted header cleanup. 2009-09-27 00:11:09 +00:00
Sifcmd.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Sio.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Sio.h Fixed a bug in BiosTools.cpp that caused Bios-Not-Found errors. 2009-09-13 17:11:35 +00:00
SourceLog.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Stats.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Stats.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
StringUtils.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
System.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
System.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Tags.h Still doing register stuff. 2009-10-06 09:08:36 +00:00
VU.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
VU0.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
VU0micro.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
VU0microInterp.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
VU1micro.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
VU1microInterp.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
VUflags.cpp Same general cleanups (mostly to the VU interpreters), but on trunk this time. :) Also Fixes Issue 417 (I hope) 2009-09-21 14:19:49 +00:00
VUflags.h Same general cleanups (mostly to the VU interpreters), but on trunk this time. :) Also Fixes Issue 417 (I hope) 2009-09-21 14:19:49 +00:00
VUmicro.h Assorted header cleanup. 2009-09-27 00:11:09 +00:00
VUmicroMem.cpp More Vif register stuff. 2009-10-05 21:24:22 +00:00
VUops.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
VUops.h Same general cleanups (mostly to the VU interpreters), but on trunk this time. :) Also Fixes Issue 417 (I hope) 2009-09-21 14:19:49 +00:00
Vif.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
Vif.h Still doing register stuff. 2009-10-06 09:08:36 +00:00
VifDma.cpp Still doing register stuff. 2009-10-06 09:08:36 +00:00
VifDma.h Assorted header cleanup. 2009-09-27 00:11: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 Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official. 2009-02-09 21:15:56 +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 Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
vtlb.cpp Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
vtlb.h Renamed PCSX2_ALIGNED to __aligned and removed the need for excess parenthesis and oddball qualifiers. Left the old macros in Pcsx2defs.h for now, just in case. Redid some of the storage organization of microVU and iFPU consts and temporaries while I was at it, using structs instead of naked vars -- should improve cpu cache behavior a wee bit. 2009-10-05 02:15:49 +00:00
xmlpatchloader.cpp Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00