initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

23
ufoai/fix-build.patch Normal file
View File

@@ -0,0 +1,23 @@
--- a/src/client/battlescape/cl_particle.cpp 2014-06-05 06:18:39.000000000 +0200
+++ b/src/client/battlescape/cl_particle.cpp 2022-01-06 14:05:37.009558947 +0100
@@ -138,7 +138,7 @@
CASSERT(lengthof(pc_strings) == PC_NUM_PTLCMDS);
/** @brief particle commands parameter and types */
-static const int pc_types[PC_NUM_PTLCMDS] = {
+static const unsigned int pc_types[PC_NUM_PTLCMDS] = {
0,
V_UNTYPED, V_UNTYPED, V_UNTYPED,
--- a/src/tools/radiant/libs/gtkutil/glfont.cpp 2014-06-05 06:18:39.000000000 +0200
+++ b/src/tools/radiant/libs/gtkutil/glfont.cpp 2022-01-06 15:16:09.000000000 +0100
@@ -22,7 +22,8 @@
#include "glfont.h"
#include <GL/gl.h>
#include "debugging/debugging.h"
-#include <gtk/gtkglwidget.h>
+#include <gtk/gtk.h>
+#include <gtk/gtkgl.h>
GLFont glfont_create (const std::string& font_string)
{