[QUOTE=jalb;33154936]I hit a brick wall the other day. Then while at a group-coding session yesterday my computer crashed and I lost one of the most important (and biggest) files in my project! Spent all day re-coding it rather than getting anything done. But I'm back in action and hope to get lines and planes done today.
[img]http://dl.dropbox.com/u/11093974/Junk/progress2.png[/img]
I setup an SVN on my home-server to avoid losing anymore files in the future. I'll probably setup apache here soon as well in case anyone wants to take a peek at the source.[/QUOTE]
This is why you want to use version control, kids. All. The. Time.
[QUOTE=Jookia;33155082]This is why you want to use version control, kids. All. The. Time.[/QUOTE]
I usually do, too. I was pretty frustrated when I lost it because I've never actually lost files before but always used version control anyway. The one time I didn't it ended up costing me. Oh well, the project is due tomorrow and I'm pretty confident I can still make that deadline!
I guess a GIT or SVN respository for my Android app will be a good idea then...
I already switched to lidgren.
I love the way I set up my packet system.
I just use dropbox. :v:
[img]http://puu.sh/8eaS[/img]
[editline]6th November 2011[/editline]
I don't even copy stuff to dropbox, I just have the files there and compile everything there.
[QUOTE=Ezhik;33154178][IMG]http://i.imgur.com/XEdMw.png[/IMG]
[IMG]http://i.imgur.com/0prsf.png[/IMG]
My game is called Textcraft too [IMG]http://sae.tweek.us/static/images/emoticons/emot-colbert.gif[/IMG][/QUOTE]
[QUOTE=Anonim;33153495]I have some constructive criticism about a minor detail in your implementation:
[img]http://i.imgur.com/bmd9c.png[/img][/QUOTE]
[QUOTE=Anonim;33153679]Okay, I had some more constructive criticism, but I didn't want to lay it all on you at once as I feared for your motivation to continue. However, out of respect for you as a distinguished developer, I feel it would be unfair to you if I did not show you my subjective opinion on where you have room for improvement. I hope you appreciate my humble artist-to-artist opinions:
[img]http://i.imgur.com/1FrJX.png[/img][/QUOTE]
Well shit.
[QUOTE=iPope;33155476]Well shit.[/QUOTE]
I was not overreacting. These were extremely serious minor flaws.
[QUOTE=Anonim;33155521]I was not overreacting. These were extremely serious minor flaws.[/QUOTE]
I'm sorry to have put you through that pain.
I don't get the second one.
[QUOTE=iPope;33155680]I'm sorry to have put you through that pain.[/QUOTE]
Please. Do not worry about it. I had to go through these sacrifices for the greater good of man. I may feel weakened now, but I have grown as a person through these struggles.
[QUOTE=Jookia;33155691]I don't get the second one.[/QUOTE]
existing != exsisting
The separating axis theorem is AMAZING!!
This is all I needed to get Plane-OBB and Plane-AABB working:
[cpp]bool Plane::collidingAABB(const ::AABB* other) const
{
return Collision::testSAT(normal, this, other);
}
bool Plane::collidingOBB(const ::OBB* other) const
{
return Collision::testSAT(normal, this, other);
}[/cpp]
[QUOTE=Chrisaster;33155711]existing != exsisting[/QUOTE]
Oh right, so it's grammer.
[QUOTE=Chrisaster;33155711]existing != exsisting[/QUOTE]
a existing != an existing
[QUOTE=Jookia;33155804]Oh right, so it's grammer.[/QUOTE]
can't tell if trolling
[QUOTE=iPope;33155680]I'm sorry to have put you through that pain.[/QUOTE]Someone will have to change their game's name :(
Oh god, I just read Perl's quote of me and saw 'grammer'. I hate myself.
[QUOTE=Jookia;33155924]Oh god, I just read Perl's quote of me and saw 'grammer'. I hate myself.[/QUOTE]
yeah, and the second thing is that it's spelling, not grammar :v:
[QUOTE=Perl;33155224]I just use dropbox. :v:
[img]http://puu.sh/8eaS[/img]
[editline]6th November 2011[/editline]
I don't even copy stuff to dropbox, I just have the files there and compile everything there.[/QUOTE]
Oh my god, What's FireflyGL?!
Today I wanted to make a Firefly (the (best) tv show) MMORPG, but then I realized I didn't have the skills and it would probably be too much alike EVE.
[QUOTE=Perl;33155932]yeah, and the second thing is that it's spelling, not grammar :v:[/QUOTE]
I thought 'an' would be grammer- Oh wait, it's spelling AND grammer.
Okay, I think I may of had some mini stroke. I keep writing 'grammer' instead of grammar.
[QUOTE=miceiken;33155971]Oh my god, What's FireflyGL?![/QUOTE]
Something that will be cancelled just as it's getting great.
[editline]6th November 2011[/editline]
[QUOTE=Jookia;33156041]I thought 'an' would be grammer- Oh wait, it's spelling AND grammer.
Okay, I think I may of had some mini stroke. I keep writing 'grammer' instead of grammar.[/QUOTE]
May HAVE had a mini stroke.
[QUOTE=miceiken;33155971]Oh my god, What's FireflyGL?![/QUOTE]
It's a game framework/library for C# wrapped around OpenGL(OpenTK).
[QUOTE=Yogurt;33156043]Something that will be cancelled just as it's getting great.[/QUOTE]
No, I'd say it's quite usable right now :)
I'm just waiting for the author to post about it right now.
I am sorry this probably has been answered, but how do you make gifs out of screencaptures, can anyone point me to some source?
Wow, speak of the devil.
Ninja'd by the very same person.
EDIT: and there goes my automerge.
[QUOTE=Fetret;33156069]I am sorry this probably has been answered, but how do you make gifs out of screencaptures, can anyone point me to some source?[/QUOTE]
If only Overv were still here to angrily point it out to you.
[QUOTE=Yogurt;33156043]May HAVE had a mini stroke.[/QUOTE]
That I did not know.
[editline]7th November 2011[/editline]
[QUOTE=Yogurt;33156076]If only Overv were still here to angrily point it out to you.[/QUOTE]
It's so tragic that he died in a microwave dinner accident.
-i am late shit fuck-
I may be going full retard today because of my Tony Abbot avatar.
Or because I've been screaming at Boost.Locale's gettext method.
Can anyone suggest something for me to do that could improve my coding skills?
I am doing well enough to create stuff like simple games (Rock Papper Scissors, simple text adventures), some math programs (for finding stuff like prime numbers and etc).
What should I try doing next?
Sorry, you need to Log In to post a reply to this thread.