dolphin/Source/Core/DolphinWX
DimitriPilot3 a1da2e0e4c Some fixes for the "Cheat Search" feature :
- Replace ToLong() with ToULong(), as to allow values in the [0x80000000..0xFFFFFFFF] range to be parsed correctly without failure.
- Remove the "val_base" hack, as it breaks hexadecimal values beginning with '-'.
Simply passing 0 as the second parameter to ToULong() is enough, as mentioned on this page: http://msdn.microsoft.com/en-us/library/5k9xb7x1%28v=VS.100%29.aspx
- Changed the error message (and some of its translations) to reflect that octal values are now auto-detected ("supported") as well.

To users: 
Note that values beginning with '0' (not "0x" nor "0X") are now interpreted as octal values instead of decimal values. So be careful when using those!

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7223 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-21 18:01:32 +00:00
..
Src Some fixes for the "Cheat Search" feature : 2011-02-21 18:01:32 +00:00
resources Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00
CMakeLists.txt Make log options an AUI window instead of a dialog. 2011-02-21 15:01:00 +00:00
Dolphin.vcxproj revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Dolphin.vcxproj.filters revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Dolphin.vcxproj.user vs2010: 2011-01-31 15:53:54 +00:00
DolphinWX.rc Hg: 2010-06-09 01:37:08 +00:00
resource.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00