[root]/server/trunk/crossedit
Cnv
(0 files, 0 lines)
bitmaps
(0 files, 0 lines)
doc
(0 files, 0 lines)
include
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 111 (100.0%) | 375 (100.0%) | 3.3 |
mwedel | 65 (58.6%) | 183 (48.8%) | 2.8 |
gros | 3 (2.7%) | 148 (39.5%) | 49.3 |
akirschbaum | 4 (3.6%) | 36 (9.6%) | 9.0 |
ryo_saeba | 39 (35.1%) | 8 (2.1%) | 0.2 |
Remove Crossedit, replaced by Gridarta.
0 lines of code changed in 32 files:
Document save_object(s) and save_map() options, add enum for doc linking.
1 lines of code changed in 1 file:
Remove obsolete funcpoint.h file.
0 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 unused variables.
2 lines of code changed in 1 file:
Remove unused (and obsolete) current_weapon_script field. Remove now unused find_best_weapon_used_match().
1 lines of code changed in 1 file:
Remove support for obsolete 'no_pass' attribute.
1 lines of code changed in 1 file:
Remove obsolete 'flying' attribute.
1 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
3 lines of code changed in 3 files:
Remove trailing whitespace.
32 lines of code changed in 1 file:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
1 lines of code changed in 1 file:
Remove errmsg use for dump_object and dump_arch. Merge dump_object and dump_object2.
3 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
160 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
148 lines of code changed in 3 files:
Rename 'new_save_map' to 'save_map'.
1 lines of code changed in 1 file:
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
20 lines of code changed in 1 file:
Run 'svn propset svn:keywords Id ' on source files.
MSW 2006-09-20
0 lines of code changed in 60 files: