- Git (distributed version control system)
- GitHub (web-based Git repository hosting service)
- Scraim (PM and Process Management SaaS)
- Slack (real-time team communication)
- C# (a multi-paradigm .NET language)
/* | |
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> | |
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> | |
* | |
* This program is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License as published by the | |
* Free Software Foundation; either version 2 of the License, or (at your | |
* option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, but WITHOUT |
TrinityCore rev. 7834d339ad83 2016-04-06 00:14:01 +0200 (3.3.5 branch) (Unix, Release) (worldserver-daemon) | |
<Ctrl-C> to stop. | |
______ __ | |
/\__ _\ __ __/\ \__ | |
\/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ | |
\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ | |
\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ | |
\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ | |
\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ |
From 9ba0ef7a15ed4ea53910180fba08869348a58634 Mon Sep 17 00:00:00 2001 | |
From: DDuarte <[email protected]> | |
Date: Mon, 28 Mar 2016 22:34:46 +0100 | |
Subject: [PATCH] Core/PacketIO: Properly send normalized realm names | |
Ref #14949 | |
--- | |
src/server/game/Globals/ObjectMgr.cpp | 10 ++++++++++ | |
src/server/game/Globals/ObjectMgr.h | 1 + | |
src/server/game/Handlers/AuthHandler.cpp | 5 ++--- |
Test |
# http://EditorConfig.org | |
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[*.{cpp,h,c,cmake,txt,sql,md}] | |
charset = utf-8 |
class AccountObjectSetCheats | |
{ | |
bool AutoBattle = false; | |
AccountobjectSetCheats Type; | |
int8 SlotLockCheat = 0; | |
}; | |
class AccountObjectGetProfile | |
{ | |
std::string Filename; |
From a2565665806bf901d0047755adbf561834ddb129 Mon Sep 17 00:00:00 2001 | |
From: DDuarte <[email protected]> | |
Date: Mon, 1 Jun 2015 03:52:14 +0100 | |
Subject: [PATCH] Tools/Extractors: Fix multiple resource leaks when opening | |
Casc files | |
CID 1254588, 1254548, 1254555, 1254545 | |
--- | |
src/tools/map_extractor/System.cpp | 6 ++++-- | |
src/tools/map_extractor/loadlib.cpp | 1 + |
module['exports'] = function echoHttp (hook) { | |
hook.debug("Debug messages are sent to the debug console"); | |
hook.debug(hook.params); | |
hook.debug(hook.req.path); | |
hook.debug(hook.req.method); | |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |