summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/bitary.h
Commit message (Expand)AuthorAgeFilesLines
* Recalculate cache of equipped unrands with world_reacts on save loadEduardo Gonzalez2014-05-091-0/+5
* Expose bitset's count function through FixedBitVector...Eduardo Gonzalez2014-05-091-0/+5
* Indendation & brace fixes.Adam Borowski2013-07-311-5/+1
* Dispatch to std::bitset for FixedBitVector.Brendan Hickey2013-07-281-30/+24
* Add a copy constructor to bit_vector (xFleury)Pete Hurst2013-05-191-0/+1
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-0/+7
* Fix windows compilation.Raphael Langella2012-08-211-0/+1
* Change abyss_genlevel_mask from a map_mask to a map_bitmask.Raphael Langella2012-08-211-0/+14
* Allow indexing FixedBitArrays with any struct that has fields "x" and "y".Adam Borowski2012-07-261-4/+4
* Allow reading FixedBitArray(...) without having to type ".get".Adam Borowski2012-07-261-0/+10
* Add FixedBitArray::set(coord_def, [bool]).Adam Borowski2012-07-261-0/+5
* Rename bit_array to bit_vector.Adam Borowski2012-07-261-6/+6
* A two-dimensional FixedBitArray template.Adam Borowski2012-07-261-0/+60
* Rename FixedBitArray to FixedBitVector.Adam Borowski2012-07-261-6/+6
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-3/+3
* Allow more than 64 mon_info flags.Adam Borowski2011-05-261-1/+15
* Fixed-width bit arrays, a good deal faster than dynamic ones.Adam Borowski2011-04-071-0/+48
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Changed structs that acted like classes to classesIxtli2010-05-041-1/+1
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+0
* Implement bit array class.Robert Vollmert2009-10-101-0/+35