Updated versioning and gvNumberPadKey’s for the Mac build

This commit is contained in:
ericwalch 2014-07-05 17:36:53 +02:00
parent 956bc96d45
commit ed44de864b
3 changed files with 13 additions and 3 deletions

View File

@ -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() {

Binary file not shown.

View File

@ -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