mangos / MaNGOS

This is the master Information repository for MaNGOS
http://getmangos.eu
3.03k stars 1.36k forks source link

500 #69

Closed n0t49a1n closed 12 years ago

n0t49a1n commented 12 years ago

updates for core for more backend work

VladimirMangos commented 12 years ago

nice, but diffs look like tthat you use tabs in some cases instead spaces.

VladimirMangos commented 12 years ago

Also side note: c++11 officially allow have , after last element in enum list. All gcc/vc versions support this also as extansion long time. Adding , after last element let have less diffs in later changes. Maybe we must start use this feature in enum list syntax?

Schmoozerd commented 12 years ago

pretty sure VC also allows this. And i totally agree - code diffs gets nicer if such small things are handled genericly

n0t49a1n commented 12 years ago

lol my bad i fall for it everytime anyway i can make it highlight tabs lol ill repair