aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/JEDI-SDL
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/JEDI-SDL/JEDI-SDL-README.txt (renamed from Game/Code/lib/JEDI-SDL/JEDI-SDL-README.txt)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL-Set8087CW.patch (renamed from Game/Code/lib/JEDI-SDL/OpenGL-Set8087CW.patch)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/geometry.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/geometry.pas)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/gl.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/gl.pas)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/glext.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/glext.pas)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/glu.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/glu.pas)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/glut.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/glut.pas)0
-rw-r--r--src/lib/JEDI-SDL/OpenGL/Pas/glx.pas (renamed from Game/Code/lib/JEDI-SDL/OpenGL/Pas/glx.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/Readme.txt (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/Readme.txt)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/logger.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/logger.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/moduleloader.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdl.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlinput.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlinput.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlticks.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlticks.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlutils.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlutils.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL/Pas/userpreferences.pas (renamed from Game/Code/lib/JEDI-SDL/SDL/Pas/userpreferences.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas (renamed from Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas (renamed from Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas)0
-rw-r--r--src/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas (renamed from Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas)0
-rw-r--r--src/lib/JEDI-SDL/fpc-install.sh (renamed from Game/Code/lib/JEDI-SDL/fpc-install.sh)0
-rw-r--r--src/lib/JEDI-SDL/jedi-sdl-64bit.patch (renamed from Game/Code/lib/JEDI-SDL/jedi-sdl-64bit.patch)0
-rw-r--r--src/lib/JEDI-SDL/moduleloader-libc.patch (renamed from Game/Code/lib/JEDI-SDL/moduleloader-libc.patch)0
30 files changed, 0 insertions, 0 deletions
diff --git a/Game/Code/lib/JEDI-SDL/JEDI-SDL-README.txt b/src/lib/JEDI-SDL/JEDI-SDL-README.txt
index 8e0d25f9..8e0d25f9 100644
--- a/Game/Code/lib/JEDI-SDL/JEDI-SDL-README.txt
+++ b/src/lib/JEDI-SDL/JEDI-SDL-README.txt
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL-Set8087CW.patch b/src/lib/JEDI-SDL/OpenGL-Set8087CW.patch
index e08ca63e..e08ca63e 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL-Set8087CW.patch
+++ b/src/lib/JEDI-SDL/OpenGL-Set8087CW.patch
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/geometry.pas b/src/lib/JEDI-SDL/OpenGL/Pas/geometry.pas
index 166ec811..166ec811 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/geometry.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/geometry.pas
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/gl.pas b/src/lib/JEDI-SDL/OpenGL/Pas/gl.pas
index 2dc99df5..2dc99df5 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/gl.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/gl.pas
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glext.pas b/src/lib/JEDI-SDL/OpenGL/Pas/glext.pas
index 1fc70f8a..1fc70f8a 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glext.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/glext.pas
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glu.pas b/src/lib/JEDI-SDL/OpenGL/Pas/glu.pas
index 29647d12..29647d12 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glu.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/glu.pas
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glut.pas b/src/lib/JEDI-SDL/OpenGL/Pas/glut.pas
index 04f69267..04f69267 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glut.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/glut.pas
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glx.pas b/src/lib/JEDI-SDL/OpenGL/Pas/glx.pas
index f43a4e4c..f43a4e4c 100644
--- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/glx.pas
+++ b/src/lib/JEDI-SDL/OpenGL/Pas/glx.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/Readme.txt b/src/lib/JEDI-SDL/SDL/Pas/Readme.txt
index f176d0c9..f176d0c9 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/Readme.txt
+++ b/src/lib/JEDI-SDL/SDL/Pas/Readme.txt
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc b/src/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc
index 0130ad32..0130ad32 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc
+++ b/src/lib/JEDI-SDL/SDL/Pas/jedi-sdl.inc
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas b/src/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas
index 63e7b7fb..63e7b7fb 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/libxmlparser.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/logger.pas b/src/lib/JEDI-SDL/SDL/Pas/logger.pas
index ad9b24e6..ad9b24e6 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/logger.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/logger.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/moduleloader.pas b/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas
index ea4f220c..ea4f220c 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/moduleloader.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas b/src/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas
index 4a5d55f0..4a5d55f0 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/registryuserpreferences.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas b/src/lib/JEDI-SDL/SDL/Pas/sdl.pas
index 62c5c769..62c5c769 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdl.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas b/src/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas
index b09f19f9..b09f19f9 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdl_cpuinfo.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas
index 9a58ff40..9a58ff40 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlgameinterface.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas b/src/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas
index 4de4ebee..4de4ebee 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdli386utils.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlinput.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlinput.pas
index 094f4e0f..094f4e0f 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlinput.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlinput.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas
index 8ba3946f..8ba3946f 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlstreams.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlticks.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlticks.pas
index a479b493..a479b493 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlticks.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlticks.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlutils.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlutils.pas
index e01f3cdb..e01f3cdb 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlutils.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlutils.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas b/src/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas
index 99eea304..99eea304 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/sdlwindow.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/userpreferences.pas b/src/lib/JEDI-SDL/SDL/Pas/userpreferences.pas
index aed326d1..aed326d1 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/userpreferences.pas
+++ b/src/lib/JEDI-SDL/SDL/Pas/userpreferences.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas b/src/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
index 4468f036..4468f036 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
+++ b/src/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/src/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
index 5c626372..5c626372 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
+++ b/src/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas b/src/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas
index a457c1d9..a457c1d9 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas
+++ b/src/lib/JEDI-SDL/SDL_ttf/Pas/sdltruetypefont.pas
diff --git a/Game/Code/lib/JEDI-SDL/fpc-install.sh b/src/lib/JEDI-SDL/fpc-install.sh
index b7a5cf69..b7a5cf69 100644
--- a/Game/Code/lib/JEDI-SDL/fpc-install.sh
+++ b/src/lib/JEDI-SDL/fpc-install.sh
diff --git a/Game/Code/lib/JEDI-SDL/jedi-sdl-64bit.patch b/src/lib/JEDI-SDL/jedi-sdl-64bit.patch
index 582ebe6a..582ebe6a 100644
--- a/Game/Code/lib/JEDI-SDL/jedi-sdl-64bit.patch
+++ b/src/lib/JEDI-SDL/jedi-sdl-64bit.patch
diff --git a/Game/Code/lib/JEDI-SDL/moduleloader-libc.patch b/src/lib/JEDI-SDL/moduleloader-libc.patch
index 02255db0..02255db0 100644
--- a/Game/Code/lib/JEDI-SDL/moduleloader-libc.patch
+++ b/src/lib/JEDI-SDL/moduleloader-libc.patch