Search found 399 matches

by viruskiller
June 16th, 2014, 11:03 pm
Forum: Everything
Topic: AFC Framework Test
Replies: 10
Views: 4134

Re: AFC Framework Test

well the thing is that it won't let u save the changes without commiting , basically if it is a clone whatever u do must be uploaded in order to be saved, i guess once u start using git it's all on git.
anyway isn't branch the same as fork or?
by viruskiller
June 15th, 2014, 9:23 pm
Forum: Everything
Topic: AFC Framework Test
Replies: 10
Views: 4134

Re: AFC Framework Test

well is good for what chili wants us to do later:P but for us messing around with that project locally i think we gota fork it
by viruskiller
June 15th, 2014, 4:42 pm
Forum: Everything
Topic: AFC Framework Test
Replies: 10
Views: 4134

Re: AFC Framework Test

alright, for those who wana play with it locally and not publish the changes thre's a thing where u drag the changes to exluded list,that way it doesn't force u to commit every time u make a change. EDIT: alright i give up.. aparently u can't work on the same branch and have it change locally,i sele...
by viruskiller
June 15th, 2014, 4:23 pm
Forum: Everything
Topic: AFC Framework Test
Replies: 10
Views: 4134

Re: AFC Framework Test

aparently it was derping with me, now i can clone the branch , and even open it from the site , although dunno what makes it work on VS side EDIT: now it appears on VS branches too,wonder what triggered the update, as i already tried sync and pull if i make a change i can't switch to the other proje...
by viruskiller
June 15th, 2014, 4:18 pm
Forum: Everything
Topic: AFC Framework Test
Replies: 10
Views: 4134

Re: AFC Framework Test

dunno how to use the branch thing:/ i clicked on the right there at branches and shows one adn i open it and still the same thing...
also tryed to clone the branch and still shows me the same project on git, only thing that worked was to donwload the zip and test it
by viruskiller
June 15th, 2014, 5:28 am
Forum: Everything
Topic: Cursor in Tictactoe game in Tut 12 for beginner run so slow
Replies: 5
Views: 2229

Re: Cursor in Tictactoe game in Tut 12 for beginner run so s

it runs fast for me too, but doesn't seem to slow down, your first problem is using the or symbol "||" instead of the and "&&" to check if none of the key's are pressed, using or means that only 1 key has to !be pressed for the function to be true. i fixed that and looks like it is going slower than...
by viruskiller
June 15th, 2014, 4:19 am
Forum: Everything
Topic: attempt to make tetris in starbound game.
Replies: 7
Views: 3385

Re: attempt to make tetris in starbound game.

i think i'm going to let this go for now:/ the game mechanics are kinda hindering me to do any complicated build i started to make the ram first, and only made 3 bytes and is already a complete mess this is how it looks without the wiring shown http://snag.gy/7SiCL.jpg as u can see it's preety neat ...
by viruskiller
June 14th, 2014, 2:41 pm
Forum: Everything
Topic: Framework Mk III (Sound Effects)
Replies: 17
Views: 28542

Re: Framework Mk III (Sound Effects)

its goooooooooooooooogle , ppl google everything... like he trusted google to point him to the material download instead of visiting the page...ther is no other explanation of how he dug up this thread. anyway thanks to his i just realised today is exactly 2 years since i joined the forum:D,time fly...
by viruskiller
June 14th, 2014, 2:15 pm
Forum: Everything
Topic: attempt to make tetris in starbound game.
Replies: 7
Views: 3385

Re: attempt to make tetris in starbound game.

tetris has a grid of 10x20 so i need to make it 8 bit to be able to address all the points in the table:/ , and the main reason i don't wana do it is because then i'd have to figure out what functions i need for it, and then program the thing , and i'm not even sure if making the whole thing run tro...
by viruskiller
June 14th, 2014, 9:05 am
Forum: Everything
Topic: attempt to make tetris in starbound game.
Replies: 7
Views: 3385

attempt to make tetris in starbound game.

so i got alot of time on my hands lately, and decided to take on a close to/imposible task. making a tetris game inside starbound game! (its a terraria like game ). the only mechanics i can use are logic gates,and light bulbs for the blocks. so i'm making this post in hope u can get me some ideas on...