summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile_tiles.mgw
Commit message (Expand)AuthorAgeFilesLines
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-1/+1
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-0/+5
* Fixed makefile dependencies to build cleanly with make -jX (Napkin).dshaligram2008-11-171-6/+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-4/+2
* Fixing Win32 tiles makefiles to work with recent rltiles changes.ennewalker2008-08-241-28/+21
* Fixing 'make install' step to also copy fonts for tiles.ennewalker2008-08-161-1/+1
* Applying r6696 back to trunk (PCRE support).ennewalker2008-07-271-6/+20
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-12/+19
* More release issues. Adding more missing doc files into 'make install' for W...ennewalker2008-07-121-0/+2
* Fixing release-related issues. libpcre wasn't being linked statically for Wi...ennewalker2008-07-121-1/+2
* Enabling PCRE in Windows makefiles. Because we release with libpcre enabled,...ennewalker2008-07-111-2/+1
* Moved all option files to settings directory.dshaligram2008-05-261-5/+7
* For consistency, move source/lua/ to source/dat/lua/.dolorous2008-05-041-1/+1
* Fix installation of lua files. This should also fix [1956142].dolorous2008-05-021-0/+2
* [1930849] Remove -Werror for platforms with ancient g++ that chokes on its ow...dshaligram2008-04-011-3/+1
* Add -O2 to the MinGW makefiles.dshaligram2008-03-311-0/+1
* Account for the new database directory when building. Apply evktalo's dolorous2008-03-151-0/+2
* Fix for previous check-in of makefile_tiles.mgw to not try to copy files that...ennewalker2008-03-011-1/+0
* Updating 'make install' for makefile_tiles.mgw.ennewalker2008-03-011-1/+3
* Removing backslashes from makefile and using subst instead. I'm hoping this ...ennewalker2008-02-091-5/+5
* Adding Win32 icon.ennewalker2008-01-121-2/+12
* Adding title screen for tiles (and title_screen option.)ennewalker2008-01-051-1/+2
* Tiles!ennewalker2008-01-051-0/+242