Directory trunk/crossfire/lib/adm/

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

[root]/trunk/crossfire/lib/adm

Lines of Code

trunk/crossfire/lib/adm/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 775 (100.0%) 19.3
qal21 2 (5.0%) 347 (44.8%) 173.5
mwedel 21 (52.5%) 250 (32.3%) 11.9
cvs 5 (12.5%) 105 (13.5%) 21.0
uid200 10 (25.0%) 52 (6.7%) 5.2
mardahl 1 (2.5%) 19 (2.5%) 19.0
ryo_saeba 1 (2.5%) 2 (0.3%) 2.0

Most Recent Commits

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

make branche directories, delete old trunk.

0 lines of code changed in 12 files:

  • trunk/crossfire/lib/adm: README (del), archsearch.pl (del), check-xpm.pl (del), collect_images.pl (del), dilate_xpm_files (del), fix_xpm_colors (del), getfaces.pl (del), make_xpm_file.pl (del), map_check (del), map_expand.pl (del), map_info (del), mapslitter.pl (del)
qal21 2006-08-20 22:18 Rev.: 4820

Add 'getfaces' script I put on the tracker a long time ago and forgot about.

347 lines of code changed in 2 files:

  • trunk/crossfire/lib/adm: README (+4), getfaces.pl (new 343)
ryo_saeba 2003-11-29 04:00 Rev.: 2476

Fixed collect_images.pl for Windows

2 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+2)
mwedel 2003-11-16 19:17 Rev.: 2464

Rebuild archetypes and treaures.
update map_check to check for spellbook objects.
MSW 2003-11-16

44 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: map_check (+44 -12)
mwedel 2003-09-13 00:02 Rev.: 2316

Updated code for skill + spell code. skills and spells are now objects.
tuning these now means changing the archetypes. New spells can now
be added just by making a new archetype. Lots of code cleanup
also done.
MSW 2003-09-12

1 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+1 -1)
mwedel 2002-09-13 01:32 Rev.: 1722

rebuild archetypes.
random_maps/square_spiral.c - fix off by one error in square_spiral.
add doc/plugins - update related makefiles.
lib/adm/map_info - reduce verbosity to only show real errors.
MSW 2002-09-12

12 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: map_info (+12 -8)
mwedel 2002-07-30 01:37 Rev.: 1672

Various fixes:
INSTALL: Update with note about --with-includes configure option.
common/loader.c, common/loader.l: Add comment about flag_invis_undead
include/define.h: Add FLAG_INVIS_UNDEAD
lib/adm/map_info: Modify to not follow symbolic links.
server/monster.c: Modify can_detect_enemy to be a bit more straightforward
in its logic. Also, modify detection of invisible creatures - don't
reduce duration, just return that the monster can detect the player.
There were also spurious messages about the player being seen.
Modify can_see_enemy to check FLAG_INVIS_UNDEAD, also fix broken
comparison
server/player.c: Clear FLAG_INVIS_UNDEAD when invisibility ends. Fix
action_makes_visible() - had reverse logic on FLAG_MAKE_INVIS check,
and a typo in the printed message.
server/spell_effect.c: cast_invisible() to use FLAG_INVIS_UNDEAD -
also check for maximum duration, and only search active objects when
clearing enemy.
server/weather.c: Fix off by one on comparision when intializing maps
darkness when loading map from disk. In dawn_to_dusk, don't do
further processing if the light hasn't changed.
MSW 2002-07-29

1 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: map_info (+1)
mwedel 2002-07-02 19:20 Rev.: 1641

Update to not put files in subdir, but rather just at the top level
of the archive.

Have it generate a README file for the archive.
MSW 2002-07-02

9 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+9 -1)
mwedel 2002-06-07 02:00 Rev.: 1616

Mostly bugfixes. I'm not sure if this will fix the disappearing arch problem-
none of the changes made in the original multiple name would seem to
cause it, so hard to say if any of these changes may fix it.
--
common/arch.c: Change get_archetype_by_name to be more efficient and
not leak memory. Modify code that frees all archetype data to free
the name_pl information. Make sure the clone.name_pl is set to
NULL. When singularites are created, set the name_pl for them.
common/loader.l, common/loader.c: Modify code that fixes up name_pl
to be more correct when it fixes up name_pl for old objects.
common/map.c: Modify load_map_header so that tile_paths will be normalized -
need for editor to be able to load maps that have a multipart object
that spans the maps.
crossedit/Edit.c: Modify some calls of out_of_map to OUT_OF_REAL_MAP, since
tiling code really isn't fully in place for the editor. Modify
EditPerformFill so that it actually works and doesn't crash the editor.
include/global.h: Move FREE_AND_COPY macro from loader.l to here so that
all source code files can use it.
lib/adm/map_info: Modify to actually be able to examine just a sub
portion of the map directories, and not all of them. Don't always
show the unused objects - information isn't very interesting if only
a portion is being examined. Modify the exit examining code to properly
deal with random maps (if there is a finalmap component, make sure
that does exist.) Loade the bmaps file and not the faces file to
find valid faces.
plugin/plugin_python.c: Add missing %s that described what script
was actually loaded.
random_maps/special.c, server/alchemy.c, server/c_misc.c, server/gods.c,
server/login.c, server/player.c, server/spell_effect.c: Set up proper
name_pl value for code that changes the name of objects.
server/apply.c: Use FREE_AND_COPY to set up names. Set up proper
name_pl values for cases that change name. In apply_lighter, call fix_player
if player is lighting an object in his inventory - necessary for the
players glow_radius to get updated so the change actually takes effect.
socket/request.c: Modify esrv_map_scroll so that it properly clears cells
that are moving out of view - failure to do this was resulting in the
map1a updating these spaces with empty faces. This was causing
fog of war wackiness with the client.
MSW 2002-06-06

31 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: map_info (+31 -12)
mwedel 2002-03-26 02:18 Rev.: 1565

Update to improve image caching and faceset support in the client.
The main change is adding the 'requestinfo image_info' and
'requestinfo image_sums' commands.
common/image.c: Checksum the bmaps file when we load it - we send this as
part of the image_info data.
doc/Developers/protocol: Document the requestinfo data.
include/global.h: Add extern for bmaps_checksum, and the define for
ROTATE_RIGHT which is used for checksumming.
include/newserver.h: Update SC version to 1027 so that clients can
know if they can issue requestinfo commands.
include/sockproto.h: rebuilt
lib/adm/collect_images.pl: Add support for it to make a crossfire-images
distribution that the client can use to bootstrap its image set.
socket/image.c: Change SendFaceCmd to take a NewSocket parameter instead
of a player parameter - in this way, it can be used before the
AddMe command - this allows the client to download images before
issuing that command. Add send_image_info and send_image_sums
function which send the requestinfo data to the client.
socket/loop.c: Move the askface command from the player commands to the
newsocket commands. Add RequestInfo functino that determines the
type of request and calls the specific function to deal with it.
MSW 2002-03-25

55 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+55 -1)
mwedel 2001-12-31 03:36 Rev.: 1488

This change lets the server have multiple image sets. The client
can then request which image set to use, and the server will use
that image set, falling back to other sets as necessary. I have tested
this with CVS client, and works fine at least in terms of old functionality.
=
doc/Makefile.in: Add images file which describes image guideline.
doc/Protocol: Various updates - some things missing, added other notes
about facesets.
doc/images: New file, describes guidelines for image sets, as well
as some of the internals
include/newserver.h: Update for multiple image set - redid most of the
image definitions as they were out of date with only png being supported.
include/sockproto.h: rebuilt
lib/Makefile.in: remove crossfire.png, add crossfire.0, crossfire.0. Update
build directions to use crossfire.0 instead of crossfire.png
lib/adm/collect_images.pl: Modified to collect all the image sets, remove
support for collect xpm and xbm images.
lib/crossfire.0: new file, base images
lib/crossfire.1: new file, alternate images
lib/image_info: New file, describes image sets.
lib/crossfire.png, lib/xpmtopix.pl.in: Removed - no longer needed.
socket/Makefile.in: add image.c file.
socket/image.c: Moved all image related data in this file - this includes
loading the image files, as well as the protocol commands.
socket/init.c: move read_client_images to image.c file. set ns->faceset
and ns->facecache to 0. Move freeing of image data to image.c
socket/request.c: fixed some indentation inconsistencies.add setup commands
for faceset as facecache. Move SetFaceMode,SendFaceCmd,esrv_send_face
to image.c file.
MSW 2001-12-31

65 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+65 -51)
mwedel 2001-11-06 02:54 Rev.: 1393

Modify to support new map structure. MSW 2001-11-05

32 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: map_expand.pl (+32 -18)
mardahl 2001-03-11 15:27 Rev.: 848

Added a facility to use alternate images.

19 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (+19 -5)
cvs 2000-07-26 01:25 Rev.: 362

lib/adm/map_info, lib/adm/map_check: Update to use new layout of installed
files (share/crossfire), know about random exits (it doesn't do any checking
to make sure the values are sane, which it probably should, but at least it
won't complain about them), update to use /usr/bin/perl. MSW 7/25/2000

55 lines of code changed in 2 files:

  • trunk/crossfire/lib/adm: map_check (+7 -7), map_info (+48 -17)
cvs 2000-05-17 21:58 Rev.: 251

Add missing images from prior checkin. MSW 5/17/2000

37 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: collect_images.pl (new 37)
cvs 2000-04-27 02:35 Rev.: 236

common/arch.c, common/loader.l (loader.c): Modify the load routines
to strip off trailing whitespace in object names and other_arch fields -
I believe this is why altars to Sorig did not generally work, and while
generally that white space should not exist, doing a little extra checking
for it is not a bad idea - MSW 4/26/2000

Add HOLY_ALTAR type, and use that for praying over for gods and the
like.
doc/crossfire.doc: Add description of HOLY_ALTAR type and meaning
of fields.
common/map.c: Disable consecration code for altars.
include/define.h: Add type for HOLY_ALTAR
include/sproto.h: Update for change of some functions below.
server/c_wiz.c: Modify setgod command to call become_follower with
proper second arg.
server/gods.c: Change become_follower to take object pointer to god instead
of name, since the holy_altar has the pointer in its other_arch.
Modify pray_at_altar to use the new fields, as well as fixed
what seemed to be numerous bugs in that function.
sever/skills.c: Change check from ALTAR to HOLY_ALTAR, also change
check to see if HOLY_ALTAR is consecrated by looking at the
other_arch field.
server/spell_effect.c: Update consecrate so that caster must be
higher effective level than the altar, also update for
differing fields.
maps/thomas/sisters/shrine0, map/thomas/sisters/tower0: Remove
title from altars on these maps - these were the only two maps
using old style altars consecrated to a god. Since it appears the
real purpose of the altars on these maps was to trigger something
else, they were kept as old style altars.
arch/gods/altars (relocated from arch/indoors, as I think the new
location makes more logical sense): Update for new fields/format.
This also affects lib/archetypes, lib/bmaps.paths, lib/crossfire.xpm,
lib/crossfire.cfb
lib/adm/archsearch.pl: Modified to hunt out old archetypes - some of the
changes could be useful in general cases.
MSW 4/26/2000

12 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: archsearch.pl (+12 -4)
cvs 2000-04-13 23:41 Rev.: 210

Change to use /usr/bin/perl instead of /usr/local/bin/perl - real change is to
find perl in configure.in and call the scripts with that. Mark Wedel
4/13/2000

1 lines of code changed in 1 file:

  • trunk/crossfire/lib/adm: make_xpm_file.pl (+1 -1)
uid200 1999-04-02 14:10 Rev.: 5

Initial revision

52 lines of code changed in 10 files:

  • trunk/crossfire/lib/adm: README (new), archsearch.pl (new 4), check-xpm.pl (new), dilate_xpm_files (new), fix_xpm_colors (new), make_xpm_file.pl (new 1), map_check (new 12), map_expand.pl (new 18), map_info (new 17), mapslitter.pl (new)
Generated by StatSVN 0.7.0