This file contains hidden or 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
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); | |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or 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/collision/BoundingIntervalHierarchyWrapper.h b/src/server/collision/BoundingIntervalHierarchyWrapper.h | |
index 8a99078..315f300 100644 | |
--- a/src/server/collision/BoundingIntervalHierarchyWrapper.h | |
+++ b/src/server/collision/BoundingIntervalHierarchyWrapper.h | |
@@ -33,11 +33,14 @@ class BIHWrap | |
{ | |
const T* const* objects; | |
RayCallback& _callback; | |
+ uint32 objects_size; | |
This file has been truncated, but you can view the full file.
This file contains hidden or 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 44c99034ec1cdfc85a3c79375a18ba30336f6dc0 Mon Sep 17 00:00:00 2001 | |
From: various authors <[email protected]> | |
Date: Sun, 23 Dec 2012 16:15:40 +0000 | |
Subject: [PATCH] Core: movement maps beta preview release | |
--- | |
cmake/options.cmake | 2 +- | |
dep/CMakeLists.txt | 7 +- | |
dep/PackageList.txt | 4 + | |
dep/recastnavigation/CMakeLists.txt | 20 + |