fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

TODO cleanup: p_misc (mostly) #712

Closed wyld-sw closed 8 months ago

wyld-sw commented 8 months ago

This cleans up most of the TODOs in p_misc.c.

Global variables

Variables for temporary ints, dbrefs, string buffers, and timestamps have been moved into the functions using them. The inst pointers "oper1" through "oper4" are currently ALL needed for the abort_interp macro. A TODO has been placed in interp.h for this.

Code consolidation

STATS and STATS_ARRAY

These primitives now allow mlev < 3 to view their own statistics.

The core of these primitives has been rewritten.

Still TODO

Suggestions welcome.