Steve Checkoway
8597aa1bd6
Old commit.
2006-03-20 06:53:17 +00:00
Glenn Maynard
0062b24e2f
RageException is a very low-level helper (usable by any code). Eliminate
...
StepMania.cpp dependency.
2005-12-30 08:23:56 +00:00
Glenn Maynard
5531efed09
comments, cleanup
2005-02-13 03:27:21 +00:00
Glenn Maynard
318a27fcab
exceptions
2004-12-01 01:11:14 +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
Steve Checkoway
20a8bab45c
Clean up includes.
2004-04-05 05:22:32 +00:00
Glenn Maynard
13d6ec2284
simplify
2003-12-21 21:34:01 +00:00
Glenn Maynard
34ae33b9f9
this shouldn't have even compiled ...
2002-12-22 03:19:46 +00:00
Glenn Maynard
31b65cea9b
use NORETURN
2002-12-21 19:31:46 +00:00
Glenn Maynard
783a9de6b0
s/ThrowFatal/Throw/
2002-12-21 18:32:06 +00:00
Glenn Maynard
4d1caeb4ce
add fatal and nonfatal exceptions
2002-12-21 08:13:22 +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
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
0c9e7240c3
oops.
2002-11-16 08:02:51 +00:00
Glenn Maynard
4f21192cf3
cleanups
2002-11-16 06:56:25 +00:00
Chris Danford
628dea9da7
OpenGL checkin. Movie textures, texture stretch, texture dither, and 16 bit textures are broken.
2002-11-11 04:53:31 +00:00
Glenn Maynard
1b435bd2b7
Make RAGE_ASSERT the default assert handler.
2002-09-08 23:30:23 +00:00
Glenn Maynard
d5c92f748b
Add RAGE_ASSERT. This is closely related to RageException;
...
perhaps RageException should be RageErrorHandler or something
like that.
2002-09-07 21:12:22 +00:00
Glenn Maynard
6d945ca501
fix derivation
2002-09-07 09:44: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