Updated:
Hearthstone Core 3.0.3 Revision 804
Revision: 804
Author: pepsi1x1
*Added missing vehicle files to Makefile.am
*Some unix compile fixes, should build on gcc 4.3.2 now!
----
Modified : /branches/Hearthstone/src/hearthstone-world/Makefile.am
Modified : /branches/Hearthstone/src/hearthstone-world/MapCell.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MapMgr.cpp
Revision: 803
Author: Aceindy
* Added PreStartQueries; Queue and execute a query before core starts loading.
If ShingleShot is set to 1 the query will be deleted after use.
* Moved existing queries from source to new PreStartQueries table.
* Added seconds to console time, quite essential when debugging CoolDowns.
----
Added : /branches/Hearthstone/sql/character_updates/803_PrestartQuery.sql
Added : /branches/Hearthstone/sql/world_updates/803_PrestartQuery.sql
Modified : /branches/Hearthstone/src/hearthstone-shared/NGLog.h
Modified : /branches/Hearthstone/src/hearthstone-world/World.cpp
Revision: 802
Author: Aceindy
*Lost and found
# LoadAIAgents
# If set to "1" it will use ai from ai_agents table
# default: 1
----
Modified : /branches/Hearthstone/src/hearthstone-world.conf
Revision: 801
Author: pepsi1x1
*Did I mention I hate gcc
----
Modified : /branches/Hearthstone/src/hearthstone-world/MapCell.cpp
Revision: 800
*Unix compile fix
----
Modified : /branches/Hearthstone/src/hearthstone-world/MapCell.cpp
Revision: 799
Author: pepsi1x1
*Crashfix on startup, lets not set this to null until we read the values
----
Modified : /branches/Hearthstone/src/hearthstone-world/ObjectStorage.cpp
Revision: 798
Author: Aceindy
* R782 AI again, hope I didn't forget anything this time.
Turns out my private svn is lot more different then I expected :-/
----
Modified : /branches/Hearthstone/src/hearthstone-world/AIInterface.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/AIInterface.h
Modified : /branches/Hearthstone/src/hearthstone-world/Creature.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Level2.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/ObjectStorage.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/TransporterHandler.cpp
Revision: 797
Author: valroft
- Fixed a major issue with the stability of the new vehicle code.
- .bat startbg will now start a battleground instantly again. Primarily for my own testing.

- Vehicles will be removed when you are changing mapids. This is due to a design flaw.
- Traditional mount rules will now apply to vehicles in regards to Battlegrounds.
- The ugly 398204% debuff will no longer show for spell-created vehicles. Instead, the normal user-friendly aura will show.
- Right-clicking your vehicle debuff at any time will remove you from the vehicle.
- Eye of the Storm will now function as intended. Points will be properly awarded, etc.
- Fixed a bunch of ways players could flag cap/open BG objects with stealth, or a mount, etc.
- Vehicles are now ready for use by the general population, that being the hundreds of players ready to exploit them somehow.

----
Modified : /branches/Hearthstone/src/hearthstone-world/AlteracValley.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/BattlegroundCommands.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/BattlegroundMgr.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/BattlegroundMgr.h
Modified : /branches/Hearthstone/src/hearthstone-world/EyeOfTheStorm.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MapMgr.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MiscHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MovementHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Player.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Spell.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellAuras.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellAuras.h
Modified : /branches/Hearthstone/src/hearthstone-world/SpellEffects.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/TransporterHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Unit.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Vehicle.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Vehicle.h
Modified : /branches/Hearthstone/src/hearthstone-world/WarsongGulch.cpp
Revision: 796
Author: pepsi1x1
*Wotlk has 159 spell effects

milling being one of them
*some cleaning in common.h,
anything less than vs 2008 with sp1 or tr1 feature pack will throw a compile error, at least until we decide if were gonna add boost for that or discontinue support for it.
*added some missing includes to dbcfile.h, partial fix for unix compile
----
Modified : /branches/Hearthstone/src/hearthstone-shared/Common.h
Modified : /branches/Hearthstone/src/hearthstone-shared/Database/dbcfile.h
Modified : /branches/Hearthstone/src/hearthstone-world/Level2.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Spell.h
Modified : /branches/Hearthstone/src/hearthstone-world/SpellEffects.cpp
Revision: 795
Author: Aceindy
* Updated enum, wotlk has 155 effects if I am not mistaken (and one can be used as is).
* A lot more console cleaning...expect more to come. (Don't worry about cycles too much; made some tweaks there; it uses just as much as DEBUG_LOG)
----
Modified : /branches/Hearthstone/src/hearthstone-realmserver/WorldSocket.cpp
Modified : /branches/Hearthstone/src/hearthstone-shared/Network/SocketMgrWin32.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/AddonMgr.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/AreaTrigger.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/CharacterHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/ItemHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MapMgr.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Master.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/MiscHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Player.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/QueryHandler.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/ScriptMgr.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Spell.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Spell.h
Modified : /branches/Hearthstone/src/hearthstone-world/SpellAuras.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellEffects.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/WorldSession.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/WorldSocket.cpp
Revision: 794
Author: valroft
- Fixed Shaman: Hex, and I'm sure a few other spells that for some reason the client doesn't send targets for.
----
Modified : /branches/Hearthstone/src/hearthstone-world/Spell.cpp
Revision: 793
Author: valroft
- Death Knight: Shadow of Death will now transform your slain Death Knight into a Ghoul properly, and allow him to wreak havoc across the land.

----
Modified : /branches/Hearthstone/src/hearthstone-shared/Database/DBCStores.cpp
Modified : /branches/Hearthstone/src/hearthstone-shared/Database/DBCStores.h
Modified : /branches/Hearthstone/src/hearthstone-world/Object.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Player.h
Modified : /branches/Hearthstone/src/hearthstone-world/SpellAuras.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellEffects.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellFixes.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/SpellHandler.cpp
Revision: 792
Author: Aceindy
* Addendum to previous commit; need target, added missing event EVENT_AURA_APPLY.
----
Modified : /branches/Hearthstone/src/hearthstone-world/Creature.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/EventMgr.h
Revision: 791
Author: Aceindy
This should solve a long outstanding spawn problem that the cell not being active yet when spell is cast (resulting in missing visual effects like f.e. invisibility).
Tested and found working OK (my rev 5703
Reminder...the proto_auras field is a space
separated list, allowing mulitple aura's to be cast on spawn.
----
Modified : /branches/Hearthstone/src/hearthstone-world/Creature.cpp
Revision: 790
Author: valroft
- Woops, fixed .npc spawn again.
----
Modified : /branches/Hearthstone/src/hearthstone-world/Level3.cpp
Revision: 789
Author: valroft
- Logic errors fix, and fix for vehicle #132s
----
Modified : /branches/Hearthstone/src/hearthstone-world/Object.cpp
Modified : /branches/Hearthstone/src/hearthstone-world/Vehicle.cpp