PDA

Просмотр полной версии : Merge commit '23a85c07286579144930f9d519089084e4d58df9' - [11950] into 400


newsbot
05.08.2012, 12:50
Автор: Xfurry


<pre>m .gitignore
m contrib/extractor/System.cpp
m contrib/extractor/loadlib/adt.h
+ contrib/extractor_binary/ExtractResources.sh
+ contrib/extractor_binary/MoveMapGen.exe
+ contrib/extractor_binary/MoveMapGen.sh
+ contrib/extractor_binary/README.txt
+ contrib/extractor_binary/ad.exe
+ contrib/extractor_binary/offmesh.txt
m contrib/extractor_binary/vmapExtractor3.exe
+ contrib/extractor_binary/vmap_assembler.exe
m contrib/git_id/.gitignore
+ 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
- contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat
- contrib/vmap_extract_assembler_bin/readme.txt
- contrib/vmap_extract_assembler_bin/vmap_assembler.exe
+ contrib/vmap_extractor_v3/make_vmaps.bat
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/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
+ dep/recastnavigation/Recast/win/VC90/Recast.vcproj
+ dep/recastnavigation/RecastDemo/Bin/.gitignore
+ dep/recastnavigation/RecastDemo/Bin/DroidSans.ttf
+ dep/recastnavigation/RecastDemo/Bin/Meshes/dungeon.obj
+ dep/recastnavigation/RecastDemo/Bin/Meshes/nav_test.obj
+ dep/recastnavigation/RecastDemo/Bin/Recast.app/Contents/Info.plist
+ dep/recastnavigation/RecastDemo/Bin/Recast.app/Contents/MacOS/Recast
+ dep/recastnavigation/RecastDemo/Bin/Recast.app/Contents/PkgInfo
+ dep/recastnavigation/RecastDemo/Bin/Recast.app/Contents/Resources/English.lproj/InfoPlist.strings
+ dep/recastnavigation/RecastDemo/Bin/Recast.app/Contents/Resources/English.lproj/MainMenu.nib
+ dep/recastnavigation/RecastDemo/Bin/SDL.dll
+ dep/recastnavigation/RecastDemo/Bin/Tests/movement_test.txt
+ dep/recastnavigation/RecastDemo/Bin/Tests/nav_mesh_test.txt
+ dep/recastnavigation/RecastDemo/Bin/test.chf
+ 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/Icon.png
+ 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/InfoPlist.strings
+ dep/recastnavigation/RecastDemo/Build/Xcode/English.lproj/MainMenu.xib
+ dep/recastnavigation/RecastDemo/Build/Xcode/Icon.icns
+ dep/recastnavigation/RecastDemo/Build/Xcode/Info.plist
+ dep/recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/TemplateIcon.icns
+ 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/images/rainbow.gif
+ 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/lib/SDL.dll
+ dep/recastnavigation/RecastDemo/Contrib/SDL/lib/SDL.lib
+ dep/recastnavigation/RecastDemo/Contrib/SDL/lib/SDLmain.lib
+ 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 doc/EventAI.txt
m doc/script_commands.txt
m sql/mangos.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 src/game/AchievementMgr.cpp
m src/game/AchievementMgr.h
m src/game/CMakeLists.txt
m src/game/Chat.cpp
m src/game/Chat.h
m src/game/ConfusedMovementGenerator.cpp
m src/game/ConfusedMovementGenerator.h
m src/game/CreatureEventAI.cpp
m src/game/DBCStores.cpp
m src/game/FleeingMovementGenerator.cpp
m src/game/FleeingMovementGenerator.h
m src/game/GameObject.cpp
m src/game/GossipDef.cpp
m src/game/GridMap.cpp
m src/game/GridMap.h
m src/game/GridNotifiers.h
m src/game/Group.cpp
m src/game/Group.h
m src/game/GroupHandler.cpp
m src/game/HomeMovementGenerator.cpp
m src/game/Level2.cpp
m src/game/Level3.cpp
m src/game/Map.cpp
m src/game/Map.h
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.h
m src/game/Object.cpp
m src/game/Object.h
m src/game/ObjectAccessor.cpp
m src/game/ObjectAccessor.h
m src/game/ObjectMgr.cpp
m src/game/ObjectMgr.h
m src/game/Path.h
+ src/game/PathFinder.cpp
+ src/game/PathFinder.h
m src/game/Pet.cpp
m src/game/PlayerDump.cpp
m src/game/PointMovementGenerator.cpp
m src/game/PointMovementGenerator.h
m src/game/QuestHandler.cpp
m src/game/RandomMovementGenerator.cpp
m src/game/ScriptMgr.cpp
m src/game/ScriptMgr.h
m src/game/Spell.cpp
m src/game/Spell.h
m src/game/SpellAuras.cpp
m src/game/SpellEffects.cpp
m src/game/TargetedMovementGenerator.cpp
m src/game/TargetedMovementGenerator.h
m src/game/ThreatManager.cpp
m src/game/Unit.cpp
m src/game/Unit.h
m src/game/UnitAuraProcHandler.cpp
m src/game/WaypointManager.cpp
m src/game/WaypointMovementGenerator.cpp
m src/game/World.cpp
m src/game/World.h
m src/game/WorldSession.h
m src/game/movement/MoveSpline.h
m src/game/movement/MoveSplineInit.cpp
m src/game/movement/MoveSplineInit.h
m src/game/vmap/MapTree.cpp
m src/game/vmap/MapTree.h
m src/game/vmap/ModelInstance.h
m src/game/vmap/VMapDefinitions.h
m src/game/vmap/VMapManager2.h
m src/game/vmap/WorldModel.h
m src/mangosd/mangosd.conf.dist.in
m src/shared/Database/Database.cpp
m src/shared/Database/DatabaseMysql.cpp
m src/shared/Database/DatabaseMysql.h
m src/shared/Log.cpp
m src/shared/Log.h
m src/shared/Util.cpp
m src/shared/revision_nr.h
m src/shared/revision_sql.h
m win/VC100/game.vcxproj
m win/VC100/game.vcxproj.filters
m win/VC100/mangosd.vcxproj
m win/VC90/game.vcproj
m win/VC90/mangosd.vcproj
m win/mangosdVC100.sln
m win/mangosdVC90.sln
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Merge commit '23a85c07286579144930f9d519089084e4d58df9' - [11950] into 400</pre>


Подробнее... (https://github.com/mangos/mangos/commit/f06be99ace3b6ee1cef7daa4d271e2ef230f0ab8)