pcsx2/pcsx2
arcum42 01231c1fa5 Update the codeblock project.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2189 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-11-12 02:46:06 +00:00
..
CDVD Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
DebugTools Fixes release-mode build targets from my prev commit. 2009-11-10 19:09:06 +00:00
Docs Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IPU Redid the structure packing macros a bit: added __packed, a bunch of comments, and removed a few ugly #ifdefs. 2009-11-07 14:13:07 +00:00
Linux Update the codeblock project. 2009-11-12 02:46:06 +00:00
RDebug Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
System Fix a few stability issues with on-the-fly plugin re-configuration and the F9 RenderSwitch. (all plugin settings should be changeable without having to reset emulation or anything now) 2009-11-05 13:13:02 +00:00
Utilities Patch parsing code cleanups, using some parser helper classes and properly const-qualified wxString parameters; also improved error handling slightly. 2009-11-08 17:18:34 +00:00
gui Implemented new pxCheckBox into the rest of the gui components. 2009-11-11 14:08:42 +00:00
ps2 No more sandwiches... 2009-11-10 21:33:59 +00:00
windows Implemented a feature which could potentially reduce the slight slowdowns present when running in windowed mode inside Aero. 2009-11-11 03:56:14 +00:00
x86 Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53: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 Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
COP0.h aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +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 Misc changes to Patches.cpp. Unconst xSHUF for the moment, so Linux compiles. 2009-11-06 01:50:11 +00:00
Config.h Finished the new logging options dialog (loads and saves settings (!)) 2009-11-11 11:36:13 +00:00
Counters.cpp A few more changes to the patch code. 2009-11-06 04:45:21 +00:00
Counters.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Dump.cpp * Added word wrapping to tooltips! (Windows only) 2009-11-08 01:56:24 +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 Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +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 Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
FiFo.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
GS.cpp User Interface: 2009-10-16 03:58:29 +00:00
GS.h Implemented ELF loading! :D 2009-10-31 19:18:29 +00:00
GSState.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
Gif.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
Gif.h Second half of __unused removal -- comment out (remove) names on unused parameters as per the guidelines of some C guideline that all compilers adhere to (this suppresses the same warnings __unused used to suppress). 2009-10-19 11:53:18 +00:00
HostGui.h Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
Hw.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
Hw.h Made hwDmacSrcChain & hwDmacSrcChainWithStacks a bit easier to follow. Misc other changes, mainly register related, or making use of existing constants. 2009-10-09 05:50:10 +00:00
HwRead.cpp Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
HwWrite.cpp Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
Interpreter.cpp Reorganized the exception/signal handlers, setjmp/longjmp, and SysCoreThread stuff: 2009-10-23 20:24:59 +00:00
IopBios.cpp Much work on menus, gui features. Partially-working recent-isos menu list. Bugfix for some of the new console stuff that could have caused some funny bunny business, or crashes, in a few games. Why dat wascaly wabbit! >_< 2009-10-31 10:03:07 +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 Replace assert() with pxAssert() in pcsx2 core and recompilers. 2009-10-25 15:07:43 +00:00
IopCounters.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopDma.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
IopDma.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
IopHw.cpp Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
IopHw.h Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
IopMem.cpp Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
IopMem.h aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
IopSio2.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +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 Misc bugfixes to plugin management and error handling. 2009-11-04 09:30:22 +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 Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
Memory.h Reorganized the exception/signal handlers, setjmp/longjmp, and SysCoreThread stuff: 2009-10-23 20:24:59 +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 aligned_stack: Implement full compliment of stack alignment options for the IOP (untested in gcc/linux yet); and fix a compiler error in MSVC. 2009-10-21 07:10:30 +00:00
Patch.cpp Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +00:00
Patch.h Patch parsing code cleanups, using some parser helper classes and properly const-qualified wxString parameters; also improved error handling slightly. 2009-11-08 17:18:34 +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 Finished the new logging options dialog (loads and saves settings (!)) 2009-11-11 11:36:13 +00:00
PluginManager.cpp Console logging performance tweaks, disable the unused GIFtag register log (it's been tested enough and documented), and add extra calls to GSchangeSaveState (affects zerogs/zzogl only). 2009-11-05 19:32:27 +00:00
Plugins.h Much work on menus, gui features. Partially-working recent-isos menu list. Bugfix for some of the new console stuff that could have caused some funny bunny business, or crashes, in a few games. Why dat wascaly wabbit! >_< 2009-10-31 10:03:07 +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 Fix Linux - __pagesize as a #define was bad mojo. 2009-11-02 07:43:51 +00:00
R3000A.cpp aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
R3000A.h aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
R3000AInterpreter.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
R3000AOpcodeTables.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
R5900.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
R5900.h Reorganized the exception/signal handlers, setjmp/longjmp, and SysCoreThread stuff: 2009-10-23 20:24:59 +00:00
R5900Exceptions.h Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
R5900OpcodeImpl.cpp Much work on menus, gui features. Partially-working recent-isos menu list. Bugfix for some of the new console stuff that could have caused some funny bunny business, or crashes, in a few games. Why dat wascaly wabbit! >_< 2009-10-31 10:03:07 +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 Console logging performance tweaks, disable the unused GIFtag register log (it's been tested enough and documented), and add extra calls to GSchangeSaveState (affects zerogs/zzogl only). 2009-11-05 19:32:27 +00:00
SPR.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +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 Replaced the old isofs code with a new simpler and cleaner isofs handler. 2009-11-07 23:03:03 +00:00
SaveState.h Misc bugfixes to plugin management and error handling. 2009-11-04 09:30:22 +00:00
ShiftJisToUnicode.cpp Fix an unmapped character in the shift-JIS conversion table ( patch applied from Issue 467 ) 2009-11-07 02:32:40 +00:00
Sif.cpp Whops :p 2009-11-10 06:17:35 +00:00
Sif.h Worked on SIF0dma a bit. 2009-10-14 23:59:05 +00:00
Sifcmd.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Sio.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +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 Partial re-implementation of emulation Trace Logging. Still a work in progress. >_< 2009-11-10 17:53:22 +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 Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
System.h Reorganized the exception/signal handlers, setjmp/longjmp, and SysCoreThread stuff: 2009-10-23 20:24:59 +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 Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
VU0micro.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
VU0microInterp.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
VU1micro.cpp aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
VU1microInterp.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +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 aligned_stack: Finished conversion of all CALLFunc and _callFunctionArg1 functions to aligned-stack safe __fastcall invocations; only IOP's psxExecute and dispatchers remain to be done. (rev is fully functional in this state tho, on win32 at least) 2009-10-20 20:02:07 +00:00
VUmicroMem.cpp Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
VUops.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +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 A couple misc changes. Converted a few more lines to the new register format, fixed spelling in a few comments, and so on... 2009-10-11 08:40:44 +00:00
Vif.h Get rid of a few Windows compilation errors. 2009-10-08 06:57:20 +00:00
Vif0Dma.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
Vif1Dma.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
VifDma.cpp Revamped some console log stuff. 2009-10-29 13:32:40 +00:00
VifDma.h Made hwDmacSrcChain & hwDmacSrcChainWithStacks a bit easier to follow. Misc other changes, mainly register related, or making use of existing constants. 2009-10-09 05:50:10 +00:00
VifDma_internal.h Fix Dev/Release mode compilation errors from prev rev. 2009-10-25 20:05:36 +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 Settings work again! 2009-10-09 15:17:53 +00:00
vtlb.h Settings work again! 2009-10-09 15:17:53 +00:00