balrok
b75157946c
[7269] Use enum type for battleground queue type ids, and related cleanups.
...
* renamed a variable to make the content of it more clear: type->arenaslot
* renamed BattleGroundQueueTypeId-variables to bgQueueTypeId
just to make it easier reading the code (cause there existed
3 different names for this..)
* renamed GetBattleGroundQueueId to GetBattleGroundQueueTypeId
again this is just for better understanding
* Renamed [GS]etQueueType and m_Queue_type
* Renamed to [GS]etQueueId and m_QueueId
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-02-12 09:00:28 +03:00
GriffonHeart
75121a5823
[7255] Allows saving characters in Battle Grounds.
...
* Now player can join to BG after logout during 5 minutes, if BG in progress.
* All players after server crash or restart should appear at the battlemaster
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-02-09 16:15:29 +03:00
freghar
11ed0e99a8
[7146] Trailing whitespace code cleanup
...
Signed-off-by: freghar <compmancz@gmail.com>
2009-01-22 18:10:16 +01:00
VladimirMangos
6003fd4049
Add transaction guards for account data save DELETE/INSERT pair.
2009-01-04 00:30:21 +03:00
arrai
c6f48843ad
[7017] Updated copyright notice for new year
2009-01-03 18:09:51 +01:00
arrai
28ee9a7c39
[6972] Fixed teleporting players home at logging out in invalid instances
2008-12-29 14:47:55 +01:00
tomrus88
5d4d7292b9
Merge branch 'master' into 303
...
Conflicts:
src/game/Player.h
2008-12-12 18:14:49 +03:00
VladimirMangos
d386a67d27
[6898] Prevent processing incoming packates for closed connection.
2008-12-12 02:00:47 +03:00
VladimirMangos
3da9f3f4cc
[6889] Backport some not client version specific changes and fixes from 303 branch.
2008-12-09 14:08:29 +03:00
tomrus88
ee7f7a0a08
Merge branch 'master' into 303
...
Conflicts:
src/game/Player.cpp
src/mangosd/mangosd.conf.dist.in
2008-11-30 14:05:56 +03:00
VladimirMangos
51546c7ab7
[6858] Prevent cheating with ignore waiting in login queue.
...
Cheating preventing at reconect for queued session and sending unexpected packets to server.
Removed unneeded after ACE related changes kicked sessions list.
2008-11-29 08:04:37 +03:00
tomrus88
397efd4fac
Merge branch 'master' into 303
...
Conflicts:
src/game/SpellEffects.cpp
2008-11-18 18:08:58 +03:00
hunuza
ac00eee418
Replace some MapManager::Instance().GetMap() calls with WorldObject::GetMap()
2008-11-17 17:24:53 +01:00
tomrus88
dcb39d1512
Cleanup
2008-11-16 21:17:56 +03:00
tomrus88
3e8ebb024f
Fixed: pet spells, possible sql injection, increased sql query size once again
2008-11-04 18:25:37 +03:00
tomrus88
9cc6f1f3ec
Merge branch 'master' into 303
...
Conflicts:
src/game/Level2.cpp
src/game/Pet.cpp
src/game/Player.cpp
2008-11-03 14:44:58 +03:00
hunuza
e9fc699d86
Make guid lookup for adding ignore async.
2008-11-02 20:23:25 +01:00
tomrus88
cffc766fb6
Merge commit 'origin/master' into 303
...
Conflicts:
src/game/SpellEffects.cpp
src/game/World.cpp
2008-11-01 08:10:24 +03:00
VladimirMangos
0bf682fdbd
Fixied crash at .pinfo command use from console.
...
Also apply mangos code style to related code.
2008-10-30 21:04:51 +03:00
tomrus88
05b8acd140
Small account data changes
2008-10-29 15:09:30 +03:00
tomrus88
8d733e8f8a
Merge branch 'master' into 303
2008-10-28 23:04:02 +03:00
tomrus88
6496f7499e
Account data saving must work now
2008-10-28 01:44:27 +03:00
VladimirMangos
74ddd38af3
Prevent crash at access to deleted social data for player.
...
Remove social data at logout instead ~Player that called also for temporary Player object for Player::MinimalLoadFromDB call.
2008-10-27 18:47:13 +03:00
tomrus88
d738b39a4c
Updated world stuff
2008-10-26 10:24:04 +03:00
VladimirMangos
e441c5c48c
Prevent cheating with player loot.
2008-10-21 21:57:11 +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
VladimirMangos
157134a0a7
* Fixed: wrong arg name for va_start call in WorldSession::SendNotification.
2008-10-19 02:23:51 +04:00
Vladimir
58a1dd7209
* Small code cleanups and code style apply
2008-10-16 14:20:07 +04: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
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00
arrai
3c7c5ba8d4
Fixed possible crash caused by invalid formed CMSG_AUTH_SESSION
...
(cherry picked from commit 7a97e917ede5aa6135bc0565486a15b86381f5a7)
Signed-off-by: tomrus88 <tomrus88@gmail.com>
2009-03-21 17:00:16 +03:00
tomrus88
e774fd3730
Small fix for my previous commit
2009-03-21 16:54:41 +03:00