July 2007 Commit Log

Number of Commits:
44
Number of Active Developers:
4
ryo_saeba 2007-07-31 16:51 Rev.: 6854

Fix compilation, document compile command line.

12 lines of code changed in 2 files:

ryo_saeba 2007-07-31 16:48 Rev.: 6853

Move read_client_images() from socket/ to common/.

227 lines of code changed in 6 files:

ryo_saeba 2007-07-29 16:25 Rev.: 6847

Documentation, no functional change.

1633 lines of code changed in 10 files:

ryo_saeba 2007-07-29 12:17 Rev.: 6846

Documentation, no functional change.

291 lines of code changed in 4 files:

ryo_saeba 2007-07-27 17:04 Rev.: 6845

Documentation, no functional change.

545 lines of code changed in 2 files:

ryo_saeba 2007-07-27 12:56 Rev.: 6844

Enable svn:keywords property. Various tweaks.

48 lines of code changed in 1 file:

ryo_saeba 2007-07-27 12:50

Documentation, no functional change.

215 lines of code changed in 13 files:

ryo_saeba 2007-07-26 17:40 Rev.: 6839

Documentation, no functional change.

608 lines of code changed in 5 files:

ryo_saeba 2007-07-25 17:42 Rev.: 6822

Documentation, no functional change.

646 lines of code changed in 3 files:

ryo_saeba 2007-07-25 17:11 Rev.: 6820

Sanity checks on parameters for usual crashing culprit.

45 lines of code changed in 2 files:

ryo_saeba 2007-07-23 16:48 Rev.: 6802

Documentation, no functional change.

168 lines of code changed in 3 files:

ryo_saeba 2007-07-18 11:45 Rev.: 6798

Remove unused return values. Fix wrong return for cure_disease. Remove hardcoded value.

2 lines of code changed in 1 file:

ryo_saeba 2007-07-17 16:08 Rev.: 6796

Remove unused return values. Fix wrong return for cure_disease. Remove hardcoded value.

42 lines of code changed in 2 files:

ryo_saeba 2007-07-17 15:54 Rev.: 6795

Change function return type for coherence with experience.

8 lines of code changed in 4 files:

ryo_saeba 2007-07-17 14:03 Rev.: 6792

Remove obsolete color_bg handling.

19 lines of code changed in 3 files:

mwedel 2007-07-17 02:13 Rev.: 6791

No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors. Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks. MSW 2007-07-16

108 lines of code changed in 42 files:

mwedel 2007-07-17 02:12 Rev.: 6790

server/Makefile.am: Don't include main.c when building sproto.h
MSW 2007-07-16

1 lines of code changed in 1 file:

mwedel 2007-07-17 02:12 Rev.: 6789

test/unit/server/Makefile.am, test/bugs/bugtrack/Makefile.am:
Remove duplicate build directions for libtypes.a
MSW 2007-07

0 lines of code changed in 2 files:

mwedel 2007-07-17 02:09 Rev.: 6788

common/shstr.c, include/shstr.h, server/c_misc.c: Move SS_STATISTICS from
shstr.h to shstr.c - c_misc.c also includes the file,
and got warnings about unused static variables. - MSW 2007-07-16

6 lines of code changed in 3 files:

mwedel 2007-07-17 00:47 Rev.: 6786

Add support for using png files for html handbook and spoiler - png support
is common enough in browsers now days that don't need to convert to gif.
Reduces tool requirements to build documents (as it is a simple copy
for the png, vs actual conversion), and speeds up building the files
dramatically.
--
doc/scripts/makeps.pl: Add png output handling. What this amounts to is
doing a hard link to the original png file.
doc/playbook-html/Makefile.am, doc/spoiler-html/Makefile.am: Use png
output for images now, not gif.
MSW 2007-07-16

38 lines of code changed in 4 files:

ryo_saeba 2007-07-16 17:20 Rev.: 6784

Fix potential crash.

5 lines of code changed in 2 files:

ryo_saeba 2007-07-16 16:19 Rev.: 6781

Remove 'random_move' field, 'random_movement' exists.

7 lines of code changed in 3 files:

ryo_saeba 2007-07-15 17:04

Remove obsolete/unused things.

11 lines of code changed in 9 files:

ryo_saeba 2007-07-15 16:32 Rev.: 6777

Remove unused field.

5 lines of code changed in 4 files:

ryo_saeba 2007-07-15 09:02 Rev.: 6776

Fix doc generation.

4 lines of code changed in 3 files:

ryo_saeba 2007-07-15 08:54 Rev.: 6775

Fix doc generation.

10 lines of code changed in 5 files:

ryo_saeba 2007-07-15 08:51 Rev.: 6774

File is generated by make archive, no need to keep it.

0 lines of code changed in 1 file:

mwedel 2007-07-12 02:09 Rev.: 6773

server/skills.c: Fix crash - using incorrect map pointer in call
to get_map_ob
MSW 2007-07-11

5 lines of code changed in 2 files:

ryo_saeba 2007-07-11 15:30 Rev.: 6769

Tentative fix for bug #1746208: Critical crash with 'printlos'.

11 lines of code changed in 2 files:

mwedel 2007-07-10 01:06 Rev.: 6766

socket/request.c: In map sending routine, use object anim_speed if so for
animation speed instead of object speed. Allows for zero speed objects
to be animated, also matches behavior for inventory items.
MSW 2007-07-09

10 lines of code changed in 2 files:

ryo_saeba 2007-07-09 17:20 Rev.: 6765

Documentation, no functional change.

106 lines of code changed in 3 files:

ryo_saeba 2007-07-09 15:34 Rev.: 6764

Remove superfluous calls to esrv_del_item (since remove_ob calls it if needed).

10 lines of code changed in 12 files:

mwedel 2007-07-09 02:30 Rev.: 6763

Add notes about object stacking behavior, client view.
MSW 2007-07-08

100 lines of code changed in 1 file:

mwedel 2007-07-09 01:20 Rev.: 6761

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
---
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

63 lines of code changed in 4 files:

ryo_saeba 2007-07-08 17:43 Rev.: 6760

Documentation, no functional change.

182 lines of code changed in 2 files:

ryo_saeba 2007-07-07 12:20 Rev.: 6759

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().

89 lines of code changed in 21 files:

qal21 2007-07-05 18:43 Rev.: 6758

Revert accidental commit

0 lines of code changed in 1 file:

qal21 2007-07-05 17:09 Rev.: 6757

0 lines of code changed in 1 file:

ryo_saeba 2007-07-05 14:28 Rev.: 6752

Remove crossedit-related documentation, replace with Gridarta.

29 lines of code changed in 8 files:

ryo_saeba 2007-07-05 13:47 Rev.: 6745

Don't lose golem if only consulting the spell list.

14 lines of code changed in 2 files:

ryo_saeba 2007-07-04 16:08 Rev.: 6742

Hopefully fix invalid player count on map.

21 lines of code changed in 8 files:

ryo_saeba 2007-07-02 16:34 Rev.: 6737

Remove stacking logic for blockview items, obsolete with map_layer.

4 lines of code changed in 2 files:

akirschbaum 2007-07-02 15:01 Rev.: 6736

Add help for skills command.

13 lines of code changed in 3 files:

ryo_saeba 2007-07-01 17:27 Rev.: 6735

Documentation, no functional changes.

111 lines of code changed in 3 files:

June 2007 »

Generated by StatSVN 0.7.0