-
Rather than require a file name for the LoadWindowLayout method, it should probably just ask for a stream. That way you can load data from a satellite assembly resource, or any number of other ways as well as files.
2008-08-24 13:36:26 UTC by alphagremlin
-
Can you add support for XNA 2.0?
I tried to do it using Project Upgrade Wizard from XNA Creators Club for the Cegui.renderers.xna project, it worked but I dont think it is completely bug free
Thanks!
2008-03-06 22:02:37 UTC by ser999
-
Can you add support for XNA 2.0?
I tried to do it using Project Upgrade Wizard from XNA Creators Club for the Cegui.renderers.xna project, it worked but I dont think it is completely bug free
Thanks!
2008-03-06 21:33:46 UTC by ser999
-
jendave committed revision 95 to the CEGUI# SVN repository, changing 3 files.
2008-02-29 08:53:29 UTC by jendave
-
jendave committed revision 94 to the CEGUI# SVN repository, changing 1 files.
2008-02-29 08:46:08 UTC by jendave
-
jendave committed revision 93 to the CEGUI# SVN repository, changing 810 files.
2008-02-29 08:00:46 UTC by jendave
-
dteviot committed revision 92 to the CEGUI# SVN repository, changing 2 files.
2008-02-20 04:35:56 UTC by dteviot
-
The diff #1 was not properly defined. Use the diff in the zip attached.
2008-02-13 01:07:37 UTC by nobody
-
The two projects don't work well off the shelf, so this diff hopefully fixes things in the CeGui.Renderers.Axiom namespace as well as some font definition namespaces.
2008-02-12 13:20:27 UTC by nobody
-
Description:
---------------
When parsing the imageset XML files the position and dimensions of images have incorrect values when the values in the xml document are represented as integers. Calls to XmlConvert.ToSingle seem to cause this.
For example, the value "64" results in -10, and a value of "64.0" results in 64.0f.
Platform:
---------------
- Windows Vista 64bit, forced build to...
2007-11-22 07:52:24 UTC by structural