mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
899d7dec74
commit
92441a0241
21 changed files with 68 additions and 68 deletions
|
|
@ -30,25 +30,25 @@ noinst_LIBRARIES = libmangosshared.a
|
||||||
|
|
||||||
# libmangosshared library will later be reused by ...
|
# libmangosshared library will later be reused by ...
|
||||||
libmangosshared_a_SOURCES = \
|
libmangosshared_a_SOURCES = \
|
||||||
Base.cpp \
|
Base.cpp \
|
||||||
Base.h \
|
Base.h \
|
||||||
ByteBuffer.h \
|
ByteBuffer.h \
|
||||||
Common.cpp \
|
Common.cpp \
|
||||||
Common.h \
|
Common.h \
|
||||||
Errors.h \
|
Errors.h \
|
||||||
Log.cpp \
|
Log.cpp \
|
||||||
Log.h \
|
Log.h \
|
||||||
MemoryLeaks.cpp \
|
MemoryLeaks.cpp \
|
||||||
MemoryLeaks.h \
|
MemoryLeaks.h \
|
||||||
Mthread.cpp \
|
Mthread.cpp \
|
||||||
Mthread.h \
|
Mthread.h \
|
||||||
ProgressBar.cpp \
|
ProgressBar.cpp \
|
||||||
ProgressBar.h \
|
ProgressBar.h \
|
||||||
Timer.h \
|
Timer.h \
|
||||||
Util.cpp \
|
Util.cpp \
|
||||||
Util.h \
|
Util.h \
|
||||||
WorldPacket.h \
|
WorldPacket.h \
|
||||||
svn_revision.h
|
svn_revision.h
|
||||||
|
|
||||||
# Get svn revision
|
# Get svn revision
|
||||||
SVN_REVISION_FILE = svn_revision.h
|
SVN_REVISION_FILE = svn_revision.h
|
||||||
|
|
@ -59,21 +59,21 @@ CLEANFILES = $(SVN_REVISION_FILE)
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
$(SVN_REVISION_FILE) : $(top_builddir)/src/tools/gensvnrevision/gensvnrevision FORCE
|
$(SVN_REVISION_FILE) : $(top_builddir)/src/tools/gensvnrevision/gensvnrevision FORCE
|
||||||
$(top_builddir)/src/tools/gensvnrevision/gensvnrevision $(top_srcdir)
|
$(top_builddir)/src/tools/gensvnrevision/gensvnrevision $(top_srcdir)
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
# Disabled packet logger
|
# Disabled packet logger
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
PacketLog.cpp \
|
PacketLog.cpp \
|
||||||
PacketLog.h
|
PacketLog.h
|
||||||
|
|
||||||
# System configuration
|
# System configuration
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
SystemConfig.h
|
SystemConfig.h
|
||||||
|
|
||||||
# System Win32 files
|
# System Win32 files
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
ServiceWin32.cpp \
|
ServiceWin32.cpp \
|
||||||
ServiceWin32.h \
|
ServiceWin32.h \
|
||||||
WheatyExceptionReport.cpp \
|
WheatyExceptionReport.cpp \
|
||||||
WheatyExceptionReport.h
|
WheatyExceptionReport.h
|
||||||
|
|
|
||||||
|
|
@ -604,7 +604,7 @@ bool bWriteVariables, HANDLE pThreadHandle) // true if local/par
|
||||||
{
|
{
|
||||||
_tprintf( _T("\r\nCall stack:\r\n") );
|
_tprintf( _T("\r\nCall stack:\r\n") );
|
||||||
|
|
||||||
_tprintf( _T("Address Frame Function SourceFile\r\n") );
|
_tprintf( _T("Address Frame Function SourceFile\r\n") );
|
||||||
|
|
||||||
DWORD dwMachineType = 0;
|
DWORD dwMachineType = 0;
|
||||||
// Could use SymSetOptions here to add the SYMOPT_DEFERRED_LOADS flag
|
// Could use SymSetOptions here to add the SYMOPT_DEFERRED_LOADS flag
|
||||||
|
|
@ -906,10 +906,10 @@ char* Name)
|
||||||
|
|
||||||
// BasicType basicType = GetBasicType(children.ChildId[i], modBase );
|
// BasicType basicType = GetBasicType(children.ChildId[i], modBase );
|
||||||
//
|
//
|
||||||
// pszCurrBuffer += sprintf( pszCurrBuffer, rgBaseType[basicType]);
|
// pszCurrBuffer += sprintf( pszCurrBuffer, rgBaseType[basicType]);
|
||||||
//
|
//
|
||||||
// Emit the variable name
|
// Emit the variable name
|
||||||
// pszCurrBuffer += sprintf( pszCurrBuffer, "\'%s\'", Name );
|
// pszCurrBuffer += sprintf( pszCurrBuffer, "\'%s\'", Name );
|
||||||
|
|
||||||
pszCurrBuffer = FormatOutputValue( pszCurrBuffer, basicType,
|
pszCurrBuffer = FormatOutputValue( pszCurrBuffer, basicType,
|
||||||
length, (PVOID)dwFinalOffset );
|
length, (PVOID)dwFinalOffset );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue