Search found 707 matches

by M_D_K
Thu Jan 10, 2013 3:08 pm
Forum: Programming Discussion
Topic: The Unreasonable Effectiveness of C
Replies: 2
Views: 1800

The Unreasonable Effectiveness of C

Here's an article I found via /r/programming. Well worth the read.

Article
by M_D_K
Tue Apr 24, 2012 8:07 pm
Forum: General/Off-Topic
Topic: IRC lulz
Replies: 316
Views: 89149

Re: IRC lulz

a rare moment of precognition

Code: Select all

Apr 25 02:05:12 <M_D_K> hai avansc
Apr 25 02:05:15 <M_D_K> wait for it
Apr 25 02:05:18 *       avansc has joined #elysian_shadows
Apr 25 02:05:20 <M_D_K> :)
by M_D_K
Fri Mar 09, 2012 1:06 pm
Forum: Game Development
Topic: TRACKVERSE Alpha v0.1 now out for download @ trackverse.net
Replies: 47
Views: 12237

Re: TRACKVERSE (Formerly known as Project Aftershock)

Dude, ship this like ASAP! I really want to play it :)
dandymcgee wrote:Holy cow.. was the last post here really THREE YEARS ago? I remember this project like it was yesterday. Awesome work, thanks for the update!
same here 8-)
by M_D_K
Thu Feb 09, 2012 12:08 pm
Forum: General/Off-Topic
Topic: Post your twitter name
Replies: 7
Views: 2787

Re: Post your twitter name

by M_D_K
Mon Jan 30, 2012 4:09 am
Forum: Programming Discussion
Topic: What IDE should I use for cross platform development?
Replies: 26
Views: 8572

Re: What IDE should I use for cross platform development?

I would recommend using clang complete with vim, (ass good if not better than any IDE autocomplete), and using CMake as your build system. This would mean that you would have to use clang with LLVM, not sure if there is a MS port. You can also use CMake with eclipse. if you have to have that GUI fe...
by M_D_K
Sun Dec 25, 2011 6:14 am
Forum: General/Off-Topic
Topic: IRC lulz
Replies: 316
Views: 89149

Re: IRC lulz

Allanis wrote:
<Jaus> would bspace do \b ?
<M_D_K> that's bell
<M_D_K> dumbass
Then I remembered \b was backspace :P
by M_D_K
Mon Nov 21, 2011 6:26 pm
Forum: General/Off-Topic
Topic: Help protect the web!
Replies: 15
Views: 6206

Re: Help protect the web!

Got a link to an e-petition (on whitehouse.gov) here.
I hope all you yanks sign it.
by M_D_K
Sun Nov 20, 2011 1:04 pm
Forum: Game Development
Topic: The zero hour game jam!
Replies: 8
Views: 3093

Re: The zero hour game jam!

GyroVorbis wrote:I hereby forbid ES team members to participate in this stuff. :nono:
Well I'm gonna be doing the LD22 (in 26 days, 7 hours, 1 minute, 10 seconds from now)
by M_D_K
Sat Oct 01, 2011 6:16 pm
Forum: General/Off-Topic
Topic: Poor guy
Replies: 10
Views: 2635

Re: Poor guy

dandymcgee wrote:
LeonBlade wrote:THESE MESSAGE WAS BROUGHT TO YOU BY VASELINE
Nice grammar.
ROFL

how do you fuck that up?
by M_D_K
Sat Sep 17, 2011 10:27 am
Forum: Programming Discussion
Topic: Programmer's Education Index
Replies: 63
Views: 62370

Re: Programmer's Education Index

here's some video tutorials (3dbuzz calls em VTMs) C++ III
Pretty decent starting point for people new to programming and games.
by M_D_K
Fri Sep 16, 2011 4:33 pm
Forum: Game Development
Topic: Mini LD - make a game in 48hrs
Replies: 3
Views: 1911

Re: Mini LD - make a game in 48hrs

Dammit, and I have no time :(
by M_D_K
Fri Sep 16, 2011 12:30 pm
Forum: General/Off-Topic
Topic: What's your desktop wallpaper?
Replies: 6
Views: 3293

Re: What's your desktop wallpaper?

by M_D_K
Thu Sep 08, 2011 9:48 pm
Forum: Game Development
Topic: [Question] 2D Tiled "on map" house
Replies: 19
Views: 5498

Re: [Question] 2D Tiled "on map" house

No it's the opposite, i was talking about getting the roof on that list and put in Visible = false when i enter the shop. And i don't want to do the teleportation thing, first 'cause it's gonna give some more experience since i've never done that, and second 'cause i've always found it cool and so ...
by M_D_K
Mon Sep 05, 2011 10:27 am
Forum: General/Off-Topic
Topic: Pie
Replies: 12
Views: 3063

Re: Pie

dandymcgee wrote:What the hell are you smoking?
I wanna know that too ;)
by M_D_K
Thu Sep 01, 2011 8:22 pm
Forum: General/Off-Topic
Topic: Post your Timelapse
Replies: 5
Views: 2308

Post your Timelapse

So I did a test of my timelapse script, decided to upload the video to youtube. l54dMK3vTlE So post your timelapses :) EDIT: here's the script #!/bin/bash # # start it by going time-lapse.sh start will keep running till termination # then issue time-lapse.sh compile <optinal music file> interval=5 a...