ige icon indicating copy to clipboard operation
ige copied to clipboard

The Isogenic Game Engine

Results 22 ige issues
Sort by recently updated
recently updated
newest added

Get's this error: `total canvas memory use exceeds the maximum limit (256 mb)` in IgeTextureMap.js and some more places, and then IGE will get into an infinite loop. This only...

Hi, I started to change documentation sytem and i want to know your opinion about. http://www.isogenicengine.com/forum/viewtopic.php?f=8&t=543&sid=e9febde0162e379902e4d4b297778a65 Thanks,

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...

5.1-ui looks like this on my machine: ![image](https://user-images.githubusercontent.com/854789/33522278-d7a979ec-d79d-11e7-8b36-87316089dd7c.png) Seems to happen in the .mount call of IgeUiLabel, because _fontEntity is not initialized yet. ![image](https://user-images.githubusercontent.com/854789/33522271-a1b54f82-d79d-11e7-86cc-b6d59cbd69b2.png) This was pointed out over a...

#Something wierd is happening when decoding the font sheet in the `_decode` method in IgeFontSheet.js, using IE Edge on Win 8.1. The return value jsonString on row 85 after the...

This is related to this forum post: http://www.isogenicengine.com/forum/viewtopic.php?f=5&t=179 I experienced the same bug in my code. pointToTile is fine, but tileToPoint gives slightly incorrect data. I managed to simply fix...

It seems like lots of the examples don't work anymore. For example 15.1-isoimages, it loads and shows me something but I can't do nothing. Probably due to the errors: ```...

http://www.isogenicengine.com/documentation/isogenic-game-engine/versions/1-1-0/manual/networking-multiplayer/realtime-network-streaming/stream-modes-and-controlling-streaming/ ``` Not Found The requested URL /documentation/isogenic-game-engine/versions/1-1-0/manual/networking-multiplayer/realtime-network-streaming/stream-modes-and-controlling-streaming/ was not found on this server. Apache/2.4.6 (Debian) Server at www.isogenicengine.com Port 80 ```