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:
Jens Ayton 2008-11-03 17:55:32 +00:00
parent d117dca7c6
commit bbd9c0ef23
16 changed files with 17 additions and 45 deletions

View File

@ -1035,7 +1035,7 @@
083325DC09DDBCDE00F5B8E4 /* OOColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OOColor.m; sourceTree = "<group>"; }; 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>"; }; 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>"; }; 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>"; }; 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>"; }; 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>"; }; 1A020E0A0D020AFB00C3F51E /* changedScriptHandlers.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = changedScriptHandlers.plist; sourceTree = "<group>"; };
@ -1717,7 +1717,7 @@
19C28FACFE9D520D11CA2CBB /* Products */ = { 19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
0865432206B8447D000CA0AB /* OoliteDev.app */, 0865432206B8447D000CA0AB /* Oolite.app */,
1A71E6F30BCE340C00CD5C13 /* libpng.a */, 1A71E6F30BCE340C00CD5C13 /* libpng.a */,
); );
name = Products; name = Products;
@ -2971,7 +2971,7 @@
name = Oolite; name = Oolite;
productInstallPath = "$(HOME)/Applications"; productInstallPath = "$(HOME)/Applications";
productName = Oolite; productName = Oolite;
productReference = 0865432206B8447D000CA0AB /* OoliteDev.app */; productReference = 0865432206B8447D000CA0AB /* Oolite.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
1A71E6F20BCE340C00CD5C13 /* libpng-custom */ = { 1A71E6F20BCE340C00CD5C13 /* libpng-custom */ = {

View File

@ -9,6 +9,5 @@
*/ */
{ {
// To be removed after 1.72
"shipBeingAttacked" = "beingAttacked";
} }

Binary file not shown.

View File

@ -30,7 +30,7 @@ this.name = "oolite-cloaking-device";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2007-2008 the Oolite team."; this.copyright = "© 2007-2008 the Oolite team.";
this.description = "Cloaking device mission in galaxy 5."; this.description = "Cloaking device mission in galaxy 5.";
this.version = "1.72"; this.version = "1.73";
this.shipWillExitWitchspace = function () this.shipWillExitWitchspace = function ()

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-cloaking-device-pod"; this.name = "oolite-cloaking-device-pod";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2007 the Oolite team."; this.copyright = "© 2007 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.shipWasScooped = function (scooper) this.shipWasScooped = function (scooper)

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-cloaking-device-target-ship"; this.name = "oolite-cloaking-device-target-ship";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.shipDied = function () this.shipDied = function ()

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-constrictor-hunt"; this.name = "oolite-constrictor-hunt";
this.author = "eric walch"; this.author = "eric walch";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.addToScreen = function () this.addToScreen = function ()

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-constrictor"; this.name = "oolite-constrictor";
this.author = "eric walch"; this.author = "eric walch";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.legalPoints = 0; this.legalPoints = 0;

View File

@ -30,7 +30,7 @@ this.name = "oolite-default-ship-script";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2007-2008 the Oolite team."; this.copyright = "© 2007-2008 the Oolite team.";
this.description = "Standard script for ships."; this.description = "Standard script for ships.";
this.version = "1.72"; this.version = "1.73";
// launch_actions handled on didSpawn(). // launch_actions handled on didSpawn().

View File

@ -39,7 +39,7 @@ MA 02110-1301, USA.
this.name = "oolite-global-prefix"; this.name = "oolite-global-prefix";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.global = (function () { return this; } ).call(); 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 ****/ /**** To be removed after 1.73 ****/
// Ability to pass three numbers instead of vector/array/entity in place of Vector3D, and corresponding for Quaternion. // Ability to pass three numbers instead of vector/array/entity in place of Vector3D, and corresponding for Quaternion.

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-nova"; this.name = "oolite-nova";
this.author = "Eric Walch, Jens Ayton, Kaks"; this.author = "Eric Walch, Jens Ayton, Kaks";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.missionOffers = function () this.missionOffers = function ()

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-thargoid-plans"; this.name = "oolite-thargoid-plans";
this.author = "eric walch"; this.author = "eric walch";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.missionOffers = function () this.missionOffers = function ()

View File

@ -29,7 +29,7 @@ MA 02110-1301, USA.
this.name = "oolite-thargoid-warship"; this.name = "oolite-thargoid-warship";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.version = "1.72"; this.version = "1.73";
this.shipDied = function () this.shipDied = function ()

View File

@ -30,7 +30,7 @@ this.name = "oolite-trumbles";
this.author = "Jens Ayton"; this.author = "Jens Ayton";
this.copyright = "© 2008 the Oolite team."; this.copyright = "© 2008 the Oolite team.";
this.description = "Random offers of trumbles."; this.description = "Random offers of trumbles.";
this.version = "1.72"; this.version = "1.73";
this.startUp = this.reset = function () this.startUp = this.reset = function ()

View File

@ -60,7 +60,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Ool8</string> <string>Ool8</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.72</string> <string>1.73</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -1 +1 @@
OOLITE_VERSION = 1.72 OOLITE_VERSION = 1.73