summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Remove unused HOOK_FIREBardur Arantsson2014-12-23
* Remove unused HOOK_KEYPRESSBardur Arantsson2014-12-23
* Update HOOK_QUEST_FINISH to new-style hookBardur Arantsson2014-12-23
* Update HOOK_QUEST_FAIL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_PLAYER_LEVEL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GEN_LEVEL_BEGIN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_ENTER_DUNGEON to new-style hookBardur Arantsson2014-12-23
* Update HOOK_DIE to new-style hookBardur Arantsson2014-12-23
* Update HOOK_CALC_HP to new-style hookBardur Arantsson2014-12-23
* Update HOOK_MONSTER_AI to new-style hookBardur Arantsson2014-12-23
* Update HOOK_END_TURN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_RECALL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_LEVEL_END_GEN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_BUILD_ROOM1 to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GET to new-style hookBardur Arantsson2014-12-23
* Update HOOK_WIELD to new-style hookBardur Arantsson2014-12-23
* Remove unused HOOK_WIELD_SLOTBardur Arantsson2014-12-23
* Update HOOK_{LEVEL_REGEN,NEW_LEVEL} to new-style hookBardur Arantsson2014-12-23
* Update HOOK_MONSTER_DEATH to new-style hookBardur Arantsson2014-12-23
* Update HOOK_FORBID_TRAVEL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GEN_QUEST to new-style hookBardur Arantsson2014-12-23
* Update HOOK_BIRTH_OBJECTS to new-style hookBardur Arantsson2014-12-23
* Update HOOK_INIT_QUEST to new-style hookBardur Arantsson2014-12-23
* Update HOOK_IDENTIFY to new-style hookBardur Arantsson2014-12-23
* Update HOOK_STAIR to new-style hookBardur Arantsson2014-12-23
* Update HOOK_FEELING to new-style hookBardur Arantsson2014-12-23
* Remove unused HOOK_MOVEDBardur Arantsson2014-12-23
* Update HOOK_MOVE to new-style hookBardur Arantsson2014-12-23
* Update HOOK_NEW_MONSTER to new-style hookBardur Arantsson2014-12-23
* Update HOOK_DROP to new-style hookBardur Arantsson2014-12-23
* Eliminate hook_file globalBardur Arantsson2014-12-23
* Update HOOK_CHAR_DUMP to new-style hookBardur Arantsson2014-12-23
* Update HOOK_WILD_GEN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GEN_LEVEL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_CHAT to new-style hookBardur Arantsson2014-12-23
* Update HOOK_MON_SPEAK to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GIVE to new-style hookBardur Arantsson2014-12-23
* Rework spell_type_description_foreach to use lambdasBardur Arantsson2014-12-23
* Remove spurious FIXMEsBardur Arantsson2014-12-23
* Fix monster health bar displayBardur Arantsson2014-12-18
* Remove all uses of sglibBardur Arantsson2014-12-18
* Make ang_sort_* private to xtra2.ccBardur Arantsson2014-12-16
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
* Remove "extern" declarations for getpw{uid,nam}Bardur Arantsson2014-12-16
* Remove __GO32__-conditional codeBardur Arantsson2014-12-16
* Remove dead #ifdef sectionsBardur Arantsson2014-12-16
* Remove lots of obsolete platform definesBardur Arantsson2014-12-16
* Remove core() and core_auxBardur Arantsson2014-12-15
* Don't allow "move right" in Automatizer when there's nowhere to moveBardur Arantsson2014-12-13