Pete Smith
Pete Smith
...for example when a service is already using a persistent queue
Provision seems to have been made for changing speed on an active path, whereby we stop() it and then restart, passing the original start time so it is treated as...
When composite caching is turned on, I've found that some mouse events don't fire. I think the root cause of the issue is that this code in the IgeEntity tick...
By default every IgeObject gets an implementation of _resizeEvent that loops each child entity and calls their _resizeEvents in turn: https://github.com/Irrelon/ige/blob/cd4f470e828bc0f960b1023b515cde398ad9e188/engine/core/IgeObject.js#L1663 For a basic Isometric tile game with hundreds of...
This change below has resulted in a subtle difference in the generated .js file for the index of the module. This wouldn't be apparent unless you are referencing IGE as...
With the standard Web API OData offering you can do this: http://blogs.msdn.com/b/webdev/archive/2013/02/06/protect-your-queryable-api-with-validation-feature-in-asp-net-web-api-odata.aspx Linq to Querystring needs a similar feature. (also requested by @corneliuskopp)