Directory trunk/crossfire/random_maps/

Directory Created:
1999-04-02 14:10
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
30
Lines of Code:
0

[root]/trunk/crossfire/random_maps

Lines of Code

trunk/crossfire/random_maps/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 401 (100.0%) 7202 (100.0%) 17.9
mwedel 117 (29.2%) 2193 (30.4%) 18.7
peterm 71 (17.7%) 1802 (25.0%) 25.3
tchize 12 (3.0%) 744 (10.3%) 62.0
uid200 19 (4.7%) 730 (10.1%) 38.4
mardahl 49 (12.2%) 565 (7.8%) 11.5
cvs 54 (13.5%) 500 (6.9%) 9.2
akirschbaum 20 (5.0%) 303 (4.2%) 15.1
ryo_saeba 20 (5.0%) 137 (1.9%) 6.8
qal21 5 (1.2%) 88 (1.2%) 17.6
temitchell 8 (2.0%) 75 (1.0%) 9.3
michtoen 9 (2.2%) 17 (0.2%) 1.8
jec 7 (1.7%) 17 (0.2%) 2.4
quinet 1 (0.2%) 10 (0.1%) 10.0
cavesomething 3 (0.7%) 8 (0.1%) 2.6
quickfur 2 (0.5%) 7 (0.1%) 3.5
mids 1 (0.2%) 3 (0.0%) 3.0
garbled 2 (0.5%) 3 (0.0%) 1.5
avogl 1 (0.2%) 0 (0.0%) 0.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 30 files:

  • trunk/crossfire/random_maps: .cvsignore (del), Makefile.am (del), Makefile.in (del), Notes (del), decor.c (del), door.c (del), exit.c (del), expand2x.c (del), expand2x.h (del), floor.c (del), maze_gen.c (del), maze_gen.h (del), monster.c (del), random_map.c (del), random_map.h (del), reader.l (del), rogue_layout.c (del), room_gen.h (del), room_gen_onion.c (del), room_gen_spiral.c (del), rproto.h (del), snake.c (del), special.c (del), square_spiral.c (del), standalone.c (del), style.c (del), test.c (del), testinput (del), treasure.c (del), wall.c (del)
ryo_saeba 2006-09-04 16:23 Rev.: 4878

patch #551467 (type mismatch in surround_flag3() can cause SIGSEGV) courtesy Mark Kidder

2 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: rproto.h (+1 -1), wall.c (+1 -1)
quinet 2006-08-25 16:28 Rev.: 4836

configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.

10 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+10 -6)
qal21 2006-08-12 14:38 Rev.: 4785

Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*

5 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: standalone.c (+5)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: .cvsignore (new)
qal21 2006-07-28 01:45 Rev.: 4711

Add EVENT_DESTROY. Allow execute_event to be called from common.

5 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: standalone.c (+5)
ryo_saeba 2006-06-03 16:56 Rev.: 4624

Implement feature request #815622

42 lines of code changed in 4 files:

  • trunk/crossfire/random_maps: random_map.c (+5), random_map.h (+16 -13), reader.l (+12 -11), treasure.c (+9 -2)
tchize 2006-06-01 14:07 Rev.: 4617


Fixed error in build process regarding unit test.
Our modularization is way broken, with have intredependent .a files, this should be solved.
Applied a compilation workaround suggest by gnu, twice every .a at link time. Applied an automake
workaround as we need to pass --preserver-dup-deps to autotools and to do this only current CVS
version can do it without a bit i hacking. Applied Hacking suggested by automake mailing list.

3 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+3 -1)
akirschbaum 2006-05-21 14:38 Rev.: 4591

Properly declare prototype for rmap_yval().

1 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: reader.l (+1 -1)
ryo_saeba 2006-05-05 04:41 Rev.: 4559

Second part of patch #1453869 courtesy Stefan Huehner (shuehner)

2 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: Makefile.in (+1 -3), standalone.c (+1 -1)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

6 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+6)
tchize 2006-04-06 16:18 Rev.: 4551


finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other

6 lines of code changed in 3 files:

  • trunk/crossfire/random_maps: exit.c (+1 -1), special.c (+1 -1), treasure.c (+4 -4)
tchize 2006-03-22 18:06 Rev.: 4546


updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.

1 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)

4 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+4)
ryo_saeba 2006-03-18 12:15 Rev.: 4539

Use const when possible. Patch courtesy Stefan Huehner.

3 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: rproto.h (-2), treasure.c (+3 -2)
akirschbaum 2006-03-04 12:37 Rev.: 4509

Apply modified parts of patch #1439490 (Fix in random map generation) by CF
Development Team Schmorp.de <crossfire@schmorp.de>.

7 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: exit.c (+1 -1), treasure.c (+6 -5)
qal21 2006-02-25 14:46 Rev.: 4494

whitespace changes

45 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: decor.c (+45 -50)
qal21 2006-02-20 18:33 Rev.: 4478

Cause the random map generator to skip certain elements if the style is set to "none".

21 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: random_map.c (+21 -7)
akirschbaum 2006-02-19 12:27 Rev.: 4470

random_maps/style.c: In find_style() fix access to uninitialized variable.

2 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: style.c (+2 -3)
akirschbaum 2006-02-10 18:59 Rev.: 4442

Apply slightly modified patch #1428309 (code-cleanup: const, static) by
Stefan Huehner: add const/static to functions/variables. Remove some type
casts.

5 lines of code changed in 4 files:

  • trunk/crossfire/random_maps: door.c (+1 -1), rproto.h (+2 -2), standalone.c (+1 -1), style.c (+1 -1)
cavesomething 2006-01-09 14:35 Rev.: 4358

spell listing support

4 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: standalone.c (+4)
qal21 2006-01-08 18:12 Rev.: 4348

Change 'if(0)' to an '#if 0'

12 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: treasure.c (+12 -12)
akirschbaum 2005-12-05 18:34 Rev.: 4092

Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style
function declarations and prototypes to proper Ansi C syntax. This patch
allows the compiler to check function arguments and also removes some warnings
when compiling with -Wstrict-prototypes.

3 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: standalone.c (+2 -2), style.c (+1 -1)
akirschbaum 2005-12-04 01:35 Rev.: 4079

Fix bug #1372194 (stairways now block movement).

2 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: exit.c (+2 -2)
mwedel 2005-11-16 03:16 Rev.: 4037

Commit for new blocking code. Not going to dictate all the changes -
but will outline the broad points. Note also that the
doc/Developers/objects is updated and goes into more details also.
- check for P_WALL no longer used - instead, need to use GET_MAP_MOVE_BLCOK
and check against movement type of objects.
- arch_blocked() changed to ob_blocked(), now takes object. Needed because
just looking at archetype move_ values is no longer sufficient.
- find_first_free_spot() changed to take object, since it just calls
arch_blocked()
- FLAG_FLYING removed, now in move type.
- walk_on/walk_off/fly_on/fly_off removed - now based on move_on and
move_off fields.
- Map space structure extended to hold the move_on/move_off, etc
values so that we can shortcut some processing by not having to
check every object on the space when something enters it if
move_on isn't set.
- archetypes recollected - boulders needed move_walk to properly trigger
buttons.
- Note that the new plugin code has to be fixed up for the new movement
code. Look for FIXME in plugins/cfpython/cfpython_object.c
MSW 2005-11-15

154 lines of code changed in 6 files:

  • trunk/crossfire/random_maps: decor.c (+2 -2), exit.c (+6 -5), monster.c (+1 -1), special.c (+2 -2), treasure.c (+14 -16), wall.c (+129 -115)
akirschbaum 2005-11-01 15:52 Rev.: 3968

random_maps/treasure.c: Fix out-of-bounds array access if place_chest() cannot
find a free spot to place a new chest.

2 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: treasure.c (+2)
akirschbaum 2005-10-29 17:03 Rev.: 3947

random_maps/style.c: Pass correct sorting function to qsort(): the sorted
array contains pointers to strings, not strings.

9 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: style.c (+9 -1)
ryo_saeba 2005-10-29 04:34 Rev.: 3942

Win32 compilation fix. Plugin fix.

2 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: random_map.c (+1 -1), rproto.h (+1 -1)
akirschbaum 2005-10-28 14:08 Rev.: 3937

Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix
(possible) problems (fix uninitialized variables, fix printf format
specifiers, fix mismatches between signed and unsigned variables, add missing
return and default statements).

16 lines of code changed in 3 files:

  • trunk/crossfire/random_maps: rogue_layout.c (+10 -8), special.c (+5), square_spiral.c (+1)
akirschbaum 2005-09-04 11:58 Rev.: 3596

common/{anim.c, image.c, los.c, map.c, porting.c, treasure.c},
include/define.h, random_maps/treasure.c,
server/{apply.c, c_misc.c, c_object.c, c_wiz.c, commands.c, daemon.c,
hiscore.c, init.c, login.c, player.c, plugins.c, resurrection.c, weather.c},
socket/{init.c, item.c, loop.c, lowlevel.c}: Use LOG() for error messages and
debug output instead of stdout/stderr. Include filename in error messages.
server/resurrection.c: Fix error message in read_player().

1 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: treasure.c (+1 -1)
ryo_saeba 2005-08-12 08:47 Rev.: 3539

Fields changed from char* to const char*, cleanup.

3 lines of code changed in 3 files:

  • trunk/crossfire/random_maps: random_map.h (+1 -1), reader.l (+1 -1), style.c (+1 -1)
cavesomething 2005-08-11 10:42 Rev.: 3531

Make random maps take the region of the map creates them.

4 lines of code changed in 2 files:

  • trunk/crossfire/random_maps: random_map.c (+3), random_map.h (+1)
akirschbaum 2005-07-20 03:38 Rev.: 3487

random_maps/random_map.h: Add prototype for set_random_map_variable().
server/main.c: Remove prototype for set_random_map_variable().

2 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: random_map.h (+2)
ryo_saeba 2005-07-17 06:00 Rev.: 3460

Use const char* instead of char* when possible. Removed unused variables from weather code.

1 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: standalone.c (+1 -1)
akirschbaum 2005-07-16 13:14 Rev.: 3451

*Makefile.in, aclocal.m4, configure: Rebuilt generated files.

2 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+2 -2)
ryo_saeba 2005-07-15 10:36 Rev.: 3436

Missing stubs for random maps standalone

80 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: standalone.c (+80)
mwedel 2005-07-08 20:03 Rev.: 3408

configure.ac, configure, aclocal.m4, */Makefile.in: Add AM_MAINTAINER_MODE
macro to configure.ac - this should hopefully supress auto regeneration of
makefiles.in
MSW 2005-07-08

6 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+6 -3)
mwedel 2005-07-08 19:03 Rev.: 3403

Commit updated makefiles so files these depend on have been updated
(aclocal/include).
MSW 2005-07-08

247 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+247 -166)
mwedel 2005-07-08 18:48 Rev.: 3397

random_maps/monster.c: Reduce monster density on random maps - take into account
size of monsters when calculating density.
utils/metaserver.pl.in: At a timeout value that limits how often clients can
ask for metaserver info.
MSW 2005-07-08

3 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: monster.c (+3 -1)
tchize 2005-05-06 16:10 Rev.: 3245


added a new command to identify the type of text send to client.
media tags can be included inside them. Those text types include
scrolls, books, message of the day, signs, aso.
See protocol doc for details

166 lines of code changed in 1 file:

  • trunk/crossfire/random_maps: Makefile.in (+166 -247)

(117 more)

Generated by StatSVN 0.7.0