Directory server/branches/1.x/include/

Directory Deleted:
2009-01-17 15:01
Total Files:
0
Deleted Files:
46
Lines of Code:
0

[root]/server/branches/1.x/include

Lines of Code

server/branches/1.x/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 284 (100.0%) 910 (100.0%) 3.2
mwedel 97 (34.2%) 371 (40.8%) 3.8
akirschbaum 41 (14.4%) 269 (29.6%) 6.5
ryo_saeba 64 (22.5%) 168 (18.5%) 2.6
qal21 35 (12.3%) 99 (10.9%) 2.8
quinet 1 (0.4%) 3 (0.3%) 3.0
lalo 46 (16.2%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:01 Rev.: 11152

preparing for 1.12 release

0 lines of code changed in 46 files:

  • server/branches/1.x/include: Makefile.am (del), Makefile.in (del), arch.h (del), artifact.h (del), attack.h (del), autoconf.h.in (del), book.h (del), commands.h (del), config.h (del), define.h (del), face.h (del), funcpoint.h (del), global.h (del), god.h (del), includes.h (del), libproto.h (del), living.h (del), loader.h (del), logger.h (del), map.h (del), material.h (del), metaserver2.h (del), newclient.h (del), newserver.h (del), object.h (del), path.h (del), player.h (del), plugin.h (del), plugproto.h (del), quest.h (del), race.h (del), re-cmp.h (del), recipe.h (del), shstr.h (del), skills.h (del), sockproto.h (del), sounds.h (del), spellist.h (del), spells.h (del), sproto.h (del), stringbuffer.h (del), timers.h (del), tod.h (del), treasure.h (del), win32.h (del), xdir.h (del)
akirschbaum 2008-11-18 15:16 Rev.: 10522

Remove trailing whitespace.

118 lines of code changed in 21 files:

  • server/branches/1.x/include: attack.h (+7 -7), book.h (+7 -8), config.h (+17 -17), define.h (+15 -15), global.h (+2 -2), god.h (+3 -3), map.h (+7 -7), newclient.h (+10 -10), newserver.h (+6 -6), object.h (+3 -3), player.h (+5 -5), race.h (+1 -1), re-cmp.h (+1 -1), recipe.h (+3 -3), shstr.h (+2 -2), skills.h (+1 -1), spellist.h (+23 -23), spells.h (+1 -1), tod.h (+2 -2), treasure.h (+1 -1), win32.h (+1 -1)
ryo_saeba 2008-10-31 14:31 Rev.: 10233

Fix for bug #2081472: short int encoding for food value in payment altars.

2 lines of code changed in 2 files:

  • server/branches/1.x/include: living.h (+1 -1), object.h (+1 -1)
akirschbaum 2008-09-06 12:37 Rev.: 9810

Add new setup option "num_look_objects".

19 lines of code changed in 1 file:

  • server/branches/1.x/include: newserver.h (+19 -3)
quinet 2008-07-19 15:50 Rev.: 9565

Backported fix for bug #2017790 "Cannot build talking books, listening books or
signs". In order to miminize the code changes in the branch, only a minimal
fix was merged from trunk, without including the other improvements to the
code.

3 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+3 -3)
ryo_saeba 2008-05-08 04:08 Rev.: 8921

Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+1)
ryo_saeba 2008-05-07 14:19 Rev.: 8908

Fix bug #1929084: Wrong artifact stats on forged items.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: libproto.h (+1)
akirschbaum 2008-03-08 01:47 Rev.: 8495

Fix some integer overflows in experience calculations.

2 lines of code changed in 2 files:

  • server/branches/1.x/include: libproto.h (+1 -1), sproto.h (+1 -1)
akirschbaum 2008-02-06 18:33 Rev.: 8385

Add stringbuffer_finish_shared().

16 lines of code changed in 1 file:

  • server/branches/1.x/include: stringbuffer.h (+16)
akirschbaum 2008-02-06 18:23 Rev.: 8384

Add stringbuffer_append_stringbuffer().

10 lines of code changed in 1 file:

  • server/branches/1.x/include: stringbuffer.h (+10)
akirschbaum 2008-02-06 18:08 Rev.: 8382

Add printf() like variant to StringBuffer module.

9 lines of code changed in 1 file:

  • server/branches/1.x/include: stringbuffer.h (+9)
mwedel 2008-02-01 02:27 Rev.: 8339

Add missing metaserver2.h file
MSW 2008-01-31

1 lines of code changed in 1 file:

  • server/branches/1.x/include: Makefile.am (+1 -1)
akirschbaum 2008-01-13 05:45 Rev.: 8186

Fix typo in filename.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: Makefile.in (+1 -1)
akirschbaum 2008-01-12 04:27 Rev.: 8175

Fix buffer overflows in get_ob_diff(), dump_object(), and dump_arch().

84 lines of code changed in 5 files:

  • server/branches/1.x/include: Makefile.am (+1), Makefile.in (+1), global.h (+1), libproto.h (+1 -1), stringbuffer.h (new 80)
ryo_saeba 2008-01-03 05:53 Rev.: 8074

Win32 compilation fixes.

3 lines of code changed in 1 file:

  • server/branches/1.x/include: win32.h (+3)
ryo_saeba 2007-12-01 05:15 Rev.: 7624

Fix bug #1833943: Buffer overflow in item power calculation.

5 lines of code changed in 1 file:

  • server/branches/1.x/include: define.h (+5)
akirschbaum 2007-11-24 16:17 Rev.: 7568

Fix typos.

7 lines of code changed in 5 files:

  • server/branches/1.x/include: config.h (+1 -1), define.h (+3 -3), global.h (+1 -1), living.h (+1 -1), object.h (+1 -1)
ryo_saeba 2007-10-20 15:54 Rev.: 7377

Fix for bug #1815251: Multiple 'the' displayed in party who.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+1)
ryo_saeba 2007-09-27 15:11 Rev.: 7272

Face/animation related plugin functions.

14 lines of code changed in 4 files:

  • server/branches/1.x/include: Makefile.in (+9 -3), autoconf.h.in (+3 -3), plugin.h (+1 -1), sproto.h (+1)
mwedel 2007-09-27 01:56 Rev.: 7268

Couple bug fixes related to 1713188 - dropall performance issues.
---
include/config.h: Increase SOCKETBUFSIZE - should help reduce premature
dropped connections.
server/c_object.c: Improve dropall logic - instead of calling fix_player() for
each object dropped, call it just once for the entire stack - should
improve performance considerably. This also fixes sending updated
weight information to the client for each object dropped (player weight
1000, player weight 995, player weight 992, etc), so may help on dropped
connections.
MSW 2007-09-26

1 lines of code changed in 1 file:

  • server/branches/1.x/include: config.h (+1 -1)
mwedel 2007-09-26 01:02 Rev.: 7245

Add support for periodic updating of hiscore information for players - fixes
bug 1735262. Main change was to modify check_score() to take a flag that
determines if messages related to high score placement should be displayed
or not.
--
include/sproto.h: Rebuilt because of change to check_score()
server/apply.c: Change calls to check_score() to take quiet flag.
server/c_wiz.c: Change calls to check_score() to take quiet flag.
server/hiscore.c: Modify check_score to take quiet flag, update function
not to print messages if it is set.
server/login.c: Change calls to check_score() to take quiet flag, remove
some meaningless code at end of emergency_save()
server/player.c: Change calls to check_score() to take quiet flag.
server/server.c: Add calls to check_score() when doing autosaves as well
as when player connection is unexpected terminated.
--
MSW 2007-09-25

12 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+12 -17)
akirschbaum 2007-09-20 13:31 Rev.: 7231

Always destroy projectiles having no_drop when they stop being a projectile.

2 lines of code changed in 2 files:

  • server/branches/1.x/include: libproto.h (+1), sproto.h (+1)
mwedel 2007-09-17 02:16 Rev.: 7184

Fix chaos attacktypes when used from a weapon - Fixes bug 1795875.
Problem was target of attack was getting attacktype changed, and
attacker was never getting chaos attacktypes.
--
include/attack.h: move ATTACKS array and Chaos_Attacks structure
here. server/attack.c now needs that data, so having it only in
server/spell_util.c no longer works.
server/attack.c: Remove call to shuffle_attack(), instead just update
the local type (attack type) variable.
server/spell_util.c: Remove ATTACKS array - moved to include/attack.h.
MSW 2007-09-16

35 lines of code changed in 1 file:

  • server/branches/1.x/include: attack.h (+35 -1)
ryo_saeba 2007-09-09 13:31 Rev.: 7134

Add an 'empty' command, that puts all contents of a (or all) container either on ground or in player's opened container.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+1)
mwedel 2007-09-01 00:32 Rev.: 7091

Server support for Metaserver2 - brought back from trunk:
acinclude.m4: Add LIBCURL_CHECK_CONFIG macro, used by configure.
configure.ac: Add check for pthread, LIBCURL. Extra
logic to display if we will build with metaserver2 support
lib/Makefile.am: add metaserver2 to list of files to install.
*/Makefile.in: rebuilt
lib/metaserver2: Settings file for metaserver2 support.
server/init.c: Add call to metaserver2_init() during startup.
include/metaserver2.h: Header file include metaserver2 related data.
include/autoconf.h.in: Rebuilt
include/sockproto.h: Rebuilt with new metaserver2 functions.
socket/metaserver.c: metaserver2 update logic added.
MSW 2007-08-31

149 lines of code changed in 4 files:

  • server/branches/1.x/include: Makefile.in (+3), autoconf.h.in (+69 -3), metaserver2.h (new 69), sockproto.h (+8 -4)
akirschbaum 2007-08-22 14:47 Rev.: 6974

Fix typos.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: newclient.h (+1 -1)
ryo_saeba 2007-08-18 05:25 Rev.: 6956

Fix item update on ground. Factorize code. Add increase_ob_nr() function.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: libproto.h (+1)
ryo_saeba 2007-08-15 05:10 Rev.: 6930

Try to factor esrv_del_item and esrv_send_item into remove_ob() and insert_ob_in_ob(). Fix calls to esrv_send_item that are really esrv_update_item(). Merge from trunk.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: newclient.h (+1)
ryo_saeba 2007-08-12 05:34 Rev.: 6918

Save maps into a .savefile first, then rename if success. Flush files. This should fix bug #1542893: Full disk destroys player's apartment.

3 lines of code changed in 1 file:

  • server/branches/1.x/include: map.h (+3)
ryo_saeba 2007-08-12 05:28 Rev.: 6917

Don't delete (partial) map from memory in case of save error, warn DMs.

34 lines of code changed in 3 files:

  • server/branches/1.x/include: libproto.h (+2 -2), map.h (+31), sproto.h (+1 -1)
ryo_saeba 2007-08-12 05:06 Rev.: 6916

Add new NDI_ALL_DMS to send a message to all connected DMs. Used in case of errors.

3 lines of code changed in 1 file:

  • server/branches/1.x/include: newclient.h (+3 -2)
mwedel 2007-07-09 01:45 Rev.: 6762

Update face information below player if it changes. Add P_PLAYER mapflag
field, as well as pointer to player on space making it easy to find
players on a space. Fix for bug 1735459. Change merged from trunk.
---
test/unit/common/stubs_common.c, crossedit/stubs.c, random_maps/standalone.c:
Add esrv_update_item() stub
common/map.c: Modify update_position() to look for player and
update MapSpace accordingly.
common/object.c: update_object(): If player is object, update map
attributes immediately. Add handling for face or object changes.
include/map.h: Add SET/GET_MAP_PLAYER, player * to MapSpace, P_PLAYER
flag
---
MSW 2007-07-08

6 lines of code changed in 1 file:

  • server/branches/1.x/include: map.h (+6 -3)
ryo_saeba 2007-07-04 16:12 Rev.: 6743

Hopefully fix invalid player count on map.

1 lines of code changed in 2 files:

  • server/branches/1.x/include: map.h (+1 -1), sproto.h (-1)
ryo_saeba 2007-05-30 15:07 Rev.: 6369

Implement feature request #1724356: logging improvements.

2 lines of code changed in 1 file:

  • server/branches/1.x/include: global.h (+2)
ryo_saeba 2007-05-24 16:17 Rev.: 6336

Implement feature request #1653768: Pants/legs

1 lines of code changed in 1 file:

  • server/branches/1.x/include: object.h (+1 -1)
ryo_saeba 2007-05-21 16:18 Rev.: 6328

Add party rejoin at login. New command 'party_rejoin' to control the behaviour.

15 lines of code changed in 3 files:

  • server/branches/1.x/include: autoconf.h.in (+3 -3), player.h (+10), sproto.h (+2)
ryo_saeba 2007-05-20 10:21 Rev.: 6316

Fix bug #1713140: sustenance overflow.

5 lines of code changed in 1 file:

  • server/branches/1.x/include: player.h (+5 -5)
ryo_saeba 2007-05-05 16:10 Rev.: 6193

Apply patch #1713563: Reopen log file on SIGHUP, courtesy Kari Pahula.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: global.h (+1)
ryo_saeba 2007-05-05 16:04 Rev.: 6191

Apply patch #1713564, Open log file only once with -detach, courtesy Kari Pahula.

1 lines of code changed in 1 file:

  • server/branches/1.x/include: sproto.h (+1 -1)
ryo_saeba 2007-05-05 12:42 Rev.: 6189

Implement feature request #1657735: Server setting for handling 'incorrect' converters.

2 lines of code changed in 1 file:

  • server/branches/1.x/include: global.h (+2)

(31 more)

Generated by StatSVN 0.7.0