From ed44de864ba947521ef2c93abfc4899a138f4e7d Mon Sep 17 00:00:00 2001 From: ericwalch Date: Sat, 5 Jul 2014 17:36:53 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20versioning=20and=20gvNumberPadKey?= =?UTF-8?q?=E2=80=99s=20for=20the=20Mac=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Debug.oxp/Scripts/oolite-debug-console.js | 4 ++-- Resources/InfoPlist.strings | Bin 636 -> 630 bytes src/Cocoa/MyOpenGLView.h | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js b/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js index fc723335..ad117e1e 100644 --- a/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js +++ b/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js @@ -164,7 +164,7 @@ function inspect() Oolite Debug OXP -Copyright © 2007-2013 the Oolite team +Copyright © 2007-2014 the Oolite team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -191,7 +191,7 @@ this.name = "oolite-debug-console"; this.author = "Jens Ayton"; this.copyright = "© 2007-2013 the Oolite team."; this.description = "Debug console script."; -this.version = "1.80"; +this.version = "1.81"; (function() { diff --git a/Resources/InfoPlist.strings b/Resources/InfoPlist.strings index f1723be289dd120ed36f85aa2a126de4896a205d..34c8780b1551f3f7d8ca501cc98174ff10fb5086 100644 GIT binary patch delta 63 zcmeyv@{MJ}8%B$XA7f=L7z`O=81fiaGAJ+@F&F@$F@vxIh-JuNGC7}7ezFyl)8uoE IK8$c404CWFumAu6 delta 41 pcmeyy@`q)@8&-1$a|XSMZ(|{h$=;08jK-7G8RaK;F!q31i2xKM3={wW diff --git a/src/Cocoa/MyOpenGLView.h b/src/Cocoa/MyOpenGLView.h index e8606684..de0fa7b5 100644 --- a/src/Cocoa/MyOpenGLView.h +++ b/src/Cocoa/MyOpenGLView.h @@ -70,7 +70,17 @@ enum GameViewKeys gvNumberKey6, gvNumberKey7, gvNumberKey8, - gvNumberKey9 + gvNumberKey9, + gvNumberPadKey0 = 310, + gvNumberPadKey1, + gvNumberPadKey2, + gvNumberPadKey3, + gvNumberPadKey4, + gvNumberPadKey5, + gvNumberPadKey6, + gvNumberPadKey7, + gvNumberPadKey8, + gvNumberPadKey9 //319 }; enum StringInput