Search:

Type: Posts; User: mindofpoison

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,143

    im using visual studio.net 2003..... programming...

    im using visual studio.net 2003.....
    programming in C++....
    DirectX 9.0 is installed...
    and the API?

    Is one called HAPI (Hardware Application Program Interface) - created by university tutor.
    ...
  2. Replies
    5
    Views
    5,143

    Using C++ to create a Vertical Shooter

    Kinda like space invaders idea.
    I broke the task into milestones and created functions to clear the screen to an arbitrary colour & to set the pixels on screen to an arbitrary colour (to give the...
  3. Replies
    4
    Views
    1,445

    cheers, corrected all those errors bar one....

    cheers, corrected all those errors bar one.
    here's the next be-actch.



    //visualisation class interface
    #pragma once

    #include <vector>
  4. Replies
    4
    Views
    1,445

    Visualisation Component & Sprite Class

    My sprite class:


    //sprite.h file

    #include <HAPI_lib.h>

    class CSprite
    {
    public:
  5. Replies
    2
    Views
    1,324

    Blitting a texture

    Wana use blitting to copy a texture (source) to the screen (destination).
    Got a class (Crect) which has functionality to clip texture.
    The aim being to show the texture moving about screen and to...
  6. Replies
    1
    Views
    1,065

    Help Needed On Classes

    Making a 2D game. this part of the code should move a texture randomly over a textured background, use clipping/blitting to draw the texture partially off the screen and use transparency on the...
  7. Replies
    2
    Views
    1,322

    Loading textures to screen

    i want to get a 2d texture of a spaceship and then.....blah blah...the rest can wait until i do this first.

    so:
    1. how would i go about getting a 2D texture for my vertical shooter game?
    2. with...
  8. Replies
    2
    Views
    1,824

    What is wrong with my code?

    -Visual Studio 2003
    -Win32 Console Project
    -C++ Source File
    -HAPI is the API
    -DirectX 9.0 SDK

    Create function to clear screen, create function to clear pixel on screen to arbitrary colour...
  9. Replies
    2
    Views
    1,677

    Writing code for starry background

    Ok,trying to write a simple 2D game and the code below has been written by me in C++ in a Win32console project using visual studio 2003. The API is one designed by a tutor and is called HAPI

    This...
  10. Replies
    9
    Views
    1,999

    The requirements for this milestone are to create...

    The requirements for this milestone are to create functionality that:

    - Allows the screen to be cleared to an arbitrary colour
    - Allows a pixel on the screen to be set to an arbitrary colour
    -...
  11. Replies
    9
    Views
    1,999

    woops sorry! :D its win32 using visual studio...

    woops sorry! :D

    its win32 using visual studio 2003.

    the object being to 'create a functionality that will clear the screen to an arbitrary colour'
  12. Replies
    9
    Views
    1,999

    Clear To Colour

    trying to write code to clear the screen to an arbitrary colour, pretty basic stuff i know but im a bit rusty and could do with some assistance, could possibly use a DWORD if thats any help.
  13. **struggling Programmer Needs Help Badly**

    Ok im in my 2nd year@teesside uni (england) on a BSc Computer Games Programming course.
    We are regularly set 'milestones' which we must complete as part of a module in the course.
    I need some...
Results 1 to 13 of 13