summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc
Commit message (Collapse)AuthorAgeFilesLines
* Include the CP437 chart with a note about characters that don't work.Adam Borowski2013-11-101-0/+17
| | | | | | The chart itself is easier to get than the WGL-4 list, the worth of having it in the source tree is mostly in documentation and assurance that only ▶ and ◀ cause any problems.
* Add missing U+00A0 to WGL-4.Adam Borowski2013-11-101-2/+3
| | | | | | Misquoting Larry Wall, you can't say there isn't a bit of difference between this character and space, because that's exactly how much difference there is.
* Include the WGL-4 glyph list for reference.Adam Borowski2013-11-101-0/+88
| | | | | For choosing something, Wikipedia is enough, but when you want to find the intersection of it and some other set...
* Reformat some perl.Adam Borowski2013-06-281-2/+2
| | | | | | | | | Mostly so I don't get spammed when forgetting to restrict a search to *.cc *.h files only. There's too much idiosyncratic formatting to force a standard without thinking about it first. We seem to have a bunch of unused scripts, perhaps some should get pruned away?
* Properly package contrib/fonts, skip contrib/sdl-androidAdam Borowski2012-10-071-0/+2
| | | | | | Source packages didn't trim away git dirs, leaving junk. And for sdl-android, putting 342MB (unpacked) into a tarball that currently has 17MB (packed) would be a wee bit too much.
* Remove two scripts for messing with enum values.Adam Borowski2011-12-022-388/+0
|
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+0
|
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-10/+0
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Don't exempt Perl scripts from checkwhite.Adam Borowski2011-03-021-1/+0
| | | | Tabs are still allowed, though.
* Axe an obsolete script for packaging builds from SVN.Adam Borowski2010-12-221-281/+0
|
* Indent valgrind suppressions the way --gen-suppressions does.Adam Borowski2010-12-141-14/+14
| | | | It's unorthodox 3 spaces, but let's make pasting easier.
* Suppress a valgrind warning for zlib <=1.2.3Adam Borowski2010-09-071-0/+13
|
* Suppress an O(1) memory leak in glibc.Adam Borowski2010-09-021-0/+16
|
* Add valgrind suppressions for O(1) leaks in ncurses.Adam Borowski2010-07-191-0/+24
|
* Whitespace fixes.Adam Borowski2010-01-211-11/+11
|
* Remove undeed Berkely DB supressionMatthew Cline2009-11-251-15/+0
| | | | The uninitialized memory problem seems to have been fixed.
* Quiet save-and-quit Valgrind leak warningsMatthew Cline2009-11-251-36/+0
| | | | | | | Split save_game() code which allocates std::string's on the stack out into seperate functions, so they'll go out of scope and be free'd before end() is called, thus getting rid of the spurious complaints Valgrind gives.
* Supress SDL/Nvidia-GL cond memory errorMatthew Cline2009-11-201-0/+10
|
* Re-do the "make package-source" target.Adam Borowski2009-11-121-3/+11
|
* Specify arbitrary options on the command lineMatthew Cline2009-10-231-1/+2
| | | | | | | | | | This introduces two new command line options, -extra-opt-first and -extra-opt-last, which make crawl think that the specified options were (respectively) at the start and end of the options file. For example: crawl -extra-opt-last wiz_mode=yes The two options can be used multiple times to specify multiple options.
* misc/grind.sh: Make work with -arena optionMatthew Cline2009-10-201-1/+1
|
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-3/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* * Changed libstdc++ stack depth for the get_savedir_filename() leakMatthew Cline2009-10-121-1/+13
| | | | | | suppression to match the latest C++ library. * Added suppression for occasional escape_path_spaces() save leak.
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
|
* Let search pattern extend across all lines of a monster definition.zelgadis2009-06-291-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10074 c06c8d41-db1a-0410-9941-cceddc491573
* Print all entries in mon-data.h which match the given regexpzelgadis2008-12-281-0/+52
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8002 c06c8d41-db1a-0410-9941-cceddc491573
* Added a convenience script for invoking Valgrind to find memory errors/bugs,zelgadis2008-11-212-0/+59
| | | | | | | | | and a Valgrind suppressions file to suppress things that either aren't really memory bugs or are bugs in third party libraries which we can't fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7526 c06c8d41-db1a-0410-9941-cceddc491573
* Script to verify luadgn.cc and enum.h are in sync for dungeon features.dshaligram2007-12-201-0/+78
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3105 c06c8d41-db1a-0410-9941-cceddc491573
* Updated release build (DOS+Windows) script for 0.3.dshaligram2007-11-031-18/+23
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2741 c06c8d41-db1a-0410-9941-cceddc491573
* Updated release info in INSTALL.dshaligram2007-03-311-2/+2
| | | | | | Tweaked release build script to remove references to obsolete -llualib. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1152 c06c8d41-db1a-0410-9941-cceddc491573
* Updated release build script for new version number #defines.dshaligram2007-03-311-5/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1144 c06c8d41-db1a-0410-9941-cceddc491573
* The Ruby script I use to build release binaries for DOS and Windows.dshaligram2006-12-061-0/+275
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@581 c06c8d41-db1a-0410-9941-cceddc491573
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-222-0/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@452 c06c8d41-db1a-0410-9941-cceddc491573
* Clean up a mistake in the SVN import.nlanza2006-08-132-0/+322
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10 c06c8d41-db1a-0410-9941-cceddc491573