aboutsummaryrefslogtreecommitdiff
path: root/src/framework
AgeCommit message (Collapse)Author
2009-12-24Temporary revert 6743 commit. I fix this patch across 1-2 days.n0n4m3
--HG-- branch : trunk
2009-12-23Replaced time(NULL) on sGameTime.GetGameTime() this is used for better ↵n0n4m3
performance. Original Timer.h divided into 2 parts. Shared project has no need to know about GameTime Singleton. 2 Identical structures with different types are now replaced with one generic templated structure and 2 typedefs. --HG-- branch : trunk
2009-12-21Set use mtmaps by default, and cleanup some code in MapManager.n0n4m3
TODO: Set MapUpdate.Threads=0 in config, for full disable mtmaps, for correct work mtmaps, need ACE 5.7.2+, recommend 5.7.5 --HG-- branch : trunk
2009-12-20*apply trinity style to whole sourceRat
*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-17Fixed crash in LinkedListElement, thx Alexsotn0n4m3
--HG-- branch : trunk
2009-12-11* Removed all unneeded Makefile.am files that were leftover from merges withBrian
* MaNGOS --HG-- branch : trunk
2009-11-28Add option to cmake if should compile with multi thread maps or not.Kudlaty
Usage with: -DUSE_MULTI_THREAD_MAP=true (this will compile with multi thread maps --HG-- branch : trunk
2009-11-20*Some cleanup (mostly whitespace changes)maximius
--HG-- branch : trunk
2009-10-25Disable MTMaps by default, since it seems to be such a big headache for some ↵Paradox
people to do this for themselves. --HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-09-27*Merge [8524] New cell search algorithm implemented. You can now choose ↵maximius
different visibility distances on continents, in BG/Arenas and instances. Author: Ambal *Some warning cleanup --HG-- branch : trunk
2009-09-24* Hopefully, MTMaps will only be enabled in release, and not in debug modes ↵Chaz Brown
(This was causing debug builds to not run under windows) * Fixed a bug in AHBot where auctions being removed were sometimes seen as the wrong faction, leading to problems with replacing them with new auctions. * Added loopbreaker back in, just in case... --HG-- branch : trunk
2009-09-22* AHBot rewritten to cause less lag spikes when checking for bids and when ↵Chaz Brown
adding new auctions. * AH Deposit function rewritten to generate deposits closer to official. * AH Mail system rewritten to fix some bugs. * MULTI_THREAD_MAP enabled by default (I have no idea why this was commented out before) * CLIENT_VER added for allowing parts of the code to be enabled/disabled depending on the client version supported. Only used in AHBot for now. * Various code cleanups. --HG-- branch : trunk
2009-07-24 [8194] Use _SECURE_SCL=0 for speedup iterators work at Windows platform ↵megamage
in release mode. Author: Ambal Change added for VC80/VC90, but not added for VC10. --HG-- branch : trunk
2009-06-18*Merge.megamage
*mtmap is disabled by default. To use it, define MULTI_THREAD_MAP in define.h *mtmap support is not provided for windows users. Because there is no free openmp lib for windows. If you have openmp lib and want to use openmp, you need to manually change the setting. --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Move some random generator functions to map class: functions in ↵megamage
map/object/movementgenerator/spell --HG-- branch : trunk
2009-05-23*Some changes in bindings/interface.Anubisss
*Fix the bug that You build it without Trinity Script the emu try to load the libtrinityscript lib instead of libtrinityinterface. --HG-- branch : trunk
2009-05-13 [7810] Moved ZThread related code on ACE framework. Author: Ambalmegamage
Remove ZThread source code from mangos. --HG-- branch : trunk
2009-03-29Removed automake from TC for good. ACE automake is still there, for folks ↵raczman
who want to build ACE from dep/ACE_wrappers. --HG-- branch : trunk
2009-03-09 [7420] Not set cdecl calling convention for x64 platform for Unic/Linux. ↵megamage
Author: VladimirMangos This will prevent generation "warning: 'cdecl' attribute ignored" --HG-- branch : trunk
2009-03-05*Merge.megamage
--HG-- branch : trunk
2009-03-03*Fix a crash.megamage
--HG-- branch : trunk
2009-03-02[7356] Use tabs for indent in Makefiles Author: fregharmegamage
--HG-- branch : trunk
2009-02-26*Merge.megamage
--HG-- branch : trunk
2009-02-26*Fix build.megamage
--HG-- branch : trunk
2009-02-26*Fix a crash caused by far sight spells.megamage
--HG-- branch : trunk
2009-02-26*Initialize some variables of grid lock. By Vladimir.megamage
--HG-- branch : trunk
2009-02-25*Update active object code. By VladimirMangos.megamage
--HG-- branch : trunk
2009-02-25*Fix some crash bugs.megamage
--HG-- branch : trunk
2009-02-24 [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵megamage
VladimirMangos 1) comparison singed and unsigned values 2) redundent includes 3) wrong constructor :-part field initilization 4) unused not-/*name*/-guarded args in template/virtual functions that not required like args. 5) explicitly list not implemented achievement types. Also bugs fixed: 1) Drop wrong phase mask 0 check in WorldObject::InSamePhase. 2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result. 3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u. --HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-20fix cmake/ACE for freeBSD and Mac OSXraczman
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2009-01-20*Update to Mangos 7125.megamage
--HG-- branch : trunk
2009-01-17Cmake build system for trinityraczman
--HG-- branch : trunk
2008-12-26*Reapply rev 666.megamage
--HG-- branch : trunk
2008-12-26Backed out changeset: 2c9f52df4699megamage
--HG-- branch : trunk
2008-12-26Added missing initialization to 3-parameter _SCallback. This fixes ↵w12x
2-parameter async sql callbacks, for instance character renaming. --HG-- branch : trunk
2008-11-28*Update to Mangos 6856. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-26*Update to Mangos 6849. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-18*Merge from Mangos. Add MapReference. Author: hunuza.megamage
*Also re-commit the patches reverted in 255. --HG-- branch : trunk