.. |
Dialogs
|
all: gcc warning clean (round 2)
|
2013-06-28 17:32:37 +00:00 |
Panels
|
(Patch by KrossX): Fixed multitap (e.g. Timesplitters), New: support raw PSX memcards (mcd/mcr), Fixed issues with pad 2 (e.g. issue 1326).
|
2013-04-27 16:24:02 +00:00 |
Resources
|
copyright:
|
2012-04-12 06:30:35 +00:00 |
App.h
|
Finishing up widescreen patch support: Add GUI toggle and connect it.
|
2013-08-14 09:48:36 +00:00 |
AppAccelerators.h
|
UI: Keyboard shortcuts overrides via PCSX2_keys.ini
|
2011-09-11 22:13:02 +00:00 |
AppAssert.cpp
|
newHostVM:
|
2010-11-16 15:58:42 +00:00 |
AppCommon.h
|
* Cmdline: Added warnings when opening settings panels with command line overrides enabled, and force-disable overrides when new settings are manually applied.
|
2010-06-24 17:39:18 +00:00 |
AppConfig.cpp
|
ws_cheats folder goes back to documents (following r5640, r5824 and r5826). This way the installer only installs the cheats_ws,zip file at the installation dir, while users could put their own ws cheat files at cheats_ws folder under documents. Portable mode is unaffected.
|
2014-01-25 21:31:42 +00:00 |
AppConfig.h
|
pcsx2 gui:
|
2013-05-23 20:03:10 +00:00 |
AppCorePlugins.cpp
|
Removed an old hack for resumes from suspended states that caused GS plugins to open twice.
|
2011-02-26 00:41:31 +00:00 |
AppCorePlugins.h
|
UI:
|
2010-07-01 15:08:12 +00:00 |
AppCoreThread.cpp
|
Widescreen hacks db: change from dbf to normal zip (also replaced the dbf with a zip of current ws hacks).
|
2014-01-25 21:13:52 +00:00 |
AppCoreThread.h
|
newHostVM: (WIP, may not run!) -- Applied host virtual memory mapping to the EE/IOP/VU main and on-chip memory banks. Added a new OO-based system allocator object for handling said virtual memory resources. Plus many code cleanups, and some added mess that needs to be cleaned up.
|
2010-11-15 14:05:02 +00:00 |
AppEventListeners.h
|
Big gif transfer code rewrite!
|
2011-07-24 13:02:50 +00:00 |
AppEventSources.cpp
|
Fix the apply button not graying out anymore like it used to.
|
2011-01-18 00:58:54 +00:00 |
AppForwardDefs.h
|
* Fixed fullscreen default-to-on behavior; the bug was caused by wxWidgets being a bit ficle and expecting the window to be Shown prior to being made fullscreen (even though the docs say ShowFullscreen() will show the window itself).
|
2010-06-22 04:29:24 +00:00 |
AppGameDatabase.cpp
|
Games database: Load from the exe folder (only affects Install mode. Portable was already OK): Prevent DB-not-found error if previous version wasn't uninstalled properly.
|
2011-06-30 20:54:30 +00:00 |
AppGameDatabase.h
|
pcsx2, zzogl-pg: allow to change some default path with compilation flags.
|
2011-07-17 11:25:17 +00:00 |
AppInit.cpp
|
i18n: use standard pcsx2_Iconize instead of an additional key lookup. In others word, english string is now included directly in the po/pot
|
2012-08-10 10:10:55 +00:00 |
ApplyState.h
|
MCD manager: refinements and improvements:
|
2011-03-14 21:20:23 +00:00 |
AppMain.cpp
|
spu2x: array out of bond (-1)
|
2013-09-10 11:41:11 +00:00 |
AppRes.cpp
|
Menu: recent-ISO-list (dynamic list with automatic menu IDs) was clashing with other fixed menu IDs (specifically, the first item on the recent ISOs list got an "automatic" id of 100 (decimal) which happened to clash with multitap 2 menu item. Result: when clicking multitap2 menu item, the first iso gets selected instead - multitap2 menu was b0rked).
|
2011-03-07 16:58:24 +00:00 |
AppSaveStates.h
|
GUI: BUGFIX: (Save)State in GS window title can get out of sync with actual current slot (after loading/saving state via the menu).
|
2011-05-17 11:18:45 +00:00 |
AppUserMode.cpp
|
New: Allow changing the language at any time.
|
2012-08-14 08:35:30 +00:00 |
ConsoleLogger.cpp
|
pcsx2: fix 4 arrays out of bond
|
2013-09-05 20:01:47 +00:00 |
ConsoleLogger.h
|
Moved the "Print CDVD info" menu item to console logs.
|
2011-03-10 16:57:14 +00:00 |
CpuUsageProvider.cpp
|
pcsx2: Implemented Threaded VU1 :D
|
2011-08-12 02:31:49 +00:00 |
CpuUsageProvider.h
|
pcsx2: Implemented Threaded VU1 :D
|
2011-08-12 02:31:49 +00:00 |
CpuUsageProviderLnx.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 |
CpuUsageProviderMSW.cpp
|
pcsx2: Implemented Threaded VU1 :D
|
2011-08-12 02:31:49 +00:00 |
ExecutorThread.cpp
|
* Documented some of the event/threading proxy class and its underlying event queue.
|
2010-12-27 15:25:39 +00:00 |
FrameForGS.cpp
|
Left this in by accident.
|
2013-12-30 09:12:18 +00:00 |
GlobalCommands.cpp
|
UI: Keyboard shortcuts overrides via PCSX2_keys.ini
|
2011-09-11 22:13:02 +00:00 |
GSFrame.h
|
pcsx2: zzogl:onepad: gsdx: merge linux-gsopen2 branch (4730) into trunk
|
2011-06-12 14:48:36 +00:00 |
i18n.cpp
|
i18n: Apply pg patch to better detect the system language
|
2012-09-08 16:47:02 +00:00 |
i18n.h
|
i18n: on linux seach l10n file also in Langs directory
|
2011-01-22 14:50:05 +00:00 |
IsoDropTarget.cpp
|
async-iso: Current state of the code. It was done on vs2012 so only the vs2012 project file is updated with the file changes.
|
2012-12-01 19:42:24 +00:00 |
IsoDropTarget.h
|
* Fixed fullscreen default-to-on behavior; the bug was caused by wxWidgets being a bit ficle and expecting the window to be Shown prior to being made fullscreen (even though the docs say ShowFullscreen() will show the window itself).
|
2010-06-22 04:29:24 +00:00 |
MainFrame.cpp
|
Pleasing devina40 ;) ("WideScreen" -> "Widescreen" at the menu)
|
2013-08-16 02:57:28 +00:00 |
MainFrame.h
|
Finishing up widescreen patch support: Add GUI toggle and connect it.
|
2013-08-14 09:48:36 +00:00 |
MainMenuClicks.cpp
|
Finishing up widescreen patch support: Add GUI toggle and connect it.
|
2013-08-14 09:48:36 +00:00 |
MemoryCardFile.cpp
|
(Patch by KrossX): Fixed multitap - Part 2 - (e.g. Timesplitters), New: support raw PSX
|
2013-07-19 13:43:33 +00:00 |
MemoryCardFile.h
|
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
|
2011-03-25 05:06:49 +00:00 |
MessageBoxes.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 |
MSWstuff.cpp
|
* Bugfix for Recent Iso List (it stopped remembering stuff a couple revs ago).
|
2010-12-14 07:18:09 +00:00 |
MSWstuff.h
|
More work on memorycards, and general UI adjustments. Some things with the dialogs might be a bit broken-ish. Will finish this up properly soon. :)
|
2010-05-20 12:23:13 +00:00 |
pxEventThread.h
|
Make PCSX2 compile with Visual Studio 2012 (1/3): Workaround compiler differences that result in compile-time errors.
|
2012-08-19 19:36:59 +00:00 |
pxLogTextCtrl.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 |
Readme-MemoryCardFile.txt
|
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
|
2011-03-25 05:06:49 +00:00 |
RecentIsoList.cpp
|
all: gcc warning clean (round 2)
|
2013-06-28 17:32:37 +00:00 |
RecentIsoList.h
|
Menu: recent-ISO-list (dynamic list with automatic menu IDs) was clashing with other fixed menu IDs (specifically, the first item on the recent ISOs list got an "automatic" id of 100 (decimal) which happened to clash with multitap 2 menu item. Result: when clicking multitap2 menu item, the first iso gets selected instead - multitap2 menu was b0rked).
|
2011-03-07 16:58:24 +00:00 |
Saveslots.cpp
|
Save-state: gracefully handle state load/save when the VM isn't at a valid state (was crashing on load state before running anything if a bios savestate existed)
|
2011-03-20 11:19:00 +00:00 |
SysState.cpp
|
Change various logs to sound "nicer".
|
2012-04-17 17:55:51 +00:00 |
UpdateUI.cpp
|
Patch by pseudonim: Disable the state load/save menus when no active VM.
|
2011-03-20 12:32:54 +00:00 |