Search found 8 matches

by CMDR_JohnJameson
Sat Feb 20, 2021 5:28 pm
Forum: Porting to other platforms
Topic: Porting to C++ Request (Please read)
Replies: 9
Views: 20256

Re: Porting to C++ Request (Please read)

Thank you so much!
by CMDR_JohnJameson
Fri Feb 19, 2021 4:15 pm
Forum: Porting to other platforms
Topic: Porting to C++ Request (Please read)
Replies: 9
Views: 20256

Re: Porting to C++ Request (Please read)

Ah! Thank you! This will really help!
When I went in to the src I saw a Core and SDK and looked in both, found a main.m in the SDK one but still good to know that I am looking in the right one. Thanks everyone! :o
by CMDR_JohnJameson
Fri Feb 19, 2021 1:39 pm
Forum: Porting to other platforms
Topic: Porting to C++ Request (Please read)
Replies: 9
Views: 20256

Re: Porting to C++ Request (Please read)

[...] Also, when I look at the Github nothing makes sense, for example, where is the main .c program? [...] I know this, let me: you won't find a "main .c" program, because Objective-C has a "main.m" program :twisted: For Oolite you'll find it in src/Core/SDL folder of the sourc...
by CMDR_JohnJameson
Thu Feb 18, 2021 10:57 pm
Forum: Porting to other platforms
Topic: Porting to C++ Request (Please read)
Replies: 9
Views: 20256

Re: Porting to C++ Request (Please read)

Porting Objective-C (which is the language Oolite is mainly written in) to C++ is not a trivial task. That starts with the issue that C++ has not 100% the same functionality as Objective-C. Even if it doesn't seem like at the first glance, Oolite has quite a lot of code. So the C++ porting project ...
by CMDR_JohnJameson
Thu Feb 18, 2021 10:09 pm
Forum: Outworld
Topic: Elite: Dangerous - first impressions
Replies: 31
Views: 27856

Re: Elite: Dangerous - first impressions

I LOVE Elite Dangerous, too bad I don't have a good enough computer to run it :( I know this one awesome Elite Dangerous youtuber called ObsidianAnt, he posts a video about once a week about Elite Dangerous like some news, events, updates from Fdev, etc Hello! Welcome to Oolite! Hope you enjoy it! ...
by CMDR_JohnJameson
Thu Feb 18, 2021 9:49 pm
Forum: Outworld
Topic: Elite: Dangerous - first impressions
Replies: 31
Views: 27856

Re: Elite: Dangerous - first impressions

I LOVE Elite Dangerous, too bad I don't have a good enough computer to run it :(
I know this one awesome Elite Dangerous youtuber called ObsidianAnt, he posts a video about once a week about Elite Dangerous like some news, events, updates from Fdev, etc
by CMDR_JohnJameson
Thu Feb 18, 2021 9:14 pm
Forum: Discussion
Topic: Oolite Multiplayer? Please read
Replies: 236
Views: 273624

Re: Oolite Multiplayer? Please read

I don't know if anyone said it yet (I don't have time to look at 14 pages of posts) but how about LAN multiplayer? I think is should be easier to make, one player can be the server and the other the client, coding coding, blah blah blah, Done! LAN network game!
by CMDR_JohnJameson
Thu Feb 18, 2021 8:28 pm
Forum: Porting to other platforms
Topic: Porting to C++ Request (Please read)
Replies: 9
Views: 20256

Porting to C++ Request (Please read)

Hello! I LOVE Elite and Oolite and I am trying to learn C++ and want to make a space game like Oolite! I am a beginner (and a kid) and know nothing about porting a game or anything. I would like if someone can make Oolite only in C++ and make a video tutorial explaining EVERYTHING like the code so I...