Re: [F4-users] Status and future thoughts
Status: Pre-Alpha
Brought to you by:
starkos
|
From: Pierre T. <p.t...@wa...> - 2002-01-24 12:10:07
|
Hi everyone. Two little things: 1) In f4.h : typedef char Int8; ///< An 8 bit signed integer. typedef unsigned char UInt8; ///< An 8 bit unsigned integer. typedef short Int16; ///< A 16 bit signed integer. typedef unsigned short UInt16; ///< A 16 bit unsigned integer. typedef int Int32; ///< A 32 bit signed integer. typedef unsigned UInt32; ///< A 32 bit unsigned integer. See anything weird ? The last line is probably supposed to be "unsigned int UInt32" in sake of coherency. [of course it's not a real bug, but some cosmetic stuff] 2) I had a link error when compiling in release mode. It was explicitely linked to a missing lib in the Project Settings. I removed it, it worked. I don't remember which lib it was but just check the differences between Debug & Release settings and you'll find it. F4 is a nice little engine, Jason. ----- Original Message ----- From: J. Perkins <ja...@37...> To: F4-L <fla...@li...> Sent: Thursday, January 24, 2002 1:47 AM Subject: [F4-users] Status and future thoughts > I've finished my first pass on my vehicle dynamics stuff (separate > project), so I can get back to the engine development for a while. Not > that I ever really got away from it...I've got the core and script > services running under Linux, along with a new memory manager. I had > heard that pooling same sized allocations would give a net speedup over > the standard allocators but I didn't realize how much: a test of 10M > random allocations and frees took 9+ seconds instead of 28+. > > I have also started a new page of stream-of-thought ramblings on the > design ideas. I'm working on a new and improved scene/entity management > scheme now. I'll be adding more over the next few days but you can see > it now at http://www.379.com/f4/design.html. Thoughts and comments > welcome as always. > > Jason > 379 > > > _______________________________________________ > flatfour-users mailing list > fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatfour-users |