Search:

Type: Posts; User: Alimonster

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,648

    FPS Locked at 60? And poor performance

    When calling the flip function, try passing the flag DDFLIP_NOVSYNC (or maybe DDFLIP_DONOTWAIT, I forget). The down side here is that going faster than the v-synch can cause artifacts on the screen...
  2. We want you for The OpenColonization Proyect

    I dunno if this is useful to you but there's an isometric engine that's pretty fully-featured over at sourceforge: https://sourceforge.net/projects/jedi-isoax/. It might be worth a look
  3. Replies
    10
    Views
    2,715

    fast image rotation

    TTimer uses the WM_TIMER message, and ends up only guaranteeing 55msecs resolution - so if you set the timer interval to 33, for example (1000/33 = 30 updates per second), you'll actually only get 18...
  4. Replies
    2
    Views
    1,461

    problem with EnumWindows(); API

    I don't see a problem with that code. I tried the following on Windows 98 and it worked fine:

    function Callback(Window: HWND; List: TStringList): BOOL; stdcall;
    var
    Buffer: array[0..255] of...
  5. Thread: Pak Files?

    by Alimonster
    Replies
    46
    Views
    7,405

    Pak Files?

    Here's the text of the tutorial from my old site. I'm looking forward to Harry Hunt's one because his packing utility is pretty sweet.

    I don't have anywhere to put the source code so see my PM...
  6. Thread: Pak Files?

    by Alimonster
    Replies
    46
    Views
    7,405

    Pak Files?

    [quote="xGTx"]I've been searching the internet and google for some information but am coming up short. FileStreams... MemoryStreams... are the weakest ]
    I'll grab the tutorial and code from home...
  7. Replies
    6
    Views
    2,398

    This domain is for sale

    I'm tempted to register a domain here at f2o. Does anyone have any advice about this?
  8. Replies
    6
    Views
    2,398

    This domain is for sale

    I've sent Nominet an email asking whether it's possible to kick the idiots who bought my domain off (thanks for bringing it to my attention, Traveler). If not then I may have to just register...
  9. Replies
    6
    Views
    2,398

    This domain is for sale

    Hey, everyone has their price. ;) j/k

    Yeah, I haven't renewed my site and it's been down for a little while now - I don't have a net connection at home too, so there's no real point in me...
  10. Replies
    10
    Views
    2,893

    GTRPG - 2D RPG Game Creation Engine

    First, check what the debug level is set to for the DirectX control panel - I found that having high debug levels (I think having the Direct3d one high in particular) hurt my framerate pretty bad.
    ...
  11. Replies
    3
    Views
    1,399

    "not valid integer value"

    StrToIntDef tries to convert the string, and gives you back a default value if it can't convert. For example, to convert, and get back -1 if a problem occurs:

    MyInt := StrToIntDef(YourString,...
  12. Replies
    9
    Views
    2,111

    Another question on tiled maps

    Post some code dude...
  13. Replies
    5
    Views
    1,343

    Quick Q About While Loop's.

    I don't know Visual Basic very well, but would Application.ProcessMessages fit the bill?
  14. help with Bitblt plz someone tht also knows vb lol.

    I guess that your resolution could be high, maybe - it's surprising how small 1 pixel becomes at higher res. ;) The PixelsPerInch could affect things but I'm not sure if it affects things like you'd...
  15. help with Bitblt plz someone tht also knows vb lol.

    How often do you update the animation? Just based on keypresses or something else (a timer?)?
  16. help with Bitblt plz someone tht also knows vb lol.

    Congrats! It's always a good feeling the first time you manage to squish the flicker!

    Now go program something cool and show it off to us! :wink:
  17. help with Bitblt plz someone tht also knows vb lol.

    I think it might be tactics to explain the DoubleBuffered = true line... basically, that enables double-buffering in the OnPaint method of the TWinControl in which it's set. It creates a memory DC...
  18. Replies
    10
    Views
    4,314

    Cards Game AI

    Could you expand on what you're meaning when you say "cards" game? Is it one of those ones where you're meant to collect cards of a certain type and play or trade them? If so, you'll have to expand...
  19. help with Bitblt plz someone tht also knows vb lol.

    You might want to investigate the "DoubleBuffered" property - just put the following line of code into your form's OnCreate event:

    DoubleBuffered := True;

    If you do that then you get the best...
  20. Replies
    13
    Views
    5,108

    DirectInput creating?!

    The question mark part is the device you'll be creating - it's an out parameter, so... m_pDInput.CreateDevice(GUID_SysKeyboard, FKeyboardDevice, NIL);

    where FKeyboardDevice is a...
  21. Replies
    23
    Views
    3,984

    Your ideas for PGD mascot

    How about a sloth? Seems appropriate. :P (sorry, couldn't resist!)
  22. Replies
    3
    Views
    827

    Writing DLL's

    Hello again!

    The benefit of DLLs is that they can be loaded into memory once, but shared among many applications. As an example, MSHTML.dll is Microsoft's HTML parser - it's used in Outlook...
  23. Replies
    7
    Views
    1,488

    Scrolling a tiled map?

    You want to use a camera object. The idea is that the camera has coordinates for the currently viewed portion of the map (imagine the map being a lot bigger, and your player only ever sees a small...
  24. Replies
    7
    Views
    1,237

    8 bit bitmaps rendering speed

    Canvas.Draw ends up calling StretchBlt in the end (via TBitmap.Draw), after about 20 lines of preparatory code (checking palettes and so on).

    But don't use Canvas.Pixels, it's really slow. I seem...
  25. Replies
    5
    Views
    1,134

    Delphi Service

    To be honest, I can't remember whether I selected service application or service. I think a service application is only a container for one or more services, so I'm not sure that it makes that much...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
http://flippulseimages.com/Anime/jerry-yan-f4.html