mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
Added the possibility for an optimization step in the IL2CPU MSBuild task. Currently commented out, but should work fine with a few modifications to the optimizer. Moved classes that are dependent on Cosmos from the Orvid.Graphics, into the Orvid.Graphics.Cosmos assembly. Re-factored the font mechanism, added partially working .fnt Font support. Added a Rectangle class, and a Vec2d class, which is the same as Vec2, except with doubles for the X and Y values. Made a small aesthetic improvement to the output of the File2ByteArray Converter. |
||
|---|---|---|
| .. | ||
| Properties | ||
| Assembler.cs | ||
| BaseAssemblerElement.cs | ||
| Comment.cs | ||
| Cosmos.Compiler.Assembler.csproj | ||
| Cosmos.Compiler.Assembler.csproj.vspscc | ||
| Cosmos.snk | ||
| DataEndIfDefined.cs | ||
| DataIfDefined.cs | ||
| DataIfNotDefined.cs | ||
| DataMember.cs | ||
| Define.cs | ||
| ElementReference.cs | ||
| Else.cs | ||
| EndIfDefined.cs | ||
| IDefine.cs | ||
| IEndIfDefined.cs | ||
| IfDefined.cs | ||
| IfNotDefined.cs | ||
| IIfDefined.cs | ||
| IIfNotDefined.cs | ||
| InfraExtensions.cs | ||
| Instruction.cs | ||
| Label.cs | ||
| MethodAndTypeLabelsHolder.cs | ||
| MethodInfoLabelGenerator.cs | ||
| OpCodeAttribute.cs | ||
| StackContents.cs | ||
| TypeComparer.cs | ||