summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Give cloud overlays an alpha gradientPete Hurst2013-05-251-0/+11
* Implement cloud alpha overlay tiles layerPete Hurst2013-05-251-0/+7
* added autoexplore to touch tabsChris West2013-01-051-2/+2
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Scale the skill menu tiles.Raphael Langella2012-10-081-2/+3
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+4
* Fix tiles mingw warnings.Enne Walker2010-05-301-1/+1
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-4/+5
* Clean up GL code function parameters.Enne Walker2010-05-141-2/+2
* Remove "better water transparency" option.Enne Walker2010-05-141-91/+8
* Renaming struct GLWRect to be class GLWPrim.Enne Walker2010-05-141-6/+6
* Clean up storage of vertex colours in GLWRect.Enne Walker2010-05-141-3/+3
* Clean up unions in glwrapper.h.Enne Walker2010-05-141-1/+1
* Expose GL state to draw call API.Enne Walker2010-05-141-3/+1
* Rename vert buffer 'push' to 'add' for clarity.Enne Walker2010-05-141-8/+8
* Code cleanup for triangles branch.Enne Walker2010-05-141-40/+22
* Remove unused 'flush' option on buffer drawing.Enne Walker2010-05-141-3/+2
* Move static VColour definitions out of tilebuf.cc.Ixtli2010-05-141-7/+0
* Tilebuf now uses GLVertBuffer exclusively.Ixtli2010-05-141-279/+108
* Simplify tile buffer logic.Enne Walker2010-04-241-24/+8
* General coding standards update.Enne Walker2010-04-241-24/+32
* Cleaned up unneeded whitespace on newline in tilebuff.ccIxtli2010-04-241-23/+23
* Created FontWrapper, and made FT flag in makefile.Ixtli2010-04-241-1/+1
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-8/+8
* More camel case to underscores_as_spacesIxtli2010-04-241-4/+4
* More coding standards changes. This time s/if\(/if\ \(/gIxtli2010-04-241-8/+8
* Added GLPrimitive to glwrapper, condenced all vert-drawing methods to drawGLP...Ixtli2010-04-241-27/+66
* Integrated glwrapper into tilebuf.h/cc and tilereg.ccIxtli2010-04-241-57/+41
* Removed GLState and GLStateManager classes from tilebuf.cc/h and moved them t...Ixtli2010-04-241-96/+12
* Removed unnecessary inclusion of SDL.h in tilebuf and tilefontIxtli2010-04-241-1/+5
* "make ASSERTS=y" to force assertion checks even in non-debug builds.Adam Borowski2010-03-301-1/+1
* [470] Fix opaque white shallow water in tiles.Enne Walker2010-02-071-35/+58
* Tile transparency in water without overlays.Enne Walker2010-01-171-38/+340
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-131-1/+1
* project-wide: fix msvc compile breakageSteven Noonan2009-10-121-0/+4
* 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-3/+6
* Apply my previous commits to trunk: fewer uses of m_dirty, and aj-p-e-g2009-06-161-9/+9
* [2498067] Fixing tiles menu graphics.ennewalker2009-01-101-1/+1
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-35/+90
* Setting all .h/.cc files in source to have a consistent keyword propset.ennewalker2009-01-041-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+3
* Add whitespace fixes.dolorous2008-10-231-2/+2