summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Remove -d/-D command-line optionBardur Arantsson2014-11-20
|
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Fix doc commentBardur Arantsson2014-11-20
|
* Add RELEASE.txt checklistBardur Arantsson2014-11-20
|
* Remove TERM_XTRA_GET_DELAYBardur Arantsson2014-11-20
| | | | It was effectively unused since the removal of cmovies
* Fixed displaying equipment/inventory conditions in squelchElmo Todurov2014-08-24
|
* Fixed starting with 0 random questsElmo Todurov2014-08-24
|
* Remove TERM_XTRA_FROSHBardur Arantsson2014-07-04
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove "platform" sound supportBardur Arantsson2014-07-02
|
* Remove unused variables and argv0Bardur Arantsson2014-06-27
|
* Remove unused HOOK_REDRAWBardur Arantsson2014-06-27
|
* Remove dead codeBardur Arantsson2014-06-27
|
* Remove unused core_fmt()Bardur Arantsson2014-06-27
|
* Remove dead definesBardur Arantsson2014-06-27
|
* Remove unused Term_exchange()Bardur Arantsson2014-06-27
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Remove unused ANGBAND_DIR_{SCPT,PATCH}Bardur Arantsson2014-06-27
|
* Replace COPY() macro use with assignmentBardur Arantsson2014-06-26
| | | | | There seems to be no compelling reason to use COPY() or memcpy()
* Remove shim memset() implementationBardur Arantsson2014-06-26
|