Spp
b27ce42704
Code Style: Remove trailing spaces
...
--HG--
branch : trunk
2010-04-07 18:09:10 +02:00
Spp
f490ad5ac2
Code Style: tab to spaces
...
--HG--
branch : trunk
2010-04-07 17:24:07 +02:00
raczman
bcb67eb490
Include ACE headers in case they are not in system path.
...
Thanks for spotting the bug guys:
GL.AntiDiavol, next3x, Aokromes
--HG--
branch : trunk
2010-04-07 13:09:07 +02:00
raczman
e30e9a45cb
Cleaned up include directories in cmakes.
...
--HG--
branch : trunk
2010-04-06 15:53:27 +02:00
_manuel_
fae77f2621
Add additional field for storage of speed_run rate of creature
...
This allow independent rate of walk vs run speed. Existing field renamed to explicit speed_walk.
Note that default database rate for run is a result of the most common value seen, 8.0/7.0
Author: NoFantasy.
--HG--
branch : trunk
2010-03-21 14:57:49 -03:00
Machiavelli
48051d1cd6
Add support field 'allowMount' to instance_template table (see http://trinitydatabase.org/index.php?/topic/14994-7656-instance-template/ ), this will define whether or not mounting is allowed in an instance, instead of defining it hard coded in the core.
...
--HG--
branch : trunk
2010-03-21 17:34:25 +01:00
n0n4m3
04e7a5bd39
Cleanup and applying code style to some Database files.
...
--HG--
branch : trunk
2010-03-09 15:45:34 +03:00
silver1ce
9e63454b63
store unit's level in uint8 format
...
TODO: may be change db format too
--HG--
branch : trunk
2010-03-03 02:48:31 +02: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
n0n4m3
293ea07a25
Revert revision: 053bfe8ad9, this cause some crash.
...
Use dynamic_cast more is safer.
I think no more crash on db code.
--HG--
branch : trunk
2010-02-10 16:04:48 +03:00
n0n4m3
8676e5056f
Implement async class for database operations for better performance, remove 10ms sleep, fixed some crash on sql execute.
...
--HG--
branch : trunk
2010-02-07 08:22:31 +03:00
Xanadu
a5d1bc77ab
A great purge of obsolete macros.
...
--HG--
branch : trunk
2010-02-05 00:31:28 +01:00
thenecromancer
9b6cf93d7a
Use normal ace thread mutex
...
--HG--
branch : trunk
2010-02-01 11:30:05 +01:00
thenecromancer
fd5f1e554d
Use recursive thread mutex for SQL transaction queue
...
--HG--
branch : trunk
2010-02-01 10:23:18 +01:00
Anubisss
d9cb070215
Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(ACE_Refcounted_Auto_Ptr) for QueryResult pointers.
...
Use this auto_ptr for every DB queries(except QueryNamedResult yet).
This patch guarantees NO memory leaks from QueryResult pointers.
Thanks to raczman for the idea and for the helping to make this patch.
--HG--
branch : trunk
2010-01-23 14:45:58 +01:00
Brian
7162dcd475
* Backed out changeset c7c6faf26cbd
...
* A different solution to damage will be implemented
* You will need data from your DB provider if you don't have a backup
--HG--
branch : trunk
2010-01-21 18:38:49 -07:00
win32
2572e9ef8e
* Add support for basedmg and baserangeddmg values in creature_classlevelstats.
...
* Remove mindmg, maxdmg, attackpower and ranged field in creature_template and add Dmg_Mod, Rangeddmg_Mod field.
--HG--
branch : trunk
2010-01-21 13:48:27 +02:00
n0n4m3
99f66a6bc9
Updated copyright for new year.
...
--HG--
branch : trunk
2010-01-16 20:19:18 +03:00
XTZGZoReX
a66152215e
* Add support for base armor values in creature_classlevelstats.
...
* Change the table structure to be more core-friendly.
* Remove armor field in creature_template and add Armor_mod field.
* Also add static CreatureBaseStats::GetBaseStats() function for scripts.
--HG--
branch : trunk
2010-01-10 22:02:03 +01:00
_manuel_
0e18bc37c2
Removed moveflags column from creature_addon and creature_template_addon. Thanks to Zor and raczman.
...
--HG--
branch : trunk
2010-01-02 19:52:08 -03:00
Brian
5300226fee
* Added support for using a lookup table for creature mana / health
...
* As long as creature level, class, and the proper expansion they are from are
* set in creature_template, you will have 100% accurate health and mana.
* Research and base stats table done by Malcrom -- THANK YOU!
* Original patch by Kudlaty -- THANK YOU!
* Updated and enhanced by Machiavelli - THANK YOU!
* Optimizations by w12x, MrSmite, and XTZGZoReX -- THANK YOU!
* Final code updating for current rev by XTZGZoReX -- THANK YOU!
--HG--
branch : trunk
2009-12-20 20:23:18 -07:00
Rat
6fe36efe0f
*apply trinity style to whole source
...
*comment out all mangos to trinity defines
*this will make merging a little harder, but code will be more clear
--HG--
branch : trunk
2009-12-20 15:20:04 +01:00
win32
7c9f6b4bc3
Merge MaNGOS, Gossip System. Autor NoFantasy.
...
* DB support required
* Closes #859
--HG--
branch : trunk
2009-12-20 13:35:08 +02:00
n0n4m3
8b95981ed0
Update DataBase and Realm code for 322a
...
--HG--
branch : trunk
2009-12-17 12:42:53 +01:00
Brian
2547e5c109
* Removed all unneeded Makefile.am files that were leftover from merges with
...
* MaNGOS
--HG--
branch : trunk
2009-12-11 13:52:46 -07:00
Brian
7d754c3f7f
* Added support for questItem5 and questItem6 in creature and gameobject
...
* templates.
*
* Thanks to Malcrom for doing the research.
--HG--
branch : trunk
2009-11-26 12:23:33 -07:00
maximius
85d7084e85
*Fix usage of grid removal state, thanks Sisif
...
--HG--
branch : trunk
2009-10-31 17:34:35 -07: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
maximius
9bb508ae19
*Proper data blob updating, thanks ogeraisi.
...
--HG--
branch : trunk
2009-10-02 01:26:36 -07:00
maximius
3c270f97ee
*Fix typo, and try to avoid killing the dead..
...
--HG--
branch : trunk
2009-10-02 01:06:06 -07:00
maximius
340db23ea9
*Didn't mean to remove that.. there shouldn't be negative values in the data blob, unless I'm mistaken.
...
--HG--
branch : trunk
2009-10-01 13:35:39 -07:00
maximius
62ed2e0ef4
*Better support for signed input. I'm not sure if this will fix anything.
...
--HG--
branch : trunk
2009-10-01 13:34:06 -07:00
maximius
3c43ef7157
*Better support for negatives.
...
--HG--
branch : trunk
2009-09-30 04:18:07 -07:00
maximius
5737077371
*Fix linux build
...
--HG--
branch : trunk
2009-09-30 04:11:14 -07:00
maximius
1539ca3605
*Too many parameters.
...
--HG--
branch : trunk
2009-09-30 03:35:34 -07:00
maximius
f0d5924891
*Cleanup, add two new functions, attempt to fix arena point flushing for offline players.
...
--HG--
branch : trunk
2009-09-30 03:29:08 -07:00
maximius
0cf75ef9ea
*Wintergrasp: Prevent defenders team to click the relic. Patch by Spp.
...
*Zum'Rah Area Trigger Script, Zum'Rah should become hostile when approached. By totoro.
*Judgement of Light PPM based, not 100%. By Drevi.
*Fix Deflection Exploit. By manuel, thanks to TheNecromancer and Gyullo.
*Correct Wintergrasp Tenacity formulas, by Gyullo.
*A Spirit Guide Escort Quest, code from SD2, patch by manuel.
*TrullyOne/MeanMachine Waypoint System Restored. Patch by XTElite1.
--HG--
branch : trunk
2009-09-19 12:13:08 -07:00
maximius
b4a13eff51
*Missed some changes
...
--HG--
branch : trunk
2009-09-11 13:42:39 -07:00
maximius
aed229dfe6
*[8463] Fixed race conditions in LockedQueue. Author: XTZGZoReX
...
--HG--
branch : trunk
2009-09-11 13:41:37 -07:00
Kudlaty
b287288888
Fix compatibility problems with PostgreSQL. Patch by Azuritus
...
--HG--
branch : trunk
2009-09-10 22:40:40 +02:00
Chaz Brown
ada432aa76
Fix some recently added tabs to spaces and fix mem leak - patch provided by Onkelz
...
--HG--
branch : trunk
2009-09-09 13:04:58 -04:00
megamage
4d94b923ef
[8453] Make more informative error output in case empty version tables. Author: VladimirMangos
...
--HG--
branch : trunk
2009-09-02 18:32:29 -05:00
megamage
176a710e72
[8442] Fixed displaying return button in mails Author: arrai
...
--HG--
branch : trunk
2009-09-01 17:09:39 -05:00
QAston
94b8532c4f
*Fix build with GCC.
...
--HG--
branch : trunk
2009-08-27 17:59:01 +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
megamage
f8a05d264f
[8318] Deleted as expected runnable objects at related Thread deleting for avoid memory leaks. Author: VladimirMangos
...
[8319] Restore compile PGSQL support after last changes. Author: ApoC
--HG--
branch : trunk
2009-08-08 12:12:56 -05:00