Spp
be01821050
More warning removal (Some code modifications and cleanup when needed)
...
--HG--
branch : trunk
2010-04-19 17:03:10 +02:00
Spp
74dd02d024
Remove LOTS of compile warnings
...
--HG--
branch : trunk
2010-04-19 09:26:37 +02:00
Spp
c592fc7580
BattlegroundAV: Minor cleanup in GetClosestGraveyard.
...
by AntiDiavol (with some modifications by me)
Closses issue 1580
--HG--
branch : trunk
2010-04-11 20:13:53 +02:00
Spp
46f0674e23
Code Style (game + scripts only):
...
">=" --> " >= " (when needed)
" >=" --> " >="
">= " --> ">= "
"<=" --> " <= " (when needed)
" <=" --> " <="
"<= " --> "<= "
" ==" --> " =="
"== " --> "== "
--HG--
branch : trunk
2010-04-07 23:56:35 +02:00
Spp
2454c290b8
Code Style (game + scripts only):
...
"==" --> " == " (when needed)
--HG--
branch : trunk
2010-04-07 23:25:02 +02:00
Spp
49d05ba9aa
Code style (game + scripts only):
...
"( " --> "("
" )" --> ")"
--HG--
branch : trunk
2010-04-07 22:59:46 +02:00
Spp
d19e127080
Code style (game + scripts only):
...
"if(" --> "if ("
--HG--
branch : trunk
2010-04-07 19:14:10 +02:00
n0n4m3
99f66a6bc9
Updated copyright for new year.
...
--HG--
branch : trunk
2010-01-16 20:19:18 +03:00
maximius
b257a28fa9
*Cleanup, fix many cases of unoptimized loops, potential crashes, excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on..
...
*Proper Maexxna Web Spray locations (old locations sent players flying into the air)
--HG--
branch : trunk
2009-11-01 17:53:07 -08:00
maximius
3f338cc1c3
*Massive cleanup redux.
...
--HG--
branch : trunk
2009-10-17 16:20:24 -07:00
maximius
e585187b24
*Backed out changeset 3be01fb200a5
...
--HG--
branch : trunk
2009-10-17 15:51:44 -07:00
maximius
26b5e033ff
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
...
*Fix a possible crash in Spell::DoAllEffectOnTarget
--HG--
branch : trunk
2009-10-17 15:35:07 -07:00
Rat
712da5e1f3
*fix ressurection in Alterac Valley
...
--HG--
branch : trunk
2009-08-28 15:48:33 +02:00
megamage
7f8ce1d809
[8315] Fixed memory leaks (mostly at server shutdown) and code cleanups. Author: VladimirMangos
...
* Fixed leak in BattleGround::m_PlayerScores at BattleGround::Reset,
add and use BattleGroundScoreMap typedef
* Delete AreaTeam objects stored in global map at shutdown
* Delete Corpse objects stored in global map at shutdown
* Store guild bank log entries as objectes instead pointers in log event lists
--HG--
branch : trunk
2009-08-06 17:45:37 -05:00
QAston
0115d648c0
*Cleanups in BattlegroundAV::Update.
...
--HG--
branch : trunk
2009-08-03 21:48:22 +02:00
QAston
08cd876f36
*Update zone for players after adding to map. - by VladimirMangos
...
*Skip instance loading for player with flypath/on transport.
--HG--
branch : trunk
2009-08-03 19:48:28 +02:00
QAston
80fc3b5c95
*Fix build on *nix.
...
--HG--
branch : trunk
2009-06-26 20:25:05 +02:00
QAston
ad182a6b2c
*Add debug log for asserts in BattleGroundAV::AssaultNode
...
--HG--
branch : trunk
2009-06-26 19:35:17 +02:00
panaut0lordv
f6447e8f34
*Including style fixing - part 1
...
--HG--
branch : trunk
2009-06-04 21:41:07 +02:00
megamage
1294bbac41
[7632] more "if"-condition related codestyle in battlegroundfiles Author: balrok,Triply
...
this time with this regex:
sed -i 's/if *( *\(.*\) *)$/if (\1)/' BattleGround*
--HG--
branch : trunk
2009-04-08 16:33:46 -05:00
megamage
5d5b37ab32
*Support localization for messsages in battleground. Author: VladimirMangos
...
[7411] Use similar localization classes for World::SendWorldText muti-line message. Author: VladimirMangos
--HG--
branch : trunk
2009-03-09 17:00:31 -06:00
megamage
328345ac1a
[7403] much more unneeded includes removed Author: balrok
...
--HG--
branch : trunk
2009-03-08 13:05:56 -06:00
megamage
520ce96257
[7399] Rewrited BattleGround starting code - moved it to battleground class. Author: Triply
...
Fixed message color for premature finish warnings.
Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0.
Added battleground announcer message removed in [7384].
[7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply
--HG--
branch : trunk
2009-03-07 12:05:30 -06:00
megamage
31637d4aac
*Merge.
...
--HG--
branch : trunk
2009-02-18 11:36:19 -06:00
KingPin
14234c86fa
Newline added to bottom of all files.
...
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
megamage
6aee5fcbe7
*Merge.
...
--HG--
branch : trunk
2009-02-12 17:09:15 -06:00
megamage
d696381f32
[7250] Use bg type ids enum insted raw values and catch some bugs in result for fixing.
...
* Replace max bg type checks by DBC valid index check
* Use in functions and fields BattlegroundTypeId type instead uint32
* Fixed wrong use bg queue ids instead bg type ids in queue update/remove function calls.
Many bg have same raw values for type id and queue id but some can be affected by this bug:
BATTLEGROUND_EY, BATTLEGROUND_SA, and all areans (with small arena/team size exceptions)
* Move Battlemaster to bg type ids map fron ObjectMgr to BatteleGroundMgr.
* Remobe redundent for header itself includes for BG headers.
* Use Auction location enum instead raw valus.
Author: VladimirMangos
--HG--
branch : trunk
2009-02-09 22:08:06 -06:00
Paradox
d230302b16
Replace tabs with spaces in more files.
...
--HG--
branch : trunk
2009-02-09 08:16:34 -05:00
Drahy
5dab980495
* Updated copyright notice for new year (2009) part 2
...
* Changed mangos website
--HG--
branch : trunk
2009-02-04 12:42:26 +01:00
Drahy
7c19c420c6
* Updated copyright notice for new year (2009) part 1 - Mercurial cant convert all files at once
...
--HG--
branch : trunk
2009-02-04 12:04:12 +01:00
megamage
4230318f96
*Update to Mangos 7136.
...
--HG--
branch : trunk
2009-01-21 16:18:57 -06:00
raczman
4ce857b400
Cleanup of log output
...
--HG--
branch : trunk
2009-01-15 22:01:47 -05:00
megamage
400f7b8596
*Temp fix for crash caused by AV creature. Need to find a way to allow summoned creatures to use RandomMovement.
...
--HG--
branch : trunk
2008-12-19 16:05:13 -06:00
megamage
504a5a69db
*Fix the bug that gobject in AV bg do not spawn. Thank balrok.
...
--HG--
branch : trunk
2008-11-26 12:49:08 -06:00
megamage
fa667cf450
*Alterac Valley. By Bogie and Balrok. Note: some core contents are modified. Will fix them later. Some sql are disabled because of possible conflict with offical DB. Use them at your own risk.
...
--HG--
branch : trunk
2008-11-21 19:45:49 -06:00
w12x
b8362cd7f1
[svn] Fixed copyright notices to comply with GPL.
...
--HG--
branch : trunk
2008-10-23 03:29:52 -05:00
Seline
2265aef916
[svn] * Merge Temp dev SVN with Assembla.
...
* Changes include:
- Implementation of w12x's Outdoor PvP and Game Event Systems.
- Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
- All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
- Improved Config cleanup.
- And many more changes.
--HG--
branch : trunk
2008-10-14 11:57:03 -05:00
Neo2003
9b1c0e006f
[svn] * Proper SVN structure
...
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00