Antz
fdefc0869a
[Rel21] Stage 1 of updates for Rel21 Build System
2020-02-17 12:07:03 +00:00
Antz
2d06f70da2
[Core] Remove obsolete directive
2020-02-17 09:24:03 +00:00
Antz
12257a5bc2
Second set of Moves and Year update
2020-02-17 09:22:48 +00:00
Antz
86690df496
[Sync] Project sync
2020-02-17 09:22:27 +00:00
Antz
f1c9e0f94b
[Sync] Project header sync
2020-02-17 09:22:26 +00:00
Antz
1997c1e903
Rebase resync
2020-02-17 09:19:44 +00:00
billy1arm
ef445ea523
[12632] Revert previous commit (see Notes)
2020-02-17 00:54:15 +00:00
Schmoozerd
a27787851c
[c12537] Update Authorship information
...
(based on commit [12388] - 037f217)
Signed-off-by: Xfurry <xfurry@scriptdev2.com>
2020-02-16 21:27:46 +00:00
Schmoozerd
a05738717a
[c12536] Happy New Year 2013
...
Update authorship information and prepare for easier ways next year
Signed-off-by: Schmoozerd <schmoozerd@cmangos>
(based on commit [12325] - b7dbcda)
2020-02-16 21:25:01 +00:00
Yaki Khadafi
cfae212258
[0048] Enable SMSG_MONSTER_MOVE, CMSG_SET_SELECTION and send normalized orientation in update and movement packets for client to react normally.
...
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 07:37:46 +00:00
Schmoozerd
e32b9953a1
Cleanup Operator padding
2012-07-20 17:38:23 +02:00
Schmoozerd
aeff8f9d1a
[12062] Cleanup MaNGOS sources
2012-07-19 22:05:00 +02:00
Schmoozerd
8068dcf6dd
[11875] Update Copyright notice to year 2012
...
Start timemachine and a Happy new year to all!
2012-01-16 17:43:59 +01:00
VladimirMangos
a6584c4401
[11169] Implemented pool system related commands.
...
.lookup pool $pooldescpart - list of pools (anywhere) with substring in description
.pool list - list of pools with spawn in current map (only work in instances)
Non-instanceable maps share pool system state os useless attempt get all pols at all continents.
.pool spawns - list current creatures/objects listed in pools and spawned (added to grid data, not meaning show in world).
.pool spawns #pool_id - list current creatures/objects listed in #pool_id and spawned (added to grid data, not meaning show in world).
.pool #pool_id - pool information and full list creatures/gameobjects included in pool
2011-02-15 14:43:46 +03:00
VladimirMangos
bf0ecf6e71
[10947] Update copyright notice for 2011 year.
2011-01-01 20:33:43 +03:00
DasBlub
7d7bb3cfe6
[10556] Add frand function for random floats with min/max, similar to urand
2010-09-29 22:05:46 +02:00
VladimirMangos
edace1948e
[10324] Implement new basic functions for chat command parsing.
...
* Now can be used as quotes any strings with symbols ' " [] around.
For example can be used: .additem [Tourch] or .additem "Tourch".
And in similar cases wher before [] or "" only canbe used in commands.
* New functions support propertly extraction shift-links as optional first args
* Also added more safe functions for extraction int32/uint32/float values.
For more wide use new functuons specialized extraction functions also need chnaged to same way work.
This is goal for future work at this part code.
2010-08-06 06:31:25 +04:00
DasBlub
492ce567d2
[9767] Add the posibility to keep deleted characters in the database for a while and also add related commands.
...
Added commands:
* .character deleted list [$guid|$name]
* .character deleted restore $guid|$name [$newname]
* .character deleted delete $guid|$name
* .character deleted old [$keepdays]
Command .character delete renamed to .character erase
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-20 22:12:50 +04:00
DasBlub
ea5788ff70
[9684] Add helper function to check if a string is numeric
...
(based on DasBlub's repo commit 1d5b209)
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-07 00:27:47 +04:00
hunuza
d85e4228f1
[9634] Remove fields 'data' and 'zone' from corpse table.
...
Signed-off-by: hunuza <hunuza@gmail.com>
2010-03-28 13:23:31 +02:00
AlexDereka
5368751c13
[9386] Store some config values in Rate emun.
2010-02-15 00:17:44 +03:00
AlexDereka
ccfd42bf3e
[9381] Fixed some compile warnings.
2010-02-14 18:16:07 +03:00
VladimirMangos
fe6e2e1746
[9122] Updated copyright notice for new year.
...
Also fix some lost in past cases.
2010-01-08 00:02:21 +03:00
arrai
9c5f85d309
[8450] Prevented using of plaintext passwords in sql queries
2009-09-02 02:03:42 +02:00
VladimirMangos
0ae528775d
[8390] Fixed log output work after recent replace UTF8PRINT macro.
2009-08-19 01:58:47 +04:00
freghar
17b94e1e09
[8388] Replaced UTF8PRINT macro by a function
...
Should also fix possible color leak on Windows CLI.
Signed-off-by: freghar <compmancz@gmail.com>
2009-08-18 20:13:57 +02:00
SeT
c672d4d99e
[7848] Fix set variable to zero on apply -100% mod
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-05-18 23:41:12 +04:00
arrai
c6f48843ad
[7017] Updated copyright notice for new year
2009-01-03 18:09:51 +01:00
VladimirMangos
904a2c40f3
[6935] Use larger buffer instead only formal size increase.
2008-12-23 23:50:32 +03:00
tomrus88
5d4d7292b9
Merge branch 'master' into 303
...
Conflicts:
src/game/Player.h
2008-12-12 18:14:49 +03:00
hunuza
0f12997ef1
[6899] Pass const reference instead of value for some strings in some functions.
...
Signed-off-by: hunuza <hunuza@gmail.com>
2008-12-12 14:17:37 +01:00
VladimirMangos
129c0797a7
Save only changed achievement data at player save. Some code cleanups.
...
Also increase tempory at stack buffere for utf8 convertion. It used in sql quaries log output and need have apporpriate size support.
2008-12-05 23:44:13 +03:00
VladimirMangos
2da935ecc4
[6842] More correct guid/name arg processing in .pdump write command, reject early wrong player name in HandleWhoisOpcode.
2008-11-23 11:39:13 +03: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
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00