Directory server/branches/1.x/random_maps/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 119 (100.0%) 1380 (100.0%) 11.5
ryo_saeba 19 (16.0%) 1085 (78.6%) 57.1
akirschbaum 18 (15.1%) 215 (15.6%) 11.9
mwedel 56 (47.1%) 80 (5.8%) 1.4
lalo 26 (21.8%) 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 26 files:

  • server/branches/1.x/random_maps: Makefile.in (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), treasure.c (del), wall.c (del)
akirschbaum 2008-11-18 15:16 Rev.: 10522

Remove trailing whitespace.

215 lines of code changed in 18 files:

  • server/branches/1.x/random_maps: decor.c (+1 -1), door.c (+2 -2), exit.c (+16 -16), maze_gen.c (+36 -36), monster.c (+1 -1), random_map.c (+7 -7), random_map.h (+2 -2), reader.l (+1 -1), rogue_layout.c (+17 -17), room_gen_onion.c (+29 -29), room_gen_spiral.c (+8 -8), snake.c (+4 -4), special.c (+20 -20), square_spiral.c (+4 -4), standalone.c (+18 -18), style.c (+6 -6), treasure.c (+32 -32), wall.c (+11 -11)
ryo_saeba 2008-05-08 03:11 Rev.: 8918

Better and more logical fix for bug #1936178: Trying to remove removed object causes server crash.

12 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: treasure.c (+12 -27)
ryo_saeba 2008-05-08 02:03 Rev.: 8914

Tentative fix for bug #1936178: Trying to remove removed object causes server crash.

115 lines of code changed in 2 files:

  • server/branches/1.x/random_maps: Makefile.in (+87 -86), treasure.c (+28 -10)
ryo_saeba 2008-01-03 05:50 Rev.: 8073

Win32 compilation fixes.

4 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: floor.c (+4 -3)
ryo_saeba 2007-12-02 13:13 Rev.: 7666

Fix 0 destination coordinates warning for final exit of random maps.

2 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: exit.c (+2)
mwedel 2007-09-20 02:04 Rev.: 7227

Fix bug 1763098 - wrong key placement in random maps. The key placement breaks
if there is a normal door next to the locked door, so modify code to remove
normal doors next to locked doors. On broken test map, this change results
in key being placed in right area.
--
random_maps/treasure.c: Update some comments on keyplace(), since the comments
did not go into limitations on what keyplace does. Add
remove_adjacent_doors() to remove the doors, and call to function from
lock_and_hide_doors()
MSW 2007-09-18

61 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: treasure.c (+61 -4)
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/random_maps: Makefile.in (+3)
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

5 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: standalone.c (+5)
ryo_saeba 2007-05-04 17:47 Rev.: 6179

Initialize map's reset time, so town portal works correctly there too.

3 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: random_map.c (+3)
ryo_saeba 2007-04-29 17:00 Rev.: 6156

Merge random map changes from trunk.

82 lines of code changed in 5 files:

  • server/branches/1.x/random_maps: floor.c (+74 -12), random_map.c (+5), random_map.h (+1), reader.l (+1), wall.c (+1)
ryo_saeba 2007-04-21 17:39 Rev.: 6084

Partially implement feature request #1543553: Inventories in artifacts/archetypes.

0 lines of code changed in 2 files:

  • server/branches/1.x/random_maps: random_map.c (-21), rproto.h (-1)
ryo_saeba 2007-04-15 14:23 Rev.: 6035

Merge all plugin changes from trunk.

699 lines of code changed in 3 files:

  • server/branches/1.x/random_maps: random_map.c (+697 -552), rproto.h (+1 -1), standalone.c (+1 -1)
mwedel 2007-03-26 02:11 Rev.: 5898

Bring forward fix from 1.10.0:
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for buildin
g in alternate directory, which
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25

4 lines of code changed in 2 files:

  • server/branches/1.x/random_maps: Makefile.in (new)
mwedel 2006-12-26 19:34 Rev.: 5213

Fix some crashes observed on metalforge:
common/treasure.c: When generating flesh items from custom monsters,
update other_arch of the flesh item to point back to the original
base archetype, not the custom archetype.
random_maps/treasure.c: Create the key object before we reference it
in find_first_free_spot()
MSW 2006-12-26

7 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: treasure.c (+7 -7)
ryo_saeba 2006-12-03 10:48 Rev.: 5155

Tentative fix bugs #1605033 and #1522796 related to locked doors with no key.

46 lines of code changed in 2 files:

  • server/branches/1.x/random_maps: rproto.h (+1 -1), treasure.c (+45 -30)
ryo_saeba 2006-12-03 10:21 Rev.: 5153

Fix indentation before bugfix.

122 lines of code changed in 1 file:

  • server/branches/1.x/random_maps: treasure.c (+122 -115)
mwedel 2006-09-21 00:14 Rev.: 4961

Add svn propset ID to these files.
MSW 2006-09-20

0 lines of code changed in 50 files:

  • server/branches/1.x/random_maps: decor.c (changed), door.c (changed), exit.c (changed), expand2x.c (changed), expand2x.h (changed), floor.c (new), maze_gen.c (changed), maze_gen.h (changed), monster.c (new), random_map.c (new), random_map.h (new), reader.l (changed), rogue_layout.c (new), room_gen.h (new), room_gen_onion.c (changed), room_gen_spiral.c (new), rproto.h (new), snake.c (new), special.c (changed), square_spiral.c (new), standalone.c (changed), style.c (changed), test.c (changed), treasure.c (new), wall.c (new)
Generated by StatSVN 0.7.0