Tagged: vessel
I’ve been labouring mightily with the Boid/Pilot AI system. I had to park it a few weeks ago, after getting so far and hitting a roadblock. As usual, taking a break seems to make spotting the problem a cinch, and… Read More »
Having abstracted everything nicely, it was time to think about wiring all these tools together. We have the following entities involved; Vessel – should be pretty dumb, and owns systems and reports their status (including collisions) Pilot – responsible for… Read More »
Integrating the Boid logic with the Vessel Flight Controller took some doing, but – one ‘hack’ aside – everything is now wired up and ship shape (pun intended). As planned, everything is nicely abstracted, and the Pilot has to fly… Read More »
(Ok, So not a Peter F. Hamilton novel – but it could have been, if he’d been a developer…) Since the last post, I’ve been slaving away ‘refactoring’ – yes, that developer exercise of making huge sweeping changes to the… Read More »
Ok, you’re not going to like this – but for all good reasons 🙂 This past week or more I’ve ploughed headlong into my ‘niggles’ list. What is this list you ask? Well, basically bugs that I’m too lazy(don’t have… Read More »
Now, this may be a dangerous combination… Newtonian and Non-newtonian flight models? In the same game? Well, if I get it wrong… yes, very dangerous! It could be horrifically unfair, leaving Newtonian vessels at the mercy of far more manoueverable… Read More »
Work on the Autopilot and Navigator has led onto a long planned separation of concerns (read ‘Single Responsibility Principle’) regarding the player and their movement within the scene. As it stands, the Scene Management system only cares about a Scene… Read More »
This past week(ish) has seen some important code improvements going on, with a lot of work being done to fix up the scene management system. I stress ‘fix up’ in a positive sense. It worked, but needed to be made… Read More »
Enjoy 🙂 Dominium : Balaena Class Trader by Mak Software on Sketchfab
It’s been yet another good week! NPC’s can now leave local space – so after they have ‘done their business’ (in this instance, docked and undocked from the local station) they can choose a destination and head off into the… Read More »