Progress
Moderators: winston, another_commander
And that's precisely the reason why Ahruman mentioned the possibility already. Still, binary star systems are not very likely to find their way to the code until EMMSRAN (apparently that's 'short' for even more mythical stable release after next)
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
Hmm, was just thinking, since standard elite didn't have binary systems, we probably wouldn't see binary systems in standard oolite (but would still be able to do it with oxps) right? Or would the extremly rare cases of two overlapping systems become binary systems?
Just thinking out loud here I guess
Just thinking out loud here I guess
Somehow, I can't see the newest revisions and the changes via SVN. I can update to the newest revision, but I can't see the changes since 2918.
I first thought that it would be related to my project since I first build it with 2918, so I made a complete checkout again and tried again - no change.
I'm using the Source Control Management from XCode 3.2.1. The revision I have is 2941.
Is that my (or XCode's) fault or is the problem located elsewhere?
I first thought that it would be related to my project since I first build it with 2918, so I made a complete checkout again and tried again - no change.
I'm using the Source Control Management from XCode 3.2.1. The revision I have is 2941.
Is that my (or XCode's) fault or is the problem located elsewhere?
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
I’m happy to blame Xcode’s dodgy VCS integration for everything. :-) In any case, this works for me at the command line, how about you?
trunk (r2940) $ svn log -r 2918:HEAD
E-mail: [email protected]
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
Well, I go to "Oolite" with Terminal (the Oolite that was checked out), type in
"trunk (r2940) $ svn log -r 2918:HEAD" and get
Doesn't XCode install SVN for command-line?
"trunk (r2940) $ svn log -r 2918:HEAD" and get
Code: Select all
-bash: syntax error near unexpected token `r2940'
-
- Quite Grand Sub-Admiral
- Posts: 6667
- Joined: Wed Feb 28, 2007 7:54 am
Didn't sense that.
Reading revision notes works in Terminal with that command. Thanks!
Edit: Oh, now I can't compile anymore with 2943.
Compiling Universe.m gives me "Unused variable 'camera'".
No idea why it treats warning as errors here or how I can avoid this. :/
Reading revision notes works in Terminal with that command. Thanks!
Edit: Oh, now I can't compile anymore with 2943.
Compiling Universe.m gives me "Unused variable 'camera'".
Code: Select all
CompileC build/Oolite.build/Debug/Oolite.build/Objects-normal/x86_64/Universe.o src/Core/Universe.m normal x86_64 objective-c com.apple.compilers.gcc.4_2
cd /Users/Corny/Projekte/Oolite
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.2 -x objective-c -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Werror -DXP_UNIX -isysroot /Developer/SDKs/MacOSX10.5.sdk -mfix-and-continue -mmacosx-version-min=10.5 -gdwarf-2 -I/Users/Corny/Projekte/Oolite/build/Oolite.build/Debug/Oolite.build/Oolite.hmap -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -F/Users/Corny/Projekte/Oolite/build/Debug -F/Users/Corny/Projekte/Oolite/deps/Cocoa-deps -I/Users/Corny/Projekte/Oolite/src/Core -I/Users/Corny/Projekte/Oolite/src/Core/Entites -I/Users/Corny/Projekte/Oolite/src/Core/Materials -I/Users/Corny/Projekte/Oolite/src/BSDCompat -I/Users/Corny/Projekte/Oolite/build/Debug/include "-I/Users/Corny/Projekte/Oolite/deps/Cocoa-deps/Ogg Vorbis" -I/Users/Corny/Projekte/Oolite/src/Core -I/Users/Corny/Projekte/Oolite/src/Core/Entites -I/Users/Corny/Projekte/Oolite/src/Core/Materials -I/Users/Corny/Projekte/Oolite/deps/Cross-platform-deps/SpiderMonkey/js/src -I/Users/Corny/Projekte/Oolite/deps/Cross-platform-deps/SpiderMonkey/js/xcode -I/Users/Corny/Projekte/Oolite/build/Oolite.build/Debug/Oolite.build/DerivedSources/x86_64 -I/Users/Corny/Projekte/Oolite/build/Oolite.build/Debug/Oolite.build/DerivedSources -DLOADSAVEGUIXX -include /Users/Corny/Projekte/Oolite/src/Cocoa/OOPrefixHeader.h -DOO_CHECK_GL_HEAVY=1 -DOO_DEBUG=1 -DDEBUG_GRAPHVIZ=1 -DDEBUG -DOOLITE_MAC_OS_X=1 -DALLOW_PROCEDURAL_PLANETS=0 -DDOCKING_CLEARANCE_ENABLED=1 -DTARGET_INCOMING_MISSILES=1 -DWORMHOLE_SCANNER=1 -c /Users/Corny/Projekte/Oolite/src/Core/Universe.m -o /Users/Corny/Projekte/Oolite/build/Oolite.build/Debug/Oolite.build/Objects-normal/x86_64/Universe.o
cc1obj: warnings being treated as errors
/Users/Corny/Projekte/Oolite/src/Core/Universe.m: In function '-[Universe drawUniverse]':
/Users/Corny/Projekte/Oolite/src/Core/Universe.m:3620: warning: unused variable 'camera'
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_1
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_2
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_SUP_REFS_$_3
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_4
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_0
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_5
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_6
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_7
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_8
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_9
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_10
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_11
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_12
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_13
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_14
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_15
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_16
{standard input}:unknown:Undefined local symbol LC54
{standard input}:unknown:Undefined local symbol LC57
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_18
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_17
{standard input}:unknown:Undefined local symbol LC69
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_19
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_20
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_21
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_22
{standard input}:unknown:Undefined local symbol LC78
{standard input}:unknown:Undefined local symbol LC79
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_23
{standard input}:unknown:Undefined local symbol LC84
{standard input}:unknown:Undefined local symbol LC85
{standard input}:unknown:Undefined local symbol LC90
{standard input}:unknown:Undefined local symbol LC93
{standard input}:unknown:Undefined local symbol LC94
{standard input}:unknown:Undefined local symbol LC95
{standard input}:unknown:Undefined local symbol LC98
{standard input}:unknown:Undefined local symbol LC99
{standard input}:unknown:Undefined local symbol LC100
{standard input}:unknown:Undefined local symbol LC101
{standard input}:unknown:Undefined local symbol LC102
{standard input}:unknown:Undefined local symbol LC103
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_24
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_25
{standard input}:unknown:Undefined local symbol LC118
{standard input}:unknown:Undefined local symbol LC145
{standard input}:unknown:Undefined local symbol LC146
{standard input}:unknown:Undefined local symbol LC149
{standard input}:unknown:Undefined local symbol LC162
{standard input}:unknown:Undefined local symbol LC163
{standard input}:unknown:Undefined local symbol LC166
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_26
{standard input}:unknown:Undefined local symbol LC175
{standard input}:unknown:Undefined local symbol LC184
{standard input}:unknown:Undefined local symbol LC191
{standard input}:unknown:Undefined local symbol LC192
{standard input}:unknown:Undefined local symbol LC193
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_27
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_28
{standard input}:unknown:Undefined local symbol LC200
{standard input}:unknown:Undefined local symbol LC201
{standard input}:unknown:Undefined local symbol LC202
{standard input}:unknown:Undefined local symbol LC205
{standard input}:unknown:Undefined local symbol LC206
{standard input}:unknown:Undefined local symbol LC213
{standard input}:unknown:Undefined local symbol LC214
{standard input}:unknown:Undefined local symbol LC217
{standard input}:unknown:Undefined local symbol LC224
{standard input}:unknown:Undefined local symbol LC225
{standard input}:unknown:Undefined local symbol LC228
{standard input}:unknown:Undefined local symbol LC229
{standard input}:unknown:Undefined local symbol LC230
{standard input}:unknown:Undefined local symbol LC231
{standard input}:unknown:Undefined local symbol LC233
{standard input}:unknown:Undefined local symbol LC236
{standard input}:unknown:Undefined local symbol LC251
{standard input}:unknown:Undefined local symbol LC256
{standard input}:unknown:Undefined local symbol LC257
{standard input}:unknown:Undefined local symbol LC258
{standard input}:unknown:Undefined local symbol LC261
{standard input}:unknown:Undefined local symbol LC276
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_29
{standard input}:unknown:Undefined local symbol LC289
{standard input}:unknown:Undefined local symbol LC292
{standard input}:unknown:Undefined local symbol LC293
{standard input}:unknown:Undefined local symbol LC294
{standard input}:unknown:Undefined local symbol LC305
{standard input}:unknown:Undefined local symbol LC310
{standard input}:unknown:Undefined local symbol LC311
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_30
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_31
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_32
{standard input}:unknown:Undefined local symbol L_OBJC_CLASSLIST_REFERENCES_$_33
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Just to ensure you; nobody can with that revision. You had to comment out that line, but I just noticed: a corrected revision is up.Corny wrote:Edit: Oh, now I can't compile anymore with 2943.
Compiling Universe.m gives me "Unused variable 'camera'".
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
The Energy Bomb has been removed from the non-strict game in favour of Q-mines because, well, it sucked. When a game with an energy bomb is loaded, a Q-mine will be awarded instead, or 900 credits if you don’t have any free pylons.
If anyone really wants a kill-everything machine, it can be done in an OXP these days. Oh, wait…
If anyone really wants a kill-everything machine, it can be done in an OXP these days. Oh, wait…
E-mail: [email protected]