Spp
|
4635fbc020
|
Code Style (game + scripts only):
"!=" --> " != " (when needed)
" !=" --> " !="
"!= " --> "!= "
--HG--
branch : trunk
|
2010-04-08 08:20:08 +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 |
|
Rat
|
6fe36efe0f
|
*apply trinity style to whole source
*comment out all mangos to trinity defines
*this will make merging a little harder, but code will be more clear
--HG--
branch : trunk
|
2009-12-20 15:20:04 +01:00 |
|
n0n4m3
|
b7e20e385f
|
Access to chat channels by case-insensitive channel names. by VladimirMangos
--HG--
branch : trunk
|
2009-12-19 18:27:27 +01: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 |
|
megamage
|
ad1752ca84
|
[8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. Author: Infinity
Also cleanups in #includes and singleton instantiate.
--HG--
branch : trunk
|
2009-07-31 10:58:24 +08:00 |
|