Fixed bug reading out mouse wheel delta |
|
More...
|
over 8 years ago
|
Added Focused property for IWindow |
|
More...
|
over 8 years ago
|
WIP material script serialization |
|
More...
|
over 8 years ago
|
Added an interface and some new methods. |
|
More...
|
over 8 years ago
|
For properties whose change event is just themselves, passing by ref was proving annoying. |
|
More...
|
over 8 years ago
|
Changed Properties to Property. Added more abstract implementations for some of the math types. Removed some of the ctors so subclasses will need to supply a change event flag. |
|
More...
|
over 8 years ago
|
Allow renaming entities. |
|
More...
|
over 8 years ago
|
Refactored component type ID generation to use a crc-32 algorithm to generate consistent ID's for the type. Additional tweaks to World where it implements IReadOnlyDictionary and exposes the enumerator to the underlying dictionary (to avoid boxing) and allows renumbering attached entities. |
|
More...
|
over 8 years ago
|
Updated test |
|
More...
|
over 8 years ago
|
Fix for nested types. |
|
More...
|
over 8 years ago
|
First round of ECS refactoring. Renamed Attribute to Property. Entity events opened up and now largely will be the property themselves or a struct. |
|
More...
|
over 8 years ago
|
Missed a commit. Some tweaks to ECS. Need to flesh out template ID's better. |
|
More...
|
over 8 years ago
|
Some big tweaks to entity component system. |
|
More...
|
over 8 years ago
|
Added a read/write group in primitive readers. Some changes to entity components. |
|
More...
|
over 8 years ago
|
Added some extra interop read methods that have the return as an out parameter. Added some tests for it. |
|
More...
|
over 8 years ago
|
Fixed XML comment file from getting overwritten. |
|
More...
|
over 8 years ago
|
Refactored XML reader to be more reliable, especially when it comes to whitespace. Each read should read the whole element, and if the reader isn't positioned on the current element (e.g. on whitespace) it will first move itself to the element node before reading start/content/end. |
|
More...
|
over 8 years ago
|
Added xml summary comments to Xml reader/writers. Some tweaks to validation/fixed some summary messages. |
|
More...
|
over 8 years ago
|
Rest of the implementation for Xml savable readers/writers. Added XmlResourceImporter as the third default importer for content manager. |
|
More...
|
over 8 years ago
|
Fixed a few serialization bugs. |
|
More...
|
over 8 years ago
|
Fix for nested external references. Gatherer will respect shared/external overrides now. |
|
More...
|
over 8 years ago
|
Added extra method that takes in a different writeflag than the external handler. |
|
More...
|
over 8 years ago
|
Added XmlSavableWriter implementation. Minor tweaks to binary versions. |
|
More...
|
over 8 years ago
|
Changed ReadArrayData to return a boolean if data was read. Added the beginnings of Xml readers/writers. |
|
More...
|
over 8 years ago
|
Changed type serialization to exclude version/culture/publickey token info. Just namespace/name/assembly name |
|
More...
|
over 8 years ago
|
Merge branch 'master' of https://[email protected]/Starnick/tesla3d.git |
|
More...
|
over 8 years ago
|
Missed some checkins |
|
More...
|
over 8 years ago
|
Call to Stop() flushes pending buffers so the instance can be started again. Made the parameter optional in the interface. |
|
More...
|
over 8 years ago
|
Added UI sample...sample browser still a WIP |
|
More...
|
over 8 years ago
|
Forgot to set the rendeer to Squid.Gui |
|
More...
|
over 8 years ago
|