summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Implement cursors and fix some bugs.Florian Diebold2011-06-261-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
* Add a no_scaling boolean to set_transformRaphael Langella2010-12-101-2/+7
* Resize the minimap region to take up more space.Enne Walker2010-07-171-0/+15
* Clean up GL code function parameters.Enne Walker2010-05-141-1/+1
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-5441/+0
* Reduce dependencies on tilereg.h.Enne Walker2010-04-251-228/+0
* Simplify TileRegion constructors.Enne Walker2010-04-251-34/+25
* Removing lines with just whitespace.Enne Walker2010-04-241-1/+1
* Fixups for things that broke during rebase.Ixtli2010-04-241-1/+0
* Created FontWrapper, and made FT flag in makefile.Ixtli2010-04-241-14/+15
* Removed conditional inclusion of glwrapper.hIxtli2010-04-241-2/+0
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-5/+5
* Prettied up glwrapper set_transformIxtli2010-04-241-1/+1
* More camel case to underscores_as_spacesIxtli2010-04-241-5/+5
* Added GLPrimitive to glwrapper, condenced all vert-drawing methods to drawGLP...Ixtli2010-04-241-33/+38
* Moved MipMapOptions to glwrapper for modularityIxtli2010-04-241-4/+4
* Updated tilereg.cc to use existing GLStateManager member functions instead of...Ixtli2010-04-241-14/+17
* Integrated glwrapper into tilebuf.h/cc and tilereg.ccIxtli2010-04-241-1/+1
* Startup menus.Janne Lahdenpera2010-04-211-9/+3
* A more generic menu structure approachJanne Lahdenpera2010-04-211-313/+32
* Demonspawn AdditionsRobert Burnham2010-03-311-1/+1
* Fixes an ASSERT bug in PrecisionMenuJanne Lahdenpera2010-03-301-20/+22
* Replace some (but not all) uses of libc's assert() by our ASSERT().Adam Borowski2010-03-301-3/+3
* Adds support for mouse and arrow operable menusJanne Lahdenpera2010-03-291-1/+339
* Replace calls to redefined getch by getchm.Robert Vollmert2010-03-281-1/+1
* Change tab images on mouseover, not just click.Enne Walker2010-03-231-25/+30
* Fix unchecked sprintf(..., "%s") and sscanf(..., "%s").Adam Borowski2010-03-201-4/+4
* Add tooltips for opening/closing adjacent doors.Johanna Ploog2010-03-171-0/+4
* Replace many uses of you_tran_can_wear.Robert Vollmert2010-03-131-1/+1
* Get rid of $ to EOL munging.Robert Vollmert2010-03-111-2/+2
* Remove EOL.Robert Vollmert2010-03-111-1/+1
* For consistency, also suppress out of sight mouseover wall descriptions.Johanna Ploog2010-03-051-1/+4
* make 'game type' an enum rather than a bool, and serialize itJesse Luehrs2010-03-021-1/+1
* Make CRTRegion update crawl_view.termsz on resize.Robert Vollmert2010-02-261-0/+7
* Replace dynamic monster casts by actor::as_monster.Robert Vollmert2010-02-261-1/+1
* Don't show descriptions in the message area if pointing at floor/walls.Johanna Ploog2010-02-261-1/+1
* Fix out of sight mouseover giving away undetected traps.Johanna Ploog2010-02-261-1/+1
* Change the message upon entering a labyrinth.Johanna Ploog2010-02-241-2/+0
* New Necromutation tile, based on Porkchop's idea.Johanna Ploog2010-02-241-0/+18
* Fix the Tiles tooltip giving away the presence of invisible monsters.Johanna Ploog2010-02-241-1/+1
* Make tiles use viewwindow for 'X' map display.Enne Walker2010-02-231-0/+1
* Add inky wave overlays for the kraken's ink clouds.Johanna Ploog2010-02-231-60/+144
* Implement #624: Allow browsing of identified "risky" spellbooks.Johanna Ploog2010-02-231-3/+7
* Tiles: Add Ctrl + Shift as synonym to Alt in mouseclick combinations.Johanna Ploog2010-02-221-9/+24
* Clean up usage of tile page filenames.Enne Walker2010-02-211-4/+13
* Really fix fire/spell targeting via mouseclick on monster.Johanna Ploog2010-02-211-2/+2