Search:

Type: Posts; User: francoissoft

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,497

    Sprite Mapper

    This is a little tool I made to help map out collision rectangles for 2D games. Being that I use it a lot I figured that it could be useful to game programmers as well.
    ...
  2. Replies
    21
    Views
    9,398

    No one has explained the algorithm that I used.

    No one has explained the algorithm that I used.
  3. Replies
    14
    Views
    2,496

    Check to see if your bios is configured to check...

    Check to see if your bios is configured to check for viruses. You say its not a virus but I say it is.
  4. Replies
    11
    Views
    3,023

    Look for me on it.

    Look for me on it.
  5. Replies
    2
    Views
    1,247

    You can run your program in realtime which means...

    You can run your program in realtime which means that it will hog up the CPU. Most interrupts should be disabled. You can set the priority of execution for your program to realtime through the...
  6. Replies
    6
    Views
    1,450

    I'm a code monkey!

    I'm a code monkey!
  7. Replies
    21
    Views
    9,398

    Wow. But why did it work on windows? Could you...

    Wow. But why did it work on windows? Could you send me the Linux executable?
  8. Replies
    9
    Views
    3,150

    Been programming for a while but I have never...

    Been programming for a while but I have never used much math. If you get into 3D games it is likely that you will be using some library with functions that do the math.
  9. Replies
    21
    Views
    9,398

    Try editing the source code. Could have something...

    Try editing the source code. Could have something to do with PD Curses.
  10. Replies
    2
    Views
    1,571

    I'll try it.

    I'll try it.
  11. Replies
    11
    Views
    3,023

    Wait a sec, let me set it up.

    Wait a sec, let me set it up.
  12. Replies
    11
    Views
    3,023

    Ok, send over the source code.

    Ok, send over the source code.
  13. Windows is not designed for real time...

    Windows is not designed for real time programming. You probably want to deal with refresh rate and vertical blank. The only way to do this is to use the DirectX libraries.
  14. Replies
    11
    Views
    3,023

    I'll develop it... but at the price of giving me...

    I'll develop it... but at the price of giving me a copy of the source code.
  15. Replies
    6
    Views
    2,017

    Ok, I'll look into it.

    Ok, I'll look into it.
  16. Replies
    21
    Views
    9,398

    Wow! You're sharp!

    Wow! You're sharp!
  17. Replies
    21
    Views
    9,398

    Ok, crack the stuff on the second line.

    Ok, crack the stuff on the second line.
  18. Thread: Blowfish

    by francoissoft
    Replies
    4
    Views
    2,023

    I don't understand what the S-Boxes do and how to...

    I don't understand what the S-Boxes do and how to generate them. How do you make the P-boxes?
  19. Replies
    6
    Views
    2,017

    Are you talking about the title (FrancoisSoft)...

    Are you talking about the title (FrancoisSoft) and the Lego slide show. I kind of like these. Why do animations hurt the site?
  20. Replies
    14
    Views
    2,496

    It may be a virus. I once had a virus that...

    It may be a virus. I once had a virus that randomly restarted my computer and it was hidden so well that I could not find it for weeks.
  21. Replies
    6
    Views
    2,017

    Website Critique

    For the past few hours I have been updating my site but now I'm looking for others to give their opinion of the front page. Does it look ok? I still want to keep the layout but I am willing to...
  22. Thread: Blowfish

    by francoissoft
    Replies
    4
    Views
    2,023

    Its fun.

    Its fun.
  23. Replies
    7
    Views
    3,524

    That's a good point. Never use void main().

    That's a good point. Never use void main().
  24. Thread: Blowfish

    by francoissoft
    Replies
    4
    Views
    2,023

    Blowfish

    I looked a the description of this algorithm but I don't understand it. Could someone explain the algorithm to me in plain English so that I can begin implementing it.
  25. Replies
    4
    Views
    2,118

    I created a crude scripting compiler/interpreter...

    I created a crude scripting compiler/interpreter after just 6 months of programming.
Results 1 to 25 of 37
Page 1 of 2 1 2