From b7e38724c20148f98874e58165a9ead7e2597d64 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 12 Jan 2013 12:32:13 +0100 Subject: [PATCH 1/2] removed warning in w32 --- ogl_editor/tundra.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogl_editor/tundra.lua b/ogl_editor/tundra.lua index 596cde6..6f35cbc 100644 --- a/ogl_editor/tundra.lua +++ b/ogl_editor/tundra.lua @@ -17,7 +17,7 @@ local win32 = { Env = { GENERATE_PDB = "1", CCOPTS = { - "/W4", "/I.", "/WX", "/DUNICODE", "/D_UNICODE", "/DWIN32", "/D_CRT_SECURE_NO_WARNINGS", "/wd4996", + "/W4", "/I.", "/WX", "/DUNICODE", "/D_UNICODE", "/DWIN32", "/D_CRT_SECURE_NO_WARNINGS", "/wd4996", "/wd4389", { "/Od"; Config = "*-*-debug" }, { "/O2"; Config = "*-*-release" }, }, From aa361464c5a7b5e618057a5257a7edc18e59a7c3 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 12 Jan 2013 12:44:23 +0100 Subject: [PATCH 2/2] Updated with Beta 3 links --- ogl_editor/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogl_editor/readme.txt b/ogl_editor/readme.txt index 0f9b659..81ca79e 100644 --- a/ogl_editor/readme.txt +++ b/ogl_editor/readme.txt @@ -11,8 +11,8 @@ Also the documentation hasn't been completed yet. Here are the links to the beta versions of the editor: -Mac: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta2-Mac.zip -Windows: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta2-Win.zip +Mac: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta3-Mac.zip +Windows: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta3-Win.zip About -----