Directory server/trunk/include/

Total Files:
51
Deleted Files:
11
Lines of Code:
7218

[root]/server/trunk/include
                directory in repo random_maps (5 files, 273 lines)
                directory in repo shared (2 files, 677 lines)

Lines of Code

server/trunk/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1297 (100.0%) 9263 (100.0%) 7.1
ryo_saeba 547 (42.2%) 3207 (34.6%) 5.8
anmaster 85 (6.6%) 1821 (19.7%) 21.4
akirschbaum 178 (13.7%) 1182 (12.8%) 6.6
partmedia 146 (11.3%) 1007 (10.9%) 6.8
mwedel 153 (11.8%) 722 (7.8%) 4.7
gros 33 (2.5%) 523 (5.6%) 15.8
qal21 82 (6.3%) 368 (4.0%) 4.4
kbulgrien 24 (1.9%) 278 (3.0%) 11.5
quinet 18 (1.4%) 67 (0.7%) 3.7
tchize 9 (0.7%) 38 (0.4%) 4.2
silvernexus 13 (1.0%) 27 (0.3%) 2.0
kstenger 1 (0.1%) 9 (0.1%) 9.0
cavesomething 3 (0.2%) 7 (0.1%) 2.3
rjtanner 2 (0.2%) 4 (0.0%) 2.0
meflin2 2 (0.2%) 2 (0.0%) 1.0
lalo 1 (0.1%) 1 (0.0%) 1.0

Most Recent Commits

silvernexus 2018-09-24 12:39 Rev.: 20587

Add a mimic type for objects to become monsters when applied.

4 lines of code changed in 2 files:

  • server/trunk/include: object.h (+2 -2), typesproto.h (+2)
silvernexus 2017-08-23 21:51 Rev.: 20502

Add messages and flag for paralysis, allowing for smarter handling of paralysis in the future.
Also disallow eating food when starving and paralyzed, since it is incogruous to do so.

4 lines of code changed in 1 file:

  • server/trunk/include: define.h (+4 -1)
partmedia 2017-07-29 14:37 Rev.: 20458

Let plugins specify largest coin in cost strings

1 lines of code changed in 1 file:

  • server/trunk/include: shop.h (+1)
partmedia 2017-07-24 12:26 Rev.: 20440

Move sound types to shared header

0 lines of code changed in 1 file:

  • server/trunk/include: sounds.h (-12)
partmedia 2017-05-28 00:00 Rev.: 20361

Play region music if a map doesn't have music

Update background music in more cases where the player moves due to
entering a map, teleporting, spells, or other means.

1 lines of code changed in 1 file:

  • server/trunk/include: sockproto.h (+1)
partmedia 2017-05-18 21:28 Rev.: 20350

Improve password hashing interface functions

1 lines of code changed in 1 file:

  • server/trunk/include: sproto.h (+1 -1)
partmedia 2016-08-12 23:43 Rev.: 20315

Revert FABS macro change

Some bit of the server somewhere relies on the type-independent behavior
of the original FABS macro. This manifests itself in the form of
infinite recursion when attempting to log in.

3 lines of code changed in 2 files:

  • server/trunk/include: compat.h (-3), define.h (+3)
partmedia 2016-08-12 23:02 Rev.: 20314

Fix signed integer comparisons

1 lines of code changed in 1 file:

  • server/trunk/include: object.h (+1 -1)
partmedia 2016-08-12 23:02 Rev.: 20313

Convert fatal error codes to enum

8 lines of code changed in 2 files:

  • server/trunk/include: define.h (+7 -8), libproto.h (+1 -1)
partmedia 2016-08-12 23:01 Rev.: 20311

Move compatibility definitions to compat.h

Note that we never call FABS on a floating-point value, so defining it
as a call to abs() is okay.

Also remove an ancient compiler check.

11 lines of code changed in 2 files:

  • server/trunk/include: compat.h (+11), define.h (-20)
partmedia 2016-08-12 23:01 Rev.: 20309

Convert OBJECT_TYPE defgroup to enum

158 lines of code changed in 2 files:

  • server/trunk/include: define.h (-162), object.h (+158)
partmedia 2016-08-12 23:01 Rev.: 20308

Remove unused object types

0 lines of code changed in 1 file:

  • server/trunk/include: define.h (-40)
partmedia 2016-08-12 23:01 Rev.: 20305

Fix sign extension by using unsigned cast

Reported by: Coverity Scan

3 lines of code changed in 1 file:

  • server/trunk/include: map.h (+3 -1)
partmedia 2016-08-03 19:30 Rev.: 20297

Convert randomness macros to functions

Each function that the randomness macros call returns a different type.
Explicitly declare a cf_random() and cf_srandom().

4 lines of code changed in 1 file:

  • server/trunk/include: define.h (+4 -29)
silvernexus 2016-05-21 22:13 Rev.: 20274

Fix typo in NAMELEN macro when user does not have dirent.h.

1 lines of code changed in 1 file:

  • server/trunk/include: global.h (+1 -1)
ryo_saeba 2016-02-29 13:58 Rev.: 20228

Use blue for electricity, light blue for cold, and various other colors.

1 lines of code changed in 1 file:

  • server/trunk/include: attack.h (+1 -1)
ryo_saeba 2016-02-28 09:20 Rev.: 20226

Display color and underline for items too.

1 lines of code changed in 1 file:

  • server/trunk/include: libproto.h (+1 -1)
kstenger 2016-02-14 14:46 Rev.: 20221

Fix order of attributes in object (bug 798) & improve in-code related comments

The field 'artifact' was before the field 'name' in the object structure.
This prevented it from beeing copied when the object was copied or cloned.
Moved it below and improved in-code comments about it.

Fixes https://sourceforge.net/p/crossfire/bugs/798/

9 lines of code changed in 1 file:

  • server/trunk/include: object.h (+9 -5)
ryo_saeba 2016-01-03 09:22 Rev.: 20213

Add media tags to monsters description (via probe or knowledge), to highlight some resistances.

9 lines of code changed in 2 files:

  • server/trunk/include: attack.h (+7), libproto.h (+2 -2)
silvernexus 2015-12-18 22:26 Rev.: 20186

Removed some remaining autoconf macros that were redundant with C99 compiler requirements. Then removed the remaining references to the preprocessor defines from those macros.

8 lines of code changed in 2 files:

  • server/trunk/include: define.h (+8 -6), win32.h (-1)
ryo_saeba 2015-12-06 07:54 Rev.: 20127

Display animation if spell bungling.

1 lines of code changed in 1 file:

  • server/trunk/include: object.h (+1)
ryo_saeba 2015-12-06 07:37 Rev.: 20125

Display animtion if spell is blocked.

1 lines of code changed in 1 file:

  • server/trunk/include: object.h (+1)
ryo_saeba 2015-12-06 07:31 Rev.: 20123

Display a town portal failure.

1 lines of code changed in 1 file:

  • server/trunk/include: object.h (+1)
partmedia 2015-12-02 20:18 Rev.: 20116

Shut down normally after receiving SIGINT

8 lines of code changed in 1 file:

  • server/trunk/include: server.h (new 8)
partmedia 2015-11-29 16:51 Rev.: 20108

Remove server '-detach' flag

This feature is particularly platform-dependent and is better served
using platform-specific tools such as daemon(8).

0 lines of code changed in 2 files:

  • server/trunk/include: global.h (-1), sproto.h (-2)
partmedia 2015-11-29 16:51 Rev.: 20107

Remove unnecessary header checks

2 lines of code changed in 4 files:

  • server/trunk/include: global.h (+1 -4), plugin.h (-2), timers.h (-2), win32.h (+1 -10)
partmedia 2015-11-29 16:50 Rev.: 20105

Clean up archive build rules

0 lines of code changed in 1 file:

  • server/trunk/include: win32.h (-7)
partmedia 2015-08-06 09:09 Rev.: 19999

Rename load_original_map() to mapfile_load()

1 lines of code changed in 1 file:

  • server/trunk/include: libproto.h (+1 -1)
ryo_saeba 2015-05-24 13:22 Rev.: 19969

Make function static.

0 lines of code changed in 1 file:

  • server/trunk/include: sproto.h (-1)
partmedia 2015-05-23 09:22 Rev.: 19963

Remove unused MAP_BLOCK flag

0 lines of code changed in 1 file:

  • server/trunk/include: map.h (-2)
partmedia 2015-05-23 09:22 Rev.: 19962

Split enter_player_maplevel() from enter_exit()

7 lines of code changed in 1 file:

  • server/trunk/include: sproto.h (+7)
partmedia 2015-05-20 21:34 Rev.: 19949

Clean up references to tempnam_local()

1 lines of code changed in 2 files:

  • server/trunk/include: compat.h (+1 -2), libproto.h (-1)
partmedia 2015-05-17 14:21 Rev.: 19936

Convert remaining uses of gettimeofday()

1 lines of code changed in 1 file:

  • server/trunk/include: map.h (+1 -1)
partmedia 2015-05-17 14:21 Rev.: 19935

Remove gettimeofday() compatibility functions

0 lines of code changed in 1 file:

  • server/trunk/include: win32.h (-1)
partmedia 2015-05-17 12:44 Rev.: 19929

Replace gettimeofday(2) with clock_gettime(2)

1 lines of code changed in 3 files:

  • server/trunk/include: global.h (-14), libproto.h (+1 -1), win32.h (-1)
partmedia 2015-05-17 11:17 Rev.: 19927

Assume standard C99 headers are available

3 lines of code changed in 3 files:

  • server/trunk/include: compat.h (+1 -22), compat_stdbool.h (del), global.h (+2)
silvernexus 2015-05-15 13:12 Rev.: 19911

Spelling correction in comments (incorrect use of 'effect').

2 lines of code changed in 1 file:

  • server/trunk/include: object.h (+2 -2)
partmedia 2015-04-04 23:14 Rev.: 19894

Replace uses of strerror_local() with strerror(3)

0 lines of code changed in 1 file:

  • server/trunk/include: libproto.h (-1)
partmedia 2015-04-04 22:03 Rev.: 19891

Clean up compatibility functions

8 lines of code changed in 3 files:

  • server/trunk/include: compat.h (+8 -4), config.h (-14), global.h (-16)
partmedia 2015-04-04 17:45 Rev.: 19888

Rename get_payment()

12 lines of code changed in 1 file:

  • server/trunk/include: shop.h (+12 -1)

(677 more)

Generated by StatSVN 0.7.0