dolphin/Source/Core/Core/Src
Soren Jorvang 96403e7284 PanicAlert now needs a string literal as the first argument.
Some more Mac-ish hotkeys and a placeholder for da.po.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6832 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-12 19:28:47 +00:00
..
Boot Make ARAM DMAs take time. Allows WWE Day of Reckoning 1 & 2 to go ingame...then they crash. Not entirely sure if the crash is related. 2010-12-27 22:14:33 +00:00
Debugger Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
HLE First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
HW Fixes issue 3907. 2011-01-12 16:24:18 +00:00
IPC_HLE Properly resize the GL canvas on window changes with USE_WX and wx 2.9. 2011-01-10 16:18:41 +00:00
PowerPC Workaround for a weird bug on 32-bit Linux that makes the Open dialog crash. 2011-01-12 18:59:52 +00:00
ActionReplay.cpp Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
ActionReplay.h Random fixes and cleanups 2010-04-08 16:59:35 +00:00
ARDecrypt.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
ARDecrypt.h Code cleanups, warning fixes 2010-04-11 11:16:57 +00:00
ConfigManager.cpp PanicAlert now needs a string literal as the first argument. 2011-01-12 19:28:47 +00:00
ConfigManager.h Fixed language selection by adding English, leaving default as "<System>" language. Removed languages which don't have translations yet. 2011-01-08 15:05:59 +00:00
Console.cpp Implemented MMU Demand Paging 2010-07-29 12:17:47 +00:00
Console.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Core.cpp Don't bother quickly flashing the full pathname to the file loaded 2011-01-11 16:19:15 +00:00
Core.h This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The wiimote plugins now open their own display handles, and the GUI uses the display handle of the main window frame. Only the window handle from the video plugin is needed. The pWindowHandle variable now passes this instead of the display handle. 2010-07-16 14:14:57 +00:00
CoreParameter.cpp Print the performance status in exactly one place. 2011-01-11 04:09:11 +00:00
CoreParameter.h Migrate the opencl setting completely to the gfx config dialog. 2010-11-24 17:30:04 +00:00
CoreRerecording.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
CoreTiming.cpp little fix for r6513 thank to metatheos for finding the error 2010-12-04 22:04:46 +00:00
CoreTiming.h remove fifowait flag, is not needed now as we execute all events that need to be executed even if the cpu is waiting for the fifo. 2010-12-04 03:44:56 +00:00
DolLoader.h Code cleanups, warning fixes 2010-04-11 11:16:57 +00:00
GeckoCode.cpp Made the "Download Gecko Codes" button not add already existing codes.(fixes issue 3732) Minor fix to gecko code handling. Added a "Show Shader Errors" setting to video config dialog. 2010-12-26 06:23:33 +00:00
GeckoCode.h Fixed the build error in r6227. 2010-09-26 06:58:21 +00:00
GeckoCodeConfig.cpp Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
GeckoCodeConfig.h Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
Host.h Make the gui more accurately reflect connected wiimotes. Also connect and disconnect wiimotes when settings are changed in the wiimote configuration dialog during emulation. 2011-01-07 15:18:00 +00:00
LuaInterface.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
LuaInterface.h Hg: 2010-06-09 01:37:08 +00:00
MemTools.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
MemTools.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
OnFrame.cpp Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00
OnFrame.h Added support for recording multiple GameCube controllers at once. 2010-09-06 21:41:01 +00:00
PatchEngine.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
PatchEngine.h Fixed a bug in JIT/JITIL. The size_of_merged_addresses variable was being used before it was initialised in certain cases (Rogue Leader). 2010-10-02 02:04:44 +00:00
PluginManager.cpp Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
PluginManager.h Changed macro for disallowing copy-ctor and =operator into an inheritable class. Removed IrPointer.ini (no longer used) 2010-11-15 05:29:10 +00:00
SConscript Revive io_osx.mm revision history and reapply the changes in r6693. 2011-01-01 14:57:19 +00:00
State.cpp Fixed an issue where the emulator would remain paused when attempting to load a non-existent save-state. 2010-12-09 12:04:03 +00:00
State.h possible savestate memory leak fix in DoBuffer 2010-04-17 21:02:03 +00:00
stdafx.cpp Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Tracer.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
Tracer.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
VolumeHandler.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
VolumeHandler.h Random fixes and cleanups 2010-04-08 16:59:35 +00:00