/server/trunk Developers: crowbert

Login name:
crowbert
Total Commits:
98 (0.5%)
Lines of Code:
745 (0.2%)
Most Recent Commit:
2020-09-30 14:40

Activity by Clock Time

Activity by Hour of Day for crowbert

Activity by Day of Week for crowbert

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 98 (100.0%) 745 (100.0%) 7.6
server/ 35 (35.7%) 373 (50.1%) 10.6
common/ 17 (17.3%) 138 (18.5%) 8.1
/ 7 (7.1%) 38 (5.1%) 5.4
types/converter/ 1 (1.0%) 34 (4.6%) 34.0
random_maps/ 7 (7.1%) 29 (3.9%) 4.1
types/teleporter/ 1 (1.0%) 26 (3.5%) 26.0
socket/ 3 (3.1%) 19 (2.6%) 6.3
doc/Developers/fields/ 3 (3.1%) 19 (2.6%) 6.3
include/ 9 (9.2%) 17 (2.3%) 1.8
doc/Developers/ 1 (1.0%) 16 (2.1%) 16.0
lib/help/ 3 (3.1%) 9 (1.2%) 3.0
include/random_maps/ 2 (2.0%) 6 (0.8%) 3.0
doc/Developers/types/ 1 (1.0%) 5 (0.7%) 5.0
types/duplicator/ 1 (1.0%) 4 (0.5%) 4.0
lib/config/ 1 (1.0%) 4 (0.5%) 4.0
types/transport/ 1 (1.0%) 2 (0.3%) 2.0
types/legacy/ 1 (1.0%) 2 (0.3%) 2.0
test/unit/server/ 2 (2.0%) 2 (0.3%) 1.0
types/potion/ 1 (1.0%) 1 (0.1%) 1.0
types/container/ 1 (1.0%) 1 (0.1%) 1.0

Activity of crowbert

Most Recent Commits

crowbert 2020-09-30 14:40 Rev.: 21465

fix server crash from animate weapon when surrounded while player direction is zero

5 lines of code changed in 1 file:

  • server: spell_effect.c (+5 -1)
crowbert 2020-09-30 14:38 Rev.: 21464

fix seg fault triggered by a comet spell expanding somehow not having a map defined somewhere

1 lines of code changed in 1 file:

  • common: map.c (+1)
crowbert 2020-09-19 17:30 Rev.: 21450

Add 'face' command to have the player face a given direction without taking any action.

102 lines of code changed in 6 files:

  • ChangeLog (+4)
  • include: sproto.h (+2)
  • lib/help: face.en (new 1)
  • server: c_new.c (+37), commands.c (+1), player.c (+57 -1)
crowbert 2020-09-19 12:26 Rev.: 21449

create missile: Allow specifying bolt or arrow when casting or invoking instead of only relying on whether a crossbow is equiped

16 lines of code changed in 1 file:

  • server: spell_effect.c (+16)
crowbert 2020-09-19 08:50 Rev.: 21448

use pickup mode when completing jumps

1 lines of code changed in 1 file:

  • server: skills.c (+1)
crowbert 2020-09-17 15:51 Rev.: 21446

'apply' command: Pass through and honor '-a' and '-u' flags for containers and add a new flag '-o' to fully open a container in your inventory.

94 lines of code changed in 9 files:

  • ChangeLog (+5)
  • include: define.h (+1), sproto.h (+1 -1)
  • lib/help: apply.en (+1)
  • server: apply.c (+78 -3), c_object.c (+4), player.c (+1 -1)
  • types/container: container.c (+1 -1)
  • types/legacy: apply.c (+2 -2)
crowbert 2020-09-17 15:32 Rev.: 21445

Add a config option MIN_NAME to restrict very short account and character names

34 lines of code changed in 5 files:

  • ChangeLog (+7)
  • include: global.h (+1)
  • lib/config: settings (+4)
  • server: init.c (+8)
  • socket: request.c (+14)
crowbert 2020-08-30 16:31 Rev.: 21325

turn off pickup and search_items modes on death to avoid messing up stuff in the apartment

2 lines of code changed in 1 file:

  • server: player.c (+2)
crowbert 2020-08-30 16:30 Rev.: 21324

Longer spell formatting to avoid cutting off longer spell names

3 lines of code changed in 1 file:

  • server: c_range.c (+3 -3)
crowbert 2020-08-30 16:28 Rev.: 21323

Improve 'skills' command output and add '-l' option for full perm exp data

83 lines of code changed in 5 files:

  • ChangeLog (+4)
  • common: living.c (+13)
  • include: libproto.h (+1)
  • lib/help: skills.en (+7)
  • server: skill_util.c (+58 -26)
crowbert 2020-08-30 16:15 Rev.: 21322

Restrict teleporters based on subtype and other_arch to specific object types

46 lines of code changed in 3 files:

  • ChangeLog (+4)
  • doc/Developers: teleporters (+16 -1)
  • types/teleporter: teleporter.c (+26 -5)
crowbert 2020-08-30 15:48 Rev.: 21321

Track total_exp instead of perm_exp; elminates rounding errors

82 lines of code changed in 12 files:

  • ChangeLog (+10)
  • common: living.c (+31 -34), loader.l (+2 -1), object.c (+3 -3)
  • doc/Developers/fields: field_perm_exp.dox (del), field_total_exp.dox (new 18), fields.dox (+1 -1)
  • doc/Developers/types: type_43.dox (+5 -4)
  • include: global.h (+6), object.h (+3 -2)
  • server: plugins.c (+2 -2), skill_util.c (+1 -1)
crowbert 2020-08-20 23:39 Rev.: 21295

add a space between sentences in the improvement potion consumption message

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -1)
crowbert 2020-08-20 18:35 Rev.: 21294

hiscore: If someone has a custom title starting with a comma, eliminate the space after their name

2 lines of code changed in 1 file:

  • server: hiscore.c (+2 -2)
crowbert 2020-08-20 10:49 Rev.: 21293

Allow converters to match on wildcards

34 lines of code changed in 1 file:

  • types/converter: converter.c (+34 -1)
crowbert 2020-08-20 10:47 Rev.: 21292

allow duplicators/destructors to fire on multiple above objects if nrof>1

4 lines of code changed in 1 file:

  • types/duplicator: duplicator.c (+4 -1)
crowbert 2020-08-19 20:14 Rev.: 21291

Compiler warning cleanup: correct various complier warnings generated when additional warnings are turned on. No significant logic changes

53 lines of code changed in 21 files:

  • common: languages.c (+1 -1), living.c (+2 -1), map.c (+1), object.c (+1 -1), readable.c (+1 -1), recipe.c (+2 -1), treasure.c (+3 -2)
  • include/random_maps: maze_gen.h (+1 -1), rproto.h (+5 -5)
  • random_maps: main.c (+7 -6), maze_gen.c (+3 -1), random_map.c (+5 -5), rogue_layout.c (+3 -1), room_gen_spiral.c (+3 -1), snake.c (+4 -1), square_spiral.c (+4 -1)
  • server: c_object.c (+1 -1), quest.c (+1 -1), server.c (+1 -1), skills.c (+2 -2)
  • socket: image.c (+2 -2)
crowbert 2020-08-18 09:36 Rev.: 21289

fix bug where players-in-map counts are messed up when entering/exiting transports

2 lines of code changed in 1 file:

  • types/transport: transport.c (+2)
crowbert 2020-08-18 09:27 Rev.: 21288

fix problem with recent commit and uninitialized variable

1 lines of code changed in 1 file:

  • server: c_misc.c (+1 -1)
crowbert 2020-08-17 12:29 Rev.: 21287

eliminate complier warnings for return value ignored on fgets/fscanf

10 lines of code changed in 1 file:

  • server: login.c (+10 -4)

(20 more)

Generated by StatSVN 0.7.0