Skip to content

Commit

Permalink
Removed trailing whitespaces and CRLFs
Browse files Browse the repository at this point in the history
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
  • Loading branch information
freghar committed Oct 22, 2008
1 parent 964f7bc commit b029952
Show file tree
Hide file tree
Showing 337 changed files with 3,025 additions and 3,025 deletions.
16 changes: 8 additions & 8 deletions ChangeLog
Expand Up @@ -192,15 +192,15 @@ MaNGOS 0.9 (Dec 14 2007)
* Improved: existing chat and console commands for server gamemasters/administrators, and added new commands.

==== Statistics ====
* Fixed Bugs: 161
* Fixed Bugs: 161
* Total number of changes: 228

MaNGOS 0.8 (Oct 16, 2007)

MaNGOS 0.8 - Codename "Innkeeper" - adds further improvements to the
server core as well as to the majority of game classes and the game content
database.

Important License Change Notice: MaNGOS still is licensed under the terms
of the GPL v2, but we now have added an exception to officially allow our
users to link MaNGOS against the OpenSSL libraries.
Expand All @@ -217,7 +217,7 @@ MaNGOS 0.8 (Oct 16, 2007)
* Added: support for instance specific scripts and data,
* Added: support for localization of names, texts, etc.,
* Added: support for multiple battleground instances,
* Added: support for scripted game object buttons,
* Added: support for scripted game object buttons,
* Improved: battlegrounds should be mostly working, only a few issues left,
* Improved: dungeon system has seen a few improvements,
* Improved: formulas for most aspects of the game,
Expand Down Expand Up @@ -272,7 +272,7 @@ MaNGOS 0.7 (Jul 9, 2007)
* Improved: the mail system and implemented the delay for mails containing items.
* Added: an initial version of the battleground system. One type of battleground is mostly done, still needs more work.
* Added: the jewelry profession, prospecting and support for inserting gems in sockets including meta gems bonuses.
* Added: support for multi-mining veins.
* Added: support for multi-mining veins.
* Added: support for auto-renaming of characters on login at the request of GMs.
* Added: a new, more correct visibility system, invisibility is also implemented correctly now.
* Improved: durability cost calculation.
Expand Down Expand Up @@ -398,7 +398,7 @@ MaNGOS 0.1 (Dec 04, 2005)
* Added: Weapon damage genrator now adds extra damage types for some items.
* Add Tools,DBC Editer,you can use it to edit all .dbc File,
* AI delivery
* Fix duel flag object position
* Fix duel flag object position
* Fixed and sped up the players array code.
* Fixed: Armor settings.
* Fixed: Bug fixes for crash and other stuff.
Expand Down Expand Up @@ -432,7 +432,7 @@ MaNGOS 0.1 (Dec 04, 2005)
* Fix two player in the same zone cores. Fix mem leaks in 1.8 mask deletion. And fix core dump for npc handler due to GUI only takes lower part.
* Function _ApplyItemMods() is protected... then i created a public function ApplyItemMods() that calls it... Object Oriented Project, guys!
* Function SetStanding() has been created. Now needs to put it on places where the standing of the reputation is increased.
* Initial delivery of the AI framework..
* Initial delivery of the AI framework..
* Major CPU usage improvements with grid system disabled.
* msg of ignore list fixed
* Now Faction.dbc is being loaded.
Expand Down Expand Up @@ -495,7 +495,7 @@ MaNGOS 0.0.2 (Oct 31, 2005)
MaNGOS 0.0.2 - Codename "Library" - adds another bunch of improvements, bug
fixes and major enhancements to the overall functionality of the daemon. A
complete list of all updated items follows below:

==== Game Features ====
* Added support for area exploration.
* Added support for duels.
Expand Down Expand Up @@ -560,4 +560,4 @@ MaNGOS 0.0.1 (Sept 13, 2005)
==== Statistics ====
* Fixed Bugs: #2, #3, #9, #10, #11
* Total number of changes: 53.

12 changes: 6 additions & 6 deletions configure.ac
Expand Up @@ -27,15 +27,15 @@ AM_MAINTAINER_MODE

## Prevent the configure script from continuing any further if
# configuration is being performed in the top-level directory.
# The idea is to prevent this ,because some maintainers tend
# The idea is to prevent this ,because some maintainers tend
# to break parallel build trees (a.k.a. VPATH builds).
if test "$srcdir" = "." && test "$enable_maintainer_mode" != "yes"; then
AC_MSG_ERROR(
[
Please configure and build in a directory other than the
top-level source directory. This is needed because a lot
of maintainers tend to break parallel build trees
(a.k.a. VPATH builds). This is kinda real ensurance they
of maintainers tend to break parallel build trees
(a.k.a. VPATH builds). This is kinda real ensurance they
will not do it (by enforcing everybody to do VPATH builds).
For example, try the following from the top-level source
Expand Down Expand Up @@ -86,7 +86,7 @@ fi
AM_CONDITIONAL(DOXYGEN_ENABLED, test x$enable_doxygen_support = xyes)

## Check for required libraries.
AC_CHECK_LIB( pthread, pthread_create, [],
AC_CHECK_LIB( pthread, pthread_create, [],
[LDFLAGS="-pthread $LDFLAGS"
AC_TRY_LINK([char pthread_create();],
pthread_create();,
Expand All @@ -105,7 +105,7 @@ AC_ARG_WITH(postgresql,
*) AC_MSG_ERROR(Bad value ${withval} for --with-postgresql) ;;
esac],
[DO_POSTGRESQL=no])

AC_ARG_WITH(mysql,
[ --with-mysql Use MySQL as a backend (default: yes)],
[case "${withval}" in
Expand All @@ -125,7 +125,7 @@ POSTGRE_LIBS="-L/usr/lib/postresql -lpq -lz -lpthread -lcrypt -lnsl -lm -lpthrea
CXXFLAGS="-DDO_POSTGRESQL $CXXFLAGS"
fi
AC_MSG_RESULT($DO_POSTGRESQL)

# here mysql
AC_MSG_CHECKING(whether to build/link MYSQL)
if test "x$DO_MYSQL" = "xyes"; then
Expand Down
10 changes: 5 additions & 5 deletions doc/DocStructure.dox
Expand Up @@ -10,22 +10,22 @@
* - <A HREF="http://getmangos.com/wiki/">On the wiki</A> to get an overview of the different modules of the server
* - <A HREF="./modules.html">In this source doumentation</A>, starting at the module hierarchy
*/

/*! \defgroup realmd Realm Daemon
*/

/*! \defgroup mangos Mangos Deamon
*/

/*! \defgroup mangosd Daemon starter
\ingroup mangos
*/

/*! \defgroup u2w User Connections
\ingroup mangos
*/
*/

/*! \defgroup world The World
\ingroup mangos
*/
*/

0 comments on commit b029952

Please sign in to comment.