Commit Graph

54 Commits (b106c04f78f1494912dfd2c6de6b2d55e89f2907)

Author SHA1 Message Date
akirschbaum 529f67bfe9 Fix animation related problems.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11340 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 07:16:50 +00:00
anmaster 737ef2bd4a connect/Garden_gate/ggate_closed.face
Fix a typo introduced in revision 11294 (part of change to using .face files)
that caused closed garden gates to disappear when opened.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11338 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-04 22:08:29 +00:00
akirschbaum bae1031074 Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11294 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-31 21:30:50 +00:00
anmaster de4e5a7c46 Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11251 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-25 03:37:19 +00:00
anmaster 56df01f65a Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11250 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-25 02:48:01 +00:00
lalo cb2bdfdee9 allowing check_inv to check an item by title; also, changing the behaviour to AND rather than OR, so you can check for something of a given type with a given key, for example.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10717 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-25 21:57:41 +00:00
akirschbaum 86eea6481d Add explicit animations.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10689 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-23 17:32:09 +00:00
akirschbaum adb9522ce2 Use better compression to reduce image sizes.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8170 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-12 02:22:57 +00:00
akirschbaum 425f0421a9 Use consistent default 'slaying' values.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7225 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-19 20:05:03 +00:00
akirschbaum c83913bab4 Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6983 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-08-23 22:19:59 +00:00
ryo_saeba 1da03b7803 Remove obsolete color_bg field.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6794 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-07-17 20:46:19 +00:00
mwedel a765f5bb8a Add client_anim_... support for all objects that support it, remove
their speed attributes if the only reason they had speed set was for
animation.
MSW 2007-07-09



git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6768 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-07-10 07:39:53 +00:00
ryo_saeba fa99c56f0e Remove obsolete field.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6543 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-06-13 18:30:51 +00:00
ryo_saeba d13bf62b7e Remove obsolete fields.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6326 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-20 20:07:39 +00:00
akirschbaum dbf0a1efca Replace "no_pass 1" with "move_block all".
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5939 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-05 21:00:42 +00:00
ryo_saeba abda6cdf5e Remove obsolete pass_thru/can_pass_thru fields.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5927 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-03 22:30:21 +00:00
akirschbaum 32040b6635 Add explicit 'move_type walk' to all playermovers.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5870 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-25 07:45:54 +00:00
akirschbaum 83d9aa6b8a Remove trailing whitespace.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5861 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-24 12:25:16 +00:00
mwedel d718f88fd1 Ok - now try committing proper (binary) images.
MSW 2006-09-24



git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@4975 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-09-25 05:17:46 +00:00
mikeeusa 46498912ef trying to make the hole work correctly
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4388 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-13 18:44:47 +00:00
mikeeusa e619dca5ef trying to make the hole work correctly
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4387 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-13 18:33:49 +00:00
mikeeusa 9b5b1450ea pits
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4386 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-13 17:26:39 +00:00
bbotbuilder 37a211777e Changing more "color_fg"s to "magicmap"s.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4365 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 22:25:42 +00:00
bbotbuilder b457e36bfd even more color_fg to magicmap
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4364 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 22:07:18 +00:00
bbotbuilder 5f650ea956 Change more "color_fg" to "magicmap"
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4363 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 22:06:01 +00:00
bbotbuilder 342f5629af Update more "color_fg"s
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4362 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 22:02:04 +00:00
bbotbuilder a3d0ed22da Change more "color_fg" to "magicmap"
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4361 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 21:57:10 +00:00
bbotbuilder 2ac8ec3997 Taking care of more obsolete "color_fg"s
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4360 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 21:53:15 +00:00
bbotbuilder 772b92625a Changing more "color_fg" to "magicmap"
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4359 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-09 21:48:47 +00:00
mikeeusa 92414938af fixing doors
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4239 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-31 20:52:11 +00:00
mikeeusa 1234f9113f Doors, brest is colorful, here's the interor stuffssszzzz
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4226 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-31 17:57:40 +00:00
mikeeusa bebe4467b4 CVS: Arch: added big nasty spike
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3854 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-10-10 18:58:59 +00:00
mwedel 1a3917c97d Patch 1212496 by Kevin Rudat to add client_types to objects that can
be applied.
MSW 2005-08-16


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3552 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-08-17 06:37:14 +00:00
ryo_saeba 877cb833e0 Added some secret walls courtesy mikeeusa
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3413 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-07-10 09:15:19 +00:00
temitchell ad86613350 - add a harder to spot spike
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2859 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-07-10 21:23:47 +00:00
mwedel 998d7b0774 Add weidhg to archetype so that it actually works by default without
map maker having to set weight value.
MSW 2003-03-07


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2052 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-03-08 05:06:12 +00:00
garbled 079c109edc A TON of graphical fixups. Most of these were converted xpms that
somehow got this huge black border around them.  it drove me nuts.  I
fixed it.  Also fixed the annoying thing where slums and cathedrals had a
wierd green glow to the roof.  There was a missing color, and it was
transparent.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1957 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-01-19 07:14:00 +00:00
temitchell 3de205df24 -adding slotmachines
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1955 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-01-19 01:55:46 +00:00
temitchell 224e21d76f fixed number of anim frames - was generating warning message.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1796 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-11-07 00:19:25 +00:00
temitchell 36a5cc507d doors that swing open (with connect) - the mdoor images is the door outline and not referred in the arch.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1754 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-10-27 03:40:37 +00:00
mwedel 055cf0cc64 Update connected objects to have 'activate_on_push' and
'activate_on_release' flags - this corresponds to code changes in the
server.  Remove some of the 'unused' entries, as they are in
fact in use now.
MSW 2002-09-17


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1730 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-09-18 05:52:36 +00:00
mwedel f7e11dc693 Remove all the old xpm and xbm files. Hopefully I got them all.
MSW 2002-02-25


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1543 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-02-26 07:18:12 +00:00
avogl ebffe82971 mover_turn had a wrong direction-attribute set.
This is maybe still a relict from times where
directions have been stored in different format.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1536 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-02-20 10:27:29 +00:00
mwedel 3630a9d00d Rename of files to include base in name - for multiple image set support
in the server.  MSW 2001-12-30


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1487 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-12-31 07:02:41 +00:00
darth_bob 0221ad86c4 Mammoth commit here, just added alternate set (now called classic or clsc) to the archs. This is in preperation for support of arbitrary sets.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1482 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-12-28 05:46:28 +00:00
avogl b10ff58738 Some new png graphics for standard set.
--AV


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1260 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-08-27 01:04:28 +00:00
avogl 4789729e38 New images for all kinds of misc stuff.
Trying to clean up some of the remaining
scale-up images.
--AV


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1019 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-04-22 02:06:08 +00:00
avogl 71ffd3960c Some new/corrected pngs.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@842 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-03-10 14:25:49 +00:00
peterm 1296502b1a I reverted a lotof the objectionable "scaled" png set
to the xpm images centered but not scaled.

The results are not too bad.

PeterM


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@793 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-02-12 10:17:28 +00:00
avogl 34d88a86d9 New pngs by AndreasV and J.Taporg
walls:
^^^^^
Set of swall (fence) in png completely redone.
I inserted additional wall-faces for better
look of png maps (so far for: swall, awall, dwall, wall).
These faces are designed to make overlapping walls
with correct iso perspective.

player:
^^^^^^
A bunch of new player-class/race pngs.
Looking good... =)

runes:
^^^^^
Converted the xpm rune-pics to png without scaling.
Looks much better IMHO.

rest (misc):

A lot of pngs for internal (system) use, and several
other misc pngs.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@748 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-01-28 02:25:54 +00:00