From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/todo.html | 147 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/doxygen/nel/todo.html (limited to 'docs/doxygen/nel/todo.html') diff --git a/docs/doxygen/nel/todo.html b/docs/doxygen/nel/todo.html new file mode 100644 index 00000000..dae047e9 --- /dev/null +++ b/docs/doxygen/nel/todo.html @@ -0,0 +1,147 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

Todo List

+ +
+
class NLNET::CInetAddress
cado Test big/little endian transfers to check if byte ordering is ok. +
+ +

+ +

+
class NLMISC::CLog
cado display() and displayRaw() should save the string and send it only when displayRawNL() (or a flush()-style method) is called. +
+ +

+ +

+
file bitmap.cpp
yoyo: readDDS and decompressDXTC* must wirk in BigEndifan and LittleEndian. +
+ +

+ +

+
file driver_opengl.cpp
manage better the init/release system (if a throw occurs in the init, we must release correctly the driver) +
+ +

+ +

+
file driver_opengl_texture.cpp
yoyo: BUG with texture parameters. If parameters change are made between two renders, but the texture has not changed (eg: only one texture in the whole world), those parameters are not bound!!! OPTIM: like the TexEnvMode style, a PackedParameter format should be done, to limit tests... +
+ +

+ +

+
file i18n.cpp
ace: manage unicode format +
+ +

+ +

+
file matrix.h
yoyo: Optimize. +
+ +

+ +

+
file patch.h
yoyo: - "UV correction" infos. - NOISE, or displacement map (ptr/index). +
+ +

+ +

+
file service.cpp
ace: test the signal redirection on Unix +

+ ace: add parsing command line (with CLAP?) +

+ +

+ +

+
file stream_inline.h
yoyo: passer les serial en virtual, et optimiser l'ecriture en NeedSwap. => implementer les serial virtual dans les classes dérivées. => pour optimiser, fodra pitet virer setInOut(), utile pour CMessage Pkoi? : pour optimiser la lecture/ecriture (plus de if du tout). Plus rapide pour olivier de faire des copies de messages (brut) que de se taper un if dans le CMessage. +
+ +

+ +

+
member NLNET::CLoginCookie::generateKey()
ace: is it enough to avoid pirates to predice keys? +
+ +

+ +

+
member NLMISC::CMatrix::translate(const CVector &v)
TODO. +
+ + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1