commands separated
commit0a1a28b826d6da8e9edf803363c1cac2fe342483
authorketmar <ketmar@ketmar.no-ip.org>
Sun, 20 May 2012 21:54:53 +0000 (21 00:54 +0300)
committerketmar <ketmar@ketmar.no-ip.org>
Sun, 20 May 2012 21:54:53 +0000 (21 00:54 +0300)
tree4b268f659add57e34f1ddcf0741d8c139f9faa6d
parentb93268a64315a7bd92795608b2ffa250832000b9
commands separated
64 files changed:
src/game/command.cpp
src/game/commands/0list.cpp [new file with mode: 0644]
src/game/commands/Apply.cpp [new file with mode: 0644]
src/game/commands/AssignName.cpp [new file with mode: 0644]
src/game/commands/Burn.cpp [new file with mode: 0644]
src/game/commands/Close.cpp [new file with mode: 0644]
src/game/commands/DetachBodyPart.cpp [new file with mode: 0644]
src/game/commands/Dip.cpp [new file with mode: 0644]
src/game/commands/DrawMessageHistory.cpp [new file with mode: 0644]
src/game/commands/Drink.cpp [new file with mode: 0644]
src/game/commands/Drop.cpp [new file with mode: 0644]
src/game/commands/Dump.cpp [new file with mode: 0644]
src/game/commands/Eat.cpp [new file with mode: 0644]
src/game/commands/EquipmentScreen.cpp [new file with mode: 0644]
src/game/commands/ForceVomit.cpp [new file with mode: 0644]
src/game/commands/GainAllItems.cpp [new file with mode: 0644]
src/game/commands/GainDivineKnowledge.cpp [new file with mode: 0644]
src/game/commands/GetScroll.cpp [new file with mode: 0644]
src/game/commands/Go.cpp [new file with mode: 0644]
src/game/commands/GoDown.cpp [new file with mode: 0644]
src/game/commands/GoUp.cpp [new file with mode: 0644]
src/game/commands/IssueCommand.cpp [new file with mode: 0644]
src/game/commands/Kick.cpp [new file with mode: 0644]
src/game/commands/LevelTeleport.cpp [new file with mode: 0644]
src/game/commands/Look.cpp [new file with mode: 0644]
src/game/commands/LowerGodRelations.cpp [new file with mode: 0644]
src/game/commands/LowerStats.cpp [new file with mode: 0644]
src/game/commands/NOP.cpp [new file with mode: 0644]
src/game/commands/Offer.cpp [new file with mode: 0644]
src/game/commands/Open.cpp [new file with mode: 0644]
src/game/commands/OpenMondedr.cpp [new file with mode: 0644]
src/game/commands/PickUp.cpp [new file with mode: 0644]
src/game/commands/Polymorph.cpp [new file with mode: 0644]
src/game/commands/Possess.cpp [new file with mode: 0644]
src/game/commands/Pray.cpp [new file with mode: 0644]
src/game/commands/Quit.cpp [new file with mode: 0644]
src/game/commands/RaiseGodRelations.cpp [new file with mode: 0644]
src/game/commands/RaiseStats.cpp [new file with mode: 0644]
src/game/commands/Read.cpp [new file with mode: 0644]
src/game/commands/Rest.cpp [new file with mode: 0644]
src/game/commands/Save.cpp [new file with mode: 0644]
src/game/commands/ScrollMessagesDown.cpp [new file with mode: 0644]
src/game/commands/ScrollMessagesUp.cpp [new file with mode: 0644]
src/game/commands/Search.cpp [new file with mode: 0644]
src/game/commands/SecretKnowledge.cpp [new file with mode: 0644]
src/game/commands/SeeWholeMap.cpp [new file with mode: 0644]
src/game/commands/ShowConfigScreen.cpp [new file with mode: 0644]
src/game/commands/ShowCoords.cpp [new file with mode: 0644]
src/game/commands/ShowInventory.cpp [new file with mode: 0644]
src/game/commands/ShowKeyLayout.cpp [new file with mode: 0644]
src/game/commands/ShowWeaponSkills.cpp [new file with mode: 0644]
src/game/commands/Sit.cpp [new file with mode: 0644]
src/game/commands/SummonMonster.cpp [new file with mode: 0644]
src/game/commands/Talk.cpp [new file with mode: 0644]
src/game/commands/Throw.cpp [new file with mode: 0644]
src/game/commands/ToggleRunning.cpp [new file with mode: 0644]
src/game/commands/WalkThroughWalls.cpp [new file with mode: 0644]
src/game/commands/WhatToEngrave.cpp [new file with mode: 0644]
src/game/commands/WieldInLeftArm.cpp [new file with mode: 0644]
src/game/commands/WieldInRightArm.cpp [new file with mode: 0644]
src/game/commands/WizardHeal.cpp [new file with mode: 0644]
src/game/commands/WizardMode.cpp [new file with mode: 0644]
src/game/commands/WizardWish.cpp [new file with mode: 0644]
src/game/commands/Zap.cpp [new file with mode: 0644]