Revision: 7161
http://playerstage.svn.sourceforge.net/playerstage/?rev=7161&view=rev
Author: rtv
Date: 2008-11-20 00:52:29 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
comments and todos
Modified Paths:
--------------
code/stage/trunk/libstage/model_load.cc
code/stage/trunk/libstage/world.cc
Modified: code/stage/trunk/libstage/model_load.cc
===================================================================
--- code/stage/trunk/libstage/model_load.cc 2008-11-19 20:30:37 UTC (rev
7160)
+++ code/stage/trunk/libstage/model_load.cc 2008-11-20 00:52:29 UTC (rev
7161)
@@ -267,6 +267,7 @@
}
+// todo - use GLib's portable module code here
void StgModel::LoadControllerModule( char* lib )
{
//printf( "[Ctrl \"%s\"", lib );
Modified: code/stage/trunk/libstage/world.cc
===================================================================
--- code/stage/trunk/libstage/world.cc 2008-11-19 20:30:37 UTC (rev 7160)
+++ code/stage/trunk/libstage/world.cc 2008-11-20 00:52:29 UTC (rev 7161)
@@ -372,6 +372,7 @@
stg_usec_t StgWorld::RealTimeNow()
{
+ // TODO - move to GLib's portable timing code, so we can port to Windows
more easily?
struct timeval tv;
gettimeofday( &tv, NULL ); // slow system call: use sparingly
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit