| .. |
|
MemoryCards
|
whoops, forgot to remove this one. closing gci twice might not be that good...
|
2010-02-03 20:46:22 +00:00 |
|
AboutDolphin.cpp
|
Update the about box a little bit, it's actually 2010, not 2003.
|
2010-01-20 20:04:42 +00:00 |
|
AboutDolphin.h
|
|
|
|
ARCodeAddEdit.cpp
|
More multi-byte display fix
|
2009-12-29 18:25:45 +00:00 |
|
ARCodeAddEdit.h
|
|
|
|
BootManager.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
BootManager.h
|
|
|
|
CheatsWindow.cpp
|
More multi-byte display fix
|
2009-12-29 18:25:45 +00:00 |
|
CheatsWindow.h
|
|
|
|
cmdline.c
|
|
|
|
cmdline.h
|
|
|
|
cocoaApp.h
|
Allow OSX to quit Dolphin cleanly in NoWX build with command+Q. Not sure how to let them do it via close button in the Window
|
2010-01-17 08:47:35 +00:00 |
|
cocoaApp.m
|
Allow OSX to quit Dolphin cleanly in NoWX build with command+Q. Not sure how to let them do it via close button in the Window
|
2010-01-17 08:47:35 +00:00 |
|
ConfigMain.cpp
|
Some internal code shuffling for Config dialogs. OSX seems to be picky about when StaticSizerBoxes are created, as described in Issue 2229.
|
2010-02-06 16:20:54 +00:00 |
|
ConfigMain.h
|
Some internal code shuffling for Config dialogs. OSX seems to be picky about when StaticSizerBoxes are created, as described in Issue 2229.
|
2010-02-06 16:20:54 +00:00 |
|
Frame.cpp
|
make ESC pause the game now instead of quitting plus fix another bug with key and window handling
|
2010-02-09 00:34:27 +00:00 |
|
Frame.h
|
make ESC pause the game now instead of quitting plus fix another bug with key and window handling
|
2010-02-09 00:34:27 +00:00 |
|
FrameAui.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
FrameTools.cpp
|
make ESC pause the game now instead of quitting plus fix another bug with key and window handling
|
2010-02-09 00:34:27 +00:00 |
|
FrameWiimote.cpp
|
get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
|
2009-09-08 16:07:13 +00:00 |
|
GameListCtrl.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
GameListCtrl.h
|
GUI fixes
|
2010-01-19 13:43:51 +00:00 |
|
Globals.cpp
|
|
|
|
Globals.h
|
Adds experimental data.bin export of wii saves,
|
2010-01-14 07:19:10 +00:00 |
|
ISOFile.cpp
|
Fix issue that prevented the user from being able to open the Wii save folder
|
2010-02-03 15:13:13 +00:00 |
|
ISOFile.h
|
Adds experimental data.bin export of wii saves,
|
2010-01-14 07:19:10 +00:00 |
|
ISOProperties.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
ISOProperties.h
|
RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITIL in all builds.
|
2010-01-16 19:00:09 +00:00 |
|
LogWindow.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
LogWindow.h
|
convert sjis strings in the wxw logwindow to sjis encoding. (Thankfully wxw seems to do it's own checking to see if the source data is really sjis).
|
2009-12-29 12:00:48 +00:00 |
|
LuaWindow.cpp
|
Begining of porting the luainteface to linux + some other small fixes.
|
2009-11-08 08:54:09 +00:00 |
|
LuaWindow.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 |
|
Main.cpp
|
Fix segfault in linux if user clicks on the window manager close button of the
|
2010-02-07 02:41:02 +00:00 |
|
Main.h
|
|
|
|
MainNoGUI.cpp
|
Oops, forgot this header. Fail sauce
|
2010-02-05 10:52:27 +00:00 |
|
MemcardManager.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
MemcardManager.h
|
|
|
|
NetEvent.cpp
|
fix wxw multibyte text issues in netplay. changes by bhaal.
|
2009-12-23 20:46:56 +00:00 |
|
NetFunctions.cpp
|
replace SI_DUMMY with SI_NONE, an actual null device.
|
2009-12-21 07:39:57 +00:00 |
|
NetSockets.cpp
|
fix wxw multibyte text issues in netplay. changes by bhaal.
|
2009-12-23 20:46:56 +00:00 |
|
NetSockets.h
|
|
|
|
NetStructs.h
|
|
|
|
NetWindow.cpp
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
NetWindow.h
|
NETPLAY:Disable the Close button and add two buttons in the Connect and host screen to exit the window.
|
2009-09-06 10:13:32 +00:00 |
|
Params.ggo
|
|
|
|
PatchAddEdit.cpp
|
More multi-byte display fix
|
2009-12-29 18:25:45 +00:00 |
|
PatchAddEdit.h
|
|
|
|
SConscript
|
Linux global build. At least the basic footwork is done here.
|
2010-02-02 21:56:29 +00:00 |
|
stdafx.cpp
|
|
|
|
stdafx.h
|
|
|
|
WxUtils.cpp
|
Fixed Issue 2005
|
2010-01-13 06:34:34 +00:00 |
|
WxUtils.h
|
Fixed Issue 2005
|
2010-01-13 06:34:34 +00:00 |