This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e53c8188c0dfd5b565d2d9696708a3a86660b06a
dolphin
/
Source
/
Core
T
History
Soren Jorvang
e53c8188c0
Update Cg.framework to version 3.0.0015.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6900
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-24 00:26:39 +00:00
..
AudioCommon
Remove the __APPLE__ workaround for reading config files from a ctor.
2011-01-18 00:04:29 +00:00
Common
Inform SCons of the svnrev.h dependency so it isn't subject
2011-01-23 21:28:04 +00:00
Core
VBeam emulation
2011-01-23 03:28:05 +00:00
DebuggerUICommon
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
2011-01-05 04:35:46 +00:00
DebuggerWX
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
2011-01-05 04:35:46 +00:00
DiscIO
Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated.
2011-01-13 02:05:58 +00:00
DolphinWX
Update Cg.framework to version 3.0.0015.
2011-01-24 00:26:39 +00:00
DSPCore
Added a critical section around the external_interrupt_waiting variable, to be safe. Also, commit a file I missed in r6859.
2011-01-16 11:13:23 +00:00
InputCommon
Deal with "hat" switches.
2011-01-16 17:00:17 +00:00
VideoCommon
2 fixes one for dx9 and one for software plugin.
2011-01-23 15:29:57 +00:00
VideoUICommon
Fix a few strings that weren't being translated properly.
2011-01-15 02:30:36 +00:00
CMakeLists.txt
Don't bother with a separate NSApplication thread.
2011-01-15 11:05:22 +00:00