Directory plugins/cfanim/

Total Files:
2
Deleted Files:
2
Lines of Code:
1279

[root]/plugins/cfanim
            directory in repo include (3 files, 109 lines)

Lines of Code

plugins/cfanim/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 72 (100.0%) 1627 (100.0%) 22.5
akirschbaum 9 (12.5%) 572 (35.2%) 63.5
ryo_saeba 32 (44.4%) 490 (30.1%) 15.3
gros 6 (8.3%) 213 (13.1%) 35.5
mwedel 5 (6.9%) 164 (10.1%) 32.8
quinet 1 (1.4%) 79 (4.9%) 79.0
anmaster 5 (6.9%) 53 (3.3%) 10.6
partmedia 13 (18.1%) 42 (2.6%) 3.2
silvernexus 1 (1.4%) 14 (0.9%) 14.0

Most Recent Commits

silvernexus 2016-05-21 10:19 Rev.: 20271

Refactor get_boolean() in cfanim plugin to not use strncmp() when checking single characters.

14 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+14 -6)
partmedia 2015-05-17 12:44 Rev.: 19930

Copy usec_elapsed() from common/time.c

10 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+10)
partmedia 2015-05-17 12:44 Rev.: 19929

Replace gettimeofday(2) with clock_gettime(2)

6 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+6 -6)
partmedia 2014-06-07 22:08 Rev.: 19533

Fix header files on Windows

Submitted by: BloodyShade

0 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (-1)
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:

  • plugins/cfanim: Makefile.am (-5)
partmedia 2014-06-06 17:31 Rev.: 19530

Clean up system headers.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1)
partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

5 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+5 -2)
partmedia 2014-06-06 16:10 Rev.: 19528

Avoid calling server-only portability function.

Reported by: Jason Bergmann, BloodyShade

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -1)
partmedia 2014-06-05 11:15 Rev.: 19514

Fix unsafe uses of strcpy(3).

4 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+4 -3)
partmedia 2014-05-19 18:24 Rev.: 19462

Clean up dead code and unreached variable checks.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -4)
partmedia 2014-05-19 18:24 Rev.: 19461

Call missing va_end(3) before returning early.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1)
partmedia 2014-04-13 12:27 Rev.: 19337

Add missing cast to discard qualifiers.

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -1)
partmedia 2014-03-03 23:02 Rev.: 19260

Fix several resource leaks.

11 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+11 -1)
partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 1 file:

  • plugins/cfanim: Makefile.am (-25)
ryo_saeba 2012-07-08 10:11 Rev.: 18349

Fix 'drop_object' command.

5 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+5 -2)
ryo_saeba 2012-07-08 10:06 Rev.: 18348

Thou shall always report errors.

4 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+4 -5)
ryo_saeba 2012-06-03 07:24 Rev.: 18187

Add 'trigger' command for animations.

46 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+46 -1)
ryo_saeba 2012-06-03 05:08 Rev.: 18185

Don't crash if no animation defined.

5 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+5 -1)
mwedel 2011-11-27 01:34 Rev.: 15936

Add logic to do svn version check between plugin and server - this prevents
incompatible plugins from being used.
MSW 2011-11-26

3 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+3)
ryo_saeba 2011-11-01 12:57 Rev.: 15374

Explicit casts. Region's fields aren't shared strings.

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -2)
ryo_saeba 2011-09-10 05:53 Rev.: 15071

Remove unused variables. Remove suspicious call.

3 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+3 -19)
ryo_saeba 2011-09-04 04:22 Rev.: 15043

Clean unused variables.

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -2)
ryo_saeba 2010-08-07 04:03 Rev.: 13559

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

7 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+7 -7)
ryo_saeba 2010-05-30 09:56 Rev.: 13348

Use a specific message to query animation state, fix isn't enough.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -1)
ryo_saeba 2010-05-30 09:51 Rev.: 13347

Fix crash in cfanim.

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -2)
ryo_saeba 2010-05-30 09:16 Rev.: 13343

Change log level to error for various things in cf_anim.

16 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+16 -16)
ryo_saeba 2010-05-30 09:14 Rev.: 13342

Enable querying whether an object is animated or not.

34 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+34 -1)
akirschbaum 2010-03-08 13:33 Rev.: 12599

Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -1)
ryo_saeba 2010-02-28 17:16 Rev.: 12557

Don't call server functions directly from plugins.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -1)
akirschbaum 2009-06-13 15:29 Rev.: 11831

Whitespace changes.

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -4)
akirschbaum 2009-06-13 14:59 Rev.: 11827

Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.

10 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+10 -10)
akirschbaum 2009-06-12 15:53 Rev.: 11822

Add more functions object_find_by_xxx(); use these functions where possible.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -3)
akirschbaum 2009-04-18 17:23 Rev.: 11655

Remove redundant code.

1 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+1 -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).

5 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+5 -3)
anmaster 2009-02-07 04:21 Rev.: 11380

plugins/cfanim/cfanim.c, plugins/cflogger/cflogger.c: Fix some minor issues
(variables that should have been static, using 0 instead of NULL, leading to
more confusing code) found using the static analysis tool "sparse".

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -2)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

554 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+554 -601)
ryo_saeba 2008-09-19 14:36 Rev.: 9891

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

2 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+2 -2)
mwedel 2008-07-24 22:32 Rev.: 9684

plugins/*/Makefile.am: Remove -Xlinker -export-dynamic -Xlinker -Bsymbolic
from extra LDFLAGS. Those are gnu specific linker options which cause
the plugins to fail to compile when not using gld. I've tested the build
without those options with gld on linux, and all works fine, so not sure
if those are still needed - in theory, libtool should cover that. If
those options are still needed, configure.ac should get updated with a
a better test.
MSW 2008-07-24


1 lines of code changed in 1 file:

  • plugins/cfanim: Makefile.am (+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.

79 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+79 -79)
anmaster 2008-06-05 16:45 Rev.: 9231

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

43 lines of code changed in 1 file:

  • plugins/cfanim: cfanim.c (+43 -43)

(28 more)

Generated by StatSVN 0.7.0