1
1
forked from 0ad/0ad
0ad/source/tools/ape
janwas a34b759720 . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.
. timer, config: fix definition of ALLOW_RDTSC
. add movsx_be64 (for whirlpool), revise implementation, move to
byte_order, add test
. MAX -> std::max, remove those macros
. add timestamp to system_info as requested by philip

This was SVN commit r5050.
2007-05-09 21:01:11 +00:00
..
ext . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
ape.dsp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ape.dsw Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
main.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
readme.txt Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00

APE Source Code Readme
---------------------------------------

To compile this source code, you'll first need GLUI, a simple GLUT-based
GUI library used by APE.

GLUI Home:
http://www.cs.unc.edu/~rademach/glui/

Note: The "familiar" files found in the /ext directory are not
identical counterparts to those found in the Prometheus build. In order
to abstract away APE from Prometheus, I took as few class and files
necessary and wrapped several functions in order to make it easy to
switch particle-related code (CParticle, CParticleEmitter, CParticleSystem)
between the two projects. Currently, a few #defines need to be changed
in order to accomplish this.


Sincerely,
Ben Vinegar

@Contact: benvinegar () hotmail ! com