Just tried to hop on to Dart again to try and see if I can fix any of my code. Thought since there is no new documentation on the part they changed that I would look in the examples that come with the program (Fresh install) so I can see what they did. Turns out the examples no longer work either!
What the fark sort of language (even though its in alpha) makes so drastic changes that literally every line of code from a month ago is invalid. Gah. Just fired up Dart again to code from where I left off and literally NOTHING works and now for some reason doesnt support spaces in names either! Yay.
Got a week off next week so hopefully I can possibly finish off my game engine properly and enter the git hub Game Off. Got some nice ideas for a game based on Forking and time travel + cloning.
Just finished event firing in my game... Really unhappy at how its turning out. This is my first time doing anything like this and it feels weird when it works but doesnt look nice :(
@Hawkee is it supposed to say "<Persons Name> liked your comment, <Status Persons Name>" rather than my own name? For example when you clicked like on my comment it shows "Hawkee liked your Comment, SunnyD"
Edit: Oh I see thats just the profile name that its on and it links to the comment. I get it now :P!
Finally got all the parts for a robot im making... Fired up the battery, connected raspberry pi & arduino to my battery pack. All working fine. Connect USB hub to raspberry pi (WHICH IS LABELED WORKS WITH RASPBERRY PI) fire it up. Connect wifi & bluetooth adapter & arduino firewire. BAM smoke everywhere, absolute rubbish. Never ever buy a dynamode USB hub if you dont want a fire to start in your house and you actually want to keep all your devices. Currently filing a claim via amazon.
Just finished adding animation support to my small game engine. I feel I should have planned the entire thing first as its now turning into a mess of code which would be unmaintainable if I stopped and came back to it. :/ https://github.com/Plornt/Iso-Game/tree/master/web
Fun times when the preloader has to have a preloader to load the preloading image.
Edit: Ah shoot... I've missed something really important out... Time to recode entire sections -.-
The only downside of Dart is not having access to the hundreds of opensource canvas engines :( Been spending the past 3 hours making my own... It works nicley so far with a pre loader but its a bitch when you notice you forgot to put in a feature and have to go back all the way through it or when you realise how long its going to take to implement something as simple as events to different objects.
Hey @Hawkee any chance we could get the status box etc on the explore page too? Just so I dont have to switch over when I think of something whilst being on that page! Also could the main home page just be the explore page with a login box to the side like reddit? Then people can see what the site is about and choose to lurk for a bit before deciding to sign up. Very rarely will someone go to a site and just sign up without knowing what specifically it is first (like facebook).
Thanks :D And yeah I purposely didn't make the balls lose velocity whilst bouncing back up because it looked cooler with them all bouncing indefinitely.
Just seen though seems I have messed something up! they keep getting stuck on the sides D:
Yeah I know what you mean, I meant for more smaller tasks like looking through table data etc. I personally feel its much easier to sift through the data when its laid out in a nicer fasion.
Ah, this is why I like to use a GUI when going through mysql databases. Its so much easier to be able to use something like PHPMyadmin and selecting the size column - auto sorts it for you. Makes making views etc a lot easier too.
I dont know how mcmyadmin does it but it is able to inject right into the server for pretty much ANY version of minecraft including snapshots... Ill see if I can find out how they did it since its pretty awesome.