summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/dc-misc.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tile transparency in water without overlays.Enne Walker2010-01-171-0/+3
| | | | | | | | | | | | | | | | | In order for jpeg's waves to work on deep water as well as shallow, we need to not use partially transparent overlays to simulate an actor or an item being submerged. Now, non-flying objects on water will be drawn transparently to blend with the water below. This should mostly look the same, except it will now work on top of waves and will not require a mask for each water type. As a nice side-effect, ghosts are now transparent again and the water on top of submerged objects now animates properly. See the comments in tilebuf.cc for details. The mask tile itself can be adjusted to change the water level, but the parameters to SubmergedTileBuffer will need to be changed to compensate depending on what the new art looks like.
* New type of cloud: thick gloom.Jude Brown2010-01-101-0/+2
| | | | | | | | | | | | | | | It's a fast-moving, long-lasting cloud that clumps together. It will dissipate very quickly unless it is near other clouds. It is opaque, and blocks line of sight with two or more clouds, but unlike other clouds, it does not actually use the '#' glyph. Instead, it colours the ground underneath it magenta. It's currently unused, and while it's an interesting visual effect that will have some great potential in portal vaults and specific branches, should probably be used very rarely. Also includes a tile for these, though I'm not too happy with the effect.
* Distinguish icons of neutral and good neutral monsters.Johanna Ploog2010-01-061-0/+1
|
* Colour-variant "white smoke" tile.Jude Brown2009-12-291-0/+6
| | | | | | | | Basically just a test to make sure that cloud recolouring using recoloured tiles (if they exist) works. As far as I can see, it works exactly as hoped-for! It's just a matter of reorganising the base cloud associations so that you can specify any type of smoke, recolour it, and get the proper tile.
* Add tiles for rain clouds and mutagenic fog.Johanna Ploog2009-12-121-0/+11
|
* Add purge's tile for berserk monsters. Very neat, thanks!Johanna Ploog2009-12-071-0/+1
|
* Rename purple smoke to clouds of translocational energyStefan O'Rear2009-11-061-1/+1
|
* Experimentally use Denzi and/or Mitsuhiro's water tiles for the Shoals.j-p-e-g2009-09-161-0/+2
| | | | | | | | | | | | It's possible that they make the water look too busy, but maybe I only need to get used to it. Also add some more alternative tiles for the plain dungeon floor and walls, and move around some spell tiles again. Also fix 2844278: melding stacks stat bonuses for Merfolk. Update change log for the starting stat and exclusion changes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10688 c06c8d41-db1a-0410-9941-cceddc491573
* * Fix infinite Xom teleportation rides. Whoops!j-p-e-g2009-08-031-3/+0
| | | | | | | | * Move unseen altar/entrance tiles to dngn.png, so they're handled correctly with magic mapping. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10482 c06c8d41-db1a-0410-9941-cceddc491573
* Make fish on dry land (due to Feawn's Sunlight power) flop about andj-p-e-g2009-07-211-1/+1
| | | | | | | | | | lose hit points until back in water, using ENCH_AQUATIC_LAND. (Bug 2824663) Also fix tiles compilation (patch 2824632) and add DATA_DIR_PATH to tiled icons (patch 2824635). Both patches (and some more) by Trent W. Buck. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10364 c06c8d41-db1a-0410-9941-cceddc491573
* Properly set more SVN properties.dolorous2009-06-261-96/+96
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10051 c06c8d41-db1a-0410-9941-cceddc491573
* Add more semi-animations to the dungeon. This just means that some tilesj-p-e-g2009-06-251-1/+1
| | | | | | | | | | | | | with 2 or more variants get a random one whenever the buffer is refilled. Right now the following tiles are variable like that: * Item: orb of Zot (should be the only animated item in the game) * Features: portal, abyssal exit, altars to Xom/Makhleb, lava I also added tiles for the crystal spear (nice) and the ratskin cloak (abysmal). I also tidied up the tiles some more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10043 c06c8d41-db1a-0410-9941-cceddc491573
* * Monsters shout only when they notice you (i.e. you are in sight).j-p-e-g2009-05-091-0/+1
| | | | | | | | | * Add a tile for out of range grids (lighter shade than out of sight). * Make Xom's repel stairs effect only happen during tension. * Add Z to keybind.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9755 c06c8d41-db1a-0410-9941-cceddc491573
* * Add tile for Nergalle, who's actually not all that ugly but apparently j-p-e-g2009-03-091-0/+1
| | | | | | | | | | | has a really bad fashion sense. * Add a sticky flame marker for monsters. * Replace the trapdoor spider tile with a less original, but nicer one. * Improve shopping interface: replace "examine item" command with a toggle between browsing and shopping. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9397 c06c8d41-db1a-0410-9941-cceddc491573
* Tidy up tiles some more.j-p-e-g2008-12-281-1/+0
| | | | | | | | | Add subfolders for some armour types, demonic monsters, and reinstate some of the unused tiles that conceivably could see use in the future (e.g. for new unrandarts or for meta-commands) in an UNUSED folder. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8006 c06c8d41-db1a-0410-9941-cceddc491573
* Add tiles for the sewers' murky (deep and shallow) water, as well as aj-p-e-g2008-11-201-0/+3
| | | | | | | | | | yellow background for melded items in inventory. Allow higher level transformations (level 5 and above) to work even if your to-be-melded equipment is cursed, exempting weapons, as before. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7522 c06c8d41-db1a-0410-9941-cceddc491573
* Adding health bars for monsters (and allies).ennewalker2008-09-161-0/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6936 c06c8d41-db1a-0410-9941-cceddc491573
* Tiles mcache improvements. Monsters out of sight are now shown with their ↵ennewalker2008-09-061-4/+0
| | | | | | last seen equipment. Player ghosts are now drawn correctly again. Denzi's new 48x32 pandemonium demon tiles are now used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6875 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing draco, "tried", and shadow tiles issues caused by previous check-in. ↵ennewalker2008-08-231-0/+1
| | | | | | Adding transparency to a number of tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6851 c06c8d41-db1a-0410-9941-cceddc491573
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-21/+11
| | | | | | | | | | | | | Added PNG and non-palettized image input. Added PNG output. Added better tile packing and support for tiles of different sizes. Converted all BMPs to PNGs (for space and explicit transparency reasons.) Added the 48x32 pandemonium demon tiles, but these are not yet used in game. Added Bill B.'s portal tile (finally). The Win32 makefiles are not updated quite yet and thus will not build. Sorry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6850 c06c8d41-db1a-0410-9941-cceddc491573
* Large tiles-related changes. Platform-specific rendering removed and ↵ennewalker2008-07-151-94/+7
| | | | | | replaced with SDL/OpenGL. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6550 c06c8d41-db1a-0410-9941-cceddc491573
* Add a few new tiles, one the exclusion centre (I can't be the only onej-p-e-g2008-06-271-0/+5
| | | | | | | | | | | | | who has trouble to remove an exclusion because I can't find its centre) and four additional blood variations. They are all rather similar to the up to now only one - too similar, perhaps. In any case, those areas of bloodsoaked battlefields (such as you'll encounter in the Abyss or Pandemonium) look a bit more interesting now. The way the variant is chosen is unfortunately rather hacky, and might lead to unexpected patterns. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6176 c06c8d41-db1a-0410-9941-cceddc491573
* [1974966] Display icon for hostile weapons in tiles.ennewalker2008-06-121-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5768 c06c8d41-db1a-0410-9941-cceddc491573
* Moving player halo into the player tiles so that it can be layered on top of ↵ennewalker2008-04-241-1/+0
| | | | | | the shadow. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4587 c06c8d41-db1a-0410-9941-cceddc491573
* Replace cloak of Starlight tile with Eino's improved version.j-p-e-g2008-04-231-0/+2
| | | | | | | | | | Add background tiles for TSO halo. I've tried around with several versions, and this is the best of those I came up with. It might still be annoying, or distracting, or whatever. Also, the player doll's shadow hides part of the halo which is weird. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4529 c06c8d41-db1a-0410-9941-cceddc491573
* Adding graphic for neutral monsters. (A smiley face.)ennewalker2008-03-241-0/+1
| | | | | | Fixing a magic mapping issue. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3849 c06c8d41-db1a-0410-9941-cceddc491573
* Adding "unknown stair" marker for tiles.ennewalker2008-02-091-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3420 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing tile caching bug (resulting in temporarily disappearing items/monsters.)ennewalker2008-01-201-0/+2
| | | | | | Added sanctuary art. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3310 c06c8d41-db1a-0410-9941-cceddc491573
* Added rock worm and transparent wall tiles from Denzi.ennewalker2008-01-201-0/+1
| | | | | | | Added blood splatter. More tile code cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3304 c06c8d41-db1a-0410-9941-cceddc491573
* Tile support to show travel exclusions.ennewalker2008-01-191-0/+4
| | | | | | | Added status graphic for poisoned monsters. Changing tile storage type from unsigned short to unsigned int to have room for more flag bits. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3300 c06c8d41-db1a-0410-9941-cceddc491573
* Adding TODO placeholder logic for tiles that haven't been drawn yet.ennewalker2008-01-081-0/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3221 c06c8d41-db1a-0410-9941-cceddc491573
* Tiles!ennewalker2008-01-051-0/+167
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3194 c06c8d41-db1a-0410-9941-cceddc491573