Our group at university just got a funny mail today - apparently someone has forgot to tell a guy who teach us about "mobile software technologies" that we are going to Copenhagen all of may. He had a whole ~4 days of courses and mini-project planned out - but sorry, no go! We are going to hand in our Virtools project the 29. of april - the same day he wants us to hand in our mini-project. I don't know what will happen yet with this - but we sure don't have time for doing a mini-project in the last week of our main-project. Again the university shows it's wonderful feel for planning.
On another note, i'm starting to code a bit on my different "no time" projects. Odin can now run some small Lua scripts, nothing wild yet, but i can call scripts on objects and they can write the id's and names of the objects, e.g.: world = ScriptContext.world; ox, oy = world:getOrigin(); sx, sy = world:getSize(); print ( string.format ( "World: %.2f,%.2f -> %.2f,%.2f", ox, oy, sx, sy ) ); obj = ScriptContext.object; print ( obj:getName(), "(", obj:getId(), ")" );
I've also started hacking on Vertigo again - it would be nice to finally the promised version 0.6.0 soon. I hope to get the dependency system working (e.g. the apache service depends on the user service, such that a unix user gets added for each domain). I also got the translation code working, so a danish screenshot is attached.
Oh, and i've added an RSS feed - because that's what all the cool guys do at the moment, look in this sidebar ... out on the left ... down .. down .. down ... there it is! For some reason Straw won't show the image thumbnails, and i'm pretty sure it's because i'm mis-using the RSS format.
Comments (0)
Post comment
If you wish, you can use markdown syntax in the comment field.