summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix capitalization of some Ashenzari auto-id messages.David Lawrence Ramsey2012-05-301-4/+6
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-4/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-11/+7
|\
| * Don't draw off-screen cells.Neil Moore2012-04-211-2/+6
| * Mindexicide: behaviour_event().Adam Borowski2012-04-211-1/+1
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-8/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-5/+7
|\|
| * Use monster_type nearly everywhere.Adam Borowski2012-03-221-1/+1
| * Declare an explicit type for colours.Adam Borowski2012-03-131-4/+4
| * Whitespace fix.Neil Moore2012-03-071-1/+1
| * Allow players to be elemental-coloured (nfogravity).Neil Moore2012-03-071-0/+2
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-10/+17
|\|
| * Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-1/+3
| |\
| | * Make the monster_info constructors explicit and use monster_info in more places.Florian Diebold2011-11-231-1/+3
| * | Show what Refrigeration, Toxic Radiance and Ignite Poison affects.Adam Borowski2011-12-061-4/+9
| * | PRONOUN -> PRONOUN_SUBJECTIVEAdam Borowski2011-12-061-1/+1
| * | Change seen_context from strings to enums, slightly untangle it.Adam Borowski2011-12-051-4/+4
| |/
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-231-7/+4
|\|
| * Merge branch 'master' into unified_combat_control with help of -X patienceSamuel Bronson2011-11-041-4/+8
| |\
| * | Fix build issues stemming from mergeRobert Burnham2011-10-261-1/+1
| * | Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-113/+146
| |\ \
| * \ \ Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-101/+150
| |\ \ \
| * | | | Replace DESC_NOCAP_A and DESC_CAP_A with DESC_ARobert Burnham2011-03-251-4/+1
* | | | | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-1/+1
| |_|_|/ |/| | |
* | | | Allow specification of cloud exclusion radius, also via Lua; cloud traps.Jude Brown2011-11-021-4/+8
| |_|/ |/| |
* | | Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-8/+19
* | | Fix map rot levels instantly losing everything.Adam Borowski2011-10-111-3/+0
* | | Rename player_in_mappable_area(), re-use of the old name brings confusion.Adam Borowski2011-10-091-1/+1
* | | Remove unused level flags, forbid exclusions in Abyss and Lab.Adam Borowski2011-10-091-5/+1
* | | Let magic mapping detect (but not map through) undetected secret doorsChris Campbell2011-10-041-1/+9
* | | Reset the client id when a monster leaves the view to prevent information leaks.Florian Diebold2011-09-301-0/+7
* | | Combine common parts of lib*.hAdam Borowski2011-09-081-1/+1
* | | Clean up all the old mimic code.Raphael Langella2011-09-051-11/+1
* | | Use post increment to avoid mingw crash (#4210).Raphael Langella2011-07-221-2/+1
* | | Rescale Xom's stimulation value range from 0-255 to 0-200.David Lawrence Ramsey2011-07-171-1/+1
* | | Merge branch 'webtiles'Adam Borowski2011-07-101-70/+84
|\ \ \
| * | | Clean up tilesdl.h.Florian Diebold2011-07-061-1/+1
| * | | Whitespace fixes (checkwhite).Florian Diebold2011-06-261-1/+1
| * | | Fix console compilation.Florian Diebold2011-06-261-1/+0
| * | | Remove the hack to render the whole map into craw_view.vbuf.Florian Diebold2011-06-261-75/+81
| * | | In webtiles, add OOR flags only to visible tiles.Florian Diebold2011-06-261-1/+10
| * | | Don't send flash_colour per tile -- it's the same everywhere anyway.Florian Diebold2011-06-261-3/+3
* | | | cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-3/+4
* | | | Fix a dangling iterator in _genus_factoring (blmarket, #4210).Raphael Langella2011-07-031-2/+5
|/ / /
* | | Add a few more canned messages.David Lawrence Ramsey2011-05-281-3/+5
* | | A whitespace fix.Adam Borowski2011-05-221-2/+2
* | | Fix incorrect darkening of range when a new-style targetter is used.Adam Borowski2011-05-171-6/+2
* | | Remember the trap type in map_knowledge.Adam Borowski2011-05-171-2/+8
* | | Fix magic-mapped stairs being incorrectly colored (#3789).elliptic2011-05-031-0/+3
| |/ |/|