Directory server/trunk/plugins/cfanim/include/

Total Files:
3
Deleted Files:
2
Lines of Code:
109

[root]/server/trunk/plugins/cfanim/include

Lines of Code

server/trunk/plugins/cfanim/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 395 (100.0%) 9.4
gros 7 (16.7%) 178 (45.1%) 25.4
ryo_saeba 21 (50.0%) 109 (27.6%) 5.1
mwedel 2 (4.8%) 70 (17.7%) 35.0
akirschbaum 3 (7.1%) 14 (3.5%) 4.6
quinet 1 (2.4%) 11 (2.8%) 11.0
tchize 1 (2.4%) 7 (1.8%) 7.0
anmaster 5 (11.9%) 6 (1.5%) 1.2
partmedia 2 (4.8%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim.h (-5)
partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: Makefile.am (-1)
ryo_saeba 2010-08-07 04:03 Rev.: 13559

Change event listener prototype for plugins to return int instead of void*.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+2 -2)
ryo_saeba 2010-05-30 09:14 Rev.: 13342

Enable querying whether an object is animated or not.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim.h (+2)
anmaster 2009-02-12 13:48 Rev.: 11461

plugins/cfpython/include/cfpython_proto.h, plugins/cfpython/cfpython.c: Fix
broken give command. Was broken due to MSW removing -Bsymbolic when building
plugins about half a year ago. Also change some other symbols to static in the
plugins to avoid more issues like this.
plugins/cflogger/include/cflogger_proto.h, plugins/cflogger/cflogger.c,
plugins/citylife/include/citylife_proto.h, plugins/citylife/citylife.c,
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c,
plugins/cfanim/include/cfanim.h, plugins/cfanim/include/cfanim_proto.h,
plugins/cfanim/cfanim.c, plugins/cfnewspaper/include/cfnewspaper_proto.h,
plugins/cfnewspaper/cfnewspaper.c: More changes in the same style as the above
python changes to reduce possible symbol lookup conflicts. Also make some
functions static.
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c: Fix a typo in cfrhg
(was "cfrgh" in one place).

1 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (-2), cfanim_proto.h (+1 -3)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

14 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim.h (+14 -9)
ryo_saeba 2008-09-19 14:36 Rev.: 9891

Fix for bug #2088893: Assertion in cfanim.c globalEventListener on client connect.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+1 -1)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

11 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim.h (+11 -11)
anmaster 2008-06-05 16:45 Rev.: 9231

Make more functions and variables in plugins static. Clean up some indention in plugins.

5 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (+5 -3), cfanim_proto.h (-39)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: .cvsignore (del)
ryo_saeba 2008-05-20 16:23 Rev.: 9123

Clean some stuff, allow animation to be specified through the message field of the event connector.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+1 -1)
ryo_saeba 2008-05-12 17:04 Rev.: 9052

Removed 'context' stuff as it isn't used here. Clean event handling.

1 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (-19), cfanim_proto.h (+1 -4)
ryo_saeba 2008-05-12 15:59 Rev.: 9047

Bug fixes, add 'moveto' command and 'byname' victim type.

27 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (+8 -1), cfanim_proto.h (+19 -17)
ryo_saeba 2008-05-10 16:45 Rev.: 8962

Document a few things.

17 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim.h (+17 -10)
ryo_saeba 2008-05-10 15:24 Rev.: 8960

First fix pass on CFAnim.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+1 -2)
gros 2008-01-31 22:05 Rev.: 8331

Changed the name of variables that some C compilers considered as keywords.

2 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (+1 -1), cfanim_proto.h (+1 -1)
ryo_saeba 2008-01-03 08:12 Rev.: 8078

Win32 compilation fixes.

7 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+7 -7)
tchize 2007-11-16 08:24 Rev.: 7508

Plugins Added Trigger, updated TimeOfDay and glowRadius
Add support to trigger a specific "connected" from plugins
Add support to get timeofday names (seasons, months, weeks, day, period of day)
Add in timeofday the notion of period of the day (Night, Morning, Noon, etc)
Fixed glowRadius setter priperty in plugin interface so changes are reflected to user's UI
Add EVENT_TRIGGER call to all objects triggered in a connected chain
autogen.sh invoked

Note: those changes were necessary to build some basic tod based scripts

7 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+7 -7)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

0 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: Makefile.am (-1)
ryo_saeba 2007-06-10 09:55 Rev.: 6504

Fix Win32 compilation.

7 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+7 -7)
gros 2007-04-29 04:52 Rev.: 6143

Fixed crashes when more than one animation was running simultaneously.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+2)
ryo_saeba 2007-04-07 04:49 Rev.: 5954

Change plugin object event interface to send the event object itself.

1 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim.h (+1)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: Makefile.in (del)
mwedel 2007-03-26 02:25 Rev.: 5901

Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: Makefile.in (+1)
ryo_saeba 2007-03-25 09:27 Rev.: 5882

Remove common plugin functions from proto.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (-139)
ryo_saeba 2007-03-21 18:40 Rev.: 5841

Change archetype API.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+1 -1)
ryo_saeba 2007-03-21 18:02 Rev.: 5839

Changes to plugin API: start to use a (type)* parameter instead of returning a value
cast to void*.

30 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+30 -13)
ryo_saeba 2007-03-08 18:24 Rev.: 5719

Win32 compilation fixes.

7 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+7 -7)
ryo_saeba 2007-02-11 10:00 Rev.: 5497

Remove some static variables. Return values from server.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+2 -2)
ryo_saeba 2007-02-11 09:15 Rev.: 5496

Update cf_object_[gs]et key to use parameter instead of void* return.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (+2 -2)
mwedel 2007-02-07 03:02 Rev.: 5398

Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07

69 lines of code changed in 1 file:

  • server/trunk/plugins/cfanim/include: Makefile.in (+69 -52)
gros 2007-01-21 10:43 Rev.: 5339

Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().

2007-01-21 - gros

45 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: Makefile.in (new)
gros 2007-01-14 04:16 Rev.: 5310

Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.

2007-01-14 - Gros

129 lines of code changed in 2 files:

  • server/trunk/plugins/cfanim/include: cfanim_proto.h (new)
Generated by StatSVN 0.7.0