2d
Here are 1,922 public repositories matching this topic...
Related to PR #916
The IP address displayed in the Join Game main menu should not be dependent on an active internet connection.
Currently, the IP address is resolved by connecting to google's dns server at 8.8.8.8:80, but this doesn't account for LAN players.
The offending code is in d2game/d2gamescreen/main_menu.go
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Go
-
Updated
Nov 12, 2020 - Java
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Oct 16, 2020
-
Updated
Aug 1, 2020 - C#
-
Updated
Sep 6, 2020 - C++
- move ui into a new gui/resources folder
This is to standardize synfigstudio resources folder like gedit and other gtk apps.
Changes required:
- Move glade files to new proposed folder
- Update CMake and Autotools script
Originally posted by @rodolforg in synfig/synfig#1577 (comment)
-
Updated
Nov 13, 2020 - Haxe
Hey, when trying to use
dest := image.NewPaletted(bounds, palette.Plan9)
canvas := draw2dimg.NewGraphicContext(dest)
I crash with
panic: Image type not supported
goroutine 70 [running]:
github.com/llgcode/draw2d/draw2dimg.NewGraphicContext(0x7f18c0, 0xc420096660, 0x10000)
/home/conor/thingo/go/src/github.com/llgcode/draw2d/draw2dimg/ftgc.go:63 +0xe9
Am I doing s
-
Updated
Nov 4, 2020 - Kotlin
-
Updated
Sep 24, 2020 - C#
-
Updated
Sep 22, 2020 - C#
-
Updated
Nov 10, 2020 - Haskell
-
Updated
Nov 11, 2020 - TypeScript
Improve this page
Add a description, image, and links to the 2d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2d topic, visit your repo's landing page and select "manage topics."
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an