summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile_tiles.unix
Commit message (Expand)AuthorAgeFilesLines
* [2412841] Removing fragile support for Berkely dbm and using SQLite instead.ennewalker2009-02-141-25/+1
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-1/+1
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+2
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-0/+4
* When doing "make debug" (which is used by calling makefile "makefile" for bothzelgadis2008-12-201-2/+3
* Resync makefile_tiles.unix with makefile.unix.dolorous2008-12-201-2/+3
* Fixing Linux compile warnings and errors. (Although, not the one Johanna is ...ennewalker2008-12-021-1/+1
* Fixed makefile dependencies to build cleanly with make -jX (Napkin).dshaligram2008-11-171-3/+14
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-1/+1
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-3/+2
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-31/+19
* Fixing 'make install' step to also copy fonts for tiles.ennewalker2008-08-161-1/+1
* Resync the Unix console and tiles makefiles, and use $(COPY) dolorous2008-07-151-13/+13
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-0/+373