Rafa Skoberg

Results 7 issues of Rafa Skoberg

`PostProcessor::restoreViewport()` should use `HdpiUtils.glViewport` instead of `Gdx.graphics.glViewport`, according to [libGDX's 1.8.0 changelog](http://www.badlogicgames.com/wordpress/?p=3870). > API Change: Added HdpiUtils. Instead of calling GL20#glViewport and GL20#glScissor yourself please use HdpiUtils instead. It will...

First of all, thanks for such a great lib, it's a life-saver, really! I have a tile-based game and what I'm trying to do is enabling some post-processing effect in...

When programming Lua, the *not equals* operator is `~=`. It would be nice to have a ligature transforming it into `≃`. And congratulations for the font, it's a pleasure to...

### What feature or improvement do you think would benefit Files? Workspaces would be a new feature where you could save entire sessions (including tabs, dual panes, currently open folders)...

I believe the error happened while resizing the window. I ran the template using `./gradlew desktop:run` with default values and files, just like it is on git, without changing anything....

When defining types that are unions, such as `type PlayerOrBot = { IsBot: boolean } & Player`, the respective inlay hints for variables of that type are shown explicitly as...

enhancement
blocked/external