summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
| | | | | | | Also remove TERM_XTRA_DELAY. The terminal abstraction should not be used for providing general platform independence. As a side effect this reintroduces support for "delay" on SDL, not sure if that's a good idea or not.
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
|
* Remove "extern" declarations for getpw{uid,nam}Bardur Arantsson2014-12-16
| | | | | If they're available on the platform they should be included via proper includes, not via "extern" decls.
* 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
| | | | | | Invoking undefined behavior is not the correct way to get a core dump. Plus there's only a single caller, only used in truly bizarre circumstances.
* Don't allow "move right" in Automatizer when there's nowhere to moveBardur Arantsson2014-12-13
|
* Remove xaw frontend and inline maid-x11.cBardur Arantsson2014-12-13
|
* Inline safe_calloc() and remove z-virt.cBardur Arantsson2014-12-13
|
* Remove plog_fmtBardur Arantsson2014-12-13
|
* Windows: Remove useless "Help" menu itemsBardur Arantsson2014-12-13
| | | | The corresponding files don't exist, so they're pretty useless.
* Move user_name initialization to separate functionBardur Arantsson2014-11-20
|
* Don't lie about path if we fail to auto-create "save" directoryBardur Arantsson2014-11-20
|
* Remove -s/-S command-line optionBardur Arantsson2014-11-20
|