[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NeL and old graphic cards (was Re: [Nel] Particule assert)
From: |
David MENTRE |
Subject: |
NeL and old graphic cards (was Re: [Nel] Particule assert) |
Date: |
26 Feb 2002 23:22:38 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Hello Vianney,
"Vianney Lecroart" <address@hidden> writes:
> We plan to port the 3d lib as many recent 3d card as possible and we could
> fix this font problem but it will not be before the midlle/end of
> summer.
Greet! (However, I don't know if you put my rage128 graphic card in the
recent category ;-)
> We can add this on the OSS community task list :)
I've seen the hint but can't help you for that. I'm a newbie to OpenGL
programming and C++. :(
BTW, I've compiled the latest CVS tree and observed the following
behaviors:
- NeL seems slower. Can't give framerate figures as the fonts are
unreadable but the GNU is definitely more sensitive and less reactive
to mouse mouvements (i.e. it is hardly playable)
- code/nel can't be compiled with --enable-ai. Here is the error:
c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -O3 -DNL_RELEASE
-ftemplate-depth-24 -Wno-multichar -D_REENTRANT -I/usr/X11R6/include
-I/usr/local/Installed/STLport4.5//include/stlport -Wp,-MD,.deps/baseai.pp -c
baseai.cpp -fPIC -DPIC -o .libs/baseai.lo
In file included from ../../../include/nel/ai/agent/ident.h:33,
from ../../../include/nel/ai/agent/baseai.h:34,
from ../../../include/nel/ai/agent/agent_operator.h:29,
from ../../../include/nel/ai/agent/agent_object.h:30,
from ../../../include/nel/ai/agent/msg.h:30,
from ../../../include/nel/ai/agent/mailbox.h:28,
from ../../../include/nel/ai/agent/agentexport.h:49,
from baseai.cpp:24:
../../../include/nel/ai/agent/identtype.h: In method
`NLAIAGENT::CAgentNumber::CAgentNumber(long long unsigned int, unsigned char,
unsigned char)':
../../../include/nel/ai/agent/identtype.h:57: no matching function for call to
`NLMISC::CEntityId::CEntityId (uint64 &, uint8 &, uint8 &)'
../../../include/nel/misc/entity_id.h:60: candidates are:
NLMISC::CEntityId::CEntityId()
../../../include/nel/misc/entity_id.h:68:
NLMISC::CEntityId::CEntityId(unsigned char, long long unsigned int, unsigned
char, unsigned char)
../../../include/nel/misc/entity_id.h:76:
NLMISC::CEntityId::CEntityId(unsigned char, long long unsigned int)
../../../include/nel/misc/entity_id.h:84:
NLMISC::CEntityId::CEntityId(long long unsigned int)
../../../include/nel/misc/entity_id.h:95:
NLMISC::CEntityId::CEntityId(const NLMISC::CEntityId &)
../../../include/nel/misc/entity_id.h:104:
NLMISC::CEntityId::CEntityId(NLMISC::IStream &)
../../../include/nel/misc/entity_id.h:118:
NLMISC::CEntityId::CEntityId(const char *)
../../../include/nel/ai/agent/identtype.h: In method
`NLAIAGENT::CAgentNumber::CAgentNumber(long long unsigned int, unsigned char,
unsigned char, unsigned char)':../../../include/nel/ai/agent/identtype.h:62: no
matching function for call to `NLMISC::CEntityId::CEntityId (uint64 &, uint8 &,
uint8 &)'
../../../include/nel/misc/entity_id.h:60: candidates are:
NLMISC::CEntityId::CEntityId()
../../../include/nel/misc/entity_id.h:68:
NLMISC::CEntityId::CEntityId(unsigned char, long long unsigned int, unsigned
char, unsigned char)
../../../include/nel/misc/entity_id.h:76:
NLMISC::CEntityId::CEntityId(unsigned char, long long unsigned int)
../../../include/nel/misc/entity_id.h:84:
NLMISC::CEntityId::CEnt
Best regards,
d.
--
address@hidden
- [Nel] Particule assert, Loic Dachary, 2002/02/21
- Re: [Nel] Particule assert, Alain Dutech, 2002/02/22
- Re: [Nel] Particule assert, Loic Dachary, 2002/02/22
- Re: [Nel] Particule assert, Alain Dutech, 2002/02/22
- Re: [Nel] Particule assert, David MENTRE, 2002/02/24
- Re: [Nel] Particule assert, Vianney Lecroart, 2002/02/25
- Re: [Nel] Particule assert, David MENTRE, 2002/02/25
- Re: [Nel] Particule assert, Vianney Lecroart, 2002/02/26
- NeL and old graphic cards (was Re: [Nel] Particule assert),
David MENTRE <=