summaryrefslogtreecommitdiff
path: root/src/squelch
Commit message (Collapse)AuthorAge
* Convert object-related macros from defines.h into functionsBardur Arantsson2015-03-07
|
* 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
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Move lua_bind.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split object*.cc declarations into separate header filesBardur 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.
* Fix problem in GroupingCondition::remove_childBardur Arantsson2015-02-23
|
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
|
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Remove s_head, s_name, s_textBardur Arantsson2015-02-23
|
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
|
* Remove c_head, c_name, c_textBardur Arantsson2015-02-23
|
* Remove ab_head, ab_name, ab_textBardur Arantsson2015-02-23
|
* Fix problem with pseudo-ID not kicking in on inventoryBardur Arantsson2015-02-23
|
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
|
* Don't allow "move right" in Automatizer when there's nowhere to moveBardur Arantsson2014-12-13
|
* Fixed displaying equipment/inventory conditions in squelchElmo Todurov2014-08-24
|
* C++: Move Automatizer to C++Bardur Arantsson2013-09-27