summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/StringUtil.cpp
AgeCommit message (Expand)Author
2011-02-25Added an option for opening up the wiki entry in the compatibility list. The...skidau
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2010-11-11Fix StringFromFormat hopefully for the last time. This should be more effici...Glenn Rice
2010-11-10The change to StringFromFormat was overwriting the last character with the NU...Glenn Rice
2010-11-10StringUtil fixJordan Woyak
2010-11-10Fix for my tweak in the last commit. I knew I had that working at one point.Glenn Rice
2010-11-10Linux build fix. stricmp does not exist on linux. Also a small tweak to the...Glenn Rice
2010-11-10StringUtil cleanup. Nothing seems broken.Jordan Woyak
2010-07-20Prevent double inclusion of CommonPaths.h as pointed out by Glenn.Soren Jorvang
2010-06-04Nits.Soren Jorvang
2010-06-04Refactor the original and much more compatible IniFile implementation to work...hrydgard
2010-05-23Replace the calls to sscanf(for number parsing) and number parsers with strto...pierre
2010-05-23Fix Linux build broken by use of stricmp and vsnwprintf.pierre
2010-05-23add some dx checking routines to the dx plugin + some minor stuffluisr142004
2009-11-18allow dumping of all symbols to a signature fileShawn Hoffman
2009-09-07GUI: Fixed some GUI related start/stop crashesJohn Peterson
2009-09-04Revert accidental change to stringutilnakeee
2009-09-04Fixed up the filemon a bit, added isEnable function to the logmanagernakeee
2009-09-03GUI: Added file monitor logJohn Peterson
2009-09-02GUI: Added restart option to File menuJohn Peterson
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-04Path is now correctly X:\ on windows instead of X:\/LPFaint99
2009-06-28Misc warning fixes.magumagu9
2009-06-21New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...hrydgard
2009-06-17DSPCodeUtil some code fixingnakeee
2009-04-06When searching iso directories subfolders, do not include folders multiple timesLPFaint99
2009-03-28Some code cleanupomegadox
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-25Revering stringutil (don't you hate it when ector is right?;)nakeee
2009-02-25Added set and get in ini for comma seperated listnakeee
2009-02-22Consolidate the three implementations of Decode5A3 found in Core into one. Fi...hrydgard
2009-02-22fix tiny buffer overflow in Hex2Ascii()hrydgard
2009-02-20Emulated Wiimote: Added game specific Wiimote cursor configuration. The IR po...John Peterson
2009-02-16Rerecording: Added frame step function and status bar for the input recording...John Peterson
2009-02-07Wiimote:John Peterson
2009-02-04Wiimote: Show the decrypted Nunchuck calibration values in the log when a rea...John Peterson
2009-02-03Wiimote: The first working IR recording, use Alt + the numerical HotKey to pl...John Peterson
2009-02-01kill useless unit testing framework that doesn't work :phrydgard
2009-01-14put the handy items on the first page of ConfigMain. Fix for plugins not load...Shawn Hoffman
2008-12-10Workaround for StringFromFormat-under-linux problem, random cleanup.hrydgard
2008-12-09Wiimote: Added optional status icons for the Wiimote speaker and leds. And a ...John Peterson
2008-12-08set svn:eol-style=native for **.cppbushing
2008-11-26warning fixesnakeee
2008-11-11Another small DSP HLE update.John Peterson
2008-10-13Fix Action Replay properly (i hope :P).. some misc code cleanuphrydgard
2008-10-09Fix Building in Linux, removed the define for _T() in Common.h so now we can ...Sonicadvance1
2008-09-22remove annoying message.hrydgard
2008-09-22constification, code style, changed vector<FileInfo*> to vector<FileInfo> for...hrydgard
2008-09-14Revert a fix for now, might break Win32 build hrydgard
2008-09-14Fixed some valgrind warnings.hrydgard