rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

project.inc tweaks #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/**
 * @section The prefixes for any base cvars/commands.
 */
#define PROJECT_CVAR_PREFIX "rr"
#define PROJECT_CMD_PREFIX  "rr"

Make a note that these are for the project cvars/commands if any are created.

I'll put other notes here as I go.

Original issue reported on code.google.com by andrewbo...@gmail.com on 11 Feb 2010 at 12:19

GoogleCodeExporter commented 9 years ago
Remove OnPluginStart from events.

Original comment by andrewbo...@gmail.com on 11 Feb 2010 at 12:23

GoogleCodeExporter commented 9 years ago
Need to add possibilities for pre-hooked events and post no copy.

Original comment by andrewbo...@gmail.com on 11 Feb 2010 at 12:24

GoogleCodeExporter commented 9 years ago
logmanager.inc shouldn't be required to profile events.

Original comment by andrewbo...@gmail.com on 11 Feb 2010 at 12:44

GoogleCodeExporter commented 9 years ago
All done except pre-hooked events.  Thats possible by simply using HookEvent in 
the 
module.

The only way to expose that by default is to make callbacks for every hook mode 
on 
every event.  no thanks.  too many events when you can easily hook the very few 
pre-
hooks that you'll need in the module itself.

Original comment by andrewbo...@gmail.com on 11 Feb 2010 at 7:15