Directory test/unit/crossedit/

Directory Deleted:
2007-06-13 12:58
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/test/unit/crossedit

Lines of Code

test/unit/crossedit/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 497 (100.0%) 35.5
mwedel 6 (42.9%) 277 (55.7%) 46.1
gros 3 (21.4%) 218 (43.9%) 72.6
ryo_saeba 5 (35.7%) 2 (0.4%) 0.4

Most Recent Commits

ryo_saeba 2007-06-13 12:58 Rev.: 6539

Remove Crossedit, replaced by Gridarta.

0 lines of code changed in 3 files:

  • test/unit/crossedit: Makefile.am (del), Makefile.in (del), stubs_crossedit.c (del)
ryo_saeba 2007-05-17 05:49 Rev.: 6304

Change weather_effect() to use mapstruct* instead of filename.

1 lines of code changed in 1 file:

  • test/unit/crossedit: stubs_crossedit.c (+1 -1)
mwedel 2007-03-26 02:25 Rev.: 5901

Bring forward 1.10.0 fix for make distcheck
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 build!
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

76 lines of code changed in 3 files:

  • test/unit/crossedit: Makefile.am (new), Makefile.in (+61 -54)
ryo_saeba 2007-03-13 14:12 Rev.: 5756

Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.

1 lines of code changed in 1 file:

  • test/unit/crossedit: stubs_crossedit.c (+1 -1)
mwedel 2007-02-07 03:02 Rev.: 5398

Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07

199 lines of code changed in 1 file:

  • test/unit/crossedit: Makefile.in (+199 -224)
gros 2007-01-21 10:43 Rev.: 5339

Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().

2007-01-21 - gros

218 lines of code changed in 3 files:

  • test/unit/crossedit: Makefile.in (new), stubs_crossedit.c (+1 -1)
mwedel 2006-10-29 02:50 Rev.: 5057

Update code so everything uses draw_ext_info(), and remove new_draw_info().
For the most part, everything is just a simple update of function name/
parameters. In some places, there was some other cleanup, like
inconsistent whitespace being made consistent. A few places were
changed to use the varargs version, so no longer needed a local snprintf.
Many places where used to remove the hard formatting (combine several
calls into one so that the client can do the word wrap/formatting, since
assuming the width of the client never was really accurate)
Dead code was removed, rather than being updated.
For old clients, it will continue to use the old protocol commands, so
this doesn't break client compatibility in any way.
--
Files affected:
common/arch.c, common/button.c, common/living.c, common/los.c. common/map.c,
common/quest.cm common/time.c, common/treasure.c
crossedit/stubs.c
random_maps/standalone.c
include/funcpoint.h, include/newclient.h, include/sockproto.h
server/alchemy.c, server/apply.c, server/attack.c, server/build_map.c,
server/c_chat.c, server/c_wiz.c, server/c_new.c, server/c_object.c,
server/c_range.c, server/c_party.c, server/commands.c, server/disease.c,
server/gods.c, server/hiscore.c, server/login.c, server/monster.c,
server/move.c, server/pets.c, server/player.c, server/plugins.c
server/resurrection.c, server/rune.c, server/server.c, server/skill_util.c,
server/skills.c, server/spell_attack.c, server/spell_effect.c,
server/spell_util.c, server/swamp.c, server/time.c
socket/info.c, socket/item.c, socket/request.c
test/unit/common/stubs_common.c
test/unit/crossedit/stubs_crossedit.c, test/unit/random_maps/stubs_random.c
--
MSW 2006-10-28

2 lines of code changed in 2 files:

  • test/unit/crossedit: stubs_crossedit.c (new)
Generated by StatSVN 0.7.0