Liebe Verwaltung der Stadt Köln!
Mein Name ist Amaryllis, ich bin 30 und gemeldet in Rondorf, aber passe seit etwa zwei Jahren auf eine Wohnung in Zollstock auf. Ich möchte Ihnen gerne folgendes Plätzchen in Raderthal vorstellen:
diff --git a/src/graphics.cpp b/src/graphics.cpp | |
index 7d3a4da..8782c56 100644 | |
--- a/src/graphics.cpp | |
+++ b/src/graphics.cpp | |
@@ -340,7 +340,7 @@ struct FPSLimiter | |
private: | |
void delayTicks(uint64_t ticks) | |
{ | |
-#ifdef HAVE_NANOSLEEP | |
+#if defined(HAVE_NANOSLEEP) && !defined(_WIN32) |
diff --git a/src/graphics.cpp b/src/graphics.cpp | |
index 01e80c7..300bebb 100644 | |
--- a/src/graphics.cpp | |
+++ b/src/graphics.cpp | |
@@ -34,6 +34,7 @@ | |
#include "etc-internal.h" | |
#include "binding.h" | |
#include "perftimer.h" | |
+#include "debugwriter.h" | |
#include <SDL.h> | |
#include <SDL_opengl.h> | |
typedef void (APIENTRYP PFNGLCLEARCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); | |
typedef void (APIENTRYP PFNGLCLEARPROC) (GLbitfield mask); | |
struct | |
{ | |
PFNGLCLEARCOLORPROC ClearColor; |
diff --git a/src/debuglogger.cpp b/src/debuglogger.cpp | |
index 4301bdd..768f05e 100644 | |
--- a/src/debuglogger.cpp | |
+++ b/src/debuglogger.cpp | |
@@ -25,6 +25,10 @@ | |
#include <glew.h> | |
#include <iostream> | |
+#ifndef APIENTRY | |
+#define APIENTRY |
diff --git a/src/debugwriter.h b/src/debugwriter.h | |
index 27244d1..c7b10ed 100644 | |
--- a/src/debugwriter.h | |
+++ b/src/debugwriter.h | |
@@ -24,6 +24,7 @@ | |
#include <iostream> | |
#include <sstream> | |
+#include <vector> | |
[tikilou@utopia ToTheMoon.amd64]$ ./ToTheMoon.amd64 | |
GL Vendor : ATI Technologies Inc. | |
GL Renderer : AMD Radeon HD 7800 Series | |
GL Version : 4.3.12614 Compatibility Profile/Debug Context 12.104 | |
GLSL Version : 4.30 | |
--- Compiling SimpleShader | |
From: simple.vert simple.frag | |
--- Compiling SimpleColorShader | |
From: simpleColor.vert simpleColor.frag | |
--- Compiling SimpleAlphaShader |
Processor Information: | |
Vendor: GenuineIntel | |
Speed: 2534 Mhz | |
2 logical processors | |
2 physical processors | |
HyperThreading: Unsupported | |
FCMOV: Supported | |
SSE2: Supported | |
SSE3: Supported | |
SSSE3: Supported |