summaryrefslogtreecommitdiff
path: root/src/xtra2.c
Commit message (Collapse)AuthorAge
* Remove auto_notes and take_notes optionsBardur Arantsson2013-08-08
| | | | We always set them to TRUE now.
* Rework paralysis to avoid insta-deathBardur Arantsson2013-08-08
| | | | | | | | Paralysis would mean instant death (even when hit by a lowly floating eye), but this is not really an interesting mechanic. It has been reworked to not be cumulative, such that it isn't a death sentence, but is still very dangerous if the paralyzer is faster than the player.
* Remove unused chaos patron codeBardur Arantsson2013-06-29
|
* Remove ALLOW_FEAR preprocessor defineBardur Arantsson2012-06-27
| | | | Remove duplicate fear-handling code while we're at it
* Quarks: Move subsystem to separate compilation unitBardur Arantsson2012-06-26
|
* Lua: Implement new-style HOOK_PLAYER_LEVELBardur Arantsson2012-06-08
|
* Lua: Move "Mandos" spell functions to CBardur Arantsson2012-05-14
|
* Lua: Gods: Move Mandos' HOOK_MONSTER_DEATH to CBardur Arantsson2012-04-10
|
* Lua: Gods: Move Ulmo's HOOK_MONSTER_DEATH to CBardur Arantsson2012-04-10
|
* Lua: Gods: Move Aule's HOOK_MONSTER_DEATH to CBardur Arantsson2012-04-10
|
* Lua: Moved mimicry to CBardur Arantsson2012-04-07
|
* Lua: Refactor all the corruption code into CBardur Arantsson2012-04-07
|
* Lua: Remove unused lose_all_corruptions()Bardur Arantsson2012-04-07
|
* Lua: Remove unused switch_class and switch_subclassBardur Arantsson2012-04-07
|
* Lua: Move module initialization code to CBardur Arantsson2012-04-07
|
* Remove unused parameter from scatter() function.Bardur Arantsson2012-03-29
|
* Refactor: Remove unused/dead variables.Bardur Arantsson2012-03-29
|
* Refactor: Delete crazy amounts of duplicate codeBardur Arantsson2012-03-29
|
* Remove redefinition of "bool" for C++ friendliness.Bardur Arantsson2011-02-20
|
* ALLOW_{EASY_OPEN,EASY_DISARM,REPEAT} code is no longer conditional.Bardur Arantsson2011-02-19
|
* Remove IRC functionality and socket code.Bardur Arantsson2011-02-19
|
* Remove dead (#if 0) code.Bardur Arantsson2011-02-19
|
* Remove unused player ghost/bones code.Bardur Arantsson2010-01-17
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08