summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Until the issue of transformations' being chaotic or not is worked out,David Lawrence Ramsey2009-11-021-1/+1
* Move new map_lines methods outside USE_TILE #ifdef (greensnark).Robert Vollmert2009-11-021-47/+47
* Revert "Merge a few bits of Eino's chaotic_experiment branch that make sense"David Lawrence Ramsey2009-11-023-31/+16
* contribs: fix contrib referencesSteven Noonan2009-11-022-0/+0
* Make ray.cc ASSERTs a little safer.Robert Vollmert2009-11-021-10/+32
* Add spacing and comment fixes.David Lawrence Ramsey2009-11-021-17/+19
* Merge a few bits of Eino's chaotic_experiment branch that make senseDavid Lawrence Ramsey2009-11-023-16/+31
* Give scythes a chance of getting the reaping brand.David Lawrence Ramsey2009-11-021-1/+4
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-021-46/+44
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-0211-613/+882
* Make same square teleport no-scatter no-fail and no-contamination.Adam Borowski2009-11-023-3/+18
* Handle branded armour for unthinking actsStefan O'Rear2009-11-021-0/+25
* Removing +Lev items cancels levitationStefan O'Rear2009-11-022-1/+71
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-0210-125/+146
* Remove mapping abilities from the gameStefan O'Rear2009-11-029-87/+12
* Magic mapping scrolls ignore sealed areasStefan O'Rear2009-11-021-0/+49
* Quick fix for arena dispersal assertions.Robert Vollmert2009-11-022-2/+7
* Implement conservation mutations for new DSStefan O'Rear2009-11-023-0/+31
* Mention that those vulnerable to arrows with silver arrowheads can still hand...Adam Borowski2009-11-021-1/+2
* Make it obvious the word "biology" will be replaced.Adam Borowski2009-11-021-4/+5
* Ziggurats can now be added to the shopping list.Matthew Cline2009-11-024-19/+176
* Implement 'Icemail' mutation for new DSStefan O'Rear2009-11-029-1/+47
* shopping.cc: Note that '$' can access listMatthew Cline2009-11-011-5/+10
* Freetype: attempt to fix build errors when compiling on 10.5 and belowSteven Noonan2009-11-011-0/+0
* Remove AppHdr.h from header filesMatthew Cline2009-11-016-7/+0
* Information on our git-hooksMatthew Cline2009-11-016-0/+1317
* Use lm_trig.lua instead of lm_func. lua for msgsMatthew Cline2009-11-014-16/+74
* lm_trig.lua: Handle player_move, player_losMatthew Cline2009-11-011-0/+17
* lm_trig.lua: event() uses method dispatchMatthew Cline2009-11-011-39/+50
* git-config.txt: how to list all current optionsMatthew Cline2009-11-011-0/+2
* Let Cb slow down ghoul decay. Make the message about biology appropiate for ...Adam Borowski2009-11-022-27/+38
* beam.cc: bug #2890126: cancel from exploding ammoMatthew Cline2009-11-011-3/+5
* mapdef.cc: add new(ish) ammo brandsMatthew Cline2009-11-011-0/+7
* Remove unused function from geom2d.cc.Robert Vollmert2009-11-011-8/+0
* Some changes to the reflection details.Robert Vollmert2009-11-011-15/+25
* Permit rays to go from diamond directly to diamond.Robert Vollmert2009-11-012-3/+3
* Implement reflection (except for the diagonal corridor case).Robert Vollmert2009-11-013-13/+148
* Simplify geom2d ray advance code.Robert Vollmert2009-11-013-46/+31
* Add a bunch of ASSERTs to ray.cc.Robert Vollmert2009-11-014-3/+55
* Change ray_def bouncing interface.Robert Vollmert2009-11-013-3/+9
* Some geom2d changes.Robert Vollmert2009-11-013-14/+34
* Make nextcell and movehalfcell methods of geom::ray.Robert Vollmert2009-11-013-25/+29
* Comment bolt::bounce and bolt::reflect.Robert Vollmert2009-11-011-0/+5
* ray_def introductory comment.Robert Vollmert2009-11-011-2/+10
* Change corner handling.Robert Vollmert2009-11-014-7/+54
* Adapt l_los.cc to new ray_def and reenable.Robert Vollmert2009-11-011-28/+27
* Adapt los.cc to new ray_defs.Robert Vollmert2009-11-011-74/+55
* Replace ray_def by a version using "diamond rays".Robert Vollmert2009-11-012-212/+25
* Simplify geom2d.cc to stop at corners.Robert Vollmert2009-11-011-19/+6
* Add simple 2d geometry library.Robert Vollmert2009-11-013-0/+234