summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/player
Commit message (Collapse)AuthorAgeFilesLines
* Add purge's tile for the wielded demon blade. Thanks!Johanna Ploog2009-12-191-0/+0
|
* New unrand: +3 robe of Clouds (rElec, +Lev)Jude Brown2009-11-281-0/+0
| | | | | | It creates clouds of rain and thin mist around the player (very occasionally). Provides insulation and evocable levitation. Also has a tile!
* Fixedart: shield of the gong. Wakes up everyone in a large radius on being ↵Adam Borowski2009-11-131-0/+0
| | | | | | | struck. The exact resists are not yet filled in, we'd need to interrogate zelgadis who provided the idea.
* Unrandarts: captain's cutlass and storm bow.Adam Borowski2009-11-121-0/+0
|
* Unrandart: hat of the Bear Spirit {+2, Spirit rN+ MR +Rage}Adam Borowski2009-10-051-0/+0
|
* Add more doll tiles: differently coloured Centaurs, Nagas, Demonspawn,j-p-e-g2009-08-1926-0/+0
| | | | | | | wingless Kenku, and a few more hair styles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10575 c06c8d41-db1a-0410-9941-cceddc491573
* * Also allow definition of equipment tiles in art-data.txt.j-p-e-g2009-06-2685-0/+0
| | | | | | | * Rename some tiles and tile folders. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10054 c06c8d41-db1a-0410-9941-cceddc491573
* Add more semi-animations to the dungeon. This just means that some tilesj-p-e-g2009-06-255-0/+0
| | | | | | | | | | | | | 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
* Adding tiles for deep dwarves.ennewalker2009-02-242-0/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9191 c06c8d41-db1a-0410-9941-cceddc491573
* * Add icons for weapon brands, mostly borrowing from potions/wands andj-p-e-g2008-11-2838-0/+0
| | | | | | | | | | with a few new creations. :) * Move tiles for unrandarts and fixedarts into artefact/ subfolders. * Move the Knife of Accuracy into the unrandart list. * Add a lab vault containing a hungry ghost (maybe should be rarer). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7680 c06c8d41-db1a-0410-9941-cceddc491573
* * Tweak Snorg's tile to increase the difference to the plain troll.j-p-e-g2008-11-281-0/+0
| | | | | | | | | | | | | * Add a new tile each for the flaming corpse and trapdoor spider. * Add a sticky flame overlay for the player tile. * Move all unique monsters into dc-mon/unique (minus Adolf). * Remove comments and commented out monsters from the tile definitions. * Minor comment fixes and code cleanup. I'm really starting to get the hang of the tile creation. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7665 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing draco, "tried", and shadow tiles issues caused by previous check-in. ↵ennewalker2008-08-231-0/+0
| | | | | | 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-231423-0/+0
| | | | | | | | | | | | | 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
* Moving player halo into the player tiles so that it can be layered on top of ↵ennewalker2008-04-241-0/+0
| | | | | | the shadow. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4587 c06c8d41-db1a-0410-9941-cceddc491573
* Replace the dire lajatang with the cloak of Starlight (rElec, rC+, EV+4,j-p-e-g2008-04-231-0/+0
| | | | | | | | | Stlth-). I already added a new tile, which looks rather atrocious, I think. The dire lajatang tile is now used for any branded lajatang. Also renamed a few tile files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4527 c06c8d41-db1a-0410-9941-cceddc491573
* Tiles (un)randart overhaul:ennewalker2008-04-0526-0/+0
| | | | | | | | | | Added missing/new tiles. Player tiles and item tiles now more consistent with each other. Unrandarts now more distinct from their mundane counterparts. Graphics more consistent with descriptions/colors from unrand.h. Removed more old, ugly, unused tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4074 c06c8d41-db1a-0410-9941-cceddc491573
* Adding more staff and rod art for when players equip those items.ennewalker2008-03-0314-0/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3509 c06c8d41-db1a-0410-9941-cceddc491573
* Adding merfolk monster tiles.ennewalker2008-01-114-0/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3246 c06c8d41-db1a-0410-9941-cceddc491573
* Adding naga and centaur barding tiles to replace bad placeholder art.ennewalker2008-01-088-0/+0
| | | | | | Removing more unused Nethack tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3220 c06c8d41-db1a-0410-9941-cceddc491573
* Adding deck type and subtype icons.ennewalker2008-01-052-0/+0
| | | | | | | | | Improved yaktaur captain icon. Removing unused nethack misc item tiles. Better vampire tiles. Fixed rim logic when composing tiles for tilesheet. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3200 c06c8d41-db1a-0410-9941-cceddc491573
* Tiles!ennewalker2008-01-05677-0/+0
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3194 c06c8d41-db1a-0410-9941-cceddc491573