summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.h
Commit message (Expand)AuthorAgeFilesLines
* Give cloud overlays an alpha gradientPete Hurst2013-05-251-0/+3
* Implement cloud alpha overlay tiles layerPete Hurst2013-05-251-0/+2
* added autoexplore to touch tabsChris West2013-01-051-1/+2
* Scale the skill menu tiles.Raphael Langella2012-10-081-1/+2
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-5/+0
* Split up tiles.h.Enne Walker2010-05-301-1/+0
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-4/+5
* Clean up GL code function parameters.Enne Walker2010-05-141-1/+2
* Remove "better water transparency" option.Enne Walker2010-05-141-21/+2
* Renaming struct GLWRect to be class GLWPrim.Enne Walker2010-05-141-1/+1
* Rename vert buffer 'push' to 'add' for clarity.Enne Walker2010-05-141-1/+1
* Code cleanup for triangles branch.Enne Walker2010-05-141-2/+3
* Remove unused 'flush' option on buffer drawing.Enne Walker2010-05-141-2/+2
* Tilebuf now uses GLVertBuffer exclusively.Ixtli2010-05-141-75/+29
* Struct changes. Added a winding query.Ixtli2010-05-141-16/+0
* Moved comment related to GLState to glwrapper.hIxtli2010-04-241-7/+2
* Created FontWrapper, and made FT flag in makefile.Ixtli2010-04-241-3/+3
* Removed conditional inclusion of glwrapper.hIxtli2010-04-241-3/+0
* Added GLPrimitive to glwrapper, condenced all vert-drawing methods to drawGLP...Ixtli2010-04-241-1/+1
* Integrated glwrapper into tilebuf.h/cc and tilereg.ccIxtli2010-04-241-3/+3
* Removed GLState and GLStateManager classes from tilebuf.cc/h and moved them t...Ixtli2010-04-241-23/+4
* [470] Fix opaque white shallow water in tiles.Enne Walker2010-02-071-1/+3
* Tile transparency in water without overlays.Enne Walker2010-01-171-0/+89
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* * Fix centaur/naga tiles not being displayed correctly in the characterj-p-e-g2009-07-031-1/+3
* [2498067] Fixing tiles menu graphics.ennewalker2009-01-101-1/+1
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-20/+12
* Setting all .h/.cc files in source to have a consistent keyword propset.ennewalker2009-01-041-1/+1
* Tile menus now support multiple tiles per entry (see MenuEntry::get_tiles).ennewalker2009-01-031-1/+1
* Fixing Linux compile warnings and errors. (Although, not the one Johanna is ...ennewalker2008-12-021-0/+1
* Add whitespace fixes.dolorous2008-10-231-1/+1
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-0/+141