8000 GitHub - Kdyung/creatures3: Creatures 3 (1999) by Creature Labs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kdyung/creatures3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation


Assorted date and time functions moved out into TimeFuncs.h/TimeFuncs.cpp




---------------------------------------------------------------------
ANSI requires that you provide an explict cast when assigning to
a pointer type from a void*.

---------------------------------------------------------------------
int32 is not automatically cast to int. eg:

int32 x=5,y=10;
Vector2D v(x,y);

gcc isn't sure if you want to use Vector2D(int,int) or Vector2D(float,float).



---------------------------------------------------------------------
Assumption of dos-style paths (ie using \ instead of / ).



---------------------------------------------------------------------

Later versions of g++ (I.E. X-mas '99 onward are very strict with regard
to const references for some reason - this is a pervasive change)

--------------------------------------------------------------------

I have added -lSDL and -lpthread to the LIBS line of the makefile
These are needed for SDL code (SDL for libSDL - and that needs pthreads)

About

Creatures 3 (1999) by Creature Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • C 1.7%
  • Makefile 0.2%
0