Brian
5c1c73309e
* Set correct number of DBCs to be loaded
...
--HG--
branch : trunk
2010-04-12 08:09:53 -06:00
Spp
65c3e979e2
Tab to Spaces and remove of trailing spaces
...
--HG--
branch : trunk
2010-04-11 20:20:38 +02:00
n0n4m3
0d48d3bd8c
Fix some typo and compile errors.
...
--HG--
branch : trunk
2010-04-11 11:24:59 +04:00
Rat
cbbe587817
*added code for loading Spelldifficulty.dbc + Custom Spelldifficulty from Database
...
*added spell searcher based on creature's map difficulty, usage is optional and only for scipts for now
*added new table spelldifficulty_dbc
--HG--
branch : trunk
2010-04-09 10:47:11 +02:00
Spp
4635fbc020
Code Style (game + scripts only):
...
"!=" --> " != " (when needed)
" !=" --> " !="
"!= " --> "!= "
--HG--
branch : trunk
2010-04-08 08:20:08 +02:00
Spp
46f0674e23
Code Style (game + scripts only):
...
">=" --> " >= " (when needed)
" >=" --> " >="
">= " --> ">= "
"<=" --> " <= " (when needed)
" <=" --> " <="
"<= " --> "<= "
" ==" --> " =="
"== " --> "== "
--HG--
branch : trunk
2010-04-07 23:56:35 +02:00
Spp
2454c290b8
Code Style (game + scripts only):
...
"==" --> " == " (when needed)
--HG--
branch : trunk
2010-04-07 23:25:02 +02:00
Spp
49d05ba9aa
Code style (game + scripts only):
...
"( " --> "("
" )" --> ")"
--HG--
branch : trunk
2010-04-07 22:59:46 +02:00
Spp
d19e127080
Code style (game + scripts only):
...
"if(" --> "if ("
--HG--
branch : trunk
2010-04-07 19:14:10 +02:00
Spp
182e9a20b1
Code style (game + scripts only):
...
"for(" --> "for ("
--HG--
branch : trunk
2010-04-07 19:12:44 +02:00
Spp
b27ce42704
Code Style: Remove trailing spaces
...
--HG--
branch : trunk
2010-04-07 18:09:10 +02:00
Brian
667c4b694f
* Updated DBC count to the actual number being used by the core.
...
* Solves 102% issue on DBC loading
--HG--
branch : trunk
2010-02-16 15:26:40 -07:00
n0n4m3
3dd6fdedf7
Use PVPDificulty.dbc for bg/arena bracket selection (levels and difficulty). Rename BG/arena queue_id to bracket_id and related functions/etc. Author: VladimirMangos.
...
--HG--
branch : trunk
2010-02-15 15:31:27 +01:00
Brian
486c00891b
* Core switch to client 3.3.2 (11403)
...
* Credits (in no particular order) to:
* n0n4m3, raczman, manuel, Spp, Malcrom, Teacher, QAston, Tartalo,
* thenecromancer, Xanadu, Trazom, Zor, kiper
* Additional credits to:
* TOM_RUS and NoFantasy from MaNGOS
* Thanks for testing Aokromes and XTElite1
* SoTA still needs some work, but is very playable (huge thanks to raczman and
* kiper)
* To upgrade, you need to apply all SQL from sql/updates/3.2.2a_old from the
* last rev you are on
* and then apply all SQL from sql/updates/3.3.2_old to char / realmd / world
* DBs
* Known problem with guild banks.
--HG--
branch : trunk
2010-02-14 19:13:14 -07:00
Xanadu
a5d1bc77ab
A great purge of obsolete macros.
...
--HG--
branch : trunk
2010-02-05 00:31:28 +01:00
n0n4m3
99f66a6bc9
Updated copyright for new year.
...
--HG--
branch : trunk
2010-01-16 20:19:18 +03:00
p0wer
17e4fbd4ad
Make the core boot alot cleaner. Fix some formating. Make custom attributes for spells show a bar and how much they are loading.
...
Overall fix 99% of display issues while core is booting.
--HG--
branch : trunk
2010-01-01 14:19:29 -06:00
n0n4m3
ca8d0e2ca8
Fixed Ebon Hold taxi for Alliance, by seirgy.
...
--HG--
branch : trunk
2010-01-01 07:02:42 +01:00
p0wer
682cc9e034
Update DBCFilesCount to the current amount of DBC files. Also, if locale tables are empty, they will no longer display anything.
...
--HG--
branch : trunk
2009-12-31 18:49:13 -06:00
maximius
dc1207139a
*Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
...
--HG--
branch : trunk
2009-12-18 13:41:30 -08:00
n0n4m3
1aaa872dd0
Update DBC Structure for 322a
...
--HG--
branch : trunk
2009-12-17 10:27:53 +01:00
maximius
7ad284bd33
*Some cleanup.
...
--HG--
branch : trunk
2009-11-19 03:53:49 -08:00
maximius
3f338cc1c3
*Massive cleanup redux.
...
--HG--
branch : trunk
2009-10-17 16:20:24 -07:00
maximius
e585187b24
*Backed out changeset 3be01fb200a5
...
--HG--
branch : trunk
2009-10-17 15:51:44 -07:00
maximius
26b5e033ff
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
...
*Fix a possible crash in Spell::DoAllEffectOnTarget
--HG--
branch : trunk
2009-10-17 15:35:07 -07:00
Machiavelli
566472918b
ReputationMgr changes part 2
...
--HG--
branch : trunk
2009-10-10 23:02:11 +02:00
QAston
6b703d600b
*Add spell_dbc table to store dbc entries not present in client
...
*Remove workaround from Demonic Circle code and use the sql table instead.
--HG--
branch : trunk
2009-08-27 17:44:30 +02:00
QAston
5ffa85c858
*Fix server startup error from 5184.
...
--HG--
branch : trunk
2009-08-18 20:17:06 +02:00
QAston
ea98699187
*Fix a typo in xp bonus auras.
...
--HG--
branch : trunk
2009-08-18 18:47:20 +02:00
Anubisss
cd0bdade03
*Implement achievement On The Rocks.
...
--HG--
branch : trunk
2009-08-09 18:30:37 +02:00
megamage
b5d802b70c
[8151] Fixed some format warnings and typos. Author: Win32
...
--HG--
branch : trunk
2009-07-12 17:52:27 +08:00
megamage
c050cdd675
[7996] Fixed loaded DBC count. Author: Thyros
...
--HG--
branch : trunk
2009-06-13 09:41:28 -05:00
megamage
67a356767d
[7995] Check display id correctness for creature and gameobjects. Author: VladimirMangos
...
--HG--
branch : trunk
2009-06-13 09:40:44 -05:00
QAston
fef7cdb51b
*Fix the bug that Felguard was not able to learn Demonic Frenzy.
...
--HG--
branch : trunk
2009-06-12 15:32:33 +02:00
megamage
9d670fe6f5
*Switch to support client version 3.1.3
...
*I strongly recommend you not to use this until you get the 313 db. Now all destructible buildings cause client crash.
Source: Mangos
Thanks to TOM_RUS for most work to make this switch possible ;)
--HG--
branch : trunk
2009-06-11 00:45:59 -05:00
megamage
322769ee55
*Display building location on map for wintergrasp.
...
--HG--
branch : trunk
2009-05-23 01:44:16 -05:00
megamage
b372a5ba25
*Load gobject display info from dbc to check go boundaries.
...
--HG--
branch : trunk
2009-05-21 10:00:44 -05:00
QAston
a1f73a8a08
*More correct handling of fly mod auras.
...
*Pets now learn all levelup spells.
*Fix lightning overload.
--HG--
branch : trunk
2009-05-02 16:08:52 +02:00
megamage
f62415a30c
[7719] Use all existed 4 world map overlay area ids instead 3, replace values by constant for avoid problem repeat. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-27 18:45:41 -05:00
QAston
dcc7b99982
*Update petLevelupSpellLearn code
...
*Remove triggered aura of shadow embrace when main aura expires.
--HG--
branch : trunk
rename : sql/updates/2773_world_spell_linked_spell.sql => sql/updates/2814_world_spell_linked_spell.sql
2009-04-19 20:45:55 +02:00
QAston
cfabdd2fd2
*Some changes to pet spell learning-now pet passives should work.
...
*Fix a crash with lifebloom.
--HG--
branch : trunk
2009-04-19 17:23:03 +02:00
megamage
de43919a65
[7685] Load emotes.dbc and make emotes/emotetexts accessable from script DLL. Also some enum updates. Author: NoFantasy
...
--HG--
branch : trunk
2009-04-18 20:54:43 -05:00
megamage
24e24d3c02
[7616] Implement .debug play cinematic and .debig play movie. Rename .debug playsound to .debug play sound. Author: VladimirMangos
...
*Note: some conflicts of string.
--HG--
branch : trunk
2009-04-05 16:58:20 -05:00
megamage
cb8b3fe5db
[7607] Improvements in support some generic achievement classes Author: VladimirMangos
...
* Implement support achievements with refAchievement field != 0, that have criterias stored in achievement refAchievement.
* Implement support achievement complete req. with specific count of completed critirias.
* Avoid full achievement list scan at search achievement associated with criteria.
--HG--
branch : trunk
2009-04-03 16:36:20 -06:00
megamage
d332c7225b
[7584] Fixed compiler warning at windows Author: arrai
...
--HG--
branch : trunk
2009-03-29 17:21:48 -06:00
megamage
77d2786091
[7582] Prevent memory corruption at DBC loading. Thanks to Lynx3d for investigating that issue Author: arrai
...
--HG--
branch : trunk
2009-03-29 17:19:47 -06:00
megamage
b1c5d4c593
Implement initial known taxi nodes for DK. Author: Lightguard, VladimirMangos
...
--HG--
branch : trunk
2009-03-28 17:50:36 -06:00
megamage
e5c0576f35
*Add and remove files.
...
--HG--
branch : trunk
2009-03-27 10:00:42 -06:00