Ye bigge version number bumpe. Also removed deprecated JS stuff that's been around for two versions, and added :logOn and :logOff console macros.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1828 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
d117dca7c6
commit
bbd9c0ef23
@ -1035,7 +1035,7 @@
|
||||
083325DC09DDBCDE00F5B8E4 /* OOColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OOColor.m; sourceTree = "<group>"; };
|
||||
083DB4D30A70E51E00B419B2 /* OOBrain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OOBrain.h; sourceTree = "<group>"; };
|
||||
083DB4D40A70E51E00B419B2 /* OOBrain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OOBrain.m; sourceTree = "<group>"; };
|
||||
0865432206B8447D000CA0AB /* OoliteDev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OoliteDev.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0865432206B8447D000CA0AB /* Oolite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Oolite.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0878FD2F086EF845004CB752 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
|
||||
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
||||
1A020E0A0D020AFB00C3F51E /* changedScriptHandlers.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = changedScriptHandlers.plist; sourceTree = "<group>"; };
|
||||
@ -1717,7 +1717,7 @@
|
||||
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0865432206B8447D000CA0AB /* OoliteDev.app */,
|
||||
0865432206B8447D000CA0AB /* Oolite.app */,
|
||||
1A71E6F30BCE340C00CD5C13 /* libpng.a */,
|
||||
);
|
||||
name = Products;
|
||||
@ -2971,7 +2971,7 @@
|
||||
name = Oolite;
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = Oolite;
|
||||
productReference = 0865432206B8447D000CA0AB /* OoliteDev.app */;
|
||||
productReference = 0865432206B8447D000CA0AB /* Oolite.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
1A71E6F20BCE340C00CD5C13 /* libpng-custom */ = {
|
||||
|
@ -9,6 +9,5 @@
|
||||
*/
|
||||
|
||||
{
|
||||
// To be removed after 1.72
|
||||
"shipBeingAttacked" = "beingAttacked";
|
||||
|
||||
}
|
||||
|
Binary file not shown.
@ -30,7 +30,7 @@ this.name = "oolite-cloaking-device";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007-2008 the Oolite team.";
|
||||
this.description = "Cloaking device mission in galaxy 5.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.shipWillExitWitchspace = function ()
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-cloaking-device-pod";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.shipWasScooped = function (scooper)
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-cloaking-device-target-ship";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.shipDied = function ()
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-constrictor-hunt";
|
||||
this.author = "eric walch";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.addToScreen = function ()
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-constrictor";
|
||||
this.author = "eric walch";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.legalPoints = 0;
|
||||
|
@ -30,7 +30,7 @@ this.name = "oolite-default-ship-script";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007-2008 the Oolite team.";
|
||||
this.description = "Standard script for ships.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
// launch_actions handled on didSpawn().
|
||||
|
@ -39,7 +39,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-global-prefix";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.global = (function () { return this; } ).call();
|
||||
@ -170,33 +170,6 @@ this.defineCompatibilitySubMethod = function (singletonName, subName, methodName
|
||||
}
|
||||
|
||||
|
||||
/**** To be removed after 1.72 ****/
|
||||
this.defineCompatibilityAlias("Log", "log");
|
||||
this.defineCompatibilityAlias("LogWithClass", "log"); // Note that log() acts like LogWithClass() given multiple parameters, but like Log() given one.
|
||||
this.defineCompatibilityAlias("ExpandDescription", "expandDescription");
|
||||
this.defineCompatibilityAlias("RandomName", "randomName");
|
||||
this.defineCompatibilityAlias("DisplayNameForCommodity", "displayNameForCommodity");
|
||||
|
||||
mission.resetMissionChoice = function()
|
||||
{
|
||||
special.jsWarning("mission.resetMissionChoice() is deprecated, use mission.choice = null instead.");
|
||||
this.choice = null;
|
||||
}
|
||||
|
||||
|
||||
system.legacy_spawn = function()
|
||||
{
|
||||
special.jsWarning("system.legacy_spawn() is deprecated (and never worked), use Ship.spawn() instead.");
|
||||
}
|
||||
|
||||
|
||||
system.setSunNova = function(delay)
|
||||
{
|
||||
special.jsWarning("system.setSunNova() is deprecated, use system.sun.goNova() instead.");
|
||||
if (this.sun) this.sun.goNova(delay);
|
||||
}
|
||||
|
||||
|
||||
/**** To be removed after 1.73 ****/
|
||||
// Ability to pass three numbers instead of vector/array/entity in place of Vector3D, and corresponding for Quaternion.
|
||||
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-nova";
|
||||
this.author = "Eric Walch, Jens Ayton, Kaks";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.missionOffers = function ()
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-thargoid-plans";
|
||||
this.author = "eric walch";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.missionOffers = function ()
|
||||
|
@ -29,7 +29,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-thargoid-warship";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.shipDied = function ()
|
||||
|
@ -30,7 +30,7 @@ this.name = "oolite-trumbles";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008 the Oolite team.";
|
||||
this.description = "Random offers of trumbles.";
|
||||
this.version = "1.72";
|
||||
this.version = "1.73";
|
||||
|
||||
|
||||
this.startUp = this.reset = function ()
|
||||
|
@ -60,7 +60,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Ool8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.72</string>
|
||||
<string>1.73</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -1 +1 @@
|
||||
OOLITE_VERSION = 1.72
|
||||
OOLITE_VERSION = 1.73
|
||||
|
Loading…
x
Reference in New Issue
Block a user