Xanadu
f8d1920fa5
Yet more cleanup, mostly in the script system. This should conclude the script integration into core.
...
--HG--
branch : trunk
2010-02-05 13:01:32 +01: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
n0n4m3
c3ee3f537d
Set use mtmaps by default, and cleanup some code in MapManager.
...
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-21 07:58:19 +01: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
Kudlaty
a73a8dc549
Add option to cmake if should compile with multi thread maps or not.
...
Usage with: -DUSE_MULTI_THREAD_MAP=true (this will compile with multi thread maps
--HG--
branch : trunk
2009-11-28 15:37:55 +01:00
Paradox
d8572155ca
Disable MTMaps by default, since it seems to be such a big headache for some people to do this for themselves.
...
--HG--
branch : trunk
2009-10-25 22:33:23 -04: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
Chaz Brown
135888af84
* Hopefully, MTMaps will only be enabled in release, and not in debug modes (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-24 17:34:29 -04:00
Chaz Brown
7aa91dd81b
* AHBot rewritten to cause less lag spikes when checking for bids and when 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-09-22 20:40:34 -04:00
megamage
5b4006ceed
[8194] Use _SECURE_SCL=0 for speedup iterators work at Windows platform in release mode. Author: Ambal
...
Change added for VC80/VC90, but not added for VC10.
--HG--
branch : trunk
2009-07-24 09:02:24 +08:00
megamage
a49c2982ba
*Merge.
...
*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-06-18 19:27:17 -05:00
megamage
b96dea29c7
*Merge.
...
--HG--
branch : trunk
2009-05-25 13:17:41 -05:00
megamage
c2588042e9
*Move some random generator functions to map class: functions in map/object/movementgenerator/spell
...
--HG--
branch : trunk
2009-05-25 12:05:23 -05:00
Anubisss
0b8e6ee15a
*Some changes in bindings/interface.
...
*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-23 20:48:32 +02:00
megamage
25e5c99dec
[7810] Moved ZThread related code on ACE framework. Author: Ambal
...
Remove ZThread source code from mangos.
--HG--
branch : trunk
2009-05-13 18:22:21 -05:00
megamage
0a6ef039b2
[7420] Not set cdecl calling convention for x64 platform for Unic/Linux. Author: VladimirMangos
...
This will prevent generation "warning: 'cdecl' attribute ignored"
--HG--
branch : trunk
2009-03-09 17:46:07 -06:00
megamage
3e8d76087d
*Merge.
...
--HG--
branch : trunk
2009-02-22 17:30:09 -06:00
raczman
6f7c53b7f5
fix cmake/ACE for freeBSD and Mac OSX
...
--HG--
branch : trunk
2009-02-20 18:22:39 -06:00
megamage
31637d4aac
*Merge.
...
--HG--
branch : trunk
2009-02-18 11:36:19 -06:00
KingPin
14234c86fa
Newline added to bottom of all files.
...
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
megamage
4d008f2043
Replace tabs with spaces, and fix crlf issues
...
--HG--
branch : trunk
2009-02-04 10:33:18 -06:00
megamage
d69198732e
*Merge.
...
--HG--
branch : trunk
2009-02-04 17:22:43 -06:00
Drahy
5dab980495
* Updated copyright notice for new year (2009) part 2
...
* Changed mangos website
--HG--
branch : trunk
2009-02-04 12:42:26 +01:00
Drahy
7c19c420c6
* Updated copyright notice for new year (2009) part 1 - Mercurial cant convert all files at once
...
--HG--
branch : trunk
2009-02-04 12:04:12 +01:00
megamage
0521e2d017
*Update to Mangos 6849. Source: Mangos.
...
--HG--
branch : trunk
2008-11-26 14:23:50 -06:00
megamage
46bb829582
[svn] Merge define.h from mangos. Hope this will solve the lag problem.
...
--HG--
branch : trunk
2008-11-07 13:46:47 -06:00
w12x
b8362cd7f1
[svn] Fixed copyright notices to comply with GPL.
...
--HG--
branch : trunk
2008-10-23 03:29:52 -05:00
Seline
2265aef916
[svn] * Merge Temp dev SVN with Assembla.
...
* Changes include:
- Implementation of w12x's Outdoor PvP and Game Event Systems.
- Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
- All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
- Improved Config cleanup.
- And many more changes.
--HG--
branch : trunk
2008-10-14 11:57:03 -05:00
Neo2003
9b1c0e006f
[svn] * Proper SVN structure
...
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00