Michael Cook
0fdfe025cb
Remove 'using namespaces std' fixes #61
2013-05-22 16:17:19 -04:00
Arthur Ice
a7084b4d6c
reorganized includes to allow for consolidation and cleanup.
2013-05-21 00:36:34 -07:00
Arthur Ice
64212176ec
removed unneeded defines. snprintf and friends are used within StringUtil.h
2013-05-21 00:36:34 -07:00
Arthur Ice
f1a487f606
Merge branch 'master' into StringFormatting.
...
Cleaned up the problems. Tested on Linux. Still need to test on windows.
Conflicts:
common/CMakeLists.txt
common/MiscFunctions.cpp
common/MiscFunctions.h
common/debug.cpp
world/Adventure.cpp
2013-05-19 18:56:21 -07:00
Arthur Ice
fca9c1458b
Merge branch 'master' of https://github.com/EQEmu/Server
...
Conflicts:
common/debug.cpp
common/debug.h
zone/PlayerCorpse.cpp
zone/beacon.cpp
zone/client.cpp
zone/net.cpp
zone/tribute.cpp
2013-05-19 16:19:22 -07:00
Arthur Ice
373ff66240
moved string functions from MiscFunctions to StringUtil
2013-05-11 00:05:11 -07:00
j883376
4bdd8b2502
Change space indentation to tabs
2013-05-09 11:37:51 -04:00
j883376
ffcff4aea1
Remove trailing whitespace
2013-05-09 11:13:16 -04:00
Arthur Ice
23c524812d
Removed the _MSC_VER special cases for Visual Studio 2008 and lower.
...
We no longer support 2008 and lower so these defines will never be used.
2013-05-08 17:09:13 -07:00
Arthur Ice
7560b6b0a7
NULL to nullptr
2013-05-04 18:06:58 -07:00
Arthur Dene Ice
b09a3840eb
Turn HandleZoneChangePacket into method.
2013-04-22 23:22:13 -07:00
Arthur Dene Ice
495510a02e
Reorganized handling of Packets to be a bit cleaner.
2013-04-22 23:18:40 -07:00
Arthur Dene Ice
ea606ef80d
Turn DeleteCharacterPacket handling into a method.
2013-04-22 23:14:00 -07:00
Arthur Dene Ice
27493c3d75
Turn EnterWorldPacket handling into a method.
2013-04-22 23:10:57 -07:00
Arthur Dene Ice
cc07d511a5
Turn CharacterCreatePacket handling into a method.
2013-04-22 23:00:44 -07:00
Arthur Dene Ice
5b3ec4fb7c
Turn CharacterCreateRequestPacket handling into a method.
2013-04-22 22:56:55 -07:00
Arthur Dene Ice
18da8fe44d
Turn GenerateRandomNamePacket handling into a method.
2013-04-22 22:52:29 -07:00
Arthur Dene Ice
211248b50e
Turn SendLoginInfoPacket handling into a method.
2013-04-22 22:47:19 -07:00
Arthur Dene Ice
969f0c535e
Turn NameApprovalPacket handling into a method.
2013-04-22 22:44:29 -07:00
Derision
e0b38cf3cc
World should no longer crash if the start_zone query fails at character creation.
2013-02-19 20:07:53 +00:00
Derision
07979ce2de
Client version is now returned by the stream proxy as a number.
2013-02-17 18:09:31 +00:00
KimLS
da7347f76f
svn -> git Migration
2013-02-16 16:14:39 -08:00