ryo_saeba
c6dd3cf869
Commit valid archetype I forgot last time.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8136 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-06 14:21:46 +00:00
kbulgrien
113b1469c6
- Removed is_animated 1 (even though current SVN gives an
...
error without it, it is incorrect as it causes a continuous
animation of sorts (ground view, not map view).
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8134 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-06 05:50:22 +00:00
kbulgrien
973e40bb40
- Update arch and world map patch to have more samples of the various
...
cases of the pit/manhole that do not work. All six have hole functions
that work, though some are not aligned with the graphics, and only
four have animations that work. Two have garbled graphics.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8133 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-06 05:43:39 +00:00
kbulgrien
97ea1da644
- Add some recent missing entries to CHANGES.
...
- Add dev/wip directory for commiting work-in-progress archetypes. The
directory is not visible in Gridarta CrossfireEditor, but can be made so with
a soft link like arch/trunk/wip --> arch/trunk/dev/wip.
- Add dev/wip/README describing the use of the directory.
- Add dev/wip/manhole as a manhole archetype work-in-progress to facilitate
some collaboration on getting a multi-tile HOLE animation to work. Included
is a README and a world_105_115.patch test case.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8063 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-29 16:14:26 +00:00
akirschbaum
a82951534f
Replace obsolete field slow_move with move_slow/move_slow_penalty.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7538 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-18 23:13:43 +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
ryo_saeba
b23419a6de
Remove obselete fields, even if those archetypes aren't really used.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6793 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-07-17 19:09:35 +00:00
ryo_saeba
246cacb520
Remove obsolete fields.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6325 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-20 20:04:32 +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
1b36e0ded6
Remove obsolete 'need_an' field.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5925 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-03 22:26:21 +00:00
akirschbaum
b80cc712c5
Convert obsolete 'flying' attribute to 'move_type' attributes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5874 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-25 10:51:48 +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
aaron_baugher
85266437ae
Converting multi-tile image arches to single images
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5558 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-16 20:49:10 +00:00
akirschbaum
6b32e4f7b1
Ignore .svn rather than CVS.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5194 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-12-24 13:42:37 +00:00
akirschbaum
665f6f88c5
Rename directory name to avoid problems for windows users due to names 'ground' and 'Ground' in the same directory.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5184 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-12-20 19:42:53 +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
4f74533658
Fix monster arcs that had incorrect wrists/foot (1 instead of 2)
...
Fix update_monster script that generated the errors in the first place.
Add body information to the player/old/*.arc for very old player files.
Move crown from misc directory to armour/helmet, add appropriate body_info.
Add needed body info for elven boots.
MSW 2002-07-15
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1659 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-07-16 05:02:59 +00:00
mwedel
87bd1d1a04
Update arcs to use body_info for equipping items.
...
Update armor to use gen_sp_armour instead of last_heal.
can_use_shield added to necessary arcs.
Add dev/scripts directory, which contains some handy scripts I wrote
for updating on the items.
Add item_power to the armours - needs to be done for rest of equippable
items.
MSW 2002-07-14
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1657 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-07-15 04:38:58 +00:00
mwedel
d306004cab
Remove a few more xbm's I missed the first time around.
...
MSW 2002-02-25
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1544 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-02-26 07:29:15 +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
darth_bob
e3b2b86922
This is a script for moving one set dirs into another, be very careful you can make mistakes very easily with it!
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1483 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-12-28 06:02:16 +00:00
avogl
03cd039fb5
Removed some old unneeded crap.
...
--AV
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1283 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-09-10 20:29:29 +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
mardahl
d95033cde3
PeterM: made some small mods so that this program would
...
work better on "large" images.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@847 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-03-11 18:52:23 +00:00
peterm
6d71f47912
Converter for xpms to png. Single square only.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@806 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-02-13 07:15:29 +00:00
peterm
9820906682
new png splitter by peterm, works on linux.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@769 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-02-02 00:02:54 +00:00
cvs
b2725867ea
Added file - script will split png images. MSW 2000-1-15
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@715 282e977c-c81d-0410-88c4-b93c2d0d6712
2001-01-16 05:35:49 +00:00
peterm
77f54db4c7
Converted the old "armor" "protected" "vulnerable" and "immune" to
...
the partial-resistance equivalents.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@554 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-12-04 07:18:51 +00:00
cvs
8d298b38a2
Addition of PNG images. MSW 5/30/2000
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@284 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-31 07:15:11 +00:00
jec
a5c5b717c1
--- BEGIN apply() cleanup patch --- Jan Echternach 5/26/2000
...
Added level 1 to all archetypes with type 88 (CONE) that can do damage.
ground/chaos.arc, arch chaos and arch major_chaos
ground/lava.arc, arch lava and arch permanent_lava
Added walk_on 1.
ground/chaos_ball.arc, arch chaos_ball
magic/banishment.arc, arch banishment
magic/colorspray.arc, arch color_spray
magic/counterspell.arc, arch counterspell
magic/face_of_death.arc, arch face_of_death
magic/shockwave.arc, arch shockwave
dev/unused/0.91.1/Flyingnote/flyingnote.arc, arch flyingnote
magic/Cold/icestorm.arc, arch icestorm
magic/Fire/firebreath.arc, arch firebreath
magic/Effect/confuse.arc, arch confuse
magic/Effect/fear.arc, arch fear
magic/Effect/holy_word.arc, arch holy_word
magic/Effect/paralyze.arc, arch paralyze
magic/Effect/slow.arc, arch slow
magic/Effect/turnundead.arc, arch turn_undead
magic/Mana/manablast.arc, arch manablast
Added walk_on 1 and fly_on 1.
connect/trig_altar.arc
connect/trig_lever.arc
connect/trig_pedes.arc
Changes to support bug fixes for trigger types: Replace speed with exp.
Set is_animated 0. Remove last face from animation sequence.
connect/trig_altar.arc
Bugfix: Faces where swapped.
connect/trig_button.arc, arch button_trigger
New archetype.
--- END apply() cleanup patch --- Jan Echternach 5/26/2000
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@270 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-26 09:46:19 +00:00
jec
21b592922f
See CHANGES file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@246 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-16 09:03:24 +00:00
uid200
eddc3c6a17
Initial revision
...
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2 282e977c-c81d-0410-88c4-b93c2d0d6712
1999-03-29 04:46:48 +00:00