Difference between revisions of "TFCMSDP for CMUD"
Jump to navigation
Jump to search
m (→Dependencies) |
|||
Line 19: | Line 19: | ||
== Version History == | == Version History == | ||
=== v0.60 === | |||
* Begin versioning. | |||
* New alias 'TFCMSDP_vNotes' to display message box with version info. Added a call to TFCMSDP_vNotes in MSDPInit. | |||
* Updated the Generic--Formatting dependency by adding the 'MessageBox' function and moved 'RepeatChar' from Generic--Message_Functions to Generic--Formatting. | |||
=== pre-versioning === | |||
* Added provision do display multiple instances of the same affect (e.g., enchant weapon includes two affects). Certain other duplicated affects need this to be monitored properly. | |||
* Eliminated redundant 'affect' timeout messages. | |||
* Tick timer fixed to allow for rapid decay of bardly presence. | |||
* Added command HUDExits to toggle the display of the exits map in the MSDP HUD. (Generally want to turn off exits since TFC is sending bad exit data in some cases.) | |||
* Added an exits map to the HUD displaying the available exit directions with closed doors indicated with an "X." | |||
* Added the Tick Timer. This utilizes spell affects that count down on tick, so it's not fool proof (e.g., if no appropriate spell affects are in place). | |||
* Removed bard lyricals from the normal affects list. To review use new command 'ShowLyricals.' | |||
* Separated lasting affects from normal "time-out" affects. | |||
* Added Ghazkull's xp, xptnl to the HUD. | |||
* Added Ghazkull's hp, ma, mv, opponent hp %, and opponent name "gauges." |
Revision as of 21:50, 24 November 2014
General
TFCMSDP is a MSDP reference implementation for TFC on CMUD.
User Documentation
Installation
Dependencies
User Interface
Settings
Commands
Development Documentation
Version History
v0.60
- Begin versioning.
- New alias 'TFCMSDP_vNotes' to display message box with version info. Added a call to TFCMSDP_vNotes in MSDPInit.
- Updated the Generic--Formatting dependency by adding the 'MessageBox' function and moved 'RepeatChar' from Generic--Message_Functions to Generic--Formatting.
pre-versioning
- Added provision do display multiple instances of the same affect (e.g., enchant weapon includes two affects). Certain other duplicated affects need this to be monitored properly.
- Eliminated redundant 'affect' timeout messages.
- Tick timer fixed to allow for rapid decay of bardly presence.
- Added command HUDExits to toggle the display of the exits map in the MSDP HUD. (Generally want to turn off exits since TFC is sending bad exit data in some cases.)
- Added an exits map to the HUD displaying the available exit directions with closed doors indicated with an "X."
- Added the Tick Timer. This utilizes spell affects that count down on tick, so it's not fool proof (e.g., if no appropriate spell affects are in place).
- Removed bard lyricals from the normal affects list. To review use new command 'ShowLyricals.'
- Separated lasting affects from normal "time-out" affects.
- Added Ghazkull's xp, xptnl to the HUD.
- Added Ghazkull's hp, ma, mv, opponent hp %, and opponent name "gauges."