pcsx2/common/src/Utilities
Jake.Stine 08f3e4955b Major Savestate fix: Added version info, which never got added (oops) after I redid the savestate system for 0.9.7. Breaks all old savestates, but should be the last backward compat breakage for quite a while.
Also
 * Tons of small UI bugfixes and cosmetic improvements, mostly to startup, first-time running, and resetting options.
 * Added a third startup option for specifying a custom "default location" for PCSX2 files, in addition to user docs and CWD.

Devs:
 * Implemented some more += operators for adding wxWidgets objects to sizers (pxStretchSpacer mainly).
 * Preliminary re-implementation of memory cards panels -- still non-functional, so it's disabled.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2671 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-03-05 14:24:44 +00:00
..
Linux Added CPU and GPU load readouts (currently Win32 only). Documented possible methods for implementation in linux. (linux project files aren't updated yet, short on time -- sorry!) 2010-01-25 15:31:17 +00:00
Windows Improved CPU usage and fps stats. 2010-01-26 13:06:53 +00:00
x86 User Interface code cleanups and bugfixes. some highlights: 2009-12-14 12:18:55 +00:00
AlignedMalloc.cpp Linux: Fix bugs in _aligned_realloc and newVif's inlined SSE HashBucket finder. 2009-12-24 10:04:03 +00:00
CMakeLists.txt Fix back up CMake. 2010-02-17 13:40:45 +00:00
CheckedStaticBox.cpp * Added a 'master' toggle to the Speedhacks panel. 2009-11-18 07:53:02 +00:00
Console.cpp Thread Local Storage Fixes: 2009-12-24 22:22:34 +00:00
EventSource.cpp A big old crapload of UI and thread management changes. Recoded the EventSource/EventListener system to be more C++ and less hacky C. Probably breaks Linux! 2010-01-22 15:22:01 +00:00
Exceptions.cpp We'll need to include signal.h if we're raising signals. 2009-12-25 18:58:25 +00:00
HashTools.cpp 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
Mutex.cpp A big old crapload of UI and thread management changes. Recoded the EventSource/EventListener system to be more C++ and less hacky C. Probably breaks Linux! 2010-01-22 15:22:01 +00:00
PathUtils.cpp Added AtomicBitTestAndReset() to thread tools and added a Normalize helper to 'Path' namespace. 2009-11-24 08:32:39 +00:00
PrecompiledHeader.cpp wxgui branch: Maintenance merge against trunk, plus many cleanups and project-level changes. 2009-07-03 00:49:40 +00:00
PrecompiledHeader.h Mode console logging updates and additions; 2009-11-15 06:26:55 +00:00
Semaphore.cpp A big old crapload of UI and thread management changes. Recoded the EventSource/EventListener system to be more C++ and less hacky C. Probably breaks Linux! 2010-01-22 15:22:01 +00:00
StringHelpers.cpp Lots of wee bugfixes to user interface stuffs 2009-11-16 00:40:09 +00:00
ThreadTools.cpp Major Savestate fix: Added version info, which never got added (oops) after I redid the savestate system for 0.9.7. Breaks all old savestates, but should be the last backward compat breakage for quite a while. 2010-03-05 14:24:44 +00:00
ThreadingInternal.h More threading improvements: 2009-10-17 18:21:30 +00:00
pxCheckBox.cpp Committing some messed up partial memorycard options panel implementation... planning to redo it but I want this on record as a backup, just in case. (all disabled, so not much to look at and nothing changed in the emu itself yet) 2010-01-31 02:21:58 +00:00
pxRadioPanel.cpp Major Savestate fix: Added version info, which never got added (oops) after I redid the savestate system for 0.9.7. Breaks all old savestates, but should be the last backward compat breakage for quite a while. 2010-03-05 14:24:44 +00:00
pxStaticText.cpp A couple dozen user interface refinements; notables: 2010-01-04 11:51:09 +00:00
vssprintf.cpp Got rid of that old 'params' mess on console logs. Not needed anymore since wxwidgets has nicer built in formatting options (never liked it anyway) 2009-09-08 05:37:40 +00:00
wxAppWithHelpers.cpp Major Savestate fix: Added version info, which never got added (oops) after I redid the savestate system for 0.9.7. Breaks all old savestates, but should be the last backward compat breakage for quite a while. 2010-03-05 14:24:44 +00:00
wxGuiTools.cpp Major Savestate fix: Added version info, which never got added (oops) after I redid the savestate system for 0.9.7. Breaks all old savestates, but should be the last backward compat breakage for quite a while. 2010-03-05 14:24:44 +00:00
wxHelpers.cpp Committing some messed up partial memorycard options panel implementation... planning to redo it but I want this on record as a backup, just in case. (all disabled, so not much to look at and nothing changed in the emu itself yet) 2010-01-31 02:21:58 +00:00