Changes between Initial Version and Version 1 of Ticket #999, comment 24


Ignore:
Timestamp:
Mar 23, 2012, 8:34:32 PM (12 years ago)
Author:
leper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #999, comment 24

    initial v1  
    11Implements a way to get units within range to show up in a losRangeUpdate if they send a MT_ShowAsModified message.
     2
    23Note the comments in Health.js. It may be best to use !SetTimeout to call a function to set showAsModified to false so that the entity only shows up once, and not during every following update (as in each turn during MT_Update).
     4[[BR]]Another option would be to remove the parameter from MT_ShowAsModified and just loop over all entities at the end of !ExecuteActiveQuerys(), but we could miss some messages if they occur between MT_Update that calls !ExecuteActiveQuerys() and the end of that loop.
    35
    46This patch also removes the use of !IsUnit as that was removed in [11365].