evilstar
1da8ff0043
[6812] Implement localization of creature/gameobject name that say/yell.
...
Original patch deeply rewrited.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-11-09 13:19:08 +03:00
Wyk3d
61a3159c31
[6811] Use unordered_map only from gcc 4.3.x where it became deprecated
2008-11-09 12:01:26 +02:00
Fredi
928ea2bdcf
[6810] Added new command: .sendmoney player "subject" "message" money - Sends a mail with money to a player
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-11-09 11:21:13 +03:00
Arthorius
397d855569
[6809] Not reset display model at shapeshift aura remove if it not set at apply.
...
This must resolve problems with model reset at warrior stance switch.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-11-09 09:44:12 +03:00
Wyk3d
ca31e21740
[6808] Fixed VC9 build when TR1 is not present and added revision number output to the exception report
2008-11-08 22:03:42 +02:00
Wyk3d
82ad991969
[6807] Fixed multi line messages and other bugs in git_id
2008-11-08 12:00:03 +02:00
VladimirMangos
0dba9362d6
[6806] Not output error at loading empty character_ticket table.
2008-11-08 11:48:02 +03:00
VladimirMangos
5222f49820
Use (if available) TR1 unordered_map instead hash_map at Unix/Linux (in GCC 4.0.0 and later) and Windows (VC90 and later)
2008-11-08 11:44:13 +03:00
VladimirMangos
ac222e92b1
[6805] Small fixes in send/received packet and simple code cleanup also.
2008-11-08 07:26:28 +03:00
VladimirMangos
d5b713e9c0
[6804] [sql/updates/2008_11_07_03_characters_guild_bank_tab.sql sql/updates/2008_11_07_04_realmd_account.sql] Not use varchar(L) with L > 255 for compatibility with mysql version < 5.0.3.
2008-11-08 06:05:46 +03:00
VladimirMangos
7e10e20810
[6803] [sql/updates/2008_11_07_01_characters_character_db_version.sql sql/updates/2008_11_07_02_realmd_realmd_db_version.sql] Implement characters/realmd DB version requiremnts checks support.
...
Note: each DB (mangos/charactes/realmd) have independent checks for version.
Also fixed required_* field name in mangos DB. It need updated with each sql update applied to related DB.
2008-11-08 05:07:45 +03:00
VladimirMangos
85c6e30bed
[6802] Fixed build of realmd (absent macro arg) after recent git_id adding.
2008-11-08 04:16:45 +03:00
Wyk3d
7b0cdcdac5
[6801] Fixed some compile errors in git_id
2008-11-08 02:17:52 +02:00
Wyk3d
cfd9ccdaaf
[6800] Added revision number output.
...
* Changed genrevision to use * instead of unknown when some info can not be found
* Added the git_id tool which is used to generate changes to revision_nr.h and the commit message
2008-11-08 01:50:42 +02:00
VladimirMangos
4476d483d4
Fixed comment text and code indentifiers spelling.
...
GetFieldNames part provided by Paradox.
2008-11-06 19:22:23 +03:00
VladimirMangos
9f2b553e05
Restore mangos build at Unix/Linux by droping broken by me in prev my commit unused code.
2008-11-04 22:20:50 +03:00
VladimirMangos
3e43600c3b
Correct check for ACE_BIG_ENDIAN. Warning fixed and code cleanups.
2008-11-03 23:59:06 +03:00
Wyk3d
c8bd17f67b
Added two parameter versions of the AsyncQuery function
2008-11-02 22:21:02 +02:00
VladimirMangos
8563b88859
Fixed some format arg type/value pairs. Other warnings.
2008-11-01 23:53:35 +03:00
VladimirMangos
f8a94b84c3
Use 0.12.0-DEV instead 0.12.0-SVN for mark MaNGOS version in development.
2008-10-26 18:18:20 +03:00
ApoC
4658b2b38e
Fixed ticket reading when using PGSQL
...
Optimized ticket deleting by its position
Signed-off-by: ApoC <apoc@nymfe.net>
2008-10-26 12:26:22 +01:00
VladimirMangos
643f6af8c7
Rename gensvnrevision and related files and references to genrevision/etc.
...
Also svn_revision.h renmaed to revision.h and defines in to it also renamed. MaNGOS code updated.
Other projects using this genrevison tool need to be updated in similar way.
2008-10-25 15:35:25 +04:00
VladimirMangos
0874856e34
Implement git support in gensvnrevision tool and related changes in code.
...
gvnrevision still support svn version generation and have addition options now (see sources).
gensvnrevision/svn_revision.h and other svn reference will fixed later.
Now version strings include commit date/time that can be used in git case for fast find git commit without using git hash most time.
In chat ".server info" output git hash can be copied by shift-click in chat and then copied to cliboard if need.
2008-10-25 14:34:47 +04:00
VladimirMangos
51b2290be6
Some endianess related fixes and cleanups
...
* Fixed: build fail at bigendian platform in result typo in code
* Hide endianess related convertions into EndianConvert/EndianConvertReverse calls
* Linkning errors protection from attemps convertion pointers.
2008-10-24 04:06:27 +04:00
freghar
95840fd2c3
Removed trailing whitespaces and CRLFs
...
With /contrib/ and /dep/ excluded.
Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00
VladimirMangos
26dc8c07ab
* [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge CLI command proccessing to chat command proccessing.
...
Now console/RA uas same commads as used in chat if selected command marked as safe for console.
Some commands accessable only at console and have security level 4. See sql update for new command names.
Not all commands that safe (or can be modified to safe) for console allowed currently for use in console input, this will be fixed later.
2008-10-21 08:05:21 +04:00
TheLuda
5a01e0edad
Removed unused code.
2008-10-20 18:13:16 +02:00
unknown
9d0c84d5c5
Removed unused code.
2008-10-20 17:05:05 +02:00
VladimirMangos
c4a14051ee
* Add some generated at MaNGOS build file ignore rules. Mostly Windows build related.
2008-10-20 02:40:35 +04:00
TheLuda
245f868521
On configure runs, sysconfdir is now properly set [ #6 tagged:committed responsible:theluda milestone:"0.12" state:resolved]
2008-10-16 22:43:42 +02:00
arrai
32db217d9a
* Fixed build on linux
2008-10-15 20:45:48 +02:00
TheLuda
92441a0241
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
2008-10-15 18:25:33 +02:00
TheLuda
899d7dec74
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
2008-10-15 18:25:10 +02:00
TheLuda
dd6df37c14
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
2008-10-15 18:24:59 +02:00
TheLuda
9116f0286b
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
2008-10-15 18:24:39 +02:00
TheLuda
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00