Archive

Archive for the ‘Courseplanner’ Category

Finally ordered X-Plane

August 30th, 2010 No comments

My long term plan has always been to include X-Plane with Courseplanner, (mainly because Flight simulator is not actively been developed any more*). To that end I finally ordered X-Plane 9 and it should be arriving in the next few weeks.

I’ll then be able to create an X-Plane module for Courseplanner.

* Yes I know about Microsoft Flight, but this seems a long way away from been complete and no one really seems to know if it will be a game of a simulator.
Categories: Courseplanner, News Tags: ,

Adding crash report information to Courseplanner

May 28th, 2010 No comments

I finally got around adding a proper crash report to Courseplanner, I do get a couple of reports every months and every time I am faced with the same problem of not having enough information. Thankfully it does not happen very often, but when it does I need to gather as much information as possible.

I am looking at CrashRpt, I used that piece of software a while ago, (when they were on Codeproject) and I was quite happy with it.
Because it is open source and written it C++, it makes it very easy to incorporate in Courseplanner.

I am also looking at other kinds of Crash handling software, especially Google and Firefox, not because I think they are better, but simply because I would be foolish to ignore such big names.

One of the most attractive option they have is the possibility to send the report directly to the website, in the past users were reluctant to send an email, or, in worse cases the emails would be trapped in some spam filter.

I also created a privacy policy page, it basically says that I have no plans to pass any information to any third party. Currently the policy is limited to the crash report, but at some stage I will have to update it to include registration and the forum.

I am planning on releasing it to the beta team later today, (my ftp server is down for some reason).

Installing Wine on ubuntu

April 20th, 2010 No comments

I was playing around with using Courseplanner on an old unix machine of mine.  Of course you cannot just run a windows application on a ubuntu machine, but thankfully Wine allows you to run such applications.

But be warned a lot of issues have been reported, Wine does not work 100% all the time.
So, before I venture down the road of installing Courseplanner on my ubuntu machine I need to venture down the road of installing Wine.

Start the terminal server (Applications > Accessories > Terminal).
At the command prompt, type

sudo apt-get install wine
[sudo] password for username:

Enter your password, and then wait for the relevant packages to be downloaded, (only 19Mb but for me it took a bit of time for some reason).

When this is done… there is nothing else to do, you can type…

wine –version

To get the version number, but to be fair, this won’t help you much :)

Next I need to install Coursplanner…

Back in the flying seat

August 23rd, 2009 3 comments
Courseplanner tracking a waypoint

Courseplanner tracking a waypoint

I finally managed to get back to flying a little over the week-end, I am working on some new features for Courseplanner, namely the ability to turn into a waypoint, (or past a waypoint depending on the one you want to visit).

All the coding is done, I am just testing with various aircraft if everything works as expected. With all the small aircraft, (Cessna, Mooney and so on), it works well, but it is another story for the heavies. It is just very hard to remain on course without having some wild turns in order to remain on course.

I also added some small features to see where the automatic flight management of Courseplanner is aiming.

But all in all it is fun to get back to flying again.

New bugtracker

June 12th, 2009 No comments

I finally got around to implement a new bug tracking system. The main reason for that is because I was starting to loose track between requests and bugs, my roadmap was also starting to look a bit like a bug tracking tool as well.  I was also starting to loose track of what I had done when it came time to do releases.

Everybody is more than welcome to create an account and log new bugs, I chose Mantis as it seems to be a fairly ‘up-to-date’  online application.
I am new it, so I might make some mistakes as I go along, so please, bear with me.

I am very keen to do another stable release, but I first have to finish the database import application as it is still a bit ‘clunky’, I want the users to be able to click on one button only to load the database, (a bit like the aircrafts are been imported curently).

Categories: Courseplanner, News Tags:

Finally completed the courseplanner import function

June 3rd, 2009 No comments

I finally found some time to complete the database import function in Courseplanner.
The database can be created with data from FSX and FS9. I must admit that I am a bit disappointed with the result, it seems that Microsoft flight simulator relies on graphics a lot more than I thought, the data on the .bgl files is not enough to display nice clean airports.
But I am working on ways of building proper curves in taxipath, (and I am also working on improving the general look of surfaces).

I am very busy at work and sadly I cannot work on Courseplanner as much as I would like. But once most of the bugs have been ironed out of the import function I will be able to continue working on various other bugs/features that have been reported on the forum.

Tackling the map issue

April 7th, 2009 2 comments

I have finally started working on the map issue we have been having. The problem is that the map is perfect when it comes to looking far away but it is blurry, (at best when looking at it up close)

In courseplanner version 3 the map was actually a set of points of the world that was drawn. The result was a far from picture perfect image but it worked rather well when zooming in really close, (about as close as an airport for example).
So I am going to re-add the outlining and try to ‘marry’ the NASA photo realistic image with the outline drawing.

Another option is to offer the 600Mb map of the world to the users. Maybe ship it to them via CD or something, (maybe allow a download?) This will partly solve the problem and make the image even more realistic, (the definition is 50M or something like that. So the map should be close to ‘perfect’ I hope.

But, before I do that, let me finish the outline. I see that a few flight planners offer the outline to simplify the view, so let me also try it.

As I am on leave for the next few days I will try and get it all done in 3 or 4 days.

Categories: Courseplanner, News Tags: ,

New release of Courseplanner, still lots of work to do.

March 16th, 2009 8 comments

Yesterday I released a new version of Courseplanner, so far the response seems to be positive, but it is still early days.

I still need to make a few changes, especially the map, it is obviously a bigger eyesore than I expected,  so I will need to look into it as soon as possible.
As I want to keep Courseplanner as ‘stand-alone’ as possible, (because of future support for X-Plane), I need to think of a simple way to display the map as ‘clearly’ as possible without depending on X-Plane or Flight Simulator.

I think that importing sectional maps might be a good idea, so if people want a ‘high definition’ map of a certain area then they will need to download it from various sites. I might make it flexible enough to upload to this site as well, (so others can download it).

I also want to add support for X-Plane, I am sure it won’t hurt to have more input from such a large comunity.

As alway I am looking for any suggestions/bug reports, anything to improve Courseplanner. So feel free to visit the forum and throw in your suggestions.

Courseplanner support for FS9

March 4th, 2009 2 comments

I have released a new version of Courseplanner with support for FS9/FS2004 this effectively placed me a month behind the original release date of Courseplanner 4 but a lot of users have been asking for it.

So, feel free to download version 4.0.0(152) and report any problems you might come across.

I will now concentrate on some of the other requests that have been sent to me and to make Courseplanner as stable as possible. Feel fee to send me as many requests as you want.
I am also looking at adding support for X-Plane, I can’t promise anything but seen that it took a month to add FS9 I am guessing it should take about the same amount of time.

What also took a bit of time was re-uploading almost all the missing images that I deleted by mistake, (and I also updated the new version of MediaWiki, (1.14.0), for the online document).

Categories: Beta, Courseplanner Tags: , ,

A good old server error

February 21st, 2009 No comments

This morning I was about to upload the next version of Courseplanner when I accidentally deleted the entire site, (not the database, only the files themselves).

Effectively this means that I have spent most of the morning uploading/fixing missing files from the backup.

To my suprise, I also noticed that my backup does not include most of the pictures in the document, so I will need to re-upload them all one by one.
Needless to say, I will make sure they are included in the next backup.

Categories: Courseplanner, News Tags: , ,