Page 1 of 3 1 2 3

Search: Type: Posts; User: Mordi Search took 0.01 seconds.

  • Replies
    337
    Views
    10,547

    It's a reference to de_dust, one of the...

    It's a reference to de_dust, one of the most-played maps in Counter-Strike.
  • Replies
    6,280
    Views
    169,168

    A funkified version "Acidjazzed Evening" by...

    A funkified version "Acidjazzed Evening" by Tempest.

    http://soundcloud.com/mordi-1/an-acidjazzed-evening-wip

    Original tune here: http://www.youtube.com/watch?v=amXNbaRtLpQ
  • Replies
    6,280
    Views
    169,168

    Any thoughts on the mixing on this one? ...

    Any thoughts on the mixing on this one?

    http://soundcloud.com/mordi-1/a-trace-of-space
  • Replies
    6,280
    Views
    169,168

    What do you think of this? It's a Commodore 64...

    What do you think of this? It's a Commodore 64 remix.

    http://soundcloud.com/mordi-1/a-trace-of-space-work-in
  • Replies
    5,752
    Views
    192,918

    I have a set of points that form a curve, and I...

    I have a set of points that form a curve, and I am looking to make a sprite out of the curve. It should be like an island, with a texture that loops. Any tips?

    I guess I can have a rectangled...
  • Replies
    1,977
    Views
    104,920

    That's the coolest fucking shit I've seen in...

    That's the coolest fucking shit I've seen in these threads so far! GG, waywo.
  • Replies
    1,977
    Views
    104,920

    You'll find a lot of people who wants stuff to...

    You'll find a lot of people who wants stuff to draw to practice their pixel art here: http://www.pixeljoint.com/forum/
    At least one could back in the days of yore.
  • Replies
    1,977
    Views
    104,920

    There is a really awesome platform puzzler here...

    There is a really awesome platform puzzler here somewhere.
  • Replies
    40
    Views
    1,407

    FL9 and an assortment of VSTs; mainly Zebra 2 at...

    FL9 and an assortment of VSTs; mainly Zebra 2 at the moment.
  • Replies
    1,977
    Views
    104,920

    We've been working on more or less the same game...

    We've been working on more or less the same game since 2004. :v:
    I'm really not a decent programmer, so I am doing this off-shoot thing where I am making a simple 2D game-engine myself to learn...
  • Replies
    1,977
    Views
    104,920

    It seems you have exposed my dark past. :tinfoil:

    It seems you have exposed my dark past. :tinfoil:
  • Replies
    1,977
    Views
    104,920

    I am the world's greatest prorgamer and...

    I am the world's greatest prorgamer and mathemagigian. :dance:
    http://mordi.ziphoid.com/data/stuff/catmull_rom_spline.webm
  • Replies
    1,977
    Views
    104,920

    Babby's first hermite interpolation. :downs:...

    Babby's first hermite interpolation. :downs:
    http://mordi.ziphoid.com/data/stuff/hermite_interpolation.webm
  • Replies
    56
    Views
    2,312

    That's racist.

    That's racist.
  • http://www.learncpp.com/ This site has excellent...

    http://www.learncpp.com/
    This site has excellent and comprehensive tutorials. The great thing about them is that they don't assume that you know anything beforehand, and they are well written as...
  • Replies
    1,977
    Views
    104,920

    What module is that?

    What module is that?
  • Replies
    6,280
    Views
    169,168

    http://soundcloud.com/mordi-1/alibi-sooner-or-late...

    http://soundcloud.com/mordi-1/alibi-sooner-or-later-wip

    Updated yet again. Any thoughts on the leads? I am going to experiment with them, but they will probably be largely the same. Arrangement is...
  • Replies
    6,280
    Views
    169,168

    http://soundcloud.com/mordi-1/alibi-sooner-or-late...

    http://soundcloud.com/mordi-1/alibi-sooner-or-later-wip

    Did some more on this C64 remix tune.

    Source tune here: http://www.youtube.com/watch?v=ymhB5YSta1M
  • Replies
    1,977
    Views
    104,920

    For some reason, I've gotten smitten by...

    For some reason, I've gotten smitten by 90's/early 00's music again. Should wear off soon. /offtopic
  • Replies
    1,977
    Views
    104,920

    View Post

    Babby's first beziér curve!
    http://mordi.ziphoid.com/data/stuff/Bezier_curve.webm
  • Replies
    6,280
    Views
    169,168

    http://soundcloud.com/mordi-1/alibi-sooner-or-late...

    http://soundcloud.com/mordi-1/alibi-sooner-or-later-wip

    A C64 Remix wip. Posted it before - now improved upon.
  • Replies
    6,280
    Views
    169,168

    Two wips: This one is original. Tried...

    Two wips:

    This one is original. Tried something different. Everything was done from Zebra 2's initialize preset, except for the voice/drum samples, and the harp in the intro....
  • Replies
    11
    Views
    761

    Do you have a good microphone? Would be cool to...

    Do you have a good microphone? Would be cool to have some flute/sax recorded for various tunes.
  • Replies
    1,977
    Views
    104,920

    Thanks for the tips. I'll look into it more...

    Thanks for the tips. I'll look into it more tomorrow.


    I thought #pragma once was an alternative to header guards... :v:
  • Replies
    1,977
    Views
    104,920

    I made enums at first, but then I couldn't get...

    I made enums at first, but then I couldn't get them to work, so then I went for const ints. :downs:

    I was thinking of simply passing a string into the catch and have it print that. Is that what...
  • Replies
    1,977
    Views
    104,920

    I'm reworking my error-handling system. Is this a...

    I'm reworking my error-handling system. Is this a good way to do it? It is at least ten times better than what I had before (the ol' return-method).

    Main.cpp
    int main(int argc, char* argv[])
    {...
  • Replies
    1,977
    Views
    104,920

    Babby's first operator overload. :downs: ...

    Babby's first operator overload. :downs:

    http://pasteboard.s3.amazonaws.com/images/1346624437541910.png
  • Replies
    1,977
    Views
    104,920

    I was looking into getting a dark theme for VS,...

    I was looking into getting a dark theme for VS, but it seems I'd have to change some color settings globally within Windows, and I don't want to do that. Is that how you've done it as well?
  • I just had a track released on OCRemix. A remix...

    I just had a track released on OCRemix. A remix of a track from Donkey Kong Country 2.

    http://ocremix.org/remix/OCR02488/

    Only took them one year and a few months to post it. :v:
  • Replies
    2,271
    Views
    122,534

    Ah. That would be cool. I'm not a great...

    Ah. That would be cool. I'm not a great programmer really, though. :v: One would probably be better off just getting my ui-sprite and the draw-coordinates.

    Edit: Update...
  • Replies
    2,271
    Views
    122,534

    Yes, I made it in Photoshop. What does OS'ing...

    Yes, I made it in Photoshop. What does OS'ing mean?
  • Replies
    2,271
    Views
    122,534

    I fixed all the warnings. There were over two...

    I fixed all the warnings. There were over two hundred of them. Mostly potential data-losses.

    I'm redoing the graphics of the UI. Looks like this right now:...
  • Replies
    2,271
    Views
    122,534

    Do you have any issues regarding alpha values or...

    It's what I do, I've had no performance issues yet.[/QUOTE]

    Do you have any issues regarding alpha values or blending in general? I can't seem to render a simple image using a framebuffer without...
  • Replies
    2,271
    Views
    122,534

    My small GUI project has 241 warnings. Is this...

    My small GUI project has 241 warnings. Is this bad? :v:
    http://pasteboard.s3.amazonaws.com/images/1346333327872095.png
  • Citrix... They make using my computer at work a...

    Citrix... They make using my computer at work a nightmare. I've probably made thousands of dollars thanks to how slow their stupid security system is. Thanks, Citrix!
  • Replies
    5,752
    Views
    192,918

    Changed it to 1, and now it works. I have a...

    Changed it to 1, and now it works.

    I have a problem where my load-function can happen in the middle of an update-function. Any tips on delaying the load until the update has finished?
    ...
  • Replies
    5,752
    Views
    192,918

    I'm getting HEAP CORRUPTION ERROR (in caps, mind...

    I'm getting HEAP CORRUPTION ERROR (in caps, mind you).

    I'm sure it has to do with resource-releasing/freeing, but I can't see how I am releasing any resources twice. However, I may be attempting...
  • Doesn't valve actually still do this?

    Doesn't valve actually still do this?
  • Replies
    2,271
    Views
    122,534

    Add render-to-video functionality for it, and...

    Add render-to-video functionality for it, and I'll have great use for it. I presume you recorded it using fraps or something?
  • Replies
    2,271
    Views
    122,534

    People are still bound by laws though, and if,...

    People are still bound by laws though, and if, say, Kopimi were to commit suicide, his parents could get garry to track down the person who changed his title (or whatever the backstory is), and use...
  • Replies
    2,271
    Views
    122,534

    The animations are sweet, but it really irks me...

    The animations are sweet, but it really irks me to watch because of the slowness.
  • Replies
    9,999
    Views
    522,048

    I've been hooked on making User Interfaces for a...

    I've been hooked on making User Interfaces for a while. Also some websites. Dumping some of them here.

    http://pasteboard.s3.amazonaws.com/images/1345930357140159.png...
  • Replies
    2,271
    Views
    122,534

    You should make a demo and enter it into a...

    You should make a demo and enter it into a demo-compo, and have me do the music for it.
  • This movie is really nice, and the soundtrack is...

    This movie is really nice, and the soundtrack is awesome. We used to watch this on VHS from time to time when I was little. A lot of classic tracks from Graham Gouldman (bassist in 10cc). Everyone...
  • Replies
    5,752
    Views
    192,918

    Hmm, I understand what you mean but I don't see...

    Hmm, I understand what you mean but I don't see how it's dirty. Although I'm no expert in C++ by any means.
  • Replies
    5,752
    Views
    192,918

    I guess it would be relevant in this case to note...

    I guess it would be relevant in this case to note that I am working in C++, where there doesn't seem to be a round-function. However, it should be possible by flooring to an integer and...
  • Replies
    5,752
    Views
    192,918

    How would you go about and round a number to the...

    How would you go about and round a number to the nearest x? For example, rounding to nearest decimal, rounding to nearest 5, and so on.
  • Thread: My Artwork

    by Mordi
    Replies
    3
    Views
    466

    Awesome.

    Awesome.
  • Replies
    2,271
    Views
    122,534

    As a person who is a fan of demoscene tracker...

    As a person who is a fan of demoscene tracker music, I'm also supporting this and would be able to provide some graphics if needed.
  • Replies
    2,271
    Views
    122,534

    I had this thought now and also when I first saw...

    I had this thought now and also when I first saw this image; The clouds look unnatural compared to the ground. It looks as if the sky is sort of slanted down, as if the image of the clouds have been...
  • Results 1 to 50 of 123
    Page 1 of 3 1 2 3