[root]/server/trunk/test/unit/random_maps
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 95 (100.0%) | 1452 (100.0%) | 15.2 |
akirschbaum | 64 (67.4%) | 879 (60.5%) | 13.7 |
gros | 3 (3.2%) | 282 (19.4%) | 94.0 |
mwedel | 7 (7.4%) | 268 (18.5%) | 38.2 |
quinet | 1 (1.1%) | 9 (0.6%) | 9.0 |
ryo_saeba | 15 (15.8%) | 8 (0.6%) | 0.5 |
partmedia | 3 (3.2%) | 4 (0.3%) | 1.3 |
kbulgrien | 1 (1.1%) | 2 (0.1%) | 2.0 |
anmaster | 1 (1.1%) | 0 (0.0%) | 0.0 |
Fix unit test header files
While here, remove the explicit libdl linker flag.
1 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
1 lines of code changed in 1 file:
Fix `make clean` for non-GNU make (e.g. FreeBSD).
2 lines of code changed in 1 file:
Remove unused stub.
0 lines of code changed in 1 file:
Move function to common, remove stubs.
0 lines of code changed in 1 file:
Add include for prototype.
1 lines of code changed in 1 file:
Make container's contents browsable like the ground view.
1 lines of code changed in 1 file:
- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.
2 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Extract code from common library into rod_adjust().
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
820 lines of code changed in 21 files:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
9 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
Extract duplicator handling to its own type file.
0 lines of code changed in 1 file:
Extract marker handling to its own type file.
0 lines of code changed in 1 file:
Extract creator handling to its own type file.
0 lines of code changed in 1 file:
Extract teleporter handling to its own type file.
0 lines of code changed in 1 file:
Move most of the object system's logic to common.
0 lines of code changed in 1 file:
Remove obsolete functions (related to weather).
0 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
Remove trailing whitespace.
55 lines of code changed in 41 files:
Documentation, no functional change.
1 lines of code changed in 1 file:
Disable unimplemented tests, remove quests tests.
3 lines of code changed in 1 file:
Change weather_effect() to use mapstruct* instead of filename.
1 lines of code changed in 1 file:
Remove generated files.
0 lines of code changed in 1 file:
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
10 lines of code changed in 3 files:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
1 lines of code changed in 1 file:
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
255 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
282 lines of code changed in 3 files:
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: