XTZGZoReX (Alex)

Name
Alex
Email
Company
GamerzWoW
Location
Denmark
Member Since
Jan 04, 2009 (10 months)

Following 0 githubbers and watching 19 repositories view all →

Public Repositories (1)

  • multimangos

    The multi-processing project of MaNGOS.

    legend

    Last updated Sun Jun 07 10:38:16 -0700 2009

Public Activity feed

XTZGZoReX started watching freghar/mangos-112 Sun Nov 29 04:32:44 -0800 2009
mangos-112's description:
MaNGOS for 1.12.x client
XTZGZoReX started watching scriptdev2/scriptdev2 Sun Nov 29 04:30:53 -0800 2009
scriptdev2's description:
Replacement for the Script Library that comes with MaNGOS, written in C++ and is compatible with both Windows and Linux. SQL supports MySQL and PGSql.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 22 14:55:15 -0800 2009
HEAD is ea13ac3309cb25c53a7e97b74738c7edd1c0aa26
  • XTZGZoReX committed ea13ac33:
    [8861] Add peeking support to LockedQueue.
XTZGZoReX commented on mangos/mangos Sat Nov 21 21:24:27 -0800 2009
Comment in 5651043:

Ah, copy-paste mistake :). Thanks.

XTZGZoReX pushed to master at mangos/mangos Fri Nov 20 11:12:13 -0800 2009
HEAD is 56510432a2fa7573fde52c55c7b3b59c68144020
  • XTZGZoReX committed 56510432:
    [8850] Check packet opcode for >= NUM_MSG_TYPES before queueing.
XTZGZoReX pushed to master at mangos/mangos Fri Nov 20 08:13:25 -0800 2009
HEAD is fdb060c340637e60ab001120b68d9b39f3c58f77
  • XTZGZoReX committed fdb060c3:
    [8849] Fix a typo in STATUS_LOGGEDIN_OR_RECENTLY_LOGGEDOUT.
XTZGZoReX pushed to master at mangos/mangos Thu Nov 19 03:43:49 -0800 2009
HEAD is aa87af9a4c49022d3659088bf1a823f3222ba6ea
  • XTZGZoReX committed aa87af9a:
    [8839] Correct "outdated OpenSSL" warning message.
XTZGZoReX commented on mangos/mangos Sun Nov 15 11:08:54 -0800 2009
Comment in 927cc32:

We cannot use TBB mutices before we switch 100% to TBB threading code. Mixing two threading libs is a bad idea.

XTZGZoReX pushed to master at mangos/mangos Sat Nov 14 06:07:24 -0800 2009
HEAD is 877e9633f854d69b7e72ae53b75ba2d2b8d9bb40
  • XTZGZoReX committed 877e9633:
    [8813] Re-implement some changes in [8799], but with mutex calls commented.
XTZGZoReX commented on mangos/mangos Fri Nov 13 05:28:43 -0800 2009
Comment in 927cc32:

I will probably update our bundled ACE version soon, but keep in mind, that even the latest version has this bug, so it will not make a difference.

XTZGZoReX pushed to master at jolan/MoveMaps Fri Nov 13 01:22:34 -0800 2009
HEAD is d0a3ec0b238fc115707aafd1f936ac55554cda1d
  • XTZGZoReX committed d0a3ec0b:
    Fixed crash when using long path names in the generator.
XTZGZoReX pushed to master at jolan/MoveMaps Fri Nov 13 00:42:16 -0800 2009
HEAD is e9771bf53636e8e9e0b9c57032f9d37cad97ad29
  • XTZGZoReX committed e9771bf5:
    Removing files in StartCoords/, as they're generated using CreaturesToCoords.py.
XTZGZoReX pushed to master at jolan/MoveMaps Fri Nov 13 00:36:26 -0800 2009
HEAD is 8dd3dbf76c99461f11341fe31aba168bff6b9606

2 commits »

XTZGZoReX commented on mangos/mangos Thu Nov 12 07:36:19 -0800 2009
Comment in 8102bf4:

Option works as intended.

Yes, TBB is still compiled, but not used, so doesn't really matter.

XTZGZoReX pushed to master at mangos/mangos Thu Nov 12 07:00:48 -0800 2009
HEAD is 927cc32a761405cf44b60b3b2a8621818f1574be
  • XTZGZoReX committed 927cc32a:
    [8809] Revert "[8799] Implemented thread safe bg queue updates."
XTZGZoReX pushed to master at mangos/mangos Wed Nov 11 11:21:47 -0800 2009
HEAD is 8102bf4f40761e75a13b1b1788033465aabbe34e
  • XTZGZoReX committed 8102bf4f:
    Allow disabling tbbmalloc on Unix by using: --with-std-malloc
XTZGZoReX pushed to master at mangos/mangos Tue Nov 10 14:11:22 -0800 2009
HEAD is df968992ffd34749618de5fa3b4cfefc7da8c66f
  • XTZGZoReX committed df968992:
    [8801] Rename accmgr macro to sAccountMgr. Thanks to astriconX for pointing out.
XTZGZoReX commented on mangos/mangos Sun Nov 08 17:35:49 -0800 2009
Comment in 40cde0f:

While I agree with everything else, I disagree with that statement regarding C#. "Drag and drop"? Sure, the UI designer is... WCell isn't a UI. In fact, WCell is extremely well-designed. I also disagree that you can do more with C/C++ than C#. C# has a rich default library of features, and supports P/Invoke, thus enabling you to call functions in unmanaged DLLs.

Sure, C# is "simpler" than C++, but this is because 90% of programmers actually don't need the low-level functionality C/C++ offers (oh, keep in mind, C# actually does support pointers and unsafe code).

People like me and TOM_RUS even prefer C# over C++ :p.

XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 17:24:56 -0800 2009
HEAD is d31768fbc6e105ec3d8e6e7b4301af8078d23f59
  • XTZGZoReX committed d31768fb:
    [8797] Merge WorldLog class into Log class.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 16:20:00 -0800 2009
HEAD is 1798a48d5b65329ccf61c36dbe683d573dcb6fa9
  • XTZGZoReX committed 1798a48d:
    [8796] * Add WARNING file to mangosd.vcproj. Also minor cosmetics.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 10:40:04 -0800 2009
HEAD is f50a0a7f4396e04961e9a6010f81d3a29a80a029
  • XTZGZoReX committed f50a0a7f:
    [8794] Also rename gameeventmgr to sGameEventMgr.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 10:33:13 -0800 2009
HEAD is bb70e90ebec09c3a2609a1a3902386c8f5140111
  • XTZGZoReX committed bb70e90e:
    [8793] Don't do operations through singleton if already in singleton context.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 03:22:54 -0800 2009
HEAD is 99f9a1ccce696fbde2351b57aa5e3ab926552886
  • XTZGZoReX committed 99f9a1cc:
    [8790] Remove useless/unused Base and CountedReference sources.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 03:11:45 -0800 2009
HEAD is 815689f6db4b4f95690fc4307d7f12ec514bee33
  • XTZGZoReX committed 815689f6:
    [8789] Rename several singleton macros to use more consistent names.
XTZGZoReX pushed to master at mangos/mangos Sun Nov 08 02:38:48 -0800 2009
HEAD is e788f32db6a2d2bf8846b2e0903e2df2bd3cf130
  • XTZGZoReX committed e788f32d:
    [8787] Cleanup in Errors.h.
XTZGZoReX pushed to master at mangos/mangos Sat Nov 07 19:27:32 -0800 2009
HEAD is 198f28cb1961834460fb4f26d64dd0e58bfd864b

4 commits »

XTZGZoReX pushed to master at mangos/mangos Sat Nov 07 13:05:37 -0800 2009
HEAD is e6c82977419bc9dce7be51f07bafed00b190a0f4
  • XTZGZoReX committed e6c82977:
    [8783] * Fix mangos.sql after [8775].
XTZGZoReX pushed to master at mangos/mangos Fri Nov 06 09:19:43 -0800 2009
HEAD is f0ce328b6931defc1517d82e6f6806e4da49d299
  • XTZGZoReX committed f0ce328b:
    Remove useless throw() and fix TBB warnings.
XTZGZoReX pushed to master at mangos/mangos Fri Nov 06 08:54:34 -0800 2009
HEAD is b365d3cc3384aa2613284381081658e1ad3f37dc
  • XTZGZoReX committed b365d3cc:
    [8781] Remove old 100ms Linux hack in WorldRunnable.
XTZGZoReX commented on mangos/mangos Thu Nov 05 23:04:24 -0800 2009
Comment in 40cde0f:

But why are you focusing so intensely hard on something as trivial as the mailbox, you seem be going massively into making edits when it pretty much worked just fine.

Go use mtmaps, problem solved.

XTZGZoReX started watching Fabi/cwcore Thu Oct 29 10:39:04 -0700 2009
cwcore was created Tue Aug 04 12:18:45 -0700 2009
XTZGZoReX commented on mangos/mangos Sat Oct 24 09:00:38 -0700 2009
Comment in 8dd3e4b:

NetSky, 'this' can never be 0x0, so why would you do that?

XTZGZoReX commented on mangos/mangos Mon Oct 19 20:52:56 -0700 2009
Comment in a96596b:

In fact multi-threading would be fine without this - this just makes it a bit faster.

XTZGZoReX commented on mangos/mangos Sun Oct 18 07:30:58 -0700 2009
Comment in 2e4118a:

Oh - and keep in mind - HashMapHolder stores actual objects, not pointers.

XTZGZoReX commented on mangos/mangos Sun Oct 18 07:30:20 -0700 2009
Comment in 2e4118a:

This was in fact a very important fix - many custom patches copied and used this typo, too, and the locks used in them won't work as intended (i.e. mangchat).