| .. |
|
Boot
|
same commit as r5169, but this time to trunk instead of stable
|
2010-03-18 23:01:04 +00:00 |
|
Debugger
|
Warning cleanup, mainly shadowed variables, const/non-const and ctor initialization order
|
2010-02-21 18:55:00 +00:00 |
|
HLE
|
use jit64's implementation of divwux instead of always falling back to interpreter. please test for stability...tho it looks fine.
|
2010-03-23 03:30:25 +00:00 |
|
HW
|
DSP LLE Jit, joined work with XK and skidu.
|
2010-04-07 15:04:45 +00:00 |
|
IPC_HLE
|
Partially implement NCDGetWirelessMacAddress on Windows as well
|
2010-04-05 20:25:00 +00:00 |
|
PowerPC
|
add two paths to addx in JIT that Crazy Taxi kept hitting, add 'add' and 'add.' tests to the ASM test, although I haven't tested it yet
|
2010-04-01 05:10:39 +00:00 |
|
ActionReplay.cpp
|
Systematically eliminating compiler warnings.
|
2010-02-24 03:38:36 +00:00 |
|
ActionReplay.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 |
|
ARDecrypt.cpp
|
JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin.exe now contains both cores.
|
2010-01-19 19:28:27 +00:00 |
|
ARDecrypt.h
|
JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin.exe now contains both cores.
|
2010-01-19 19:28:27 +00:00 |
|
ConfigManager.cpp
|
buildfix, plus some cleanup to make things a bit more readable
|
2010-03-30 17:57:44 +00:00 |
|
ConfigManager.h
|
Hopefully completely fix up the issues with the wiimote auto reconnect option not turning on/off properly.
|
2010-03-30 11:53:41 +00:00 |
|
Console.cpp
|
JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin.exe now contains both cores.
|
2010-01-19 19:28:27 +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
|
Fixed game-specific Wii/Widescreen and RE0 Hack checkboxes.
|
2010-04-05 13:05:47 +00:00 |
|
Core.h
|
Minor tweaks to fullscreen in linux, and make FullScr button in GUI work.
|
2010-02-17 17:53:08 +00:00 |
|
CoreParameter.cpp
|
Renable Load Store in JIT since I found the problem. Haven't fixed it since I'm not 100% sure why it fails, but that code is disabled in x64 OSX. Still is faster than disabling the entire thing. Only core part left is Load Store Paired
|
2010-03-17 11:23:24 +00:00 |
|
CoreParameter.h
|
remove wiimote led/speaker status from statusbar
|
2010-03-11 17:20:32 +00:00 |
|
CoreRerecording.cpp
|
STAND BACK - NEWLINE POLICE
|
2009-11-15 22:26:39 +00:00 |
|
CoreTiming.cpp
|
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 |
|
CoreTiming.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 |
|
DolLoader.h
|
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!
|
2009-09-02 21:00:45 +00:00 |
|
Host.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
|
Host.h
|
remove wiimote led/speaker status from statusbar
|
2010-03-11 17:20:32 +00:00 |
|
LuaInterface.cpp
|
Systematically eliminating compiler warnings.
|
2010-02-24 03:38:36 +00:00 |
|
LuaInterface.h
|
Lua now has GUI and is fully functional! But it doesn't link if I don't ignore libcmt.lib so commented all the LuaInterface calls until someone fixes it...
|
2009-11-07 23:54:10 +00:00 |
|
MemTools.cpp
|
(linux build fix)
|
2010-01-19 19:44:04 +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
|
1. This should fix Issue 1625 (Bizarre Auto Frame Limit)
|
2010-01-07 20:01:41 +00:00 |
|
OnFrame.h
|
1. This should fix Issue 1625 (Bizarre Auto Frame Limit)
|
2010-01-07 20:01:41 +00:00 |
|
PatchEngine.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
PatchEngine.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 |
|
PluginManager.cpp
|
finish proper window handling, fix the modal state of the config dialogs, plus some minor cleanup/changes :p
|
2010-02-25 06:12:35 +00:00 |
|
PluginManager.h
|
Revert the SysConf change, since it was intended by shuffle.
|
2010-02-19 18:50:01 +00:00 |
|
SConscript
|
Added scons options "shared_libname=true" to link agains the system shared libraries for lzo, sfml, and soil. For example add the scons option "shared_lzo=true" for lzo. This will check for the system libraries and then fall back to building and linking statically against the Externals if not found. You must have liblzo2-dev, libsoil-dev, and libsfml-dev installed. Note that you need version 1.5 or later for sfml. Currently scons doesn't check the version for you.
|
2010-03-09 22:17:33 +00:00 |
|
State.cpp
|
Added scons options "shared_libname=true" to link agains the system shared libraries for lzo, sfml, and soil. For example add the scons option "shared_lzo=true" for lzo. This will check for the system libraries and then fall back to building and linking statically against the Externals if not found. You must have liblzo2-dev, libsoil-dev, and libsfml-dev installed. Note that you need version 1.5 or later for sfml. Currently scons doesn't check the version for you.
|
2010-03-09 22:17:33 +00:00 |
|
State.h
|
LUAInterface should have all its functionality now (excluding input/controller management). Now we need a GUI to see how it works. Added new DSP function: ClearAudioBuffer, which clears the audio buffer for pausing. Currently it doesn't work with DSound.
|
2009-11-07 20:01:39 +00:00 |
|
stdafx.cpp
|
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 |
|
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
|
Linux: Tons of warning cleanup plus workaround a nasty crash problem in StatusBarMessage.
|
2009-09-08 21:16:05 +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
|
VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic.
|
2009-12-10 09:16:10 +00:00 |
|
VolumeHandler.h
|
VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic.
|
2009-12-10 09:16:10 +00:00 |