summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_you.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the See Invisible spellChris Campbell2012-08-211-1/+1
* Sprint VI.Michael Gagno2012-08-141-0/+3
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-14/+14
* Have you.hunger provide a numberic value.Adam Borowski2012-06-261-1/+3
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Return fractional values in clua's you.skill()Adam Borowski2012-05-221-3/+7
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-3/+18
|\
| * Remove a stray prototype that doesn't belong in that file.Adam Borowski2012-04-211-1/+0
| * Lua hooks for toggling skill training.Raphael Langella2012-04-201-0/+18
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-1/+14
|\|
| * Give the correct message for tabbing while webbed.Neil Moore2012-04-101-1/+10
| * Add {you,monster}.is_constrict{ed,ing} to clua.Adam Borowski2012-04-041-0/+4
* | Expose is_level_on_stack to lua.Adam Borowski2012-04-081-0/+18
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-28/+1
|\|
| * A wizmode command, &^P, to transform yourself.Adam Borowski2012-03-071-28/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-3/+13
|\|
| * dlua function you.piety(200)Adam Borowski2012-02-201-3/+13
* | Cache absdepth0, now that it has to be calculated.Adam Borowski2012-01-031-2/+1
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-3/+5
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-0/+11
|\|
| * Lua script engine extension: you.swiftKek2011-12-081-0/+2
| * Lua script engine extension: you.shroudedKek2011-12-081-0/+2
| * Document CMD_MAP_WIZARD_TELEPORT (T on map), adding you.wizard() to Lua apiSamuel Bronson2011-12-071-0/+5
| * Add two clua functions.elliptic2011-11-251-0/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-231-0/+9
|\|
| * Lua script engine extension: you.caught()Kek2011-11-201-0/+2
| * Make you.contaminated return contamination tier rather than just a bool.Adam Borowski2011-11-201-1/+1
| * expand lua script engine [item.is_useless, you.contaminated, you.feel_safe]Kek2011-11-201-0/+5
| * Add you.nauseous() function to lua.elliptic2011-11-201-0/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-6/+37
|\|
| * Let Lua print progress to next experience level instead of leaking informationChris Campbell2011-11-151-6/+4
| * Document a few more Lua functions.Samuel Bronson2011-11-131-0/+33
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-3/+0
|/
* Clean up an unused argument.Adam Borowski2011-10-111-2/+2
* Nerf levels 1 and 2 of carnivorousness.Adam Borowski2011-10-111-1/+1
* Remove Evap and Fulsome from Tm starting book, add a new spell: Beastly Appen...Adam Borowski2011-09-271-0/+2
* Allow querying runes by name rather than by number.Adam Borowski2011-09-091-1/+11
* Use standard strcasecmp() rather than Microsoft-only stricmp().Adam Borowski2011-09-071-3/+3
* A description for webs.Adam Borowski2011-08-311-0/+12
* Several user-callable Lua functions. (#3967)Ryan Riegel2011-08-031-0/+44
* clua: you.time(), dlua: mons.hpAdam Borowski2011-07-121-0/+2
* New skill training system.Raphael Langella2011-07-041-2/+1
* A skill training simulator in Lua.Raphael Langella2011-06-231-0/+47
* Fixed rune troves to handle goldified runes.elliptic2011-06-181-0/+11
* Goldify runes.Adam Borowski2011-06-171-29/+3
* Allow lua code to query you.mutation('breathe alcohol').Adam Borowski2011-05-091-0/+24
* Added Lua hooks for player's burden and max_burdenJared C2011-04-281-0/+4
* Add you.see_cell(), you.see_cell_no_trans(), you.silenced and you.piety_rank ...Adam Borowski2011-03-291-1/+12