/server/trunk Developers: cavesomething

Login name:
cavesomething
Total Commits:
49 (0.3%)
Lines of Code:
904 (0.2%)
Most Recent Commit:
2010-06-07 20:16

Activity by Clock Time

Activity by Hour of Day for cavesomething

Activity by Day of Week for cavesomething

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 49 (100.0%) 904 (100.0%) 18.4
server/ 13 (26.5%) 675 (74.7%) 51.9
/ 15 (30.6%) 90 (10.0%) 6.0
plugins/cfpython/ 3 (6.1%) 45 (5.0%) 15.0
plugins/common/ 3 (6.1%) 28 (3.1%) 9.3
include/shared/ 1 (2.0%) 14 (1.5%) 14.0
types/treasure/ 1 (2.0%) 9 (1.0%) 9.0
common/ 1 (2.0%) 8 (0.9%) 8.0
utils/cre/ 2 (4.1%) 7 (0.8%) 3.5
include/ 3 (6.1%) 7 (0.8%) 2.3
plugins/cf_darcap/ 1 (2.0%) 6 (0.7%) 6.0
doc/ 1 (2.0%) 6 (0.7%) 6.0
socket/ 1 (2.0%) 4 (0.4%) 4.0
plugins/cfpython/include/ 2 (4.1%) 4 (0.4%) 2.0
plugins/common/include/ 2 (4.1%) 1 (0.1%) 0.5

Activity of cavesomething

Most Recent Commits

cavesomething 2010-06-07 20:16 Rev.: 13374

Make the plugin calls to player titles respect the custom titles the player has set.

17 lines of code changed in 5 files:

  • ChangeLog (+5)
  • plugins/cfpython: cfpython_object.c (+2 -1)
  • plugins/common: plugin_common.c (+4 -5)
  • plugins/common/include: plugin_common.h (+1 -1)
  • server: plugins.c (+5 -5)
cavesomething 2010-05-30 15:32 Rev.: 13353

quest step conditions, used to advance quests when another quest(s) are at the 'right' step(s)

139 lines of code changed in 2 files:

  • ChangeLog (+4)
  • server: quest.c (+135 -5)
cavesomething 2010-05-30 15:29 Rev.: 13352

#define the state numbers in the quest parsing code

26 lines of code changed in 2 files:

  • ChangeLog (+3)
  • server: quest.c (+23 -11)
cavesomething 2010-05-25 14:11 Rev.: 13303

Permit Quests to define parents, display only parent quests in the quest
lists and fold child quests into the parent's description. The same
behaviour is used for the quest summary with the -mq flag

120 lines of code changed in 2 files:

  • ChangeLog (+6)
  • server: quest.c (+114 -51)
cavesomething 2010-05-19 08:51 Rev.: 13267

Add race to the set of things that can be filtered on in CRE

11 lines of code changed in 3 files:

  • ChangeLog (+4)
  • utils/cre: CREWrapperObject.cpp (+5), CREWrapperObject.h (+2)
cavesomething 2010-05-07 11:01 Rev.: 13146

Update Man page

9 lines of code changed in 2 files:

  • ChangeLog (+3)
  • doc: crossfire-server.man (+6)
cavesomething 2010-05-07 10:49 Rev.: 13145

Add -mq as a command line option to dump a list of the quests that the
server recognises.

31 lines of code changed in 4 files:

  • ChangeLog (+4)
  • include: sproto.h (+1)
  • server: init.c (+2), quest.c (+24)
cavesomething 2010-05-06 15:21 Rev.: 13140

Add -mexp to the list of options displayed in the help text.

4 lines of code changed in 2 files:

  • ChangeLog (+3)
  • server: init.c (+1)
cavesomething 2010-04-26 15:04 Rev.: 12982

Make the quest file allow other files to be 'included'. Make the error
messages for quest definitions more explicit. Change the default quests file.

79 lines of code changed in 2 files:

  • ChangeLog (+9)
  • server: quest.c (+70 -26)
cavesomething 2010-04-26 10:08 Rev.: 12969

Make examining an item automatically attempt to identify it.

172 lines of code changed in 4 files:

  • ChangeLog (+9)
  • include: sproto.h (+3)
  • server: c_object.c (+83 -16), skills.c (+77 -94)
cavesomething 2010-03-29 20:52 Rev.: 12748

Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin

88 lines of code changed in 5 files:

  • ChangeLog (+8)
  • plugins/cfpython: cfpython_object.c (+43)
  • plugins/cfpython/include: cfpython_object_private.h (+4)
  • plugins/common: plugin_common.c (+24)
  • server: plugins.c (+9 -2)
cavesomething 2010-03-29 17:56 Rev.: 12745

Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.

160 lines of code changed in 9 files:

  • ChangeLog (+19)
  • include: plugin.h (+3 -4)
  • plugins/cf_darcap: cf_darcap.c (+6 -5)
  • plugins/cfpython: cfpython_object.c (-16)
  • plugins/cfpython/include: cfpython_object_private.h (-2)
  • plugins/common: plugin_common.c (-11)
  • plugins/common/include: plugin_common.h (-1)
  • server: plugins.c (-5), quest.c (+132 -91)
cavesomething 2010-03-27 20:44 Rev.: 12741

Replace the numbers used in the map2 command handling with some #defines.

23 lines of code changed in 3 files:

  • ChangeLog (+5)
  • include/shared: newclient.h (+14)
  • socket: request.c (+4 -4)
cavesomething 2010-03-27 19:31 Rev.: 12740

Don't drop the inventory of items that are marked as no_drop

12 lines of code changed in 2 files:

  • ChangeLog (+4)
  • common: object.c (+8 -5)
cavesomething 2010-03-26 21:16 Rev.: 12738

Stop chests from drawinfo-ing the names of invisible items when they are opened.

13 lines of code changed in 2 files:

  • ChangeLog (+4)
  • types/treasure: treasure.c (+9 -6)
Generated by StatSVN 0.7.0