Search:

Type: Posts; User: Yarin

Search: Search took 0.02 seconds.

  1. Thread: Make a mess

    by Yarin
    Replies
    27
    Views
    5,310

    >> And here I was just going to do a stupid...

    >> And here I was just going to do a stupid little die roll, and make "Bob" walk somewhere.

    Ah, great idea!



    BOOL HUMAN::Rotate(double rads)
    {
    rot = rads;
    return TRUE;
  2. Thread: Make a mess

    by Yarin
    Replies
    27
    Views
    5,310

    Much better. :D class BRAIN { public: ...

    Much better. :D


    class BRAIN
    {
    public:
    BRAIN(): bHasBrain(false) { }
    bool bHasBrain;
    };
  3. Thread: Make a mess

    by Yarin
    Replies
    27
    Views
    5,310

    dave, if you get rid of code, you should add new...

    dave, if you get rid of code, you should add new stuff to take it's place.

    another update:


    ... // code needs to be made for the memory & ai

    struct DATE {
    WORD year, month, day, hour,...
  4. Thread: Make a mess

    by Yarin
    Replies
    27
    Views
    5,310

    >> mother is a pointer to a man? yes, the man...

    >> mother is a pointer to a man?
    yes, the man struct is just a human.
  5. Thread: Make a mess

    by Yarin
    Replies
    27
    Views
    5,310

    An update of your man struct, it really needed...

    An update of your man struct, it really needed it:


    struct DATE {
    WORD year, month, day, hour, minute, second, millisecond;
    };

    typedef struct { // version 2
    pman mother, father;
    ...
Results 1 to 5 of 5