Crossfire Server, Branch 1.12  R12190
Data Structures | Functions | Variables
cfanim.c File Reference
#include <assert.h>
#include <cfanim.h>
#include <stdarg.h>
Include dependency graph for cfanim.c:

Go to the source code of this file.

Data Structures

struct  param_moveto
 Destination for moveto command. More...
struct  teleport_params

Functions

static void animate (void)
 Animates all currently running animations.
static void animate_one (CFanimation *animation, long int milliseconds)
 Checks if an animation can execute one or more moves, and if so does them.
CF_PLUGIN void * cfanim_globalEventListener (int *type,...)
CF_PLUGIN anim_move_result cfanim_runPluginCommand (object *op, char *params)
CF_PLUGIN int closePlugin (void)
static int compareAnims (const void *a, const void *b)
static CFanimationcreate_animation (void)
 Create a new animation.
static int equality_split (char *buffer, char **variable, char **value)
 This function take buffer with a value like "blabla= things" and extracts some things.
CF_PLUGIN void * eventListener (int *type,...)
static object * find_by_name (object *origin, const char *name)
static int get_boolean (const char *strg, int *bl)
 This function gets a string containing [Y/y](es)/[N/n](o), 1/0 and set bl according to what's read if return value is true, strg was set successfully else, an error occured and bl was not touched.
static CFanimationHookget_command (char *command)
static int get_dir_from_name (const char *name)
 Returns the direction from its name.
CF_PLUGIN void * getPluginProperty (int *type,...)
static long int initapply (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initapplyobject (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initcamera (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initdropobject (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initfire (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initghosted (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initmessage (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initmovement (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initmoveto (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initnotice (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initpickup (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initpickupobject (const char *name, char *parameters, struct CFmovement_struct *move_entity)
CF_PLUGIN int initPlugin (const char *iversion, f_plug_api gethooksptr)
 Plugin initialisation function.
static long int initsay (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initstop (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initteleport (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initturn (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initvisible (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static long int initwizard (const char *name, char *parameters, struct CFmovement_struct *move_entity)
static int is_animated_player (object *pl)
 Is specified player currently victim of a paralysing animation?
static CFmovementparse_animation_block (char *buffer, size_t buffer_size, FILE *fichier, CFanimation *parent)
 Parse an animation block in the animation file.
CF_PLUGIN int postInitPlugin (void)
static void prepare_commands (void)
static anim_move_result runapply (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runapplyobject (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runcamera (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result rundropobject (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runfire (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runghosted (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runmessage (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runmovement (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runmoveto (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runnotice (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runpickup (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runpickupobject (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runsay (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runstop (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runteleport (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runturn (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runvisible (struct CFanimation_struct *animation, long int id, void *parameters)
static anim_move_result runwizard (struct CFanimation_struct *animation, long int id, void *parameters)
static int start_animation (object *who, object *activator, object *event, const char *file, const char *message)
 Create a new animation object according to file, option and activator (who)

Variables

CFanimationHook animationbox []
 Available animation commands.
int animationcount = sizeof(animationbox)/sizeof(CFanimationHook)
static CFanimationfirst_animation = NULL
 Animations we're currently processing.
static int ordered_commands = 0

Function Documentation

static void animate ( void  ) [static]

Animates all currently running animations.

Definition at line 1020 of file cfanim.c.

References animate_one(), first_animation, GETTIMEOFDAY, CFanimation_struct::name, CFanimation_struct::nextanimation, CFanimation_struct::nextmovement, CFanimation_struct::paralyze, and CFanimation_struct::victim.

Referenced by cfanim_globalEventListener().

Here is the call graph for this function:

Here is the caller graph for this function:

static void animate_one ( CFanimation animation,
long int  milliseconds 
) [static]

Checks if an animation can execute one or more moves, and if so does them.

Parameters:
animationanimation to check
millisecondstime elapsed since the last time this function was called.

Definition at line 967 of file cfanim.c.

References cf_log(), cf_object_set_flag(), cf_object_update(), FLAG_WIZ, FLAG_WIZCAST, FLAG_WIZPASS, CFmovement_struct::func, CFmovement_struct::id, CFanimation_struct::invisible, llevDebug, mr_again, CFanimation_struct::name, CFmovement_struct::next, CFanimation_struct::nextmovement, CFanimation_struct::paralyze, CFmovement_struct::parameters, PLAYER, CFmovement_struct::tick, CFanimation_struct::tick_left, CFanimation_struct::time_representation, time_second, CFanimation_struct::verbose, CFanimation_struct::victim, and CFanimation_struct::wizard.

Referenced by animate().

Here is the call graph for this function:

Here is the caller graph for this function:

CF_PLUGIN void* cfanim_globalEventListener ( int *  type,
  ... 
)

Definition at line 1113 of file cfanim.c.

References animate(), and EVENT_CLOCK.

Referenced by postInitPlugin().

Here is the call graph for this function:

Here is the caller graph for this function:

CF_PLUGIN anim_move_result cfanim_runPluginCommand ( object *  op,
char *  params 
)

Definition at line 1102 of file cfanim.c.

CF_PLUGIN int closePlugin ( void  )

Definition at line 1167 of file cfanim.c.

static int compareAnims ( const void *  a,
const void *  b 
) [static]

Definition at line 514 of file cfanim.c.

Referenced by get_command(), and prepare_commands().

Here is the caller graph for this function:

static CFanimation* create_animation ( void  ) [static]

Create a new animation.

Returns:
new animation pointer inserted in the list of animations.

Definition at line 696 of file cfanim.c.

References CFanimation_struct::name, and CFanimation_struct::nextanimation.

Referenced by start_animation().

Here is the caller graph for this function:

static int equality_split ( char *  buffer,
char **  variable,
char **  value 
) [static]

This function take buffer with a value like "blabla= things" and extracts some things.

Parameters:
bufferwhere equality is written
[out]variablewill be positionned to where in buffer the variable name starts. leading spaces will be converted to \0
[out]valuesame as above but for the value part
Note:
variable and value become pointers to internals of buffer. If buffer chages, they will change too and/or become invalid!

Definition at line 626 of file cfanim.c.

Referenced by start_animation().

Here is the caller graph for this function:

CF_PLUGIN void* eventListener ( int *  type,
  ... 
)
Todo:
build from current map's path, probably

Definition at line 1129 of file cfanim.c.

static object* find_by_name ( object *  origin,
const char *  name 
) [static]

Definition at line 716 of file cfanim.c.

References cf_find_string(), cf_map_get_height(), cf_map_get_width(), and GET_MAP_OB.

Referenced by start_animation().

Here is the call graph for this function:

Here is the caller graph for this function:

static int get_boolean ( const char *  strg,
int *  bl 
) [static]

This function gets a string containing [Y/y](es)/[N/n](o), 1/0 and set bl according to what's read if return value is true, strg was set successfully else, an error occured and bl was not touched.

Parameters:
strgstring to process.
blvalue strg meant.
Returns:
1 if strg was processed, 0 else.

Definition at line 657 of file cfanim.c.

Referenced by initghosted(), initvisible(), initwizard(), and start_animation().

Here is the caller graph for this function:

static CFanimationHook* get_command ( char *  command) [static]

Definition at line 523 of file cfanim.c.

References animationcount, compareAnims(), CFanimationHook::name, and prepare_commands().

Referenced by parse_animation_block().

Here is the call graph for this function:

Here is the caller graph for this function:

static int get_dir_from_name ( const char *  name) [static]

Returns the direction from its name.

Parameters:
namedirection's name
Returns:
direction or -1 if unknown.

Definition at line 45 of file cfanim.c.

Referenced by initcamera(), initfire(), initmovement(), and initturn().

Here is the caller graph for this function:

CF_PLUGIN void* getPluginProperty ( int *  type,
  ... 
)

Definition at line 1076 of file cfanim.c.

static long int initapply ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 192 of file cfanim.c.

static long int initapplyobject ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 208 of file cfanim.c.

References cf_add_string(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initcamera ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 121 of file cfanim.c.

References get_dir_from_name(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initdropobject ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 236 of file cfanim.c.

References cf_strdup_local(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initfire ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 86 of file cfanim.c.

References get_dir_from_name(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initghosted ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 282 of file cfanim.c.

References cf_log(), get_boolean(), and llevDebug.

Here is the call graph for this function:

static long int initmessage ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 443 of file cfanim.c.

References CFmovement_struct::parameters.

static long int initmovement ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 65 of file cfanim.c.

References get_dir_from_name(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initmoveto ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 408 of file cfanim.c.

References CFmovement_struct::parameters, param_moveto::x, and param_moveto::y.

static long int initnotice ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 379 of file cfanim.c.

References cf_strdup_local(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initpickup ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 249 of file cfanim.c.

static long int initpickupobject ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 263 of file cfanim.c.

References cf_add_string(), and CFmovement_struct::parameters.

Here is the call graph for this function:

CF_PLUGIN int initPlugin ( const char *  iversion,
f_plug_api  gethooksptr 
)

Plugin initialisation function.

Parameters:
iversionserver version.
gethooksptrfunction to get the hooks.
Returns:
0

Definition at line 1068 of file cfanim.c.

static long int initsay ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 173 of file cfanim.c.

References cf_log(), cf_strdup_local(), llevDebug, CFmovement_struct::parameters, CFmovement_struct::parent, and CFanimation_struct::verbose.

Here is the call graph for this function:

static long int initstop ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 392 of file cfanim.c.

static long int initteleport ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 327 of file cfanim.c.

References cf_log(), cf_strdup_local(), llevDebug, teleport_params::mapname, teleport_params::mapx, teleport_params::mapy, CFmovement_struct::parameters, and teleport().

Here is the call graph for this function:

static long int initturn ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 101 of file cfanim.c.

References get_dir_from_name(), and CFmovement_struct::parameters.

Here is the call graph for this function:

static long int initvisible ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 141 of file cfanim.c.

References cf_log(), get_boolean(), and llevDebug.

Here is the call graph for this function:

static long int initwizard ( const char *  name,
char *  parameters,
struct CFmovement_struct move_entity 
) [static]

Definition at line 157 of file cfanim.c.

References cf_log(), get_boolean(), and llevDebug.

Here is the call graph for this function:

static int is_animated_player ( object *  pl) [static]

Is specified player currently victim of a paralysing animation?

Parameters:
plplayer to search for.
Returns:
1 if pl is part of animation, 0 else.

Definition at line 680 of file cfanim.c.

References cf_log(), llevDebug, CFanimation_struct::paralyze, CFanimation_struct::verbose, and CFanimation_struct::victim.

Here is the call graph for this function:

static CFmovement* parse_animation_block ( char *  buffer,
size_t  buffer_size,
FILE *  fichier,
CFanimation parent 
) [static]

Parse an animation block in the animation file.

Parameters:
bufferbuffer to read data info, will have been modified when function exits.
buffer_sizesize of buffer.
fichierfile to read from.
parentanimation we're reading the block for.
Returns:
one animation frame.

Definition at line 540 of file cfanim.c.

References cf_log(), CFanimation_struct::errors_allowed, CFmovement_struct::func, CFanimationHook::funcinit, CFanimationHook::funcrun, get_command(), CFmovement_struct::id, llevDebug, CFmovement_struct::next, CFmovement_struct::parent, CFmovement_struct::tick, and CFanimation_struct::verbose.

Referenced by start_animation().

Here is the call graph for this function:

Here is the caller graph for this function:

CF_PLUGIN int postInitPlugin ( void  )

Definition at line 1106 of file cfanim.c.

static void prepare_commands ( void  ) [static]

Definition at line 518 of file cfanim.c.

References animationcount, and compareAnims().

Referenced by get_command().

Here is the call graph for this function:

Here is the caller graph for this function:

static anim_move_result runapply ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 196 of file cfanim.c.

References cf_object_apply_below(), mr_finished, PLAYER, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runapplyobject ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 213 of file cfanim.c.

References AP_APPLY, cf_free_string(), cf_object_apply(), mr_finished, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runcamera ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]
Todo:
fix

Definition at line 130 of file cfanim.c.

References cf_log(), llevDebug, mr_finished, and CFanimation_struct::verbose.

Here is the call graph for this function:

static anim_move_result rundropobject ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 241 of file cfanim.c.

References cf_free_string(), cf_object_drop(), mr_finished, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runfire ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]
Todo:
fix

Definition at line 95 of file cfanim.c.

References cf_log(), llevDebug, mr_finished, and CFanimation_struct::verbose.

Here is the call graph for this function:

static anim_move_result runghosted ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]
static anim_move_result runmessage ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 451 of file cfanim.c.

References cf_map_message(), mr_finished, NDI_GREEN, NDI_UNIQUE, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runmovement ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 73 of file cfanim.c.

References cf_log(), cf_object_move(), cf_player_move(), llevDebug, mr_finished, PLAYER, CFanimation_struct::verbose, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runmoveto ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 423 of file cfanim.c.

References cf_object_move_to(), mr_again, mr_finished, CFanimation_struct::victim, param_moveto::x, and param_moveto::y.

Here is the call graph for this function:

static anim_move_result runnotice ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 383 of file cfanim.c.

References cf_player_message(), mr_finished, NDI_NAVY, NDI_UNIQUE, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runpickup ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 253 of file cfanim.c.

References cf_object_pickup(), mr_finished, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runpickupobject ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 268 of file cfanim.c.

References cf_free_string(), cf_object_pickup(), mr_finished, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runsay ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 183 of file cfanim.c.

References cf_log(), cf_object_say(), llevDebug, mr_finished, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runstop ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]
Todo:
fix

Definition at line 397 of file cfanim.c.

References cf_log(), llevDebug, mr_finished, and CFanimation_struct::verbose.

Here is the call graph for this function:

static anim_move_result runteleport ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]
static anim_move_result runturn ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 109 of file cfanim.c.

References cf_log(), cf_object_set_int_property(), CFAPI_OBJECT_PROP_ANIMATION, llevDebug, mr_finished, CFanimation_struct::verbose, and CFanimation_struct::victim.

Here is the call graph for this function:

static anim_move_result runvisible ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 150 of file cfanim.c.

References CFanimation_struct::invisible, and mr_finished.

static anim_move_result runwizard ( struct CFanimation_struct animation,
long int  id,
void *  parameters 
) [static]

Definition at line 166 of file cfanim.c.

References mr_finished, and CFanimation_struct::wizard.

static int start_animation ( object *  who,
object *  activator,
object *  event,
const char *  file,
const char *  message 
) [static]

Create a new animation object according to file, option and activator (who)

Parameters:
whoobject that raised the event leading to the plugin.
activatorobject that caused who to get an event.
eventactual event object linking who and this plugin. Can be removed.
filefile name to read from, should be accessible from the current path.
messageif non empty, will be the name of the used animation instead of the one specified in the file.
Returns:
1 if the animation was created, 0 else.
Todo:
fix memory leaks in case of errors.

Definition at line 760 of file cfanim.c.

References cf_add_string(), cf_free_string(), cf_log(), cf_object_remove(), cf_strdup_local(), CFanimation_struct::corpse, create_animation(), equality_split(), CFanimation_struct::errors_allowed, find_by_name(), get_boolean(), CFanimation_struct::ghosted, HUGE_BUF, CFanimation_struct::invisible, llevDebug, CFanimation_struct::name, CFanimation_struct::nextmovement, CFanimation_struct::paralyze, parse_animation_block(), PLAYER, CFanimation_struct::tick_left, CFanimation_struct::time_representation, time_second, time_tick, CFanimation_struct::unique, CFanimation_struct::verbose, CFanimation_struct::victim, and CFanimation_struct::wizard.

Referenced by eventListener().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

Available animation commands.

Definition at line 461 of file cfanim.c.

Definition at line 510 of file cfanim.c.

Referenced by get_command(), and prepare_commands().

CFanimation* first_animation = NULL [static]

Animations we're currently processing.

Definition at line 36 of file cfanim.c.

Referenced by animate().

int ordered_commands = 0 [static]

Definition at line 512 of file cfanim.c.