This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 84d87dd290d3a44152fa3964edb7302014da052e Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Fri, 16 Dec 2011 17:56:14 -0500 | |
Subject: [PATCH 33/65] 2.2.30 ICC: Trashmob implementacion completa | |
--- | |
.../reanemu/2011_11_25_100_world_trashmobs_icc.sql | 150 ++ | |
src/server/game/Scripting/ScriptLoader.cpp | 3 +- | |
src/server/scripts/Northrend/CMakeLists.txt | 1 + | |
.../IcecrownCitadel/icecrown_citadel_trashmobs.cpp | 2760 ++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From efc5c8e926a33b1b761bd8707a0059b728bb318f Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Wed, 14 Mar 2012 13:04:14 -0500 | |
Subject: [PATCH 17/27] 0.17 Resistencias Binarias | |
--- | |
src/server/game/Entities/GameObject/GameObject.cpp | 2 + | |
src/server/game/Entities/Player/Player.cpp | 6 +- | |
src/server/game/Entities/Player/Player.h | 3 +- | |
src/server/game/Entities/Unit/StatSystem.cpp | 6 + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ba90ed38389fc1042455446900333e51c8e25012 Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Wed, 28 Mar 2012 03:14:30 -0500 | |
Subject: [PATCH] =?UTF-8?q?Arena=20Espectador:=20A=C3=B1adiendo=20el=20LANG=20?= | |
=?UTF-8?q?de=20lo=20del=20chat=20:S=20q=20askito=20tengo=20al=20final=20he=20?= | |
=?UTF-8?q?tenido=20q=20usarlo=20jaja?= | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2ced30432aa2a824e3e78953555f29cd36557442 Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Tue, 3 Apr 2012 19:44:02 +0100 | |
Subject: [PATCH] Arena Espectador: varios cambios para que no usen emotes | |
/lol /lick etc etc | |
--- | |
src/server/game/Entities/Player/Player.cpp | 3 --- | |
.../game/Server/Protocol/Handlers/ChatHandler.cpp | 7 +++++++ | |
1 files changed, 7 insertions(+) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Añadiendo informacion complementaria de cañones | |
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (69400, 70173, 69402, 70175, 70374, 70383, 72959); | |
SET @ENTRYA := 37540; | |
SET @ENTRYH := 37215; | |
SET @ENTRYA10H := 38128; | |
SET @ENTRYH10H := 38129; | |
SET @ENTRYA25 := 38699; | |
SET @ENTRYH25 := 38701; | |
SET @ENTRYA25H := 38700; | |
SET @ENTRYH25H := 38702; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############## details ################ | |
============== structure ================ | |
repository | |
a tree of objects which are under version control | |
objects are any of the following: | |
blob: binary data (usually a file) | |
tree: points to blobs (files) and other trees (subdirectories) | |
commit: points to a tree (your projects root directory), and points to the parent commit(s) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f4c741dfccbd270c669bf7e4f9b5f7c4a745d00f Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Thu, 27 Dec 2012 23:29:13 -0500 | |
Subject: [PATCH] Core/Model: Fix crashes on IntersectRay, original patch and idea by MrSmite | |
--- | |
src/server/collision/BoundingIntervalHierarchy.h | 3 +++ | |
src/server/collision/Models/GameObjectModel.cpp | 16 +++++++++------- | |
src/server/collision/Models/WorldModel.cpp | 10 +++++++--- | |
4 files changed, 20 insertions(+), 10 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d6ba840ac16aca012f9f7d225ad766d3f844726c Mon Sep 17 00:00:00 2001 | |
From: Eilo <[email protected]> | |
Date: Sat, 21 Nov 2012 01:33:34 -0500 | |
Subject: [PATCH] 1.60 GameObject: Avoiding crashes on IntersectRay due to duplicated models | |
--- | |
src/server/game/Entities/GameObject/GameObject.cpp | 17 +++++++++++------ | |
1 file changed, 11 insertions(+), 6 deletions(-) | |
diff --git a/src/server/game/Entities/GameObject/GameObject.cpp b/src/server/game/Entities/GameObject/GameObject.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp | |
index d8218aa..6deef8a 100755 | |
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp | |
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp | |
@@ -153,6 +153,11 @@ enum EventTypes | |
EVENT_DARNAVAN_SUNDER_ARMOR = 32, | |
}; | |
+enum Actions | |
+{ |