Last visit was: It is currently Thu Mar 28, 2024 8:39 am


All times are UTC-05:00




Post new topic Reply to topic  [73 posts ] 
Author Message
 Post subject:From Onlink to Kite
PostPosted:Fri Nov 29, 2013 6:09 am 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
I should have done it sooner but better now than never.

While we were working on Onlink 0.3.0 we were considering going progressively to Kite. It would have been smoother than a full rewrite (which stopped when Miah pulled me back on Onlink). The transition would have started by rewriting interfaces in Python, allowing anyone to do their own. Further examination revealed that it would take as much effort than a full rewrite in the end.

In the end, we were left with a choice ; Kite or Onlink. Since most of Onlink core has already been rewritten, we all switched to Kite.

Now you probably think this will take years and you'd be right except that we made a few changes within the team. First we are now 6 persons working on Kite, which helps a lot. Also, since I'm done with university and didn't find any job, I decided to focus completely on Kite.

So, on the progress side, we have the core almost completely rewritten in c (the save game synchronizer is one of the last pieces). The sound system currently supports mod,ogg and flac. It might support mp3 in the future but it is not a priority right now. The window manager support multiple screens so you'll be able to play Kite on all your monitors.

Kite progression is slowed down but the world model can already be done. Instead of using Python, we decided to use Lua (LuaJit to be exact) because of our no dlls policy. This slows the progress but we will have better performances in the end (plus Python/c API is less friendly than Lua/c API).

I should have screenshots ready for end December. Until then...


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Fri Nov 29, 2013 7:26 am 
 

Joined:Mon Jul 02, 2012 7:20 am
Posts:78
That's good to hear. I think I speak for everyone when I say I'm interested in what Kite looks like.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Fri Nov 29, 2013 10:37 am 
 

Joined:Mon May 29, 2006 6:11 pm
Posts:266
This is pleasing.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sun Jan 05, 2014 1:21 pm 
 

Joined:Mon Jul 02, 2012 7:20 am
Posts:78
Quote:
I should have screenshots ready for end December. Until then...
Ho ho ho...?


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Thu Jan 09, 2014 6:22 pm 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
Quote:
Quote:
I should have screenshots ready for end December. Until then...
Ho ho ho...?
I might have been a little too eager for the screenshot part(and Christmas made the whole week unproductive :( ). I do have screenshots but it wouldn't mean much at this point.

I'll try to do a weekly progress thing instead. Since the first post, I managed to progress quite a bit on the core and started dev on Kite.

core:
We now have a multiple backend renderer (OpenGL, DirectX and OpenGL ES).
The save game system has been rewritten in c and added to the core.
The console has been implemented.

Kite:
Implemented communication between the core and lua files
Set up the console to understand lua commands given in input
Widget implementation is in progress
Set the basis for style designing
Implemented inputs on the interface (keyboard and mouse)
Implemented 4 interfaces for testing (scrollbox,list,dropdown menu,message box)
Implementation of the entities in Kite world has started (Miah started working on it)

One of the widget being implemented is the textbox widget. When I was working on the widget in Onlink, I made it so that it could do this:

Image

It's still bugged in Kite but we are getting there.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Thu Jan 09, 2014 6:53 pm 
 

Joined:Tue Sep 16, 2008 9:07 am
Posts:10
Can't fault You there mate. holiday season puts a damper on stuff regardless if you try to let it or not.

Wow that widget screen looks straight out of Onlink for sure... or am I being a goof and reading Your post wrong and it is from screencapped from Onlink?


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Thu Jan 09, 2014 7:01 pm 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
Quote:
Wow that widget screen looks straight out of Onlink for sure... or am I being a goof and reading Your post wrong and it is from screencapped from Onlink?
That's from a unreleased part of Onlink. I was working on revamping the interface (and doing that widget) before switching to Kite. So not in Onlink but will be in Kite. And, I know, copy-pasting in Onlink would have been amazing.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Thu Jan 09, 2014 7:03 pm 
 

Joined:Tue Sep 16, 2008 9:07 am
Posts:10
Quote:
Quote:
Wow that widget screen looks straight out of Onlink for sure... or am I being a goof and reading Your post wrong and it is from screencapped from Onlink?
That's from a unreleased part of Onlink. I was working on revamping the interface (and doing that widget) before switching to Kite. So not in Onlink but will be in Kite. And, I know, copy-pasting in Onlink would have been amazing.
oh man.. You don't know how many times I've wished for copy/paste in onlink..

Even possible?... probably make stuff way to easy though


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Fri Jan 10, 2014 9:31 am 
 

Joined:Mon Jul 02, 2012 7:20 am
Posts:78
Uplink's interface, in all honesty, felt pretty clunky at times, even with all the patches. I always wanted to do a mod to make it feel more like an actual OS, where you could just C+P and rank files in a server by size or name by clicking on the bars and other things like that. Never got far though.

So this is pretty good news.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Fri Jan 24, 2014 2:12 pm 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
There wasn't much to report last week as were we busy cleaning the code. Here's what's been done:

Core:
implemented options.
Fixed bugs in save system.
Fixed bug where the console wouldn't close.
Implemented double click
various performance improvements

Kite:
regrouped every Kite functions into a common table.
Garbage collection of images done.
Style switching implemented.
Language switching implemented.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sat Feb 08, 2014 1:54 pm 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
These last two weeks were focused essentially on bug fixing, 3D rendering and procedural generation. This time, I'll put a screenshot instead of actual text.

Image

Note 1: The style will be fixed in due time.
Note 2: all the windows in this picture are moveable/resizable.
Note 3: It is a work in progress.
Note 4: The building is procedurally generated, I simply rendered it.

Next steps are doors,windows and corridors on the plan side and better display on 3D side.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sat Feb 08, 2014 3:03 pm 
 

Joined:Mon Jul 02, 2012 7:20 am
Posts:78
3D buildings? We going Subversion?


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sat Feb 08, 2014 3:28 pm 
 

Joined:Wed Feb 16, 2011 4:47 pm
Posts:184
Quote:
3D buildings? We going Subversion?
Maybe ;).


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sat Feb 08, 2014 4:20 pm 
Literally Nine
User avatar
 

Joined:Tue Mar 01, 2005 9:00 am
Posts:1263
Quote:
3D buildings? We going Subversion?
More like the next obvious step of progression.

Onlink had been for a while planned to do something to the tune of this starting with a IMF-esque facility and moving from there. It was always too flat and throwing in a bunch of vertical cross connects into a LAN or whatever would only distract from the problem, which was that Onlink (and Uplink) just wasn't meant to be a 3D game.

Fun fact: We've had this GDD going since before Subversion was announced. It's just only recently that we decided to stop making the current game core into something it's obviously not. Basically we could easily make an Onlink world in Kite, but not the other way.

Also I wanted my own storyline going.


Top
Offline  
 Post subject:Re: From Onlink to Kite
PostPosted:Sat Feb 08, 2014 11:05 pm 
User avatar
 

Joined:Tue Mar 02, 2010 4:55 pm
Posts:265
AOL:superactor001
Location:Everywhere and nowhere... But also right behind you and watching you in your sleep >.>
Miah, how is the Onlink world going to be referenced in Kite? I'll be honest, i'm intrigued... Although i'm still hoping for a continuation of onlink, and i know that's impractical.

_________________
access procedure in progress...
...
/root access granted
attempting to input customized user information
upload failure, connection loss
system console session terminated


Top
Offline  
Display posts from previous: Sort by 
Post new topic Reply to topic

All times are UTC-05:00


Who is online

Users browsing this forum: Google [Bot] and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Theme created by Miah with assistance from hyprnova