This is my first post on the forum. I've always been an avid player of Open TTD.
I think this game may have made me drop a grade when I was at University

Anyway, I am sure some of you are aware of a new, cheap, Linux ARM computer called the Raspberry Pi.
If you've not heard about this before - the intention is to use these in education, rather like the old BBC Micro was, to create a whole new generation of programmers. In the UK they're probably going to be in every bedroom of every school kid. They only cost £25.
They are rare as rocking horse droppings right now, but I have managed to get one.
Yesterday I did a build of OpenTDD directly on the device and it came out pretty well.
You'll see it has made the front page of the Raspberry Pi website and I've also done a post on my own blog about it.
Video here; http://www.youtube.com/watch?v=o18u4jeeUPY
The Raspberry Pi has quite a powerful GPU that can accelerate OpenGL ES and Open VG. So to take advantage of this some work would need to be done in order to make the game draw its graphics using these libraries. I haven’t done any of that, I just followed these build instructions (for Debian) and did a straight svn checkout and build.
The build process took about an hour to complete, but it does run quite well under an X desktop.
Especially so if I turn off Full Animation and Full Detail. Currently there are no accelerated X drivers, but those should come in due course.
I have one problem though!
When you want to destroy some track that you have put down by mistake it costs several hundred million bucks, I'm sure this shouldn't be so high - in fact, you receive income for it shouldn't you?
I'm not sure if this a bug in the code and I should update the svn working copy to an earlier, more stable version - or if it's some kind of arithmetic compiler issue to do with how floats or longs are handled by the ARM compiler. Any advice here would be greatly appreciated.
I think it may have been because I built the trunk and not svn.openttd.org/branches/1.2/ ...
Thanks in advance
Dave