..
Boot
Code cleanups, warning fixes
2010-04-11 11:16:57 +00:00
Debugger
Code cleanups, warning fixes
2010-04-11 11:16:57 +00:00
HLE
Random fixes and cleanups
2010-04-08 16:59:35 +00:00
HW
Fixed the LI and LIS PPC instructions in the JIT. This fixes MGS:TS Konami logo hang.
2010-04-17 03:00:35 +00:00
IPC_HLE
Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental.
2010-04-12 01:33:10 +00:00
PowerPC
OS X: enable path in Jit64::stX. fix wxw assert on opening ConfigMain. __force_align_arg_pointer__ not needed on x64 builds
2010-04-20 13:19:36 +00:00
ActionReplay.cpp
Code cleanups, warning fixes
2010-04-11 11:16:57 +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
Move fullscreen display resolution control to the GUI with the rest of the fullscreen toggling code. This removes redundancy of code that was in several places through the various video plugins. Unfortunately it means the fullscreen resolution setting also had to be moved to the main configuration dialog. I am sure that will meet some resistance.
2010-04-22 04:28:34 +00:00
ConfigManager.h
fixed mipmap loading in both plugins.
2010-04-22 02:51:07 +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 mipmap loading in both plugins.
2010-04-22 02:51:07 +00:00
Core.h
possible savestate memory leak fix in DoBuffer
2010-04-17 21:02:03 +00:00
CoreParameter.cpp
Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental.
2010-04-12 01:33:10 +00:00
CoreParameter.h
Move fullscreen display resolution control to the GUI with the rest of the fullscreen toggling code. This removes redundancy of code that was in several places through the various video plugins. Unfortunately it means the fullscreen resolution setting also had to be moved to the main configuration dialog. I am sure that will meet some resistance.
2010-04-22 04:28:34 +00:00
CoreRerecording.cpp
STAND BACK - NEWLINE POLICE
2009-11-15 22:26:39 +00:00
CoreTiming.cpp
fixed a bug where events scheduled for the same time run in backwards order
2010-04-18 08:28:52 +00:00
CoreTiming.h
possible savestate memory leak fix in DoBuffer
2010-04-17 21:02:03 +00:00
DolLoader.h
Code cleanups, warning fixes
2010-04-11 11:16:57 +00:00
Host.cpp
set svn:eol-style=native for **.cpp
2008-12-08 05:30:24 +00:00
Host.h
Re-add the show FPS/VPS speed information in the window title when not rendering to main.
2010-04-15 20:58:34 +00:00
LuaInterface.cpp
fixed a bug where events scheduled for the same time run in backwards order
2010-04-18 08:28:52 +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
Code cleanups, warning fixes
2010-04-11 11:16:57 +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
fixed a bug where events scheduled for the same time run in backwards order
2010-04-18 08:28:52 +00:00
OnFrame.h
fixed a bug where events scheduled for the same time run in backwards order
2010-04-18 08:28:52 +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
possible savestate memory leak fix in DoBuffer
2010-04-17 21:02:03 +00:00
State.h
possible savestate memory leak fix in DoBuffer
2010-04-17 21:02:03 +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
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