Initial Mercurial commit.

This commit is contained in:
rude
2009-07-26 15:46:49 +02:00
commit dcb3dfd83d
417 changed files with 124060 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
in luaSocket usocket.h, commented out #include <unistd.h> to compile, because of errors regarding symbol "_strerror$UNIX2003".
http://www.haskell.org/pipermail/glasgow-haskell-bugs/2007-May/008233.html has some info on this.
in love_opengl.cpp changed struct display_state: int stipple_repeat; int stipple_pattern; to GLints instead
SDL_opengl.h
define for linux only
#ifndef __APPLE__
#define GL_GLEXT_VERSION 29
#endif