Mangos
------------------------------------------------------------------------
r4652 | theluda | 2007-10-29 16:39:36 +0700 (Mon, 29 Oct 2007) | 1 line
Sync realmd.sql with sql/updates/4597_realmlist.sql
------------------------------------------------------------------------
r4653 | vladimir_mangos | 2007-10-29 21:42:13 +0700 (Mon, 29 Oct 2007) | 1 line
* Rewrite internal server storage for locale data that let use lot less memory with same access speed. Remove support StringLocalize option from mangosd.conf (locale support auto-enabled for locale at presence specific local data in DB). Not output DB errors at empty locale tables.
------------------------------------------------------------------------
r4654 | vladimir_mangos | 2007-10-29 22:21:14 +0700 (Mon, 29 Oct 2007) | 2 lines
* Fixed: prevent buffer overflow at .targetobject command sql request preparing, replace C low level functions by C++ code. Optimize code.
* Fixed: correct data output for client item query error at non existed item.
------------------------------------------------------------------------
r4655 | vladimir_mangos | 2007-10-30 02:48:01 +0700 (Tue, 30 Oct 2007) | 1 line
* Improved check for page_text id references existence and DB integrity.
------------------------------------------------------------------------
r4656 | Neo2003-TBC | 2007-10-30 04:58:33 +0700 (Tue, 30 Oct 2007) | 3 lines
* [New sql update: 4656_game_event_creature_quest.sql] Implement event quests addition to non event npc
* Optimization: Use booleans in creature_info structure instead of uint32, added support in SQLStorage load function for this
* Fixed: No more DB error output in case game event tables are empty
------------------------------------------------------------------------
r4657 | vladimir_mangos | 2007-10-30 19:12:15 +0700 (Tue, 30 Oct 2007) | 2 lines
* [New sql update: 4657_quest_template.sql] Change `quest_template`.`RequiredSkillValue` default value to 0. Additional checks at server startup. Some outdated '1' values required fix manually to '0' in DB.
* Fixed: add lost one from listings of 4656_game_event_creature_quest.sql in Makefile.am
------------------------------------------------------------------------
r4658 | alex_dereka | 2007-10-30 20:28:21 +0700 (Tue, 30 Oct 2007) | 1 line
* Loaded `Instance_template` table in server startup.
------------------------------------------------------------------------
r4659 | vladimir_mangos | 2007-10-31 01:39:41 +0700 (Wed, 31 Oct 2007) | 1 line
* Fixed: not allow use some self-teleportating effects in battleground before it started. Remove some #include "BattlegroundMgr.h".
------------------------------------------------------------------------
r4660 | vladimir_mangos | 2007-10-31 02:49:51 +0700 (Wed, 31 Oct 2007) | 1 line
* Implement player queue work at login. Original patch provided by Subsy.
------------------------------------------------------------------------
r4661 | vladimir_mangos | 2007-10-31 04:23:39 +0700 (Wed, 31 Oct 2007) | 2 lines
* Fixed: prevent non-initialized variable value use in TARGET_SCRIPT related code. Patch provided by Intaki.
* Output error at spell casting spell with TARGET_SCRIPT target code but withput records in `spell_target_script`.
------------------------------------------------------------------------
r4662 | vladimir_mangos | 2007-10-31 16:01:59 +0700 (Wed, 31 Oct 2007) | 1 line
* Allow use SCRIPT_COMMAND_RESPAWN_GAMEOBJECT in quest_start/quest_end DB scripts for gameobject quest giver/taker.
------------------------------------------------------------------------
r4663 | apoc_mangos | 2007-10-31 18:04:46 +0700 (Wed, 31 Oct 2007) | 1 line
- Fixed small memleak.
------------------------------------------------------------------------
r4664 | alex_dereka | 2007-10-31 20:06:09 +0700 (Wed, 31 Oct 2007) | 1 line
* [New sql update: 4664.sql] Division MangosDataBase to MangosDB(WorldDB) and CharactersDB.
------------------------------------------------------------------------
r4665 | alex_dereka | 2007-10-31 20:08:40 +0700 (Wed, 31 Oct 2007) | 1 line
* Fixed my typo in prev commit.
------------------------------------------------------------------------
r4666 | alex_dereka | 2007-10-31 20:24:49 +0700 (Wed, 31 Oct 2007) | 1 line
* mangosd.conf file versions updated. Please update conf file from mangosd.conf.in
------------------------------------------------------------------------
r4667 | vladimir_mangos | 2007-10-31 21:11:38 +0700 (Wed, 31 Oct 2007) | 1 line
* [New SQL update: 4667_characters_character.sql] Remove unused in code `pending_kills` field. Change naming scheme for sql updates (include DB name).
------------------------------------------------------------------------
r4668 | alex_dereka | 2007-10-31 22:56:43 +0700 (Wed, 31 Oct 2007) | 1 line
* Fixed Makefile.am.
------------------------------------------------------------------------
r4669 | vladimir_mangos | 2007-10-31 23:42:30 +0700 (Wed, 31 Oct 2007) | 1 line
* Fixed: prevent gain incorrectly large XP amount from high level mob killing by low level character in group with high level character if high level character have level greater mob level more MaxGroupXPLevelDiff setting. Remove support of outdated MaxGroupXPLevelDiff option in mangosd.conf.
------------------------------------------------------------------------
r4670 | vladimir_mangos | 2007-11-01 03:01:58 +0700 (Thu, 01 Nov 2007) | 1 line
* Fixed: hide GM under GM invisibility from channel roster list.
------------------------------------------------------------------------
r4671 | alex_dereka | 2007-11-01 16:53:51 +0700 (Thu, 01 Nov 2007) | 1 line
* Fixed ItemResponce.
------------------------------------------------------------------------
r4672 | alex_dereka | 2007-11-01 19:51:49 +0700 (Thu, 01 Nov 2007) | 1 line
* added Orb teleport spells.
------------------------------------------------------------------------
r4673 | vladimir_mangos | 2007-11-01 21:39:44 +0700 (Thu, 01 Nov 2007) | 1 line
* Allow have more one loot reference in some loot. Patch provided by mxx.
------------------------------------------------------------------------
r4674 | vladimir_mangos | 2007-11-01 23:36:24 +0700 (Thu, 01 Nov 2007) | 2 lines
* [New sql update 4674_mangos_skill_discovery_template.sql] Implement recipes discovery system. Patch provided by w12x.
* Implement command for reloading new table in game.
------------------------------------------------------------------------
r4675 | vladimir_mangos | 2007-11-02 01:51:09 +0700 (Fri, 02 Nov 2007) | 1 line
* Small code cleanups (including one crash case). Thanks to Dereka/Neo2003 for pointing.
------------------------------------------------------------------------
r4676 | vladimir_mangos | 2007-11-02 03:29:38 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed: assign blocked damage to stored damage for rage calculation in case melee blocked damage instead unexpected increase cleanDamage pointer. Patch provided by Chestr.
------------------------------------------------------------------------
r4677 | vladimir_mangos | 2007-11-02 03:52:01 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed: correctly calculate SPELL_AURA_PERIODIC_DAMAGE_PERCENT damage as percent from max health. Patch provided by Frankir
------------------------------------------------------------------------
r4678 | vladimir_mangos | 2007-11-02 04:35:13 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed: remove duplicate apply blocked damage to rage generation.
------------------------------------------------------------------------
r4679 | vladimir_mangos | 2007-11-02 05:02:40 +0700 (Fri, 02 Nov 2007) | 2 lines
* Fixed ppmRate for 2 trinket spells in spell_proc_event. Patch provided by AoD.
------------------------------------------------------------------------
r4680 | alex_dereka | 2007-11-02 07:18:31 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed typo in 4679_mangos_spell_proc_event.sql.
------------------------------------------------------------------------
r4681 | vladimir_mangos | 2007-11-02 17:39:54 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed: allow listing in area id/flag converting tables zone with areaflag==0. This fix problem with graveyard linking for zone with areaflag==0.
------------------------------------------------------------------------
r4682 | vladimir_mangos | 2007-11-02 18:11:13 +0700 (Fri, 02 Nov 2007) | 1 line
* Fixed: prevent crash at landing at far teleport to invalid map coordinates. Disconnect player.
------------------------------------------------------------------------
r4683 | vladimir_mangos | 2007-11-02 18:39:08 +0700 (Fri, 02 Nov 2007) | 1 line
* Use in channel roster list show check for GM.InWhoList option in same way as for who-list.
------------------------------------------------------------------------
r4684 | apoc_mangos | 2007-11-03 02:16:35 +0700 (Sat, 03 Nov 2007) | 1 line
- Restored work and simplified code for .targetobject command when used without params.
------------------------------------------------------------------------
r4685 | apoc_mangos | 2007-11-03 02:47:34 +0700 (Sat, 03 Nov 2007) | 1 line
- Corrected my mistake in filters in my prev. commit
------------------------------------------------------------------------
r4686 | apoc_mangos | 2007-11-03 14:44:23 +0700 (Sat, 03 Nov 2007) | 1 line
- Fixed wrong SQL statement in HandleDelTicketCommand
------------------------------------------------------------------------
r4687 | triply | 2007-11-03 16:28:49 +0700 (Sat, 03 Nov 2007) | 4 lines
Implemented Aditional loot conditions. Patch originally provided by qsa.
Warning: this patch adds 2 new columns to all loot tables, it probably slows down mangos startup.
------------------------------------------------------------------------
r4688 | triply | 2007-11-03 17:51:26 +0700 (Sat, 03 Nov 2007) | 3 lines
Partialy commited Griffonheart's patch for BattleGrounds.
Replaced Tab characters by 4 spaces.
------------------------------------------------------------------------
r4689 | vladimir_mangos | 2007-11-03 20:01:27 +0700 (Sat, 03 Nov 2007) | 3 lines
* Check generated guids overflow and shutdown server if detected. THis can be result silly selection large guids for custom content guids, mostly creatures/gameobjects. Overflow can be source of unattackable and unspeakable creatures after some server work time.
* [sql update: 4687_mangos_loot_template.sql] Raname 4687_LootTables.sql to name fit to used scheme for sql updates, set eol-style property for file.
* [sql update: 4689_mangos_loot_template.sql] Remove recently added heroic condition (heroic mode unsupported anyway at this moment) and restore original keys for loot tables to prevent wrong duplicate data added to loot tables. Implement not finished loot condition data checks, fix reputation condition check, check condition data at loading only in case (ffa_or_condition < 0).
------------------------------------------------------------------------
r4690 | vladimir_mangos | 2007-11-03 20:32:50 +0700 (Sat, 03 Nov 2007) | 1 line
* Fixed: code portability problems with diff. compilers and compiler modes in part bit-fields size using. Note: ffa mode can be broken after 4687 commit.
------------------------------------------------------------------------
r4691 | vladimir_mangos | 2007-11-03 21:56:33 +0700 (Sat, 03 Nov 2007) | 1 line
* Fixed: show really nearest graveyard for provided in command arg team instead show nearest for player tea, always.
------------------------------------------------------------------------
r4692 | vladimir_mangos | 2007-11-03 22:29:37 +0700 (Sat, 03 Nov 2007) | 1 line
* Fixed: correctly implement to hunter lesson spell with dummy effect. Req.DB support for calling from appropriate quests. Patch provided DjRicko.
------------------------------------------------------------------------
r4693 | vladimir_mangos | 2007-11-03 23:13:00 +0700 (Sat, 03 Nov 2007) | 1 line
* Better Error Reporting In Ad/ad.exe. No changes in map files generation. Patch provided by imbecile.
------------------------------------------------------------------------
r4694 | vladimir_mangos | 2007-11-04 02:05:53 +0700 (Sun, 04 Nov 2007) | 1 line
* Fixed: allow casting one from hunter lesson spells. simplify some dummy effects code.
------------------------------------------------------------------------
r4695 | vladimir_mangos | 2007-11-05 06:37:30 +0700 (Mon, 05 Nov 2007) | 1 line
* [sql update: 4695_mangos_loot_template.sql] Implement free-for-all mode for non-quest items, fix ffa mode for quest items, fix work condition loot. Note: old ffa default value 1 is wrong for most non-quest loot and need fixing in DB. Patch provided by w12x.
------------------------------------------------------------------------
r4696 | vladimir_mangos | 2007-11-05 18:47:36 +0700 (Mon, 05 Nov 2007) | 2 lines
* Fixed: resolve recent problems with infinity looting same item after [4695], some other problems. Patch provided by w12x.
* Fixed: let use drunk invisibility detection only in drunk mode instead any time after has been drunk. Init detection at loading.
------------------------------------------------------------------------
r4697 | apoc_mangos | 2007-11-07 18:51:30 +0700 (Wed, 07 Nov 2007) | 1 line
* Memleak fix
------------------------------------------------------------------------
r4698 | apoc_mangos | 2007-11-08 16:56:16 +0700 (Thu, 08 Nov 2007) | 1 line
* Fixed possible crash when constructor of new AI can access indirectly old already deleted AI (for example via call RemoveAllAuras() when mob feared).
------------------------------------------------------------------------
r4699 | alex_dereka | 2007-11-09 00:08:06 +0700 (Fri, 09 Nov 2007) | 1 line
* Fixed compile with Debug in FreeBSD. thanks Nikopol.
------------------------------------------------------------------------
r4700 | alex_dereka | 2007-11-09 03:02:44 +0700 (Fri, 09 Nov 2007) | 1 line
* Fixed compile in linux :/
------------------------------------------------------------------------
r4701 | alex_dereka | 2007-11-09 05:04:59 +0700 (Fri, 09 Nov 2007) | 1 line
* Fixed compile in linux.
------------------------------------------------------------------------
r4702 | triply | 2007-11-10 01:38:08 +0700 (Sat, 10 Nov 2007) | 3 lines
Fixed great amount of crashes caused by using too high index to array in BattleGroundQueue events. Problem should be fixed now or error will be logged.
Now Battleground queues can be used by players that have higher level than 70 and it will not cause crash.
------------------------------------------------------------------------
r4703 | hunuza | 2007-11-10 06:01:38 +0700 (Sat, 10 Nov 2007) | 1 line
* Fixed two VERY important dummy effects (deviates ;))
------------------------------------------------------------------------
ScriptDev2
------------------------------------------------------------------------
r152 | Ntsc | 2007-10-30 03:49:48 +0700 (Tue, 30 Oct 2007) | 5 lines
Added: Additional zones for capital cities.
Added: Two sekketh halls bosses.
Added: Shattrath city flask vendors.
Fixed: VR's knockback ability (now reduces the correct 25% threat).
Updated: Immunities and abilities for some bosses.
------------------------------------------------------------------------
r153 | Ntsc | 2007-11-05 01:59:44 +0700 (Mon, 05 Nov 2007) | 7 lines
Renamed item scripts to use the correct prefix.
Added Draenei Fishing Net.
Added some bosses thanks to Russian SD2 team.
Fixed Maexxna's web wrap.
Updated and Added Maulgar Event to SQL files.
Begin work on Magtheridon Event.
------------------------------------------------------------------------
r154 | UnknowN-TerroR | 2007-11-08 00:38:06 +0700 (Thu, 08 Nov 2007) | 6 lines
- Moved: Phoenix AI to Kael'thas script.
- Fixed: AddSC_serpent_shrine() in right category.
- Added: encounter system in Void Reaver script.
- Updated encounter system in Serpentshrine and The Eye scripts.
- Changed Serpentshrine and The Eye script name.
- Fixed kael'thas AI: now Pyroblast is casted only in phase 4.
------------------------------------------------------------------------
r155 | UnknowN-TerroR | 2007-11-08 23:08:37 +0700 (Thu, 08 Nov 2007) | 1 line
- Fixed: small typo in SimpleAI.
------------------------------------------------------------------------
r156 | UnknowN-TerroR | 2007-11-09 20:36:05 +0700 (Fri, 09 Nov 2007) | 1 line
- Fixed instance data pointer initialization in Hydross, Leotheras, Gruul, Maulgar, Kael'thas and Void Reaver.
------------------------------------------------------------------------
UDB
------------------------------------------------------------------------
r326 | Neo2003-TBC | 2007-11-09 05:24:26 +0700 (Fri, 09 Nov 2007) | 12 lines
UDB update pack 326:
- Many Fixes from forums, thanks go out to all contributors!
- New disenchant_loot_template
- MANY quest fixes
- All missing page texts added
- Drastic update to Caverns of Time
- Transports table updates
- Orb of Translocation updates
- Added lots of missing game objects
- Many creature health updates
- ScriptDev2 scripts version 155
- Updated to core rev 4595+ and no start errors ;)
------------------------------------------------------------------------