summaryrefslogtreecommitdiff
path: root/src/squeltch.cc
Commit message (Collapse)AuthorAge
* Simplify show_file function signatureBardur Arantsson2016-02-05
|
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
|
* Refactor cave_type and monster_type to use non-intrusive listsBardur Arantsson2015-08-01
| | | | | We use vectors of object indexes instead of embedding the list within object_type itself.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Automatizer: Rework to use player-specific .atm file by defaultBardur Arantsson2015-04-14
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Move lua_bind.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split loadsave.cc declarations to separate header filesBardur Arantsson2015-03-07
|
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Remove effectively dead squelch codeBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Move squeltch.cc function declarations to new include fileBardur Arantsson2015-02-23
|
* Fix problem with pseudo-ID not kicking in on inventoryBardur Arantsson2015-02-23
|
* Fix buffer overflow in AutomatizerBardur Arantsson2015-02-23
|
* C++: Move Automatizer to C++Bardur Arantsson2013-09-27