Commit Graph

21 Commits

Author SHA1 Message Date
Glenn Maynard 318a27fcab exceptions 2004-12-01 01:11:14 +00:00
Glenn Maynard e84e8f6a7a implement RageException::Throw without actually using exceptions 2004-11-30 09:08:32 +00:00
Chris Danford a63d657454 don't show a message box inside of throwing an exception. Instead, break into the debugger immediatly so that the movie semaphore doesn't timeout and throw its own exception 2004-08-07 21:35:25 +00:00
Glenn Maynard 33a04b79de beginning GPL->X11 license transition
The conventions I'm using are to put the entire copyright notice at the bottom
of each file, and to put the summary of the source file's use at the top of the
header.

Putting the license text in each file avoids confusion, and is normal practice
for many projects.  Putting it at the bottom gets it out of the way; it's a
ton of clutter to put at the top.

The description is in the header.  People who don't know what a class is for,
or how to use it, are probably looking at the header to see the interface,
not the implementation, so let's put the description in there.  Keep it brief
(one line); any substantial implementation notes should go in the source file.
2004-05-06 00:42:06 +00:00
Manu Evans 796cc43614 Still tryig to get xbox building..
Fixed up some preprocessor defines and added additional include paths to xbox config
2004-01-31 01:23:20 +00:00
Glenn Maynard 57647fcfa6 Don't log nonfatal exceptions. They're normally caught and logged as
appropriate; these logs are duplicate.
2004-01-12 10:45:42 +00:00
Glenn Maynard 13d6ec2284 simplify 2003-12-21 21:34:01 +00:00
Chris Danford c123681854 move IsWindowed check inside of ArchHooks_Win32 2003-11-15 06:08:13 +00:00
Glenn Maynard fe33dec385 Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Glenn Maynard b47254c32b handle exception reporting in RageException 2003-02-14 19:00:37 +00:00
Glenn Maynard 34ae33b9f9 this shouldn't have even compiled ... 2002-12-22 03:19:46 +00:00
Glenn Maynard 783a9de6b0 s/ThrowFatal/Throw/ 2002-12-21 18:32:06 +00:00
Glenn Maynard 7632bf8d00 log exceptions 2002-12-21 18:12:03 +00:00
Glenn Maynard 4d1caeb4ce add fatal and nonfatal exceptions 2002-12-21 08:13:22 +00:00
Glenn Maynard 255ba47447 remove dxerr from rageexception 2002-12-18 07:52:11 +00:00
Glenn Maynard fddcc849b2 remove HRESULT log and exception ctors; use hr_ssprintf instead 2002-12-09 22:25:57 +00:00
Glenn Maynard 23254cdd4a more cleanups (lint lint lint) 2002-11-16 09:12:55 +00:00
Glenn Maynard f8916ab31d Do away with LPCTSTR. (We're not making a Unicode build, and if
we were it's not being used everywhere it would need to be.  If we want
Unicode support, that's probably not the way to do it anyway ...)
2002-08-28 07:04:52 +00:00
Chris Danford 9b546bb721 3.0 beta1 release candidate 2002-07-03 21:27:26 +00:00
Chris Danford 0bc6e1ec7e weekend checkin 2002-06-14 22:25:22 +00:00