Blitz Toolbox/Other libs/Logger 1.1.1
Logger 1.1.1 by gossehttp://www.nuloen.com/downloads/logger.zip |
About
The Logger is a message logging userlib for Blitz. It is used for those list of messages in games such as a chat window / status window in a RPG or Massive Online RPG. It can also save this log to a file, you can load it back, display in any given viewport(s), change colors, etc. If you want a good example of what the Logger can do, simply check the accompanied demo.The Logger is freeware. You may use it for any personal or freeware projects without any permissions of any sort. For commercial projects however, I'd like to have credits within the project and a e-mail (gosse37@...) from you so I can see the Logger in action in a commercial project.
1.1.1 (29/10/2003)
- Added a .decls file for declarations in Blitz.
- Now performs better checks with actual BMP fonts widths / heights.
- Added different fonts demo to the demo ( hehe, not recommended :P ).
1.1.0 (26/10/2003)
- Colors were replaced by bitmap fonts.
- You can no longer save colors to the file.
- Calls changed: L_CreateLog.
- Added my disclaimer and notice to the source.
1.0.0 (23/10/2003)
-Initial Release