[633 total ]
Ticket #139 (Font LoadResource() crashes on linux) created

In Font.cs file, try-catch block at line 575, crashes on Ubuntu 9.04 and 9.10 (x32).
(tested by replasing try-catch-finally block with fontFamily=FontFamily?.GenericSansSerif?; -line and then it doesnt crash).

Stacktrace:

at ... [More] (wrapper managed-to-native) System.Drawing.GDIPlus.GdipGetFamilyName? (intptr,System.Text.StringBuilder?,int) <0x00004>
at (wrapper managed-to-native) System.Drawing.GDIPlus.GdipGetFamilyName? (intptr,System.Text.StringBuilder?,int) <0xffffffff>
at System.Drawing.FontFamily?.refreshName () <0x00064>
at System.Drawing.FontFamily?.get_Name () <0x00038>
at (wrapper remoting-invoke-with-check) System.Drawing.FontFamily?.get_Name () <0xffffffff>
at System.Drawing.Font.setProperties (System.Drawing.FontFamily?,single,System.Drawing.FontStyle?,System.Drawing.GraphicsUnit?,byte,bool) <0x0001c>
at System.Drawing.Font..ctor (System.Drawing.FontFamily?,single,System.Drawing.FontStyle?,System.Drawing.GraphicsUnit?,byte,bool) <0x0004b>
at System.Drawing.Font..ctor (System.Drawing.FontFamily?,single) <0x00024>
at (wrapper remoting-invoke-with-check) System.Drawing.Font..ctor (System.Drawing.FontFamily?,single) <0xffffffff>
at Axiom.Fonts.Font.LoadResource? (Axiom.Core.Resource) <0x00487> [Less]

Changeset [1866]: -- GpuProgramParameters - Changed default AutoAddParameterNames from ...

-- GpuProgramParameters?

Changed default AutoAddParameterNames? from false to true
Warning * this may cause your programs to silently work when they would have failed previously.

Changeset [1865]: -- Light - Added PowerScale, ShadowFarDistance, and ...

-- Light

Added PowerScale?, ShadowFarDistance?, and shadowFarDistanceSquared Properties

-- SceneQuery? Type Flags

overrode TypeFlags? property in MovableObject? derivatives
Added SceneQueryTypeMask? Enumeration for engine defined type masks

Changeset [1864]: -- Hlsl GpuPrograms - Added HLSL Include handler for #include directives ...

-- Hlsl GpuPrograms?

Added HLSL Include handler for #include directives
Added public properties for EntryPoint?, Target, PreprocessorDefinitions?, UseColumnMajorMatrices?, and OptimizationLevel?
Added "preprocessor_defines" attribute ... [More] for #if directives
use comma or semi-colon separated name-value pairs (name1=value1;name2=value2;name3;name4)
directives with no values are equivalent to name=1
Added "column_major_matrices" attribute
true for column major
false for row major
Added "optimization_level" attributes
valid settings are "default","none","0","1","2","3" and correspond to the DX optimization level
Added OptimizationLevel? enumeration [Less]

Ticket #103 (Render to texture doenst work on opengl) reopened

Doesnt work with XP (x32).

props.Modes.Count is 0 in GLFBORTTManager.cs and thats the why it crashes at line 285.

Changeset [1863]: merged changeset:1842-1861 from trunk part 2

merged changeset:1842-1861 from trunk part 2

Changeset [1862]: merged changeset:1842-1861 from trunk part 1

merged changeset:1842-1861 from trunk part 1

Changeset [1861]: -updated TypeMock Isolator to 5.4.3 - Corrected AAB.Merge test - ...

-updated TypeMock? Isolator to 5.4.3

Corrected AAB.Merge test
corrected GpuProgramParameters?.SetMatric?4Constant Test

Changeset [1860]: Fixed issue with externaWindowHandle not being Form Window Handle

Fixed issue with externaWindowHandle not being Form Window Handle

Ticket #137 (Faster resource retrieval) closed

fixed:
committed in changeset:1859