Commit graph

7311 commits

Author SHA1 Message Date
VladimirMangos
89893215e5 Finish review/fix commands appropriate for console. Allow call 'help' command without args. 2008-10-23 20:44:30 +04:00
VladimirMangos
e31709611d Add to 'list item' command show items in guild bank. 2008-10-23 19:06:18 +04:00
VladimirMangos
697fafd2f5 Fixed: crash after prev commit. 2008-10-23 17:41:52 +04:00
Reiner030
0d4f770811 Implement low character expirience level in group with high character.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-23 07:29:53 +04:00
VladimirMangos
20951d116e Fixed: crash at expire single target loaded aura.
Prevent loading and saving single target auras for pet in same way as already implemented for player.
2008-10-23 06:28:28 +04:00
VladimirMangos
0c9f783ddc [sql/updates/2008_10_23_01_mangos_command.sql sql/updates/2008_10_23_02_mangos_mangos_string.sql] Better 'pdump' commands args checking and related error output. 2008-10-23 06:07:03 +04:00
VladimirMangos
b10349a737 [sql/updates/2008_10_22_02_mangos_mangos_string.sql] Allow use in console .event/.reload/.lookup/.list (some)/.guild (some) subcommands. 2008-10-23 03:07:22 +04:00
arrai
686118b665 * Disallowed sending wrapped items as COD 2008-10-22 20:36:42 +02:00
VladimirMangos
15b085dc6d Show not available command with available subcommands in 'help' and 'commands' output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-22 15:30:16 +04:00
freghar
95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00
arrai
406ac0abe5 * [sql/updates/2008_10_22_01_mangos_quest_template.sql] Implemented honor rewards from quests 2008-10-22 01:20:18 +02:00
VladimirMangos
6892cc3d2c [sql/updates/2008_10_21_03_mangos_command.sql]
slit ban/baninfi/banlist/unban commands to subcommands (this allow write not full subcomand string ".ban acc ...".
Fixed crash at unexpected use .account in console.
Fixed hide .gm on by .gm online (renamed to .gm ingame)
2008-10-22 00:51:49 +04:00
VladimirMangos
88981a4c25 Remove TcpNoDelay from configg setting, not only from config comments. 2008-10-22 00:01:51 +04:00
VladimirMangos
e441c5c48c Prevent cheating with player loot. 2008-10-21 21:57:11 +04:00
VladimirMangos
911dbe0b29 Use ObjectMgr/AccountMgr functions instead explici DB quaries. 2008-10-21 18:09:35 +04:00
VladimirMangos
26dc8c07ab * [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge CLI command proccessing to chat command proccessing.
Now console/RA uas same commads as used in chat if selected command marked as safe for console.
 Some commands accessable only at console and have security level 4. See sql update for new command names.
 Not all commands that safe (or can be modified to safe) for console allowed currently for use in console input, this will be fixed later.
2008-10-21 08:05:21 +04:00
TheLuda
5a01e0edad Removed unused code. 2008-10-20 18:13:16 +02:00
unknown
9d0c84d5c5 Removed unused code. 2008-10-20 17:05:05 +02:00
VladimirMangos
3c83482679 * Fixed: restore show subcommands for .help <command> if any. 2008-10-20 12:28:39 +04:00
VladimirMangos
ad5f559dad * Move account related functions from ObjectMgr to AccountMgr and drop duplicate function also. 2008-10-20 07:30:59 +04:00
VladimirMangos
fc79aa717a Merge branch 'master' of git@github.com:mangos/mangos 2008-10-20 02:43:26 +04:00
VladimirMangos
c4a14051ee * Add some generated at MaNGOS build file ignore rules. Mostly Windows build related. 2008-10-20 02:40:35 +04:00
arrai
aba291bded * Implemented dummy aura of spell 43873 2008-10-20 00:11:05 +02:00
VladimirMangos
d1ebd52390 * [2008_10_19_01_mangos_spell_affect.sql] List fake data for last spells expected to listed in spell_affect and enable post-loading check for spell-affect data. 2008-10-19 08:18:29 +04:00
VladimirMangos
157134a0a7 * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. 2008-10-19 02:23:51 +04:00
arrai
cf6413edcc * Implemented second choice aggro targets for creatures. This will prevent players from tanking NPCs while being affected by immunity granting buffs. 2008-10-18 21:05:34 +02:00
VladimirMangos
ae01d16a73 * Implement immunity totems from periodic damage spell effects. Patch provided `win & DiSlord. 2008-10-18 13:00:01 +04:00
VladimirMangos
774e004954 * Fixed: not apply healling bonus to spell 40972 heal amount. Patch provided by Blaymoira. 2008-10-18 08:50:13 +04:00
vladimir-mangos
5710a7429b Merge branch 'master' of git@github.com:mangos/mangos 2008-10-18 05:29:47 +04:00
vladimir-mangos
606f5c0f6a * [2008_10_18_01_characters_characters.sql] Rename field characters.gmstate to extra_flags base at new stored value meaning. Testing also new sql updates naming scheme. 2008-10-18 05:25:59 +04:00
ApoC
a7163e0f5b * Clean up unreachable code 2008-10-18 02:59:33 +02:00
arrai
dbb399d808 * Fixed mangos-realmds autopatching system 2008-10-18 00:11:12 +02:00
Neo2003
708440742b Updated character create query to use proper LEFT JOIN. 2008-10-17 20:18:43 +03:00
derex
7b871111ef Merge branch 'master' of git@github.com:mangos/mangos 2008-10-17 13:48:58 +03:00
vladimir-mangos
398b5535b7 * Remove unused now TcpNoDelay config option. Patch provided by TonyMontana5000.
* Fixed: move includes to prevent fail rebuild WorldSocket.cpp.
 * Apply code style to WorldSocket.* and WorldSocketMgr.cpp
2008-10-17 06:30:08 +04:00
TheLuda
245f868521 On configure runs, sysconfdir is now properly set [#6 tagged:committed responsible:theluda milestone:"0.12" state:resolved] 2008-10-16 22:43:42 +02:00
derex
2073ab6365 Replace some defines with more portable ones. 2008-10-16 21:38:42 +03:00
Vladimir
58a1dd7209 * Small code cleanups and code style apply 2008-10-16 14:20:07 +04:00
unknown
8c6c66afe0 * Small clanup in Map.cpp 2008-10-16 10:43:06 +02:00
arrai
a4d3269140 * Updated Player::InitVisibleBits 2008-10-15 22:33:33 +02:00
arrai
32db217d9a * Fixed build on linux 2008-10-15 20:45:48 +02:00
TheLuda
5f036c189d Merge branch 'master' of git@github.com:mangos/mangos 2008-10-15 18:28:20 +02:00
TheLuda
288ef6fb27 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:26:24 +02:00
TheLuda
2483a73253 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:26:19 +02:00
TheLuda
adc46ef907 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:26:08 +02:00
TheLuda
5d294f0ad2 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:55 +02:00
TheLuda
2c38c1a8ee Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:49 +02:00
TheLuda
92441a0241 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:33 +02:00
TheLuda
899d7dec74 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
TheLuda
dd6df37c14 Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:24:59 +02:00