version 1.520 | | version 1.521 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Fix issues with map tiling. |
| | -- |
| | server/move.c: In move_ob() make sure inserting multi-part objects into tiled |
| | maps work. |
| | server/spell_attack.c: In cast_cone() insert spell effect at correct position |
| | for tiled maps. |
| | Andreas Kirschbaum 2006-01-07 |
| | |
common/map.c: Allow map tiling paths to be reletive. | | common/map.c: Allow map tiling paths to be reletive. |
server/main.c: Template maps: Impliment using fixed maps as templates, and | | server/main.c: Template maps: Impliment using fixed maps as templates, and |
improve reletive path support for them. | | improve reletive path support for them. |