Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
0XDE57 created a comment on a pull request on libgdx/libgdx
NOTE: this may be supported by desktop only. web is maybe, android is maybe. unlikely to work on iOS, still investigating.
0XDE57 opened a pull request on libgdx/libgdx
add GL constants for MSAA
-add MULTISAMPLE_EXT (0x809D) -add SAMPLE_ALPHA_TO_ONE_EXT (0x809F) -https://registry.khronos.org/OpenGL/extensions/EXT/EXT_multisample_compatibility.txt0XDE57 pushed 10 commits to master 0XDE57/libgdx
- prep release f68ded4
- increment versions d637b8b
- Fix floating point inaccuracy with touch position on iOS (#7471) * fix(ios): Fix floating point inaccuracy with touc... a15b5d7
- Change visibility of PolygonSpriteBatch.switchTexture() to protected (#7467) * Make PolygonSpriteBatch.switchTexture... 5eadf1e
- Support for Image Layer repeat x and y in TiledMap + Bugfix (#7080) * Added ability to use the repeatx and repeaty f... f10b7fc
- Update MobiVM to 2.3.22 (#7483) 11cb38a
- Unproject and pick ray docs for Viewport/Camera (#7469) * update docs on unproject methods and pickRay for touch coo... 282f266
- Improve Android input keyboard with autocorrection (#7484) * - Disable autocorrection by default in android backend ... 6947833
- FIX: Parsing imagelayer inside a group tag in TMX file (#7135) * added failed test for parsing imagelayer inside a g... 98d64e2
- XmlReader.getChildren() + XmlReader.replaceChild() (#7499) * XmlReader.replaceChild * Update XmlReader.rl * Ap... 1ba527c
0XDE57 created a branch on 0XDE57/libgdx
MSAA - Desktop/Android/HTML5/iOS Java game development framework
0XDE57 opened a pull request on rafaskb/awesome-libgdx
Update SRFX links
The original Bfxr depends on Flash: "Adobe Flash Player version 11.1.0 or greater is installed." Flash is obsolete, but the download is still valid so I didn't remove. added notes. Added alte...0XDE57 pushed 2 commits to master 0XDE57/awesome-libgdx
0XDE57 closed a pull request on 0XDE57/awesome-libgdx
update srfx links
The original Bfxr depends on Flash: "Adobe Flash Player version 11.1.0 or greater is installed." Flash is obsolete, but the download is still valid so I didn't remove. added notes. Added al...0XDE57 opened a pull request on 0XDE57/awesome-libgdx
update srfx links
The original Bfxr depends on Flash: "Adobe Flash Player version 11.1.0 or greater is installed." Flash is obsolete, but the download is still valid so I didn't remove. added notes. Added al...0XDE57 created a branch on 0XDE57/awesome-libgdx
updatesrfx - 🎮 📝 A curated list of libGDX resources to help developers make awesome games.
0XDE57 pushed 2 commits to master 0XDE57/SpaceProject
0XDE57 pushed 4 commits to master 0XDE57/SpaceProject
- nine point circle or Feuerbach point -add nine-point circle that touches excircles! -some better naming -some notes 0e722a5
- reduce new vector objects -cache some vectors instead of creating new each frame -eliminate instances of new where n... c7afd6a
- anticomplimentary triangle -replace secondary delaunay with anticomplimentary. -increase tolerance to not allow dist... 950c0a4
- fix orthocenter calculation -fix cases where slope is 0 when vertices are co-linear/co-axial. 053d5c0