aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2010-06-05More projectfiles down the drain (and yes, we'll remake most of these, apart ↵click
from pre VC90-ones which are now... unsupported) --HG-- branch : trunk
2010-06-05remove some lingering projectfiles, new ones will be createdclick
--HG-- branch : trunk
2010-06-05HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISKclick
Implement the use of the new vmap3-format by Lynx3d (mad props to you for this, and thanks for the talks earlier) + reduced Vmap size to less than one third, and improve precision + indoor/outdoor check which allows automatic unmounting of players + additional area information from WMOAreaTable.dbc, removed existing "hacks" + WMO liquid information for swimming and fishing correctly in buildings/cities/caves/instances (lava and slime WILL hurt from now on!) - buildfiles for windows are not properly done, and will need to be sorted out NOTE: Do NOT annoy Lynx3d about this, any issues with this "port" is entirely our fault ! THIS REVISION IS CONSIDERED UNSTABLE AND CONTAINS WORK IN PROGRESS - USE AT YOUR OWN RISK! --HG-- branch : trunk
2010-06-04* Removed vmap binary files from repo. This is a source repo and binariesBrian
* do not belong in it. * Also removed the no longer needed vmap debugger --HG-- branch : trunk
2010-05-03* Removed registration form that was not kept up to date.Brian
* If you want to run a public server, write your own --HG-- branch : trunk
2010-05-03* Renamed map extractor folder to something more fittingBrian
--HG-- branch : trunk rename : contrib/extractor/CMakeLists.txt => contrib/map_extractor/CMakeLists.txt rename : contrib/extractor/README.linux => contrib/map_extractor/README.linux rename : contrib/extractor/System.cpp => contrib/map_extractor/System.cpp rename : contrib/extractor/VC90_AD.sln => contrib/map_extractor/VC90_AD.sln rename : contrib/extractor/VC90_ad.vcproj => contrib/map_extractor/VC90_ad.vcproj rename : contrib/extractor/ad => contrib/map_extractor/ad rename : contrib/extractor/ad.exe => contrib/map_extractor/ad.exe rename : contrib/extractor/adt.cpp => contrib/map_extractor/adt.cpp rename : contrib/extractor/adt.h => contrib/map_extractor/adt.h rename : contrib/extractor/dbcfile.cpp => contrib/map_extractor/dbcfile.cpp rename : contrib/extractor/dbcfile.h => contrib/map_extractor/dbcfile.h rename : contrib/extractor/debug/zlib.lib => contrib/map_extractor/debug/zlib.lib rename : contrib/extractor/libmpq/CMakeLists.txt => contrib/map_extractor/libmpq/CMakeLists.txt rename : contrib/extractor/libmpq/common.cpp => contrib/map_extractor/libmpq/common.cpp rename : contrib/extractor/libmpq/common.h => contrib/map_extractor/libmpq/common.h rename : contrib/extractor/libmpq/explode.cpp => contrib/map_extractor/libmpq/explode.cpp rename : contrib/extractor/libmpq/explode.h => contrib/map_extractor/libmpq/explode.h rename : contrib/extractor/libmpq/extract.cpp => contrib/map_extractor/libmpq/extract.cpp rename : contrib/extractor/libmpq/huffman.cpp => contrib/map_extractor/libmpq/huffman.cpp rename : contrib/extractor/libmpq/huffman.h => contrib/map_extractor/libmpq/huffman.h rename : contrib/extractor/libmpq/mpq.cpp => contrib/map_extractor/libmpq/mpq.cpp rename : contrib/extractor/libmpq/mpq.h => contrib/map_extractor/libmpq/mpq.h rename : contrib/extractor/libmpq/parser.cpp => contrib/map_extractor/libmpq/parser.cpp rename : contrib/extractor/libmpq/wave.cpp => contrib/map_extractor/libmpq/wave.cpp rename : contrib/extractor/libmpq/wave.h => contrib/map_extractor/libmpq/wave.h rename : contrib/extractor/libmpq/zconf.h => contrib/map_extractor/libmpq/zconf.h rename : contrib/extractor/libmpq/zlib.h => contrib/map_extractor/libmpq/zlib.h rename : contrib/extractor/loadlib/CMakeLists.txt => contrib/map_extractor/loadlib/CMakeLists.txt rename : contrib/extractor/loadlib/adt.cpp => contrib/map_extractor/loadlib/adt.cpp rename : contrib/extractor/loadlib/adt.h => contrib/map_extractor/loadlib/adt.h rename : contrib/extractor/loadlib/loadlib.cpp => contrib/map_extractor/loadlib/loadlib.cpp rename : contrib/extractor/loadlib/loadlib.h => contrib/map_extractor/loadlib/loadlib.h rename : contrib/extractor/loadlib/wdt.cpp => contrib/map_extractor/loadlib/wdt.cpp rename : contrib/extractor/loadlib/wdt.h => contrib/map_extractor/loadlib/wdt.h rename : contrib/extractor/mpq_libmpq.cpp => contrib/map_extractor/mpq_libmpq.cpp rename : contrib/extractor/mpq_libmpq.h => contrib/map_extractor/mpq_libmpq.h rename : contrib/extractor/release/zlib.lib => contrib/map_extractor/release/zlib.lib
2010-05-03* Cleanup of old VS build files for the map extractorBrian
--HG-- branch : trunk
2010-05-06Cleanup : Remove postgreSQL-support (not used and has also been broken for a ↵click
long time) --HG-- branch : trunk
2010-03-09Optimize vmaps extraction.Spp
Thanks to Splinter <Splinter@getmangos.com> Closes issue #857 --HG-- branch : trunk
2010-01-02PHP script for merging new changes with your existing conf file automatically.Paradox
--HG-- branch : trunk
2009-12-28missed change in expanded reg formParadox
--HG-- branch : trunk
2009-12-28Somehow this file didn't get added to my last commitParadox
--HG-- branch : trunk
2009-12-28Make config a separate file for simple reg page as it already was for expandedParadox
Set WOTLK as default expansion and fix simple reg for WOTLK Fix expanded reg to properly display captcha Allow 255 characters for email Replace tabs with spaces --HG-- branch : trunk
2009-12-27Modify simple registration form to add the option for WOTLK. Will do same ↵p0wer
for more advanced form later. --HG-- branch : trunk
2009-12-17Added maps extractor for 3.2.2an0n4m3
--HG-- branch : trunk
2009-12-11* Removed all unneeded Makefile.am files that were leftover from merges withBrian
* MaNGOS --HG-- branch : trunk
2009-07-31[8272] Fixed typos in world 'height' by code. Author: Soryamegamage
--HG-- branch : trunk
2009-07-30 [8221] Removed trailing whitespacesmegamage
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-06-04[7953] Some space and formating cleanups in vmap_extractor_v2 Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-06-03[7947] Use "NUMERIC" type instead of "BIGINT" in mysql_to_pgsql convertor. ↵megamage
Author: AlexDereka --HG-- branch : trunk
2009-05-31 [7913] Fixed vmap_assambler sources. Updated binary. Author: VladimirMangosmegamage
* Fixed week ago added bugs into vmap code that break vmap_assambler sources work. Note: vmap_assambler binary not updated from nov 2008 until this commit and it has been correct working. * Add to vmap assambler process show output and add appropriate error messages output. * vmap_assambler binary updated. --HG-- branch : trunk
2009-04-20 [7691] Added MySQL to PostgreSQL converter. Author: AlexDerekamegamage
Tested on PostgreSQL 8.3 and MySQL 5.0. For compile see README. --HG-- branch : trunk
2009-04-13* Fixed extractor compile.XTZGZoReX
--HG-- branch : trunk
2009-04-07* Added tab2spaces and trailing-whitespace cleanup scripts to contrib.XTZGZoReX
--HG-- branch : trunk
2009-04-02[7596] Better use wmo MOPY flags data on extract vmaps. No changes, just ↵megamage
speedup. Author: DiSlord --HG-- branch : trunk
2009-03-18 [7489] Update gameobject rotation fields if need. Author: VladimirMangosmegamage
* Fixed update absent in ".gobject turn" command * Propetly set rotation fields for summoned objects * Check rotation/coordinates fields values at server loading --HG-- branch : trunk
2009-03-18* Fixed extractor on systems with 2GB fopen() limit. Author: arraiXTZGZoReX
--HG-- branch : trunk
2009-03-12[7443] Better error reporting at DBC files extraction in ad.exe. No ↵megamage
functionlity chnages in normal work case. Author: VladimirMangos --HG-- branch : trunk
2009-03-10 [7439] Fix wrong liquid level in some places. Need reectract maps. ↵megamage
Author: DiSlord Remove some log on extract maps. Add liquid status log to .gps command --HG-- branch : trunk
2009-03-09 [7428] Add new .map file format use more compact data store and usemegamage
Rewrite .map extractor + extract more useful data + add "-f 0" option for disable size/accuracy optimisation + Compatability vs 2.4.3 client data More fast get .map data Implement fatigue timer Rewrite breath timer Allow absorb/resist for lava/slime environmental damage Need re-extract map for work. Author: DiSlord --HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-21Bump to map version number. New maps needed.KingPin
--HG-- branch : trunk
2009-02-21New ad.exe for rev 1086+KingPin
--HG-- branch : trunk
2009-02-20fix cmake/ACE for freeBSD and Mac OSXraczman
--HG-- branch : trunk
2009-02-20fix for height mapsDiSlord
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-17[7291] Better map height calculation by use client data format.megamage
Need re extract map files by use new ad.exe Author: DiSlord --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12More tabs2spacesParadox
--HG-- branch : trunk
2009-02-09Add newline at end of file.KingPin
--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-23*Update to Mangos 7154.megamage
--HG-- branch : trunk
2009-01-17*Update to Mangos 7100.megamage
--HG-- branch : trunk
2009-01-17*Update to Mangos 7100.megamage
--HG-- branch : trunk
2008-12-24*Some clean up.megamage
--HG-- branch : trunk