Directory server/branches/1.x/common/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 227 (100.0%) 2622 (100.0%) 11.5
ryo_saeba 54 (23.8%) 1161 (44.3%) 21.5
akirschbaum 55 (24.2%) 1103 (42.1%) 20.0
mwedel 77 (33.9%) 329 (12.5%) 4.2
gros 4 (1.8%) 23 (0.9%) 5.7
quinet 2 (0.9%) 6 (0.2%) 3.0
qal21 2 (0.9%) 0 (0.0%) 0.0
lalo 33 (14.5%) 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 33 files:

  • server/branches/1.x/common: Makefile.am (del), Makefile.in (del), anim.c (del), arch.c (del), button.c (del), exp.c (del), friend.c (del), glue.c (del), holy.c (del), image.c (del), info.c (del), init.c (del), item.c (del), links.c (del), living.c (del), loader.l (del), logger.c (del), los.c (del), map.c (del), object.c (del), path.c (del), player.c (del), porting.c (del), quest.c (del), re-cmp.c (del), readable.c (del), recipe.c (del), region.c (del), shstr.c (del), stringbuffer.c (del), time.c (del), treasure.c (del), utils.c (del)
akirschbaum 2008-11-18 17:53 Rev.: 10543

Improve error message.

1 lines of code changed in 1 file:

  • server/branches/1.x/common: porting.c (+1 -1)
akirschbaum 2008-11-18 15:16 Rev.: 10522

Remove trailing whitespace.

408 lines of code changed in 18 files:

  • server/branches/1.x/common: anim.c (+3 -3), arch.c (+4 -4), button.c (+45 -45), friend.c (+3 -3), holy.c (+47 -47), image.c (+10 -10), init.c (+5 -5), logger.c (+3 -3), map.c (+67 -67), porting.c (+2 -2), re-cmp.c (+1 -1), readable.c (+82 -82), recipe.c (+54 -56), region.c (+46 -46), shstr.c (+11 -11), time.c (+1 -1), treasure.c (+18 -19), utils.c (+6 -6)
ryo_saeba 2008-10-31 14:31 Rev.: 10233

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

82 lines of code changed in 1 file:

  • server/branches/1.x/common: Makefile.in (+82 -79)
quinet 2008-08-02 13:44 Rev.: 9705

Backported from trunk: fix for bug #2028541: Any object using a non-default
move_slow_penalty was always saved with the value 0 because the code was
using FAST_SAVE_LONG instead of FAST_SAVE_DOUBLE for a floating-point value.

1 lines of code changed in 1 file:

  • server/branches/1.x/common: loader.l (+1 -1)
quinet 2008-07-03 14:09 Rev.: 9391

Merged fix for bug #2009802 from trunk (alchemy experience not stored correctly).

5 lines of code changed in 1 file:

  • server/branches/1.x/common: recipe.c (+5 -5)
ryo_saeba 2008-05-08 02:35 Rev.: 8916

Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.

22 lines of code changed in 1 file:

  • server/branches/1.x/common: treasure.c (+22 -16)
ryo_saeba 2008-05-07 14:19 Rev.: 8908

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

5 lines of code changed in 2 files:

  • server/branches/1.x/common: recipe.c (+4 -4), treasure.c (+1 -1)
akirschbaum 2008-03-21 17:53 Rev.: 8571

Fix protocol issues regarding sent items: do not send invisible items.

5 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+5 -4)
akirschbaum 2008-03-21 17:38 Rev.: 8570

Remove trailing whitespace.

33 lines of code changed in 1 file:

  • server/branches/1.x/common: item.c (+33 -33)
akirschbaum 2008-03-20 02:09 Rev.: 8542

Implement strerror_local() for systems not having strerror_r().

5 lines of code changed in 1 file:

  • server/branches/1.x/common: porting.c (+5 -1)
akirschbaum 2008-03-08 01:47 Rev.: 8495

Fix some integer overflows in experience calculations.

6 lines of code changed in 2 files:

  • server/branches/1.x/common: exp.c (+3 -3), living.c (+3 -3)
akirschbaum 2008-03-08 01:30 Rev.: 8494

Remove trailing whitespace.

116 lines of code changed in 2 files:

  • server/branches/1.x/common: exp.c (+6 -6), living.c (+110 -110)
akirschbaum 2008-02-06 18:33 Rev.: 8385

Add stringbuffer_finish_shared().

10 lines of code changed in 1 file:

  • server/branches/1.x/common: stringbuffer.c (+10)
akirschbaum 2008-02-06 18:23 Rev.: 8384

Add stringbuffer_append_stringbuffer().

6 lines of code changed in 1 file:

  • server/branches/1.x/common: stringbuffer.c (+6)
akirschbaum 2008-02-06 18:16 Rev.: 8383

Make stringbuffer_append_printf() work.

1 lines of code changed in 1 file:

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

Add printf() like variant to StringBuffer module.

27 lines of code changed in 1 file:

  • server/branches/1.x/common: stringbuffer.c (+27)
ryo_saeba 2008-02-01 14:38 Rev.: 8341

Fix for bug #1882265: Server failure when all exp_table entries commented out.

12 lines of code changed in 1 file:

  • server/branches/1.x/common: exp.c (+12 -2)
akirschbaum 2008-01-12 04:27 Rev.: 8175

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

315 lines of code changed in 6 files:

  • server/branches/1.x/common: Makefile.am (+1), Makefile.in (+1), loader.l (+165 -206), object.c (+37 -36), stringbuffer.c (new 111)
akirschbaum 2008-01-12 03:53 Rev.: 8173

Remove trailing whitespace.

23 lines of code changed in 1 file:

  • server/branches/1.x/common: loader.l (+23 -23)
ryo_saeba 2008-01-03 05:50 Rev.: 8073

Win32 compilation fixes.

2 lines of code changed in 1 file:

  • server/branches/1.x/common: logger.c (+2 -2)
ryo_saeba 2007-12-01 07:21 Rev.: 7638

Fix bug #1828785: Possible false positive in the alchemy formula list.

11 lines of code changed in 1 file:

  • server/branches/1.x/common: recipe.c (+11 -10)
ryo_saeba 2007-12-01 05:23 Rev.: 7626

Fux bug #1841391: Item Power and pickup bug.

1 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+1)
akirschbaum 2007-11-24 16:19 Rev.: 7569

Remove code having no effect.

0 lines of code changed in 1 file:

  • server/branches/1.x/common: anim.c (-2)
akirschbaum 2007-11-24 16:17 Rev.: 7568

Fix typos.

27 lines of code changed in 11 files:

  • server/branches/1.x/common: arch.c (+1 -1), item.c (+1 -1), loader.l (+4 -4), logger.c (+1 -1), map.c (+2 -2), object.c (+1 -1), readable.c (+12 -12), recipe.c (+2 -2), time.c (+1 -1), treasure.c (+1 -1), utils.c (+1 -1)
mwedel 2007-10-04 02:00 Rev.: 7297

common/map.c: Add misisng call to unlink() empty unique maps. Fixes bug
1799361 - Permadeath corpse reproduction. Bug is more general - any unique
object could be duplicated, so long as it was the only unique object on
the map.
MSW 2007-10-03

6 lines of code changed in 1 file:

  • server/branches/1.x/common: map.c (+6)
mwedel 2007-09-28 01:56 Rev.: 7282

common/map.c: Move update_buttons() from ready_map_name() to
load_original_map() - in this way, button state is not reset when
swapping a map back into memory, but button state is still verified
at first load. Fixes bug 1706075.
MSW 2007-09-27

4 lines of code changed in 1 file:

  • server/branches/1.x/common: map.c (+4 -2)
mwedel 2007-09-27 01:11 Rev.: 7266

common/object.c: Modify can_pick() so you are not allowed to pick up
multipart objects. insert_ob_in_ob() doesn't let it happen, but
this way, at least the player gets a message. Also cleaned up function
so it is easier to read.
MSW 2007-09-26


19 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+19 -4)
mwedel 2007-09-26 02:23 Rev.: 7246

common/loader.l: Add artifact_init check to check_loaded_object() - if set
don't do processing. This has been in the trunk for 9 months, without
any problems observed. Fixes bug 1727944 - horn of plenty shoots bullets -
what happens now is the artifacts are 'fixed' in check_loaded_objects(),
with magic bullet getting added to them.
MSW 2007-09-25

5 lines of code changed in 1 file:

  • server/branches/1.x/common: loader.l (+5)
akirschbaum 2007-09-20 13:31 Rev.: 7231

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

1 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+1 -2)
akirschbaum 2007-09-20 13:07 Rev.: 7228

Whitespace changes.

87 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+87 -87)
mwedel 2007-09-17 00:51 Rev.: 7171

Minor cleanup - remove some unused variables in some functions.
MSW 2007-09-16

0 lines of code changed in 2 files:

  • server/branches/1.x/common: object.c (-1), treasure.c (-2)
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

3 lines of code changed in 1 file:

  • server/branches/1.x/common: Makefile.in (+3)
ryo_saeba 2007-08-18 05:25 Rev.: 6956

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

73 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+73 -31)
ryo_saeba 2007-08-15 05:21 Rev.: 6931

Partial fix for #1772759: Too much alchemy causes client crash.

53 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+53 -17)
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.

123 lines of code changed in 2 files:

  • server/branches/1.x/common: object.c (+123 -96), treasure.c (-2)
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.

40 lines of code changed in 1 file:

  • server/branches/1.x/common: map.c (+40 -16)
ryo_saeba 2007-08-12 05:28 Rev.: 6917

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

101 lines of code changed in 2 files:

  • server/branches/1.x/common: loader.l (+28 -33), map.c (+73 -41)
mwedel 2007-07-12 01:55 Rev.: 6772

lib/Makefile.in: Rebuilt
server/skills.c: Fix crash - using incorrect map pointer in call
to get_map_ob
common/object.c: Add some debugging to maybe help track down a crash
on metalforge.
MSW 2007-07-11

10 lines of code changed in 1 file:

  • server/branches/1.x/common: object.c (+10)
ryo_saeba 2007-07-11 15:35 Rev.: 6770

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

10 lines of code changed in 1 file:

  • server/branches/1.x/common: los.c (+10 -10)

(45 more)

Generated by StatSVN 0.7.0