server/contrib/extractor
VladimirMangos ab2bdc3e69 [7518] Implement new script command SCRIPT_COMMAND_PLAY_SOUND (look in World.h for args)
* Also rewrite use SMSG_PLAY_OBJECT_SOUND/SMSG_PLAY_SOUND
  Now WorldObject have 2 function for sound level dependent from distance (PlayDistanceSound)
  and for not depednet (PlayDirectSound)
* Old Player::PlaySound function removed and uses need to be updated to WorldObject functions
  Note: function called for _source_ of sound in different from old function.
* chat command .debug ps removed and .debug playsound can used for bother packects test:
  if no selection used SMSG_PLAY_SOUND, if selection exist including self then SMSG_PLAY_OBJECT_SOUND.
2009-03-23 00:27:01 +03:00
..
debug Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
libmpq [7098] Changed build system of contrib/extractor to CMake 2009-01-17 20:53:51 +01:00
loadlib [7439] Fix wrong liquid level in some places. Need reectract maps. 2009-03-11 00:04:19 +03:00
release Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
.gitignore Some more map extractor fixes. Patch provided by andstan. 2008-12-06 19:19:46 +03:00
ad Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
ad.exe [7518] Implement new script command SCRIPT_COMMAND_PLAY_SOUND (look in World.h for args) 2009-03-23 00:27:01 +03:00
CMakeLists.txt [7428] Add new .map file format use more compact data store and use 2009-03-09 19:38:35 +03:00
dbcfile.cpp [7443] Better error reporting at DBC files extraction in ad.exe. No functionlity chnages in normal work case. 2009-03-12 10:03:34 +03:00
dbcfile.h [7443] Better error reporting at DBC files extraction in ad.exe. No functionlity chnages in normal work case. 2009-03-12 10:03:34 +03:00
mpq_libmpq.cpp Multi-locale DBC extracting 2008-11-06 06:14:46 +03:00
mpq_libmpq.h [7428] Add new .map file format use more compact data store and use 2009-03-09 19:38:35 +03:00
README.linux [7098] Changed build system of contrib/extractor to CMake 2009-01-17 20:53:51 +01:00
System.cpp [7488] Fixed map extractor on platforms with 2GB fopen() limit 2009-03-18 16:44:57 +01:00
VC71_AD.sln Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
VC71_ad.vcproj [7428] Add new .map file format use more compact data store and use 2009-03-09 19:38:35 +03:00
VC80_AD.sln Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
VC80_ad.vcproj [7428] Add new .map file format use more compact data store and use 2009-03-09 19:38:35 +03:00
VC90_AD.sln Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
VC90_ad.vcproj [7428] Add new .map file format use more compact data store and use 2009-03-09 19:38:35 +03:00

Linux instructions
------------------

1. install cmake
2. cmake -i
3. make
4. ./ad