tomrus88
6496f7499e
Account data saving must work now
2008-10-28 01:44:27 +03:00
tomrus88
233e5eac6f
Merge branch 'master' into 303
...
Conflicts:
src/game/ObjectMgr.h
2008-10-27 01:27:48 +03:00
tomrus88
4bf3c3b488
Added StatsCount field to item_template
2008-10-27 01:03:11 +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
arrai
ba4b9ad480
Added achievement dbc stuff, fixed linux build
2008-10-26 12:55:15 +01: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
tomrus88
d403125e40
Added remaining changes
2008-10-26 10:26:01 +03:00
tomrus88
e08d8642f4
Updated DBC files structure
2008-10-26 10:13:07 +03:00
tomrus88
9ad0318c09
Disabled vld
2008-10-26 10:12:09 +03: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
DiSlord
bf5ba338d9
[7550] Remove dublicate init in Player::Player
...
Signed-off-by: DiSlord <dislord@nomail.com>
2008-04-27 00:26:52 +04:00
DiSlord
004fa105e7
[7549] Remove call CheckExploreSystem() from Player::Update (alredy do it in Player::SetPosition)
...
Signed-off-by: DiSlord <dislord@nomail.com>
2008-04-27 00:17:55 +04:00
arrai
bfe25d510b
[7548] Fixed some commands by replacing !args with !*args check
2009-03-26 20:50:35 +01:00
VladimirMangos
18ec7c8011
[7547] Improvments in reputation achievements implememtaion.
...
* Speedup achievement checks at reputation updates.
* Implement
- ACHIEVEMENT_CRITERIA_TYPE_GAIN_REVERED_REPUTATION
- ACHIEVEMENT_CRITERIA_TYPE_GAIN_HONORED_REPUTATION
- ACHIEVEMENT_CRITERIA_TYPE_KNOWN_FACTIONS
2009-03-26 20:38:19 +03:00
Triply
b09df0aade
[7546] Revert [7544] correcty move uptime table to Realm database, use realmid column.
...
Signed-off-by: Triply <triply@getmangos.com>
2009-03-26 17:58:44 +01:00
DonTomika
ff0c31e103
[7545] Fixed exploration achievements for certian areas
2009-03-26 17:06:46 +01:00
invliD
68ec6ae8ab
Moved table uptime from world database to character database.
...
Signed-off-by: Triply <triply@getmangos.com>
2009-03-26 16:23:57 +01:00
VladimirMangos
4f17a6a4e2
[7543] Avoid code duplication in ReputationMgr.
2009-03-26 17:21:35 +03:00