Commit Graph

53 Commits

Author SHA1 Message Date
Glenn Maynard 106b0ae7a3 don't accept NULL to assignment
simplify
2006-09-18 23:42:32 +00:00
Glenn Maynard fc3506ac1e move code into RageUtil 2006-09-18 23:08:43 +00:00
Glenn Maynard 4d63a6b8ff remove unused stuff 2006-09-18 21:57:27 +00:00
Glenn Maynard bca66d4e27 GetBuf -> GetBuffer, RelBuf -> ReleaseBuffer, cleanup 2006-09-18 21:48:23 +00:00
Glenn Maynard 18cdf9fca3 remove unused (use ssprintf) 2006-09-18 21:39:11 +00:00
Glenn Maynard d0226a9734 simplify
remove unused
2006-09-18 21:31:48 +00:00
Glenn Maynard 13545e1488 don't reserve; that's std::string's job
don't accept s.append(NULL)
2006-09-18 20:15:40 +00:00
Steve Checkoway cd5a0546b0 Fix compile on newer gcc. 2006-05-20 05:38:23 +00:00
Chris Danford b280e160c3 add EqualsNoCase for better clarity than "!string.CompareNoCase()" 2006-03-26 17:50:11 +00:00
Glenn Maynard f9f990f590 support UTF-8 through ISO-8859-1 in MakeUpper, MakeLower, Capitalize 2006-03-01 02:45:42 +00:00
Glenn Maynard a4b7b70d06 remove ToLower, ToUpper 2006-03-01 00:42:26 +00:00
Chris Danford 79b21dcce3 fix VC6 clear() hack 2006-02-15 04:10:46 +00:00
Glenn Maynard 62a0ac1370 spacing 2006-02-14 11:16:39 +00:00
Glenn Maynard 5095a45ae6 workaround vc6 bug 2006-02-13 01:28:40 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Glenn Maynard a474b70913 remove more unused stuff 2005-12-21 09:02:48 +00:00
Glenn Maynard 581568ade0 remove old compatibility calls 2005-12-21 09:01:25 +00:00
Chris Danford 37f82b43f7 remove CStringArray #define 2005-12-09 21:36:22 +00:00
Chris Danford dc35d10ee4 move our CStirng into a namespace to fix conflict with MFC 2005-12-09 19:15:31 +00:00
Glenn Maynard afcb57fd60 fix extra substring checks being performed on systems that don't do Q172398 2005-09-02 19:11:25 +00:00
Ben Anderson 11cc6576de The non-Windows compiles on MinGW where the Windows stuff does not.
(Isn't that block compiler-specific and not OS-specific?)
2005-06-26 04:09:51 +00:00
Steve Checkoway 42f3fae45c Don't first cast -1 to long unsigned int and then back to int. Just cast nIdx to an int. 2005-05-14 06:53:06 +00:00
Glenn Maynard de99ad0e03 style cleanup; move the license text to the bottom 2005-02-13 02:52:44 +00:00
Glenn Maynard fc976c1ab1 x86-64 fix 2004-10-22 19:41:22 +00:00
Glenn Maynard 961e2ceeeb cleanup 2004-08-18 22:10:24 +00:00
Glenn Maynard d4dd1b2a82 fix CString always being ~2k after ssprintf, even for ssprintf("%i", 1) 2004-07-23 05:51:14 +00:00
Sean Burke 94f491fb03 Move include of stdarg.h up to quiet gcc. 2004-04-05 12:27:56 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 2404a98c44 cleanup 2004-03-26 02:50:10 +00:00
Glenn Maynard f8462d9953 g++ 3.4 fixes 2004-02-06 22:50:37 +00:00
Chris Danford 6833773781 Fix CString compile error when using CString::Format 2003-12-24 12:29:31 +00:00
Glenn Maynard 04db23649c Cleanup: don't pull windows.h in everywhere. 2003-11-14 17:18:31 +00:00
Chris Danford 02016ae442 Reorganize RageDisplay
Add Direct3D renderer (separate project configuration)
Add Xbox project config (doesn't yet compile)
2003-05-22 05:28:37 +00:00
Glenn Maynard ba1d45dbe2 GetString is gone, use c_str(). 2003-04-25 00:27:59 +00:00
Glenn Maynard 94e6cc79e7 move defines 2003-04-20 22:04:31 +00:00
Steve Checkoway 422b596de5 Added operator[](long unsigned int) functions 2003-04-20 12:54:46 +00:00
Glenn Maynard f6679c4afc don't mess up UTF-8 strings 2003-02-11 07:09:55 +00:00
Glenn Maynard 2a42c6185d remove some unused locale stuff 2003-01-23 03:38:42 +00:00
Glenn Maynard fdc69927d9 remove a bunch of unused stuff. 2003-01-03 05:30:21 +00:00
Glenn Maynard 6b447ce67e more unused stuff 2003-01-03 04:11:48 +00:00
Glenn Maynard 5ac84f55e5 remove a bunch of unused stuff. 2003-01-03 03:56:31 +00:00
Glenn Maynard 2969a13de4 reenable assert checking 2002-12-03 01:26:36 +00:00
Glenn Maynard 11cab9f5a2 temporarily disable asserts; they need debug CRTs. (They'll come
back shortly, when I reenable the crash handler ...)
2002-12-02 22:58:03 +00:00
Glenn Maynard 22f9cdd8e5 fixes 2002-11-16 20:25:39 +00:00
Glenn Maynard e362ba16ef some #pragma once's 2002-11-16 07:49:38 +00:00
Glenn Maynard 55f3aa4d8a fix a couple minor errors 2002-11-16 06:50:57 +00:00
Glenn Maynard 00d85d1c09 remove more assorted unused stuff 2002-11-07 03:58:51 +00:00
Glenn Maynard fbbfb740d9 yet more large, unneeded blocks of code to remove 2002-10-31 08:35:12 +00:00
Glenn Maynard dd6e6780bb remove a bunch of COM cruft 2002-10-31 08:12:55 +00:00
Glenn Maynard 47151c74b9 remove resource-related stuff we don't need 2002-10-31 06:33:06 +00:00