Page 1 of 2 1 2

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

  • Replies
    3,967
    Views
    211,487

    It can be very easily abused a Well, I...

    It can be very easily abused

    a

    Well, I meant that some mean people can go on a fest and rate anyone down since that going to be anonymous. If that won't be anonymous and will have some kind of...
  • Well, they couldn't have not fired him after all....

    Well, they couldn't have not fired him after all.
    I also hope his career isn't ruined.
  • Replies
    2
    Views
    245

    Here you go....

    Here you go.
    By the way, there's a site for all your weapon reference image needs
  • Replies
    57
    Views
    7,831

    Huh? It's working for me (while being in Russia)....

    Huh? It's working for me (while being in Russia).

    It says something that it's included in registry of sites containing information distribution of which is forbidden or 2) access if forbidden by...
  • Replies
    5,752
    Views
    192,977

    I may be wrong, but SDL requires you to have a...

    I may be wrong, but SDL requires you to have a main() function declared fully, like in this example:


    #include <SDL.h>

    int main(int argc, char *argv[])
    {
    SDL_Init(SDL_INIT_EVERYTHING);
    ...
  • Replies
    1,974
    Views
    114,906

    Color scheme by carlcalderon "Calydon" Oh and...

    Color scheme by carlcalderon "Calydon"

    Oh and forgot to actually post something pretty
    http://i.imgur.com/CpCjMaj.png
    it's an old pic of .ms3d model being loaded. Right now I am working on some...
  • Replies
    1,974
    Views
    114,906

    Kate duh. Also the font might look better with...

    Kate duh.

    Also the font might look better with ubuntu mono
    http://i.imgur.com/aexCWla.png
  • Replies
    5,752
    Views
    192,977

    Nothing wrong (except you didn't t.close()) but...

    Nothing wrong (except you didn't t.close()) but you can do this:


    bool loadShader(GLenum type, GLuint& shader, std::string filename)
    {
    std::ifstream filestream (filename.c_str());
    if...
  • awk would do great here

    awk would do great here
  • Replies
    5,752
    Views
    192,977

    You probably meant vector iterator sf::Sprite...

    You probably meant vector iterator
    sf::Sprite DrawStack()
    {
    for (std::vector<Entity>::iterator it = Stack.begin(); it != Stack.end(); ++it)
    {
    return (*it).GetSprite(); // or...
  • Replies
    5,752
    Views
    192,977

    I'm not a pro myself but it looks like there's a...

    I'm not a pro myself but it looks like there's a lot of code reuse e.g.,


    sf::Texture Tile::texture = sf::Texture();
    bool Tile::initiated = false;

    Tile::Tile(TileType type) // = Empty
    {
    ...
  • Replies
    5
    Views
    469

    Have you tried importing other .obj models? like...

    Have you tried importing other .obj models? like this one
  • Replies
    11
    Views
    1,004

    Post a link to social networks

    Post a link to social networks
  • Replies
    1,849
    Views
    102,819

    Pfft. Here's some real hardcore programmer's...

    Pfft. Here's some real hardcore programmer's progress:
    http://i.imgur.com/iZgWb.png
    YEEEEEEAAAH

    Just a quckie whipped up to master Ncurses
    In the meanwhile it works so slow and flickers so...
  • Replies
    9
    Views
    876

    Where the heck are these line thingies? i.e....

    Where the heck are these line thingies?
    i.e.
    http://i.imgur.com/NdsHi.png

    It's not fancy enough without them
  • Replies
    1,849
    Views
    102,819

    An animated version of this in action would be...

    An animated version of this in action would be awesome
  • Replies
    5,752
    Views
    192,977

    When I was fiddling with all that OpenGL stuff...

    When I was fiddling with all that OpenGL stuff I've read somewhere that "GLFW doesn't play nice with core profiles". So I recommend you to get a library like GLEW to get all that modern functionality
  • Replies
    2,027
    Views
    133,163

    http://i.imgur.com/vgp2O.png This is what...

    http://i.imgur.com/vgp2O.png

    This is what 16x16x16 block of voxels mixed with uninitialized memory and some vertices buffering w/o checking for memory faults look like.

    Feels good to be a bad...
  • Replies
    5,752
    Views
    192,977

    http://rubyinstaller.org/downloads/ why's...

    http://rubyinstaller.org/downloads/

    why's (poignant) guide to ruby will do
    http://mislav.uniqpath.com/poignant-guide/book/chapter-1.html

    if not...
  • Replies
    2,027
    Views
    133,163

    This...

    This is the best andswer on making neat spheres you'll ever find. Or this one but it may be a bit confusing at first

    I tried to make one from scratch:

    http://i.imgur.com/UX8JJ.png

    Everything...
  • Replies
    5,752
    Views
    192,977

    Either Camstudio, VLC or VirtualDub but...

    Either Camstudio, VLC or VirtualDub but VirtualDub sucks at recording (still, sometimes it's enough)

    oops

    Aw forgot about audio recording, never actually used it sorry
  • Replies
    5,752
    Views
    192,977

    Something like this glm::mat4 model;...

    Something like this

    glm::mat4 model;
    glm::mat4 view = glm::lookAt(glm::vec3(0, 20, 40), glm::vec3(0, 0, 0), glm::vec3(0, 1, 0));
    glm::mat4 projection = glm::perspective(60.0f, 800.0f / 600.0f,...
  • Replies
    5,752
    Views
    192,977

    There's definitely a problem with your setup,...

    There's definitely a problem with your setup, because it compiles succesfully
    Can't help much but it could be caused by not having MSbuild.exe in your PATH variable (search for it and try adding...
  • A lot of people used to ask for OpenGL tutorials....

    A lot of people used to ask for OpenGL tutorials. Many found already, but anyway I'll dump my bookmark folder:

    http://open.gl/
    http://en.wikibooks.org/wiki/OpenGL_Programming...
  • Replies
    1,977
    Views
    104,945

    So I am in progress of making a cool sphere out...

    So I am in progress of making a cool sphere out of octahedron by subdividing it's triangles:

    http://i.imgur.com/qwF4U.png

    though it looks no way like a sphere, actual subdividing is already done
  • Replies
    2,271
    Views
    122,562

    sniff huh sniff sniff Oh yes that smell...

    sniff

    huh

    sniff sniff

    Oh yes that smell
    That smell, that spirit of WAYWO. Almost whole page of delicous arguing
  • Replies
    5,752
    Views
    192,977

    Add dynamic map scrolling asap, later when you...

    Add dynamic map scrolling asap, later when you will have large codebase it's gonna be huge pain to rewrite
  • Replies
    713
    Views
    28,368

    I am late but can you upscale them yourself?

    I don't think this is configurable on Android, the operating system scales the icons for me.
    [/QUOTE]
    I am late but can you upscale them yourself?
  • Replies
    713
    Views
    28,368

    Icons will be 10 times better with nearest...

    Icons will be 10 times better with nearest filter. Now it looks smooshed, not pixeley
  • Replies
    5,752
    Views
    192,977

    Will be honest, too lazy to read your code. But...

    Will be honest, too lazy to read your code. But I've done some experiments myself.
  • Replies
    2,271
    Views
    122,562

    can be useful...

    can be useful
  • Replies
    2,271
    Views
    122,562

    Can you make him take off the pants jeez And...

    Can you make him take off the pants jeez

    And it's also hard to guess who exactly is speaking
  • Replies
    5,752
    Views
    192,977

    Don't know if it counts but it throws a...

    Don't know if it counts but it throws a StackOverflowException
  • Replies
    5,752
    Views
    192,977

    khanacademy. Bookmark it...

    khanacademy. Bookmark it
  • Replies
    13
    Views
    1,424

    FTFY

    FTFY
  • Replies
    5,752
    Views
    192,977

    Thanks a lot - I was looking exactly for second...

    Thanks a lot - I was looking exactly for second one for source. Soon there will be the best ToDo app, mark my words.
  • Replies
    5,752
    Views
    192,977

    Does anybody remember program made by other fper...

    Does anybody remember program made by other fper that lets you open windows w/o borders? I really want it now (for todo)
  • Replies
    2,271
    Views
    122,562

    I do that, but it's still useful for these times...

    I do that, but it's still useful for these times when you have to create a constant simplest-ever shader (no lightning etc)
  • Replies
    5,752
    Views
    192,977

    It's easy: imagine yourself array as shelves: you...

    It's easy: imagine yourself array as shelves: you put stuff in them (numbers, strings, chars etc)

    int drawer[4] = {10, 20, 30, 40};

    , and when you need something, you just open the shelf at...
  • Replies
    5,752
    Views
    192,977

    Make sure you have MinGW\bin folder in your PATH...

    Make sure you have MinGW\bin folder in your PATH variable
  • Replies
    2,271
    Views
    122,562

    WinXP (stop laughing): doesn't even load Lubuntu...

    WinXP (stop laughing): doesn't even load
    Lubuntu VM: Couldn't compile. CMake hates me on all OSes ;_;
  • Replies
    2,271
    Views
    122,562

    some of them are used on Facepunch already :v: ...

    some of them are used on Facepunch already :v:

    he also has some awesome fonts for roguelikes:
    http://i.imgur.com/O0DzI.png
  • Replies
    2,271
    Views
    122,562

    Leave that choice in options, but keep toolbar as...

    Leave that choice in options, but keep toolbar as default

    and maybe option to disable both
  • Replies
    5,752
    Views
    192,977

    That's no learning if you're not doing anything

    That's no learning if you're not doing anything
  • Replies
    28
    Views
    1,474

    this is the best suggestion so far

    this

    is the best suggestion so far
  • Replies
    5,752
    Views
    192,977

    ONE OF US ONE OF US But seriously google is...

    ONE OF US ONE OF US


    But seriously google is your friend. Pick one:
    1
    2 or 2
    3 or even better
    4
  • Replies
    5,752
    Views
    192,977

    You can try using classes from libraries,...

    You can try using classes from libraries, there're lots of them.

    You also must include files without .lua part:
    --no
    require 'file.lua'
    --yes
    require 'file'

    First doesn't work because dots...
  • Replies
    28
    Views
    1,474

    You can do something like this: @echo off...

    You can do something like this:


    @echo off
    title Just enter password as it is
    COLOR 1

    :nope
    set /p pass=
  • easy...

    easy
    http://imgs.xkcd.com/comics/password_strength.png
  • Replies
    28
    Views
    1,474

    dude (http://bit.ly/QexTJ4) (User was banned...

    dude

    (User was banned for this post ("Let me Google that for you" - Craptasket))
  • Results 1 to 50 of 84
    Page 1 of 2 1 2