summaryrefslogtreecommitdiff
path: root/src/cmd5.c
Commit message (Collapse)AuthorAge
* Lua: Remove LuaBardur Arantsson2012-06-19
|
* Lua: Remove unused lua_StateBardur Arantsson2012-06-19
|
* Lua: Convert all the spell metadata to C codeBardur Arantsson2012-05-29
| | | | (Yay automated translation!)
* Lua: Move cast_school_spell() to CBardur Arantsson2012-05-18
|
* Lua: Move school_book[] to CBardur Arantsson2012-05-18
|
* Lua: Move 'print_spell_desc' and 'spell_x' to CBardur Arantsson2012-05-16
|
* Lua: Refactor all the corruption code into CBardur Arantsson2012-04-07
|
* Lua: Move "outfit player" code to C.Bardur Arantsson2012-04-07
|
* Refactor: Remove duplicate code for accessing inventory/floor objectBardur Arantsson2012-03-29
|
* Refactor: Remove unused/dead variables.Bardur Arantsson2012-03-29
|
* Remove redefinition of "bool" for C++ friendliness.Bardur Arantsson2011-02-20
|
* Fix LUA errors when hitting escape to cancel choosing a spell.Bardur Arantsson2010-01-11
| | | | | | Since get_school_spell returns -1 when no spell is chosen, it must return s32b rather than u32b. Thanks to Noel Maddy for this fix.
* Import tome-2.3.5.Bardur Arantsson2010-01-08