New Developers.. ?
Moderator: Moderators
-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
New Developers.. ?
Now I know I am a new member and this is my first post.... Heck I just found Spring today. I am totaly blown away by the quality of the engine and the gameplay. I miss the old TA and Cavedog days and I want to know what would it take to be involved in development of this project. I have developed in .NET C# since beta 1 of Visual Studio. I have deleveloped in Delphi for 8 years before that. I hope I am not making a Faux-Pas here. Thanks!!
Bryan Grossman
Bryan Grossman
-
- Posts: 79
- Joined: 11 Jul 2005, 02:01
-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
Not in hot demand???
From what i hve seen this application was written using Linux MONO and Visual studio and C#..... Delphi... I am just listing that as experience in OOP... I know its a dead language...
BG
BG
- FoeOfTheBee
- Posts: 557
- Joined: 12 May 2005, 18:26
Re: Not in hot demand???
I believe the windows client is written in Delphi. The engine is C++.Bryan Grossman wrote:From what i hve seen this application was written using Linux MONO and Visual studio and C#..... Delphi... I am just listing that as experience in OOP... I know its a dead language...
BG
- Felix the Cat
- Posts: 2383
- Joined: 15 Jun 2005, 17:30
-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
My Bad....
I could have sworn it was using C# ... oh well.
The re-written engine will be in C# apparently. Site is here: http://www.osrts.info/
- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53
Re: Not in hot demand???
As said, you must have goten it from the expected re-write, not Spring.Bryan Grossman wrote:From what i hve seen this application was written using Linux MONO and Visual studio and C#..... Delphi... I am just listing that as experience in OOP... I know its a dead language...
...
Spring is .. C++ only, with the exception of the lobby which is server in Java and client in Delphi(?).
And .. . . if you expect profit .. ... you better think again. I really doubt it.
Unless as "profit" you mean a curriculum vitae adition that will help you earn a job.
-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
Not looking for profit....
I am looking for experience with graphic engines and AI's. I am so heavy into business and web applications that I think I need to expand my horizions. Grouth is life.
Bryan Grossman
Bryan Grossman
- Tim Blokdijk
- Posts: 1242
- Joined: 29 May 2005, 11:18
Well, you can find the Spring svn reposetory here: https://taspring.clan-sy.com/svn/spring/
There are loads of things that can be improved. Air plane flight behaviour was a topic recently I believe.
There are loads of things that can be improved. Air plane flight behaviour was a topic recently I believe.

-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
C# is more powerfull than you know it seams...
I wish people would look into C# and not discount it so much.... Since we are using the latest version of Visual Studio and we are using C++ are we going to be developing win32 or a managed code version? Because when Vista comes out (if it ever does) Win32 binaries will actually run slower than managed code... I hope you all realize this.....
Bryan Grossman
Bryan Grossman
no managed C++, as with most opensource things, we rely on linux programmers as well and mono doesn't support C++/CLI yet.
It probably doesn't run a lot slower.. I assume this speed difference is caused by not being able to do "JIT" optimizations for binary exe's. IE: Optimizing for a specific CPU isn't possible... ?
It probably doesn't run a lot slower.. I assume this speed difference is caused by not being able to do "JIT" optimizations for binary exe's. IE: Optimizing for a specific CPU isn't possible... ?
-
- Posts: 9
- Joined: 20 Oct 2006, 02:50
No not that..
It's due to the kernal changes being planned... .NET right now runs under Win32. In Vista it will be flipped... Win32 will be running under .NET!!!
Bryan Grossman
Bryan Grossman