-
err... that ate my indenting. Greeeeaaaattt.
2006-04-11 16:19:46 UTC in LightFire# Game Engine
-
I got the basic tutorial working with IronPython. Here it is:
import clr
clr.AddReferenceByName('LightFireCS')
clr.AddReferenceByName('Tao.Sdl')
from LightFireCS import *
from Tao.Sdl import Sdl
class Test:
def __init__(self):
self.gDevice = Graphics.GDevice.Get()
self.iDevice = Input.IDevice.Get()
self.gDevice.CreateDevice(640, 480, 32, False)
2006-04-11 16:19:07 UTC in LightFire# Game Engine
-
Hi folks, just thought I'd let you know that Cal3d is now used in Soya 3D at <http://oomadness.tuxfamily.org/en/soya/>, in CVS. Even more useful than pycal3d!
2003-04-14 07:56:05 UTC in Cal3D - 3d character animation library
-
Incidentally, the assignment of users to notification servers is based on a hash of the username, so they don't have to do lookups in a central database. So be nice and move to the appropriate server when you're asked, or it won't work right.
2001-08-09 17:55:48 UTC in Pidgin
-
The task manager is linked to off the main page, but
there are no tasks listed. In addition, I cannot find a
todo list anywhere in the docs, in CVS, or on the FTP
site. It would be nice to know what people were working
on, or what needed work.
2001-07-31 18:07:22 UTC in Gemini Nucleus
-
(from latest cvs at the time of this report) if I type
q-- in init one more time than typing q++, init hangs.
This is probably a known problem, and since it's just a
demo, who really cares, but it might be nice to check
for such a thing.
2001-07-30 22:26:36 UTC in Gemini Nucleus
-
This is a patch against 2.4.6-ac5, *not* against folk.
Folk 1.1.0 does not work for me, so I started merging
together the patches that *do* work.
2001-07-17 20:15:29 UTC in Functionally Overloaded Linux Kernel
-
On my Dell Latitude CPiA, crashes just after opening
/dev/console and just before opening init, after giving
the message "Freeing unused kernel memory." This is
with a number of combinations of options, except that
swsusp was always off. The only modification I've made
is the patch I submitted to make sysrq.c compile with
swsusp turned off. Attached is my .config file.
This is...
2001-07-17 18:30:39 UTC in Functionally Overloaded Linux Kernel
-
Puts #ifdefs around the swsusp stuff in sysrq.c so that
the kernel can still compile with swsusp disabled.
2001-07-17 01:55:37 UTC in Functionally Overloaded Linux Kernel
-
Since ESR has graciously completed Configure.help for
every option in 2.4, it would be a good idea to have
Configure.help entries for all options added by FOLK as
well, and/or to configure upstream maintainers to add
them to their patches. This would make the patch easier
to use, so that one wouldn't have to go back to the
FOLK page, guess which patch added a particular option,
and go to...
2001-07-17 00:15:24 UTC in Functionally Overloaded Linux Kernel