[Plornt]

[Plornt]

Joined:
Dec 01, 2009

Activity Stream

[Plornt] is now following BlueThen  -  Nov 19, 2012
[Plornt]   -  Nov 19, 2012
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!
[Plornt] is now following Conscious  -  Nov 18, 2012
[Plornt]   -  Nov 17, 2012
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.
[Plornt] commented on a Snippet, Daffy IRC bot (mSL)  -  Nov 16, 2012
Yeah sorry thought it was an identifier when I first looked didn't occur to me that it was the actual trigger.
 Respond  
[Plornt] commented on a Snippet, Daffy IRC bot (mSL)  -  Nov 14, 2012
Wait, since when has identifiers worked in the event text? I was always led to believe you had to encase it in $()
 Respond  
[Plornt] commented on a Snippet, Canvas Bounce in Dart  -  Nov 14, 2012
Sorry worded it wrong/explained it shoot. If you create a new project in Dart the default files it creates for the webpage uses Open Sans.
 Respond  
[Plornt]   -  Nov 14, 2012
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.
[Plornt] commented on a Snippet, Canvas Bounce in Dart  -  Nov 14, 2012
Dart is by default Open Sans, got used to the font and really like it so I used it in my snippet.
 Respond  
[Plornt] commented on a Snippet, !chr and !asc  -  Oct 21, 2012
You dont need the $+ in this context... $chr($2) would do just fine etc.
 Respond  
[Plornt]   -  Oct 20, 2012
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 :(
[Plornt]   -  Oct 17, 2012
@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!
[Plornt] is now following SunnyD  -  Oct 17, 2012
[Plornt]   -  Oct 16, 2012
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.
[Plornt]   -  Oct 15, 2012
:( The moment when you compile dart to javascript and your bloody loading bar drops down to 20 fps D:
 Respond  
[Plornt] commented on a mIRC Script, Youtube Advanced Search (Dialog)  -  Oct 15, 2012
NIce, you've come quite the way since you started... (If you are the toclafane from Torn).
 Respond  
[Plornt]   -  Oct 14, 2012
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 -.-
[Plornt]   -  Oct 13, 2012
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.


What I have so far: https://github.com/Plornt/Iso-Game/tree/master/web Not too much...
 Respond  
[Plornt]   -  Oct 13, 2012
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).
[Plornt] is now following sean  -  Oct 11, 2012
[Plornt] is now following Hawkee  -  Oct 11, 2012
[Plornt] commented on a Snippet, Canvas Bounce in Dart  -  Oct 10, 2012
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:
 Respond  
[Plornt] posted a Snippet  -  Oct 10, 2012
[Plornt] commented on a Snippet, Tables sorted by size in Megabytes  -  Oct 10, 2012
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.
 Respond  
[Plornt] liked a Snippet, Tables sorted by size in Megabytes  -  Oct 07, 2012
[Plornt] commented on a Snippet, Tables sorted by size in Megabytes  -  Oct 07, 2012
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.
 Respond  
[Plornt]   -  Oct 02, 2012
Hey if anyone is stuck on what to code next, check out: http://www.reddit.com/r/dailyprogrammer/

Great place to find things to give yourself a little challenge no matter what programming language you know...
[Plornt] commented on a Snippet, Minecraft Random Item Game Plugin using rcon  -  Aug 16, 2012
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.
 Respond  
[Plornt] commented on a Snippet, HTML5 Canvas Fire  -  Jun 14, 2012
Nice work... Looks good and is relatively non laggy although I cant entirely tell since I am on a beast of a computer.

Ive created a jsfiddle so people dont have to fark about with saving on my one. http://jsfiddle.net/EHUTq/1/

It wasnt as well known when I created this.
 Respond  
[Plornt]   -  Jun 03, 2012
OOh liking the new design. Looks a bit like facebook. Does only Hawkee's posts show up on front page?
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.