Search:

Type: Posts; User: Super Vegeta

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Not really, you can cross-compile for other...

    Not really, you can cross-compile for other systems. The easiest is definitely cross-compiling from Linux to other platforms (hell, I actually can't remember the last time I compiled windows program...
  2. Replies
    25
    Views
    5,803

    Well, here's your problem. I personally prefer...

    Well, here's your problem. I personally prefer Fedora, but I think that Mint is the best distro when it comes to hardware support.

    And, as Rodrigo said, Dual Boot all the way. You can run many...
  3. Replies
    33
    Views
    14,033

    Since this would be an AI game, I think speed...

    Since this would be an AI game, I think speed shouldn't really matter. Instead of using deltaTime or whatever time unit relateable to real life, the game should be using some abstract ticks/cycles as...
  4. Sticky: Poll: Any mobile device can be plugged with peripherals...

    Any mobile device can be plugged with peripherals to provide a desktop experience, so tablets' only advantage in this field is their size. I'd actually love using a Raspberry Pi for this.

    Tablets,...
  5. Replies
    6
    Views
    2,015

    Why does types.pas use longint/single etc.,...

    Why does types.pas use longint/single etc., instead of GLtype? These are defined in FPC OGL units, too. May the same memory-wise, but, well, this kind of inconsistency bothers me.
  6. Replies
    13
    Views
    2,086

    No. To make the joke even better, Steamworks...

    No. To make the joke even better, Steamworks comes in C++ only, there isn't even a C interface. (Not that I loathe cpp much, but on average C interfaces can be translated more easily.)
  7. Replies
    13
    Views
    2,086

    The thing is, shareware is a very ambiguous term....

    The thing is, shareware is a very ambiguous term. I mean, for example, both Doom and Soldat are shareware, but in Doom, the free content is just the first episode - so the free part of the game is...
  8. Sticky: Poll: I develop my GUI programs in Lazarus, but when...

    I develop my GUI programs in Lazarus, but when I'm not using LCL, most often I don't bother and just use Geany or vim. Compiling always with FPC. In the very old days, I used Turbo Pascal, but I...
  9. Replies
    6
    Views
    793

    Judging from the Mercurial web interface...

    Judging from the Mercurial web interface, SDL 2.0 will come with new versions of _image, _mixer, _net and _ttf.
  10. Replies
    63
    Views
    25,908

    About getting black textures when trying to deal...

    About getting black textures when trying to deal with non-POT stuff, I had the same problem until I began to include this in my texture loading code:
    glPixelStorei(GL_UNPACK_ALIGNMENT,1);
  11. Replies
    44
    Views
    41,944

    Ok, I uploaded my report here...

    Ok, I uploaded my report here.
    Although there is no GL_EXT_texture_compression, I see GL_ARB_texture_compression listed. So well, if you'd be able to get it to work, that'd be great. If not, I guess...
  12. Replies
    44
    Views
    41,944

    Welp, my card doesn't support compressed...

    Welp, my card doesn't support compressed textures. Are you doing Load_GL_X_X calls anywhere? Cause though my driver info displays 1.4, calls up to 3.1 are successful in my programs and I've been...
  13. Somehow watching videos like this makes me...

    Somehow watching videos like this makes me confident I don't want to do games professionally. Oh well.
    Please include a direct link to videos; Flash and YouTube and getting more and more sluggish -...
  14. Replies
    44
    Views
    41,944

    That's why I always recommend Mint - it is based...

    That's why I always recommend Mint - it is based on Ubanto, so you get all the hardware drivers and other goodies, but the user experience and customization is much better.

    The project itself...
  15. Replies
    2
    Views
    1,299

    The more I read this, the more I don't have any...

    The more I read this, the more I don't have any idea what your problem is. The only thing I can tell looking at the post is that you don't use double-apos to insert an apostrophe into the string...
  16. Replies
    16
    Views
    6,135

    Yeah, but Oxygene costs some nice moneys. ;) ...

    Yeah, but Oxygene costs some nice moneys. ;)

    @down:
    Several hundred dollas is still a lot.
  17. Replies
    16
    Views
    6,135

    100$, given the exchange rates, isn't exactly the...

    100$, given the exchange rates, isn't exactly the amount of money I can throw away at any given time, but I think I'll surely give it a look someday. With Java being so popular in the industry, the...
  18. Replies
    1
    Views
    719

    Type vec3 = record x, y, z: Double ...

    Type
    vec3 = record
    x, y, z: Double
    end;
    vec3ptr = ^vec3;

    Operator + (A,B:vec3) Res:vec3;
    begin
    Res.x:=A.x+B.x;
    Res.y:=A.y+B.y;
  19. Replies
    5
    Views
    6,741

    Hell yeah, dare completed! The closer to the end,...

    Hell yeah, dare completed! The closer to the end, the more could I feel the time pressing - but somehow, I made it. I am happy and kinda proud, but I can't stop feeling a bit silly when I think that...
  20. Replies
    16
    Views
    23,235

    I could try it. I don't really have any...

    I could try it. I don't really have any experience in working in a group, but oh well, since I dropped out of uni this year, I have to find ways to gather experience, unless I want to physical work...
  21. Replies
    3
    Views
    1,279

    The first thing coming to my head is to use the...

    The first thing coming to my head is to use the (deprecated, but oh well, still works) Shell() command and invoke "echo $COLUMNS > file.txt", then read from that file. Dirty as hell, I know. :P
  22. Replies
    2
    Views
    7,728

    [in-dev] SIGHELP

    So, I'm making a small tactical game - a poor clone of Laser Squad / X-COM. Since for the last few days I'm busy rewriting the thing to a GameController + Player model - code that doesn't make any...
  23. SetLength() with more than one length argument...

    SetLength() with more than one length argument works too.
  24. Replies
    2
    Views
    2,196

    Okay, so having some free time this evening, I...

    Okay, so having some free time this evening, I gave this thing some extra work and bumped the version to 1.1.

    Thanks to User137, I made the unit remember if texturing is enabled and the boundtex...
  25. Replies
    8
    Views
    1,457

    Oh damn. Seems I somehow instinctively like the...

    Oh damn. Seems I somehow instinctively like the old things more.
Results 1 to 25 of 97
Page 1 of 4 1 2 3 4
http://flippulseimages.com/Dogs/aalto-summer-house.html