mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +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. |
||
|---|---|---|
| .. | ||
| CustomImplementation | ||
| ILOpCodes | ||
| Properties | ||
| AppAssembler.cs | ||
| Cosmos.IL2CPU.csproj | ||
| Cosmos.IL2CPU.csproj.vspscc | ||
| Cosmos.snk | ||
| ElfHash.cs | ||
| ExceptionHelper.cs | ||
| Extensions.cs | ||
| GCImplementation.cs | ||
| GCImplementationRefs.cs | ||
| Heap.cs | ||
| ILOp.cs | ||
| ILOpCode.cs | ||
| ILReader.cs | ||
| ILScanner.cs | ||
| MethodBaseComparer.cs | ||
| MethodInfo.cs | ||
| ObjectUtilities.cs | ||
| OpCodeAttribute.cs | ||
| OurHashSet.cs | ||
| PlugInfo.cs | ||
| ReadMe.txt | ||
| ReflectionUtilities.cs | ||
| RuntimeEngineImpl.cs | ||
| RuntimeEngineRefs.cs | ||
| SkipList.cs | ||
| VTablesImpl.cs | ||
| VTablesImplRefs.cs | ||
Base class for IL implementations.