Posted
3 days
ago
by
miksuu
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]
Posted
4 days
ago
by
borrillis
-- GpuProgramParameters?
Changed default AutoAddParameterNames? from false to true
Warning * this may cause your programs to silently work when they would have failed previously.
Posted
4 days
ago
by
borrillis
-- Light
Added PowerScale?, ShadowFarDistance?, and shadowFarDistanceSquared Properties
-- SceneQuery? Type Flags
overrode TypeFlags? property in MovableObject? derivatives
Added SceneQueryTypeMask? Enumeration for engine defined type masks
Posted
4 days
ago
by
borrillis
-- 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]
Posted
4 days
ago
by
miksuu
Doesnt work with XP (x32).
props.Modes.Count is 0 in GLFBORTTManager.cs and thats the why it crashes at line 285.
Posted
4 days
ago
by
borrillis
merged changeset:1842-1861 from trunk part 2
Posted
4 days
ago
by
borrillis
merged changeset:1842-1861 from trunk part 1
Posted
6 days
ago
by
borrillis
-updated TypeMock? Isolator to 5.4.3
Corrected AAB.Merge test
corrected GpuProgramParameters?.SetMatric?4Constant Test
Posted
8 days
ago
by
borrillis
Fixed issue with externaWindowHandle not being Form Window Handle
Posted
8 days
ago
by
borrillis
fixed:
committed in changeset:1859