pcsx2/common/src/Utilities
Jake.Stine ae1dcb7ac6 * Fixed some bugs in the SYSTEM.CNF loader (most notably it will not crash on files over 512 bytes -- some PS2 images pad their system.cnf to 32k)
* Botting NoDisc with "Skip BIOS" enabled should work now (untested).
 * Renamed StaticText / StaticHeading helpers to simply Text and Heading.
 * Made the iR5900 recompiler's stack alignment check a dynamic toggle instead of a dev/debug build preprocessor.
 * Fix annoying linux linker errors.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2229 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-11-21 07:44:11 +00:00
..
Linux Linux compilation fixes and fix some signed/unsigned stuff in IsoReader. 2009-11-18 16:53:44 +00:00
Windows * Implemented more support for on-the-fly CDVD source changes (not well tested, probably need work). 2009-11-16 17:14:10 +00:00
x86 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
AlignedMalloc.cpp Linux: Fix compilation errors and warnings. There's still a lot of new warnings in x86Emitter due to __forceinline being disabled in debug builds, but the proper fix for those will come later. 2009-09-21 09:48:31 +00:00
CheckedStaticBox.cpp * Added a 'master' toggle to the Speedhacks panel. 2009-11-18 07:53:02 +00:00
Console.cpp Linux compilation fixes and fix some signed/unsigned stuff in IsoReader. 2009-11-18 16:53:44 +00:00
EventSource.cpp Small bugfixes to settings handling at startup, fixed a memleak when opening multiple dialog boxes, and some other minor interface code cleanups. 2009-10-25 22:33:23 +00:00
Exceptions.cpp Misc bugfixes to plugin management and error handling. 2009-11-04 09:30:22 +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 Added some hourglass cursors for various things; renamed more Semaphore and Mutex APIs (I'm too indecisive >_<) 2009-11-01 09:27:16 +00:00
PathUtils.cpp Added pxRadioPanel, a nifty all-thrills container for radio button groups. Removed AddRadioButton. Moved SizerFlags and other wxHelpers to Utilities class (optionally accessible by plugins). 2009-11-14 08:36:57 +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 Added some hourglass cursors for various things; renamed more Semaphore and Mutex APIs (I'm too indecisive >_<) 2009-11-01 09:27:16 +00:00
StringHelpers.cpp Lots of wee bugfixes to user interface stuffs 2009-11-16 00:40:09 +00:00
ThreadTools.cpp Added some hourglass cursors for various things; renamed more Semaphore and Mutex APIs (I'm too indecisive >_<) 2009-11-01 09:27:16 +00:00
ThreadingInternal.h More threading improvements: 2009-10-17 18:21:30 +00:00
pxCheckBox.cpp Apply proper qualifier use for operator+= templates and their specializations. 2009-11-19 13:44:44 +00:00
pxRadioPanel.cpp * Speedhacks master toggle saves now. 2009-11-19 05:08:24 +00:00
pxStaticText.cpp Added some more convenience operators for wx interface construction. These are intended as a substitute for wxSizerFlags(), like so: 2009-11-20 03:26:10 +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
wxGuiTools.cpp * Fixed some bugs in the SYSTEM.CNF loader (most notably it will not crash on files over 512 bytes -- some PS2 images pad their system.cnf to 32k) 2009-11-21 07:44:11 +00:00
wxHelpers.cpp * Fixed some bugs in the SYSTEM.CNF loader (most notably it will not crash on files over 512 bytes -- some PS2 images pad their system.cnf to 32k) 2009-11-21 07:44:11 +00:00