Commit Graph

10 Commits

Author SHA1 Message Date
Glenn Maynard ffb7f14ef5 simplify 2006-02-24 01:11:45 +00:00
Glenn Maynard 77a9377ef2 use a namespace instead of a singleton 2006-02-24 01:09:13 +00:00
Glenn Maynard 617cc32566 eliminate remaining special-cased messages 2006-02-24 01:03:18 +00:00
Glenn Maynard 205b8d6411 cleanup, remove ASMHClass::LogMessageNumbers 2006-02-14 11:06:20 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Chris Danford e439ae2a96 return "" -> return NULL 2005-09-02 00:14:07 +00:00
Charles Lohr 3f3e06aa6b Feature: Allow reverse screenmessage lookups.
This is particularly useful if you want to be able to add a feature to a screen.
It allows for a very fast and easy way to find what screenmessage you are
looking for. Just SystemMessage it out.
2005-04-02 17:26:33 +00:00
Charles Lohr 8c5909ebe9 Modify AutoScreenMessage to keep map of all non-standard ScreenMessages.
This has a lot of advantages over the old ways.  Some of the initial ones are that
you can log a list of all screenmessages and their respective number and another
is that it would be fairly easy to add a reverse lookup, so you could get the name
of a ScreenMessage for log use by getting the ScreenMessage number.
2005-03-28 08:01:36 +00:00
Chris Danford 880e42e1d3 fix conflicting ScreenMessage IDs by automatically generating unique values 2005-03-23 08:48:38 +00:00