Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: timers.c | |||
Revision 1.9 | ryo_saeba | 2006/08/20 04:58:26 | +13 -7 |
Fix timers. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2006/05/05 04:26:36 | +3 -1 |
First part of patch #1453869 courtesy Stefan Huehner (shuehner) | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | gros | 2005/10/18 11:54:31 | +1 -25 |
Upgrade of the Crossfire server to version 2.0 of the plugin interface. Upgrade of the Python plugin to version 2.0 of the plugin interface. Gros - 18/10/05 | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | ryo_saeba | 2005/08/12 08:46:34 | +2 -2 |
Fields changed from char* to const char*, cleanup. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | akirschbaum | 2005/02/20 14:43:17 | +3 -1 |
common/object.c, include/libproto.h: change nrof parameter of get_split_ob to uint32 type. server/c_object.c, include/sproto.h: change nrof parameter of drop_object to uint32 type. plugin/{plugin_python.c, include/plugin_python.h}, plugin_animator/{plugin_animator.c, include/plugin_animator.h}, server/{apply.c, attack.c, gods.c, monster.c, player.c, skills.c, time.c, timers.c}: Change type of CFParm.Value[5] and StackParm1[] to uint32 to be able to pass an "nrof" value. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | gros | 2003/06/26 06:27:43 | +7 -6 |
Re-implemented the event hooks in objects as a dynamically linked list, instead of a static table. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | gros | 2003/06/21 02:38:49 | +31 -0 |
Completed the timer code, making it useable. Gros 21/06/03 | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | mwedel | 2001/12/15 21:31:03 | +5 -5 |
common/object.c random_maps/Makefile.in server/c_wiz.c server/player.c server/plugins.c server/timers.c socket/request.c: Most of the changes are to just fix compiling warnings or errors so that it compiles on sparc solaris with the workshop compiler (things like }; should just be }). Declaration for alphasort was missing in plugins.c. random_maps/Makefile.in had the wrong order in linking - the system library needs to be linked in after the crossfire libraries. crossedit/App.c: Fix for running on 8 bit color - colormap was not being initialized to usuable default value. crossedit/xutil.c: Broken code when duplicating faces for undefined images. That code should never really be used, as pixmaps currently are always contiguous. MSW 2001-12-15 | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | gros | 2001/11/11 04:33:16 | None |
Adding support for custom timers - Gros 11/11/01 | |||
First version |