aboutsummaryrefslogtreecommitdiff
path: root/dep
AgeCommit message (Collapse)Author
2010-04-20Thanks to Windows file name handling being insaneraczman
i need to move file around. (Protip MS: noone uses PRN anymore) http://imgur.com/gDgGGh.jpg --HG-- branch : trunk rename : dep/include/jemalloc/internal/prn.h => dep/include/jemalloc/internal/totally_not_p_r_n.h
2010-04-20Use jemalloc as memory allocator on linux.raczman
In comparison to standard glibc allocator, jemalloc fargments adress space less, and scales linearly in multithreaded environment. Author: Jason Evans, mad props to him. --HG-- branch : trunk
2010-04-06Cleaned up include directories in cmakes.raczman
--HG-- branch : trunk
2009-12-11* Removed all unneeded Makefile.am files that were leftover from merges withBrian
* MaNGOS --HG-- branch : trunk
2009-11-27Fix warnings for cmake 2.8.0Kudlaty
--HG-- branch : trunk
2009-11-20*Some cleanup (mostly whitespace changes)maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-09-13Remove the remaining obsolete Zthread code Part3 Really this time.Chaz Brown
--HG-- branch : trunk
2009-09-13Remove the remaining obsolete Zthread codeChaz Brown
--HG-- branch : trunk
2009-08-31* Add OpenSSL-0.9.8k libraries for Win32 and Win64 to repoMachiavelli
--HG-- branch : trunk
2009-06-27 [8080] Portability fixes for some Unix platforms. Author: VladimirMangosmegamage
* Add #include <stdio.h> to some fiels where related functions call. * Avoid template dependent lookup for fields in class LockedQueue. --HG-- branch : trunk
2009-06-05 [7962] Fixed compilation on OpenBSD. Author: AlexDerekamegamage
Remove outdated options from configure.ac. --HG-- branch : trunk
2009-06-04*Add missing includes allowing GCC 4.4 buildpanaut0lordv
--HG-- branch : trunk
2009-05-22[7866] Added VS 2010 Beta 1 project files. Requires libeay32.dll update. ↵megamage
This is experimental changes. Use it on own risk. Author: tomrus88 *Note: this is not supported by TC --HG-- branch : trunk
2009-05-14* Fix compile errorDrahy
--HG-- branch : trunk
2009-05-13Updated OpenSSL lib to OpenSSL 0.9.8k Author: tomrus88megamage
--HG-- branch : trunk
2009-05-13[7812] Fixed compile ACE aio in linux. Author: Derexmegamage
--HG-- branch : trunk
2009-05-13 [7810] Moved ZThread related code on ACE framework. Author: Ambalmegamage
Remove ZThread source code from mangos. --HG-- branch : trunk
2009-05-06Backed out changeset: 7c8912b7d5c6megamage
--HG-- branch : trunk
2009-05-06Fix compile for gcc 4.4.panaut0lordv
--HG-- branch : trunk
2009-04-29[7731] Some code cleanups, warrning fixes. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-25[7711] Removed Sqlite Code. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-04-20*Merge.megamage
--HG-- branch : trunk
2009-04-19* Tabs to spaces cleanupMachiavelli
--HG-- branch : trunk
2009-03-31*Merge.megamage
--HG-- branch : trunk
2009-03-29Removed automake from TC for good. ACE automake is still there, for folks ↵raczman
who want to build ACE from dep/ACE_wrappers. --HG-- branch : trunk
2009-03-21Updated OpenSSL lib. Thanks to Neo2003. Author: tomrus88megamage
--HG-- branch : trunk
2009-02-24 [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵megamage
VladimirMangos 1) comparison singed and unsigned values 2) redundent includes 3) wrong constructor :-part field initilization 4) unused not-/*name*/-guarded args in template/virtual functions that not required like args. 5) explicitly list not implemented achievement types. Also bugs fixed: 1) Drop wrong phase mask 0 check in WorldObject::InSamePhase. 2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result. 3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u. --HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-20fix cmake/ACE for freeBSD and Mac OSXraczman
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Yet more tabs to spacesParadox
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-09Replace tabs with spaces in more files.Paradox
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 3 (final)Drahy
* Fixed some missing copyright notice --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-01-17*Update to Trinity 878.megamage
--HG-- branch : trunk
2009-01-17Cmake build system for trinityraczman
--HG-- branch : trunk
2008-12-24*Some clean up.megamage
--HG-- branch : trunk
2008-12-12*Update to Mangos 6902. Source: Mangos.megamage
*Skipped rev: rev 6893, some code about waypoint movement. --HG-- branch : trunk
2008-10-23[svn] Fixed copyright notices to comply with GPL.w12x
--HG-- branch : trunk
2008-10-21[svn] Fixed win32 compilew12x
Null pointer checks in the barrens ai. --HG-- branch : trunk
2008-10-21[svn] * freebsd ace compile fix thanx to timmit for info and testing by srounetKingPin
--HG-- branch : trunk
2008-10-19[svn] * Reverted ACE changes till I have more time to debug, this fixes ↵KingPin
compile on Linux. --HG-- branch : trunk
2008-10-19[svn] * Fixed compile from r78KingPin
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP --HG-- branch : trunk
2008-10-14[svn] * Merge Temp dev SVN with Assembla.Seline
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
2008-10-11[svn] * Fixed more text files.XTZGZoReX
* Added basic registration page. Setup instructions in contrib/registration_form/README. --HG-- branch : trunk