YTDB

Вернуться   YTDB > Новости / News > CMaNGOS-4.3.4 Commits

CMaNGOS-4.3.4 Commits Изменения, принятые в официальный репозиторий ядра CMaNGOS.
git://github.com/cmangos/mangos-cata.git

Ответ
 
Опции темы Поиск в этой теме Опции просмотра
Старый 05.08.2012, 03:21   #1
newsbot
News Bot
 
Аватар для newsbot
 
Регистрация: 20.11.2009
Сообщений: 1,290
Сказал(а) спасибо: 0
Поблагодарили 5 раз(а) в 5 сообщениях
newsbot На верном пути
По умолчанию Merge mangos/master into mangos/400 Thanks Xfurry =)

Автор: Salja


<pre>m .gitignore
m CMakeLists.txt
m NEWS
m README
m cmake/ImportACE.cmake
m cmake/ImportTBB.cmake
m contrib/extractor/CMakeLists.txt
m contrib/extractor/System.cpp
+ contrib/extractor/libmpq/CMakeLists.txt
m contrib/extractor/loadlib/CMakeLists.txt
m contrib/extractor/loadlib/adt.h
+ contrib/extractor_binary/ExtractResources.sh
+ contrib/extractor_binary/MoveMapGen.sh
+ contrib/extractor_binary/README.txt
+ contrib/extractor_binary/offmesh.txt
m contrib/git_id/.gitignore
m contrib/git_id/git_id.cpp
- contrib/git_id/git_id_vc80.sln
- contrib/git_id/git_id_vc80.vcproj
+ contrib/mmap/.gitignore
+ contrib/mmap/CMakeLists.txt
+ contrib/mmap/mmap_extract.py
+ contrib/mmap/offmesh_example.txt
+ contrib/mmap/readme
+ contrib/mmap/src/IntermediateValues.cpp
+ contrib/mmap/src/IntermediateValues.h
+ contrib/mmap/src/MMapCommon.h
+ contrib/mmap/src/MangosMap.h
+ contrib/mmap/src/MapBuilder.cpp
+ contrib/mmap/src/MapBuilder.h
+ contrib/mmap/src/TerrainBuilder.cpp
+ contrib/mmap/src/TerrainBuilder.h
+ contrib/mmap/src/VMapExtensions.cpp
+ contrib/mmap/src/generator.cpp
+ contrib/mmap/win/MoveMapGen_VC100.sln
+ contrib/mmap/win/MoveMapGen_VC90.sln
+ contrib/mmap/win/VC100/.gitignore
+ contrib/mmap/win/VC100/MoveMapGen_VC100.vcxproj
+ contrib/mmap/win/VC100/MoveMapGen_VC100.vcxproj.filters
+ contrib/mmap/win/VC90/.gitignore
+ contrib/mmap/win/VC90/MoveMapGen.vcproj
m contrib/mysql_to_pgsql/src/defines.h
m contrib/mysql_to_pgsql/src/main.cpp
m contrib/soap/example.php
m contrib/vmap_assembler/CMakeLists.txt
- contrib/vmap_assembler/VC80/vmap_assembler.vcproj
m contrib/vmap_assembler/vmap_assembler.cpp
- contrib/vmap_assembler/vmap_assemblerVC80.sln
- contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat
- contrib/vmap_extract_assembler_bin/readme.txt
m contrib/vmap_extractor_v3/CMakeLists.txt
+ contrib/vmap_extractor_v3/make_vmaps.bat
m contrib/vmap_extractor_v3/vmapextract/CMakeLists.txt
m contrib/vmap_extractor_v3/vmapextract/adtfile.cpp
m contrib/vmap_extractor_v3/vmapextract/adtfile.h
m contrib/vmap_extractor_v3/vmapextract/dbcfile.cpp
m contrib/vmap_extractor_v3/vmapextract/dbcfile.h
m contrib/vmap_extractor_v3/vmapextract/loadlib/loadlib.h
m contrib/vmap_extractor_v3/vmapextract/model.cpp
m contrib/vmap_extractor_v3/vmapextract/model.h
m contrib/vmap_extractor_v3/vmapextract/modelheaders.h
m contrib/vmap_extractor_v3/vmapextract/vmapexport.cpp
m contrib/vmap_extractor_v3/vmapextract/vmapexport.h
m contrib/vmap_extractor_v3/vmapextract/wdtfile.cpp
m contrib/vmap_extractor_v3/vmapextract/wdtfile.h
m contrib/vmap_extractor_v3/vmapextract/wmo.cpp
m contrib/vmap_extractor_v3/vmapextract/wmo.h
- contrib/vmap_extractor_v3/win/VC80/vmapExtractor3.vcproj
- contrib/vmap_extractor_v3/win/vmapExtractor3_VC80.sln
m dep/ACE_wrappers/CMakeLists.txt
m dep/CMakeLists.txt
m dep/lib/win32_debug/.gitignore
m dep/lib/win32_release/.gitignore
m dep/lib/x64_Debug/.gitignore
m dep/lib/x64_release/.gitignore
- dep/libmpq/win/VC80/libmpq.vcproj
- dep/libmpq/win/libmpq_VC80.sln
+ dep/recastnavigation/CMakeLists.txt
+ dep/recastnavigation/DebugUtils/Include/DebugDraw.h
+ dep/recastnavigation/DebugUtils/Include/DetourDebugDraw.h
+ dep/recastnavigation/DebugUtils/Include/RecastDebugDraw.h
+ dep/recastnavigation/DebugUtils/Include/RecastDump.h
+ dep/recastnavigation/DebugUtils/Source/DebugDraw.cpp
+ dep/recastnavigation/DebugUtils/Source/DetourDebugDraw.cpp
+ dep/recastnavigation/DebugUtils/Source/RecastDebugDraw.cpp
+ dep/recastnavigation/DebugUtils/Source/RecastDump.cpp
+ dep/recastnavigation/Detour/CMakeLists.txt
+ dep/recastnavigation/Detour/Include/DetourAlloc.h
+ dep/recastnavigation/Detour/Include/DetourAssert.h
+ dep/recastnavigation/Detour/Include/DetourCommon.h
+ dep/recastnavigation/Detour/Include/DetourNavMesh.h
+ dep/recastnavigation/Detour/Include/DetourNavMeshBuilder.h
+ dep/recastnavigation/Detour/Include/DetourNavMeshQuery.h
+ dep/recastnavigation/Detour/Include/DetourNode.h
+ dep/recastnavigation/Detour/Include/DetourObstacleAvoidance.h
+ dep/recastnavigation/Detour/Source/CMakeLists.txt
+ dep/recastnavigation/Detour/Source/DetourAlloc.cpp
+ dep/recastnavigation/Detour/Source/DetourCommon.cpp
+ dep/recastnavigation/Detour/Source/DetourNavMesh.cpp
+ dep/recastnavigation/Detour/Source/DetourNavMeshBuilder.cpp
+ dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp
+ dep/recastnavigation/Detour/Source/DetourNode.cpp
+ dep/recastnavigation/Detour/Source/DetourObstacleAvoidance.cpp
+ dep/recastnavigation/Detour/win/Detour_VC100.sln
+ dep/recastnavigation/Detour/win/Detour_VC90.sln
+ dep/recastnavigation/Detour/win/VC100/.gitignore
+ dep/recastnavigation/Detour/win/VC100/Detour.vcxproj
+ dep/recastnavigation/Detour/win/VC100/Detour.vcxproj.filters
+ dep/recastnavigation/Detour/win/VC90/.gitignore
+ dep/recastnavigation/Detour/win/VC90/Detour.vcproj
+ dep/recastnavigation/License.txt
+ dep/recastnavigation/Readme.txt
+ dep/recastnavigation/Recast/Include/Recast.h
+ dep/recastnavigation/Recast/Include/RecastAlloc.h
+ dep/recastnavigation/Recast/Include/RecastAssert.h
+ dep/recastnavigation/Recast/Source/Recast.cpp
+ dep/recastnavigation/Recast/Source/RecastAlloc.cpp
+ dep/recastnavigation/Recast/Source/RecastArea.cpp
+ dep/recastnavigation/Recast/Source/RecastContour.cpp
+ dep/recastnavigation/Recast/Source/RecastFilter.cpp
+ dep/recastnavigation/Recast/Source/RecastMesh.cpp
+ dep/recastnavigation/Recast/Source/RecastMeshDetail.cpp
+ dep/recastnavigation/Recast/Source/RecastRasterization.cpp
+ dep/recastnavigation/Recast/Source/RecastRegion.cpp
+ dep/recastnavigation/Recast/win/Recast_VC100.sln
+ dep/recastnavigation/Recast/win/Recast_VC90.sln
+ dep/recastnavigation/Recast/win/VC100/.gitignore
+ dep/recastnavigation/Recast/win/VC100/Recast.vcxproj
+ dep/recastnavigation/Recast/win/VC100/Recast.vcxproj.filters
+ dep/recastnavigation/Recast/win/VC90/.gitignore
m dep/recastnavigation/Recast/win/VC90/Recast.vcproj
+ dep/recastnavigation/RecastDemo/Build/GNUMake/Common.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/DebugUtils.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/Detour.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/HelperLibrary.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/Library.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/Program.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/Recast.mk
+ dep/recastnavigation/RecastDemo/Build/GNUMake/RecastDemo.mk
+ dep/recastnavigation/RecastDemo/Build/VC10/.gitignore
+ dep/recastnavigation/RecastDemo/Build/VC10/Recast.sln
+ dep/recastnavigation/RecastDemo/Build/VC10/Recast.vcxproj
+ dep/recastnavigation/RecastDemo/Build/VC10/Recast.vcxproj.filters
+ dep/recastnavigation/RecastDemo/Build/VC9/.gitignore
+ dep/recastnavigation/RecastDemo/Build/VC9/Recast.sln
+ dep/recastnavigation/RecastDemo/Build/VC9/Recast.vcproj
+ dep/recastnavigation/RecastDemo/Build/Xcode/English.lproj/MainMenu.xib
+ dep/recastnavigation/RecastDemo/Build/Xcode/Info.plist
+ dep/recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/memon.pbxuser
+ dep/recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/memon.perspectivev3
+ dep/recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/project.pbxproj
+ dep/recastnavigation/RecastDemo/Build/Xcode/Recast_Prefix.pch
+ dep/recastnavigation/RecastDemo/Contrib/SDL/BUGS
+ dep/recastnavigation/RecastDemo/Contrib/SDL/COPYING
+ dep/recastnavigation/RecastDemo/Contrib/SDL/README
+ dep/recastnavigation/RecastDemo/Contrib/SDL/README-SDL.txt
+ dep/recastnavigation/RecastDemo/Contrib/SDL/VisualC.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/WhatsNew
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/audio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/cdrom.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/event.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/eventfunctions.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/eventstructures.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/general.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guide.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideaboutsdldoc.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideaudioexamples.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidebasicsinit.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidecdromexamples.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidecredits.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideeventexamples.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideexamples.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideinput.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guideinputkeyboard.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidepreface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidethebasics.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidetimeexamples.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidevideo.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/guidevideoopengl.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/index.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/joystick.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/reference.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlactiveevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdladdtimer.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlaudiocvt.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlaudiospec.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlblitsurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlbuildaudiocvt.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcd.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdclose.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdeject.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdname.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdnumdrives.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdopen.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdpause.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdplay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdplaytracks.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdresume.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdstatus.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdstop.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcdtrack.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcloseaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcolor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcondbroadcast.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcondsignal.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcondwait.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcondwaittimeout.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlconvertaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlconvertsurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatecond.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatecursor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatemutex.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatergbsurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatergbsurfacefrom.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatesemaphore.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreatethread.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlcreateyuvoverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldelay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldestroycond.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldestroymutex.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldestroysemaphore.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldisplayformat.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldisplayformatalpha.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdldisplayyuvoverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlenablekeyrepeat.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlenableunicode.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlenvvars.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdleventstate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlexposeevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlfillrect.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlflip.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlfreecursor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlfreesurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlfreewav.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlfreeyuvoverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetappstate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetaudiostatus.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetcliprect.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetcursor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgeterror.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgeteventfilter.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetgammaramp.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetkeyname.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetkeystate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetmodstate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetmousestate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetrelativemousestate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetrgb.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetrgba.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetthreadid.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetticks.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetvideoinfo.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlgetvideosurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglattr.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglgetattribute.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglgetprocaddress.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglloadlibrary.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglsetattribute.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlglswapbuffers.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlinit.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlinitsubsystem.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoyaxisevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoyballevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoybuttonevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoyhatevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickclose.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickeventstate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickgetaxis.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickgetball.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickgetbutton.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickgethat.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickindex.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickname.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoysticknumaxes.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoysticknumballs.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoysticknumbuttons.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoysticknumhats.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickopen.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickopened.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdljoystickupdate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlkey.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlkeyboardevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlkeysym.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlkillthread.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdllistmodes.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlloadbmp.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlloadwav.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdllockaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdllocksurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdllockyuvoverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmaprgb.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmaprgba.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmixaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmousebuttonevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmousemotionevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmutexp.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlmutexv.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlnumjoysticks.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlopenaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdloverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpalette.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpauseaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpeepevents.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpixelformat.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpollevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpumpevents.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlpushevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlquit.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlquitevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlquitsubsystem.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlrect.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlremovetimer.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlresizeevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsavebmp.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsempost.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsemtrywait.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsemvalue.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsemwait.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsemwaittimeout.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetalpha.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetcliprect.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetcolorkey.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetcolors.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetcursor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlseteventfilter.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetgamma.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetgammaramp.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetmodstate.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetpalette.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsettimer.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsetvideomode.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlshowcursor.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlsyswmevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlthreadid.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlunlockaudio.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlunlocksurface.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlunlockyuvoverlay.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlupdaterect.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlupdaterects.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdluserevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlvideodrivername.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlvideoinfo.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlvideomodeok.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwaitevent.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwaitthread.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwarpmouse.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwasinit.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmgetcaption.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmgrabinput.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmiconifywindow.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmsetcaption.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmseticon.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/sdlwmtogglefullscreen.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/thread.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/time.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/video.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/html/wm.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/docs/index.html
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_active.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_audio.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_byteorder.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_cdrom.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_amiga.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_dreamcast.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_macos.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_macosx.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_minimal.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_nds.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_os2.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_symbian.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_config_win32.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_copying.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_cpuinfo.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_endian.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_error.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_events.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_getenv.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_joystick.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_keyboard.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_keysym.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_loadso.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_main.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_mouse.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_mutex.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_name.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_opengl.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_platform.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_quit.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_rwops.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_stdinc.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_syswm.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_thread.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_timer.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_types.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_version.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/SDL_video.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/begin_code.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/include/close_code.h
+ dep/recastnavigation/RecastDemo/Contrib/SDL/readme.txt
+ dep/recastnavigation/RecastDemo/Contrib/stb_image.h
+ dep/recastnavigation/RecastDemo/Contrib/stb_truetype.h
+ dep/recastnavigation/RecastDemo/Include/ChunkyTriMesh.h
+ dep/recastnavigation/RecastDemo/Include/ConvexVolumeTool.h
+ dep/recastnavigation/RecastDemo/Include/CrowdManager.h
+ dep/recastnavigation/RecastDemo/Include/CrowdTool.h
+ dep/recastnavigation/RecastDemo/Include/Debug.h
+ dep/recastnavigation/RecastDemo/Include/Filelist.h
+ dep/recastnavigation/RecastDemo/Include/InputGeom.h
+ dep/recastnavigation/RecastDemo/Include/MeshLoaderObj.h
+ dep/recastnavigation/RecastDemo/Include/NavMeshTesterTool.h
+ dep/recastnavigation/RecastDemo/Include/OffMeshConnectionTool.h
+ dep/recastnavigation/RecastDemo/Include/PerfTimer.h
+ dep/recastnavigation/RecastDemo/Include/SDLMain.h
+ dep/recastnavigation/RecastDemo/Include/Sample.h
+ dep/recastnavigation/RecastDemo/Include/SampleInterfaces.h
+ dep/recastnavigation/RecastDemo/Include/Sample_Debug.h
+ dep/recastnavigation/RecastDemo/Include/Sample_SoloMeshSimple.h
+ dep/recastnavigation/RecastDemo/Include/Sample_SoloMeshTiled.h
+ dep/recastnavigation/RecastDemo/Include/Sample_TileMesh.h
+ dep/recastnavigation/RecastDemo/Include/SlideShow.h
+ dep/recastnavigation/RecastDemo/Include/TestCase.h
+ dep/recastnavigation/RecastDemo/Include/ValueHistory.h
+ dep/recastnavigation/RecastDemo/Include/imgui.h
+ dep/recastnavigation/RecastDemo/Include/imguiRenderGL.h
+ dep/recastnavigation/RecastDemo/Source/ChunkyTriMesh.cpp
+ dep/recastnavigation/RecastDemo/Source/ConvexVolumeTool.cpp
+ dep/recastnavigation/RecastDemo/Source/CrowdManager.cpp
+ dep/recastnavigation/RecastDemo/Source/CrowdTool.cpp
+ dep/recastnavigation/RecastDemo/Source/Debug.cpp
+ dep/recastnavigation/RecastDemo/Source/Filelist.cpp
+ dep/recastnavigation/RecastDemo/Source/InputGeom.cpp
+ dep/recastnavigation/RecastDemo/Source/MeshLoaderObj.cpp
+ dep/recastnavigation/RecastDemo/Source/NavMeshTesterTool.cpp
+ dep/recastnavigation/RecastDemo/Source/OffMeshConnectionTool.cpp
+ dep/recastnavigation/RecastDemo/Source/PerfTimer.cpp
+ dep/recastnavigation/RecastDemo/Source/SDLMain.m
+ dep/recastnavigation/RecastDemo/Source/Sample.cpp
+ dep/recastnavigation/RecastDemo/Source/SampleInterfaces.cpp
+ dep/recastnavigation/RecastDemo/Source/Sample_Debug.cpp
+ dep/recastnavigation/RecastDemo/Source/Sample_SoloMeshSimple.cpp
+ dep/recastnavigation/RecastDemo/Source/Sample_SoloMeshTiled.cpp
+ dep/recastnavigation/RecastDemo/Source/Sample_TileMesh.cpp
+ dep/recastnavigation/RecastDemo/Source/SlideShow.cpp
+ dep/recastnavigation/RecastDemo/Source/TestCase.cpp
+ dep/recastnavigation/RecastDemo/Source/ValueHistory.cpp
+ dep/recastnavigation/RecastDemo/Source/imgui.cpp
+ dep/recastnavigation/RecastDemo/Source/imguiRenderGL.cpp
+ dep/recastnavigation/RecastDemo/Source/main.cpp
+ dep/recastnavigation/TODO.txt
m dep/src/CMakeLists.txt
m dep/src/g3dlite/CMakeLists.txt
m dep/src/gsoap/CMakeLists.txt
m dep/src/zlib/CMakeLists.txt
m dep/tbb/CMakeLists.txt
+ doc/AuctionHouseBot.txt
m doc/EventAI.txt
m doc/script_commands.txt
m sql/characters.sql
m sql/mangos.sql
m sql/tools/README
m sql/updates/10159_01_mangos_spell_proc_event.sql
m sql/updates/10217_02_mangos_playercreateinfo_action.sql
m sql/updates/10219_01_mangos_spell_proc_event.sql
m sql/updates/10223_01_mangos_spell_proc_event.sql
m sql/updates/10349_01_mangos_spell_proc_event.sql
m sql/updates/10411_01_mangos_spell_proc_event.sql
+ sql/updates/11646_01_mangos_item_expire_convert.sql
+ sql/updates/11661_01_mangos_spell_proc_event.sql
+ sql/updates/11664_01_mangos_spell_proc_event.sql
+ sql/updates/11673_01_mangos_spell_proc_event.sql
+ sql/updates/11678_01_mangos_spell_proc_event.sql
+ sql/updates/11679_01_mangos_spell_proc_event.sql
+ sql/updates/11680_01_mangos_spell_proc_event.sql
+ sql/updates/11681_01_mangos_spell_proc_event.sql
+ sql/updates/11682_01_mangos_spell_proc_event.sql
+ sql/updates/11685_01_mangos_spell_proc_event.sql
+ sql/updates/11686_01_mangos_spell_proc_event.sql
+ sql/updates/11687_01_mangos_spell_proc_event.sql
+ sql/updates/11688_01_mangos_spell_proc_event.sql
+ sql/updates/11689_01_mangos_spell_proc_event.sql
+ sql/updates/11690_01_mangos_spell_proc_event.sql
+ sql/updates/11701_01_mangos_command.sql
+ sql/updates/11704_01_characters_auction.sql
+ sql/updates/11716_01_characters_auction.sql
+ sql/updates/11716_02_characters_characters.sql
+ sql/updates/11716_03_characters_character_equipmentsets.sql
+ sql/updates/11716_04_characters_creature_respawn.sql
+ sql/updates/11716_05_characters_gameobject_respawn.sql
+ sql/updates/11716_06_characters_guild.sql
+ sql/updates/11716_07_characters_guild_eventlog.sql
+ sql/updates/11716_08_characters_instance.sql
+ sql/updates/11716_09_characters_instance_reset.sql
+ sql/updates/11716_10_characters_mail.sql
+ sql/updates/11717_01_mangos_spell_proc_event.sql
+ sql/updates/11731_01_mangos_command.sql
+ sql/updates/11731_02_mangos_mangos_string.sql
+ sql/updates/11733_01_mangos_spell_proc_event.sql
+ sql/updates/11754_01_mangos_mangos_string.sql
+ sql/updates/11755_01_mangos.sql
+ sql/updates/11763_01_mangos_spell_proc_event.sql
+ sql/updates/11764_01_mangos_spell_proc_event.sql
+ sql/updates/11766_01_mangos_spell_proc_event.sql
+ sql/updates/11768_01_mangos_spell_proc_event.sql
+ sql/updates/11773_01_mangos_spell_proc_event.sql
+ sql/updates/11773_02_mangos_spell_chain.sql
+ sql/updates/11774_01_mangos_spell_proc_event.sql
+ sql/updates/11785_01_mangos_instance_encounters.sql
+ sql/updates/11785_02_characters_instance.sql
+ sql/updates/11807_01_mangos_gameobject_addon.sql
+ sql/updates/11813_01_mangos_mangos_string.sql
+ sql/updates/11827_01_mangos_creature_linking_template.sql
+ sql/updates/11831_01_mangos_mangos_string.sql
+ sql/updates/11831_02_mangos_command.sql
+ sql/updates/11851_01_mangos_string.sql
+ sql/updates/11852_01_mangos_gossip_menu.sql
+ sql/updates/11876_01_mangos_creature_linking_template.sql
+ sql/updates/11885_01_mangos_spell_proc_event.sql
+ sql/updates/11926_01_mangos_creature_template.sql
+ sql/updates/11940_01_mangos_creature_movement_scripts.sql
+ sql/updates/11940_02_mangos_event_scripts.sql
+ sql/updates/11940_03_mangos_gameobject_scripts.sql
+ sql/updates/11940_04_mangos_gossip_scripts.sql
+ sql/updates/11940_05_mangos_quest_end_scripts.sql
+ sql/updates/11940_06_mangos_quest_start_scripts.sql
+ sql/updates/11940_07_mangos_spell_scripts.sql
+ sql/updates/11947_01_mangos_dbscripts.sql
m sql/updates/README
m src/CMakeLists.txt
m src/bindings/CMakeLists.txt
m src/bindings/universal/CMakeLists.txt
m src/bindings/universal/ScriptMgr.cpp
m src/bindings/universal/ScriptMgr.h
m src/bindings/universal/Scripts/sc_default.cpp
m src/bindings/universal/Scripts/sc_defines.cpp
m src/bindings/universal/Scripts/sc_defines.h
m src/bindings/universal/config.h
m src/bindings/universal/system.cpp
m src/framework/CMakeLists.txt
m src/framework/Dynamic/FactoryHolder.h
m src/framework/Dynamic/ObjectRegistry.h
m src/framework/GameSystem/Grid.h
m src/framework/GameSystem/GridLoader.h
m src/framework/GameSystem/GridRefManager.h
m src/framework/GameSystem/GridReference.h
m src/framework/GameSystem/NGrid.h
m src/framework/GameSystem/TypeContainer.h
m src/framework/GameSystem/TypeContainerFunctions.h
m src/framework/GameSystem/TypeContainerFunctionsPtr.h
m src/framework/GameSystem/TypeContainerVisitor.h
m src/framework/Platform/CompilerDefs.h
m src/framework/Platform/Define.h
m src/framework/Policies/CreationPolicy.h
m src/framework/Policies/MemoryManagement.cpp
m src/framework/Policies/ObjectLifeTime.cpp
m src/framework/Policies/ObjectLifeTime.h
m src/framework/Policies/Singleton.h
m src/framework/Policies/SingletonImp.h
m src/framework/Policies/ThreadingModel.h
m src/framework/Utilities/ByteConverter.h
m src/framework/Utilities/Callback.h
m src/framework/Utilities/EventProcessor.cpp
m src/framework/Utilities/EventProcessor.h
m src/framework/Utilities/LinkedList.h
m src/framework/Utilities/LinkedReference/RefManager.h
m src/framework/Utilities/LinkedReference/Reference.h
m src/framework/Utilities/TypeList.h
m src/framework/Utilities/UnorderedMapSet.h
m src/game/AccountMgr.cpp
m src/game/AccountMgr.h
m src/game/AchievementMgr.cpp
m src/game/AchievementMgr.h
m src/game/AggressorAI.cpp
m src/game/AggressorAI.h
m src/game/ArenaTeam.cpp
m src/game/ArenaTeam.h
m src/game/ArenaTeamHandler.cpp
+ src/game/AuctionHouseBot/AuctionHouseBot.cpp
+ src/game/AuctionHouseBot/AuctionHouseBot.h
+ src/game/AuctionHouseBot/ahbot.conf.dist.in
m src/game/AuctionHouseHandler.cpp
m src/game/AuctionHouseMgr.cpp
m src/game/AuctionHouseMgr.h
m src/game/Bag.cpp
m src/game/Bag.h
m src/game/BattleGround.cpp
m src/game/BattleGround.h
m src/game/BattleGroundAA.cpp
m src/game/BattleGroundAA.h
m src/game/BattleGroundAB.cpp
m src/game/BattleGroundAB.h
m src/game/BattleGroundAV.cpp
m src/game/BattleGroundAV.h
m src/game/BattleGroundBE.cpp
m src/game/BattleGroundBE.h
m src/game/BattleGroundDS.cpp
m src/game/BattleGroundDS.h
m src/game/BattleGroundEY.cpp
m src/game/BattleGroundEY.h
m src/game/BattleGroundHandler.cpp
m src/game/BattleGroundIC.cpp
m src/game/BattleGroundIC.h
m src/game/BattleGroundMgr.cpp
m src/game/BattleGroundMgr.h
m src/game/BattleGroundNA.cpp
m src/game/BattleGroundNA.h
m src/game/BattleGroundRB.cpp
m src/game/BattleGroundRB.h
m src/game/BattleGroundRL.cpp
m src/game/BattleGroundRL.h
m src/game/BattleGroundRV.cpp
m src/game/BattleGroundRV.h
m src/game/BattleGroundSA.cpp
m src/game/BattleGroundSA.h
m src/game/BattleGroundWS.cpp
m src/game/BattleGroundWS.h
m src/game/CMakeLists.txt
m src/game/Calendar.cpp
m src/game/Calendar.h
m src/game/CalendarHandler.cpp
m src/game/Camera.cpp
m src/game/Camera.h
m src/game/Cell.h
m src/game/CellImpl.h
m src/game/Channel.cpp
m src/game/Channel.h
m src/game/ChannelHandler.cpp
m src/game/ChannelMgr.cpp
m src/game/ChannelMgr.h
m src/game/CharacterDatabaseCleaner.cpp
m src/game/CharacterDatabaseCleaner.h
m src/game/CharacterHandler.cpp
m src/game/Chat.cpp
m src/game/Chat.h
m src/game/ChatHandler.cpp
m src/game/CombatHandler.cpp
m src/game/ConfusedMovementGenerator.cpp
m src/game/ConfusedMovementGenerator.h
m src/game/Corpse.cpp
m src/game/Corpse.h
m src/game/Creature.cpp
m src/game/Creature.h
m src/game/CreatureAI.cpp
m src/game/CreatureAI.h
m src/game/CreatureAIImpl.h
m src/game/CreatureAIRegistry.cpp
m src/game/CreatureAIRegistry.h
m src/game/CreatureAISelector.cpp
m src/game/CreatureAISelector.h
m src/game/CreatureEventAI.cpp
m src/game/CreatureEventAI.h
m src/game/CreatureEventAIMgr.cpp
m src/game/CreatureEventAIMgr.h
+ src/game/CreatureLinkingMgr.cpp
+ src/game/CreatureLinkingMgr.h
m src/game/DBCEnums.h
m src/game/DBCStores.cpp
m src/game/DBCStores.h
m src/game/DBCStructure.h
m src/game/DBCfmt.h
- src/game/DestinationHolder.h
- src/game/DestinationHolderImp.h
m src/game/DuelHandler.cpp
m src/game/DynamicObject.cpp
m src/game/DynamicObject.h
m src/game/FleeingMovementGenerator.cpp
m src/game/FleeingMovementGenerator.h
m src/game/FollowerRefManager.h
m src/game/FollowerReference.cpp
m src/game/FollowerReference.h
m src/game/Formulas.h
m src/game/GMTicketHandler.cpp
m src/game/GMTicketMgr.cpp
m src/game/GMTicketMgr.h
m src/game/GameEventMgr.cpp
m src/game/GameEventMgr.h
m src/game/GameObject.cpp
m src/game/GameObject.h
m src/game/GossipDef.cpp
m src/game/GossipDef.h
m src/game/GridDefines.h
m src/game/GridMap.cpp
m src/game/GridMap.h
m src/game/GridNotifiers.cpp
m src/game/GridNotifiers.h
m src/game/GridNotifiersImpl.h
m src/game/GridStates.cpp
m src/game/GridStates.h
m src/game/Group.cpp
m src/game/Group.h
m src/game/GroupHandler.cpp
m src/game/GroupRefManager.h
m src/game/GroupReference.cpp
m src/game/GroupReference.h
m src/game/GuardAI.cpp
m src/game/GuardAI.h
m src/game/Guild.cpp
m src/game/Guild.h
m src/game/GuildHandler.cpp
m src/game/GuildMgr.cpp
m src/game/GuildMgr.h
m src/game/HomeMovementGenerator.cpp
m src/game/HomeMovementGenerator.h
m src/game/HostileRefManager.cpp
m src/game/HostileRefManager.h
m src/game/IdleMovementGenerator.cpp
m src/game/IdleMovementGenerator.h
m src/game/InstanceData.cpp
m src/game/InstanceData.h
m src/game/Item.cpp
m src/game/Item.h
m src/game/ItemEnchantmentMgr.cpp
m src/game/ItemEnchantmentMgr.h
m src/game/ItemHandler.cpp
m src/game/ItemPrototype.h
m src/game/LFGHandler.cpp
m src/game/Language.h
m src/game/Level0.cpp
m src/game/Level1.cpp
m src/game/Level2.cpp
m src/game/Level3.cpp
m src/game/LootHandler.cpp
m src/game/LootMgr.cpp
m src/game/LootMgr.h
m src/game/Mail.cpp
m src/game/Mail.h
m src/game/MailHandler.cpp
m src/game/Map.cpp
m src/game/Map.h
m src/game/MapManager.cpp
m src/game/MapManager.h
m src/game/MapPersistentStateMgr.cpp
m src/game/MapPersistentStateMgr.h
m src/game/MapRefManager.h
m src/game/MapReference.h
m src/game/MassMailMgr.cpp
m src/game/MassMailMgr.h
m src/game/MiscHandler.cpp
m src/game/MotionMaster.cpp
m src/game/MotionMaster.h
+ src/game/MoveMap.cpp
+ src/game/MoveMap.h
+ src/game/MoveMapSharedDefines.h
m src/game/MovementGenerator.cpp
m src/game/MovementGenerator.h
m src/game/MovementGeneratorImpl.h
m src/game/MovementHandler.cpp
m src/game/NPCHandler.cpp
m src/game/NPCHandler.h
m src/game/NullCreatureAI.cpp
m src/game/NullCreatureAI.h
m src/game/Object.cpp
m src/game/Object.h
m src/game/ObjectAccessor.cpp
m src/game/ObjectAccessor.h
m src/game/ObjectGridLoader.cpp
m src/game/ObjectGridLoader.h
m src/game/ObjectGuid.cpp
m src/game/ObjectGuid.h
m src/game/ObjectMgr.cpp
m src/game/ObjectMgr.h
m src/game/ObjectPosSelector.cpp
m src/game/ObjectPosSelector.h
m src/game/Path.h
+ src/game/PathFinder.cpp
+ src/game/PathFinder.h
m src/game/Pet.cpp
m src/game/Pet.h
m src/game/PetAI.cpp
m src/game/PetAI.h
m src/game/PetHandler.cpp
m src/game/PetitionsHandler.cpp
m src/game/Player.cpp
m src/game/Player.h
m src/game/PlayerDump.cpp
m src/game/PlayerDump.h
m src/game/PointMovementGenerator.cpp
m src/game/PointMovementGenerator.h
m src/game/PoolManager.cpp
m src/game/PoolManager.h
m src/game/QueryHandler.cpp
m src/game/QuestDef.cpp
m src/game/QuestDef.h
m src/game/QuestHandler.cpp
m src/game/RandomMovementGenerator.cpp
m src/game/RandomMovementGenerator.h
m src/game/ReactorAI.cpp
m src/game/ReactorAI.h
m src/game/ReputationMgr.cpp
m src/game/ReputationMgr.h
m src/game/SQLStorages.cpp
m src/game/SQLStorages.h
m src/game/ScriptMgr.cpp
m src/game/ScriptMgr.h
m src/game/SharedDefines.h
m src/game/SkillDiscovery.cpp
m src/game/SkillDiscovery.h
m src/game/SkillExtraItems.cpp
m src/game/SkillExtraItems.h
m src/game/SkillHandler.cpp
m src/game/SocialMgr.cpp
m src/game/SocialMgr.h
m src/game/Spell.cpp
m src/game/Spell.h
m src/game/SpellAuraDefines.h
m src/game/SpellAuras.cpp
m src/game/SpellAuras.h
m src/game/SpellEffects.cpp
m src/game/SpellHandler.cpp
m src/game/SpellMgr.cpp
m src/game/SpellMgr.h
m src/game/StatSystem.cpp
m src/game/TargetedMovementGenerator.cpp
m src/game/TargetedMovementGenerator.h
m src/game/TaxiHandler.cpp
m src/game/TemporarySummon.cpp
m src/game/TemporarySummon.h
m src/game/ThreatManager.cpp
m src/game/ThreatManager.h
m src/game/Totem.cpp
m src/game/Totem.h
m src/game/TotemAI.cpp
m src/game/TotemAI.h
m src/game/TradeHandler.cpp
m src/game/Transports.cpp
m src/game/Transports.h
- src/game/Traveller.h
m src/game/Unit.cpp
m src/game/Unit.h
m src/game/UnitAuraProcHandler.cpp
m src/game/UnitEvents.h
m src/game/UpdateData.cpp
m src/game/UpdateData.h
m src/game/UpdateFields.h
m src/game/UpdateMask.h
m src/game/Vehicle.cpp
m src/game/Vehicle.h
m src/game/VoiceChatHandler.cpp
m src/game/WaypointManager.cpp
m src/game/WaypointManager.h
m src/game/WaypointMovementGenerator.cpp
m src/game/WaypointMovementGenerator.h
m src/game/Weather.cpp
m src/game/Weather.h
m src/game/World.cpp
m src/game/World.h
m src/game/WorldSession.cpp
m src/game/WorldSession.h
m src/game/WorldSocket.cpp
m src/game/WorldSocket.h
m src/game/WorldSocketMgr.cpp
m src/game/WorldSocketMgr.h
m src/game/debugcmds.cpp
+ src/game/movement/MoveSpline.cpp
+ src/game/movement/MoveSpline.h
+ src/game/movement/MoveSplineFlag.h
+ src/game/movement/MoveSplineInit.cpp
+ src/game/movement/MoveSplineInit.h
+ src/game/movement/MoveSplineInitArgs.h
+ src/game/movement/packet_builder.cpp
m src/game/movement/packet_builder.h
+ src/game/movement/spline.cpp
+ src/game/movement/spline.h
+ src/game/movement/spline.impl.h
+ src/game/movement/typedefs.h
+ src/game/movement/util.cpp
m src/game/vmap/BIH.cpp
m src/game/vmap/BIH.h
m src/game/vmap/IVMapManager.h
m src/game/vmap/MapTree.cpp
m src/game/vmap/MapTree.h
m src/game/vmap/ModelInstance.cpp
m src/game/vmap/ModelInstance.h
m src/game/vmap/TileAssembler.cpp
m src/game/vmap/TileAssembler.h
m src/game/vmap/VMapDefinitions.h
m src/game/vmap/VMapFactory.cpp
m src/game/vmap/VMapFactory.h
m src/game/vmap/VMapManager2.cpp
m src/game/vmap/VMapManager2.h
m src/game/vmap/VMapTools.h
m src/game/vmap/WorldModel.cpp
m src/game/vmap/WorldModel.h
m src/mangosd/CMakeLists.txt
m src/mangosd/CliRunnable.cpp
m src/mangosd/CliRunnable.h
m src/mangosd/MaNGOSsoap.cpp
m src/mangosd/MaNGOSsoap.h
m src/mangosd/Main.cpp
m src/mangosd/Master.cpp
m src/mangosd/Master.h
m src/mangosd/RASocket.cpp
m src/mangosd/RASocket.h
m src/mangosd/WorldRunnable.cpp
m src/mangosd/WorldRunnable.h
m src/mangosd/mangosd.conf.dist.in
m src/mangosd/mangosd.rc
m src/realmd/AuthCodes.h
m src/realmd/AuthSocket.cpp
m src/realmd/AuthSocket.h
m src/realmd/BufferedSocket.cpp
m src/realmd/BufferedSocket.h
m src/realmd/CMakeLists.txt
m src/realmd/Main.cpp
m src/realmd/PatchHandler.cpp
m src/realmd/PatchHandler.h
m src/realmd/RealmList.cpp
m src/realmd/RealmList.h
m src/realmd/realmd.rc
m src/shared/Auth/AuthCrypt.cpp
m src/shared/Auth/AuthCrypt.h
m src/shared/Auth/BigNumber.cpp
m src/shared/Auth/BigNumber.h
m src/shared/Auth/HMACSHA1.cpp
m src/shared/Auth/HMACSHA1.h
m src/shared/Auth/SARC4.cpp
m src/shared/Auth/SARC4.h
m src/shared/Auth/Sha1.cpp
m src/shared/Auth/Sha1.h
m src/shared/ByteBuffer.h
m src/shared/CMakeLists.txt
m src/shared/Common.cpp
m src/shared/Common.h
m src/shared/Config/Config.cpp
m src/shared/Config/Config.h
m src/shared/Database/DBCFileLoader.cpp
m src/shared/Database/DBCFileLoader.h
m src/shared/Database/DBCStore.h
m src/shared/Database/Database.cpp
m src/shared/Database/Database.h
m src/shared/Database/DatabaseEnv.h
m src/shared/Database/DatabaseImpl.h
m src/shared/Database/DatabaseMysql.cpp
m src/shared/Database/DatabaseMysql.h
m src/shared/Database/DatabasePostgre.cpp
m src/shared/Database/DatabasePostgre.h
m src/shared/Database/Field.cpp
m src/shared/Database/Field.h
m src/shared/Database/MySQLDelayThread.h
m src/shared/Database/PGSQLDelayThread.h
m src/shared/Database/QueryResult.h
m src/shared/Database/QueryResultMysql.cpp
m src/shared/Database/QueryResultMysql.h
m src/shared/Database/QueryResultPostgre.cpp
m src/shared/Database/QueryResultPostgre.h
m src/shared/Database/SQLStorage.cpp
m src/shared/Database/SQLStorage.h
m src/shared/Database/SQLStorageImpl.h
m src/shared/Database/SqlDelayThread.cpp
m src/shared/Database/SqlDelayThread.h
m src/shared/Database/SqlOperations.cpp
m src/shared/Database/SqlOperations.h
m src/shared/Database/SqlPreparedStatement.cpp
m src/shared/Database/SqlPreparedStatement.h
m src/shared/Errors.h
m src/shared/LockedQueue.h
m src/shared/Log.cpp
m src/shared/Log.h
m src/shared/PosixDaemon.cpp
m src/shared/PosixDaemon.h
m src/shared/ProgressBar.cpp
m src/shared/ProgressBar.h
m src/shared/ServiceWin32.cpp
m src/shared/ServiceWin32.h
m src/shared/SystemConfig.h.in
m src/shared/Threading.cpp
m src/shared/Threading.h
m src/shared/Timer.h
m src/shared/Util.cpp
m src/shared/Util.h
m src/shared/WorldPacket.h
m src/shared/revision_nr.h
m src/shared/revision_sql.h
m src/tools/genrevision/genrevision.cpp
m win/VC100/game.vcxproj
m win/VC100/game.vcxproj.filters
m win/VC100/genrevision.vcxproj
m win/VC100/mangosd.vcxproj
m win/VC100/zlib.vcxproj
- win/VC80/.gitignore
- win/VC80/ACE_vc8.vcproj
- win/VC80/framework.vcproj
- win/VC80/g3dlite.vcproj
- win/VC80/game.vcproj
- win/VC80/genrevision.vcproj
- win/VC80/mangosd.vcproj
- win/VC80/realmd.vcproj
- win/VC80/script.vcproj
- win/VC80/shared.vcproj
- win/VC80/tbb.vcproj
- win/VC80/tbbmalloc.vcproj
- win/VC80/zlib.vcproj
m win/VC90/game.vcproj
m win/VC90/mangosd.vcproj
m win/mangosdVC100.sln
- win/mangosdVC80.sln
m win/mangosdVC90.sln
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Merge mangos/master into mangos/400 Thanks Xfurry =)

Signed-off-by: Salja <salja2012@hotmail.de></pre>


Подробнее...
newsbot вне форума   Ответить с цитированием
Ответ

Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Merge branch 'master' into 400 newsbot CMaNGOS-4.3.4 Commits 0 16.05.2011 15:11
Merge branch 'master' into 330 newsbot CMaNGOS Commits 0 08.04.2010 04:30
Merge branch 'master' into 330 newsbot CMaNGOS Commits 0 08.04.2010 04:30


Текущее время: 02:00. Часовой пояс GMT +4.


YTDB - MaNGOS DataBase

Русский форум Мангос - официальный форум RMDC

Главная цель проекта MaNGOS - обучающая, поэтому разрешается использовать исходный код и собранную программу только для образовательных целей.
Вы не можете использовать MaNGOS в коммерческих целях, а также не разрешается устанавливать публичные серверы на базе MaNGOS.
Любое копирование материалов, информации в любом виде без указания источника - форума YTDB будет считаться нарушением авторских прав и нарушением Уголовного Кодекса РФ, ст. 146 ст. 147.
Перевод vBulletin: zCarot
Punk's On-Air - Punk, Folk, Blues, Ska Bascinet - реконструкция denw IL-2 Training Книготорговая Компания «А-5» - художественная, учебная литература, скидки, опт и мелкий опт, доставка, дешево, низкие цены издательства