summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-0713-77/+69
* Replace uses of mons_is_icy with monsters::is_icy.Vsevolod Kozlov2009-11-075-14/+13
* lair.des: "plant" -> "strawberry plant"Matthew Cline2009-11-071-4/+8
* wiz-dgn.cc: Check for out-of-bounds mapsMatthew Cline2009-11-071-3/+25
* los.cc: Get rid of uninitialized warningMatthew Cline2009-11-071-1/+1
* makefile: New variable EXTERNAL_DEFINESMatthew Cline2009-11-071-0/+2
* Remove lm_func.lua and FunctionMachines.Jude Brown2009-11-072-178/+0
* Convert the_teleporter to use TriggerableFunction.Jude Brown2009-11-071-7/+17
* "Tloc energy" -> "Translocational energy".Jude Brown2009-11-071-1/+1
* Convert Overflow map to TriggerableFunction.Jude Brown2009-11-071-10/+18
* Make TriggerableFunction's data parameter always a table.Jude Brown2009-11-071-4/+4
* Replace mons_strict_neutral with monsters::strict_neutral.Vsevolod Kozlov2009-11-076-11/+11
* Add check to stop tw_machine from firing constantly.Jude Brown2009-11-071-1/+1
* Replace mons_good_neutral with monsters::good_neutral.Vsevolod Kozlov2009-11-075-9/+9
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-0722-35/+35
* volcano.des: Use Triggerable master/slave codeMatthew Cline2009-11-071-33/+35
* lm_fog.lua: now a Triggerable subclassMatthew Cline2009-11-071-110/+101
* lm_trig.lua: turn and enter event, listenersMatthew Cline2009-11-071-9/+194
* Fix weird dialogue issues with Dowan and Duvessa.Jude Brown2009-11-071-3/+2
* Replace player_weapon with player::weapon.Vsevolod Kozlov2009-11-074-9/+2
* Replace player_shield with player::shield.Vsevolod Kozlov2009-11-076-16/+10
* Remove unused player_slot_item.Vsevolod Kozlov2009-11-072-9/+2
* Split los_def implementation out into los_def.cc.Robert Vollmert2009-11-073-76/+80
* Get rid of env.show_los.Robert Vollmert2009-11-076-14/+3
* makefile: cleanup, simplify, and optimize dependency generation0.6.0-a1Steven Noonan2009-11-061-20/+9
* Fix moves.target getting out of sync with ray in targetting.Robert Vollmert2009-11-071-36/+17
* Change a bunch of you.can_see(mon) to mon->observable.Robert Vollmert2009-11-072-12/+12
* Make player use actor LOS instead of env.show_los.Robert Vollmert2009-11-073-8/+1
* Give actors their own LOS.Robert Vollmert2009-11-072-1/+19
* los_def: Implement default constructor and initialize field show.Robert Vollmert2009-11-071-1/+7
* Add default value constructor to FixedArray.Robert Vollmert2009-11-071-0/+13
* Split out los_def into separate header file.Robert Vollmert2009-11-072-26/+33
* rltiles/makefile: pay attention to appropriate ARCHS flagsSteven Noonan2009-11-061-1/+2
* makefile: util/*.o should also pay attention to CFLAGS changesSteven Noonan2009-11-061-1/+1
* makefile: rebuild .d files and contribs if CFLAGS changeSteven Noonan2009-11-069-4/+4
* makefile: build native arch on Mac OS XSteven Noonan2009-11-061-4/+1
* makefile: change ARCHS variable to use literal archs rather than flagsSteven Noonan2009-11-061-3/+5
* makefile: unify two Darwin-specific sectionsSteven Noonan2009-11-061-7/+5
* Fix a few more mising includes.Jude Brown2009-11-072-0/+2
* Forgot to include some include filesMatthew Cline2009-11-063-0/+14
* mon-cast: fix is_valid_mon_spell()Matthew Cline2009-11-062-8/+16
* Remove generalised quote for nagas due to length restriction.Jude Brown2009-11-071-17/+0
* Simplify the formula for Jiyva-worshipping players' royal jelly spawns.David Lawrence Ramsey2009-11-061-2/+2
* Split up debug.ccMatthew Cline2009-11-0631-7372/+7634
* showsymb.cc: Fix compilation errror.Matthew Cline2009-11-061-0/+2
* Simplify rain and sunlight a bitCharles Otto2009-11-062-17/+17
* Move Feawn's abilities to godabil.h/ccCharles Otto2009-11-065-873/+879
* Generalize monster targeting of beneficial spells slightly.Charles Otto2009-11-061-1/+19
* Remove the relation between royal jelly spawns and attack sizesStefan O'Rear2009-11-061-4/+8
* externs.h: Move monsters class forward declareMatthew Cline2009-11-061-1/+1