Esempio n. 1
0
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/statusbar.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(switchQuickDrop)
impHandlerVoid(changeCrazyMove)
impHandlerVoid(changePickupType)
impHandlerVoid(changeMoveType)
impHandlerVoid(changeAttackWeaponType)
impHandlerVoid(changeAttackType)
impHandlerVoid(changeTargetingType)
impHandlerVoid(changeFollowMode)
impHandlerVoid(changeImitationMode)
impHandlerVoid(changeMagicAttackType)
impHandlerVoid(changePvpMode)
impHandlerVoid(changeMoveToTarget)
impHandlerVoid(changeGameModifier)
impHandlerVoid(changeAudio)
impHandlerVoid(away)
impHandlerVoid(camera)
Esempio n. 2
0
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/commands.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(chatAnnounce)
impHandlerVoid(chatIgnore)
impHandlerVoid(chatUnignore)
impHandlerVoid(chatErase)
impHandlerVoid(chatFriend)
impHandlerVoid(chatDisregard)
impHandlerVoid(chatNeutral)
impHandlerVoid(chatBlackList)
impHandlerVoid(chatEnemy)
impHandlerVoid(chatNuke)
impHandlerVoid(chatAdd)
impHandlerVoid(present)
impHandlerVoid(printAll)
impHandlerVoid(move)
impHandlerVoid(setTarget)
impHandlerVoid(commandOutfit)
Esempio n. 3
0
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/move.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(moveUp)
impHandlerVoid(moveDown)
impHandlerVoid(moveLeft)
impHandlerVoid(moveRight)
impHandlerVoid(moveForward)
impHandlerVoid(moveToPoint)
impHandlerVoid(crazyMoves)
impHandlerVoid(moveToTarget)
impHandlerVoid(moveToHome)
impHandlerVoid(directUp)
impHandlerVoid(directDown)
impHandlerVoid(directLeft)
impHandlerVoid(directRight)

}  // namespace Actions
Esempio n. 4
0
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/chat.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(toggleChat)
impHandlerVoid(prevChatTab)
impHandlerVoid(nextChatTab)
impHandlerVoid(closeChatTab)
impHandlerVoid(closeAllChatTabs)
impHandlerVoid(ignoreAllWhispers)
impHandlerVoid(scrollChatUp)
impHandlerVoid(scrollChatDown)
impHandlerVoid(msg)
impHandlerVoid(msgText)
impHandlerVoid(msg2)
impHandlerVoid(query)
impHandlerVoid(clearChatTab)
impHandlerVoid(createParty)
impHandlerVoid(createGuild)
impHandlerVoid(party)
Esempio n. 5
0
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/pets.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(commandEmotePet)
impHandlerVoid(talkPet)
impHandlerVoid(setPetName)
impHandlerVoid(petEmote)
impHandlerVoid(catchPet)
impHandlerVoid(petMoveUp)
impHandlerVoid(petMoveDown)
impHandlerVoid(petMoveLeft)
impHandlerVoid(petMoveRight)
impHandlerVoid(petDirectUp)
impHandlerVoid(petDirectDown)
impHandlerVoid(petDirectLeft)
impHandlerVoid(petDirectRight)
impHandlerVoid(petMove)

}  // namespace Actions
Esempio n. 6
0
 *  any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include "actions/tabs.h"

#include "actions/actiondef.h"

#include "debug.h"

namespace Actions
{

impHandlerVoid(prevSocialTab)
impHandlerVoid(nextSocialTab)
impHandlerVoid(nextShortcutsTab)
impHandlerVoid(prevShortcutsTab)
impHandlerVoid(nextCommandsTab)
impHandlerVoid(prevCommandsTab)
impHandlerVoid(nextInvTab)
impHandlerVoid(prevInvTab)

}  // namespace Actions