Rick van Dam

Results 195 comments of Rick van Dam

@cowmanjoe There have been quite a bit of changes in master recently. Can you rebase your branch on master so its up to date again? The changes are mostly in...

> I've rebased with master and fixed a problem where TilemapCamViewState was not getting the selected area change updates. I modified a csproj file for FlapOrDie because the build was...

Seems there is a small bug somewhere. First time I tried to test the arrow navigation I got this exception: ``` EditorError: ArgumentException: Height needs to be greater than or...

The way to run the sample projects changed very recently. There is now a SampleRunner project. You have to modify the path in launchsettings json to point to the sample...

Try resizing the tile pallette so it reordens the tiles. Might have to do with the bug. EDIT: I select this tile and then I press shift arrow key to...

This feels like a plugin specific setting. Maybe make it possible for plugin authors to modify their package to include such a setting which duality then uses to decide this?...

> One issue is that any operation that asks for the tag of a certain index can't be performant - not sure is this is an issue to worry about...

I see the UI already passes the name and the version of the package to install so just adding a bool that will make the UI find prereleases packages should...

Got a semi working implementation here: https://github.com/Barsonax/duality/tree/feature/nuget_prereleases Some nice omissions and bugs currently: - [ ] Currently hardcoded true for prereleases - [ ] Displays both the latest stable and...

It seems the current cache setup doesn't like prerelease packages. I keep getting `no matching package could be found` because it only caches the latest version which causes it to...