Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

playmint/playerchain-demo

chrisfarms created a review on a pull request on playmint/playerchain-demo
good stuff

View on GitHub

Steedie created a branch on playmint/playerchain-demo

fix-pnpm-start - A Playerchains proof of concept demo game. P2P, responsive, multiplayer without any third parties, via DAG consensus.

Steedie opened a pull request on playmint/playerchain-demo
Fixed doughnut death traps
## What Added wholes to the doughnut death traps ![image](https://github.com/user-attachments/assets/0f7fdb9b-1a24-4b80-93c9-12f77e20895a) ## Why Because players often get stuck in them
Steedie created a branch on playmint/playerchain-demo

fix-doughnuts - A Playerchains proof of concept demo game. P2P, responsive, multiplayer without any third parties, via DAG consensus.

chrisfarms opened an issue on playmint/playerchain-demo
sometimes inactive bullets linger on screen
think they are not getting hidden when active correctly
chrisfarms opened an issue on playmint/playerchain-demo
the "invisible" input box for chat is visible on windows
remove the CSS border on the "invisible" Chat input
ldunnplaymint published a release on playmint/playerchain-demo
ldunnplaymint created a tag on playmint/playerchain-demo

v0.0.49 - A Playerchains proof of concept demo game. P2P, responsive, multiplayer without any third parties, via DAG consensus.

ldunnplaymint closed an issue on playmint/playerchain-demo
Bullets should be the same colour as the ship firing them
We need to differentiate between my bullets and other people's
ldunnplaymint closed an issue on playmint/playerchain-demo
Bullets emit from the incorrect position.
They should always emit from the front center of the ship, but often appear to emit from the wings or other area around the ship.
ldunnplaymint closed an issue on playmint/playerchain-demo
Bullets are bunching up
Bullets behave strangely, often appearing to lag behind the ship or bunching up into clusters. They need to be a consistent speed plus the ship's speed.
ldunnplaymint deleted a branch playmint/playerchain-demo

various-fixes

ldunnplaymint closed an issue on playmint/playerchain-demo
enemy markers should be player colors
coloring the enemy markers to be the same as the player color they point at was lost during the performance port
ldunnplaymint closed an issue on playmint/playerchain-demo
Remember your name on a reset
ldunnplaymint closed an issue on playmint/playerchain-demo
Remove the reset/resume flow from prod builds
It makes sense in a dev build but in the prod version, people cant ever catch up so why allow them to try to resume? We should just make it always reset on boot
ldunnplaymint pushed 9 commits to main playmint/playerchain-demo
  • disable resume for prod builds resume flow is confusing and mostly for internal use, drop it 144b207
  • persist last used name as default 325f72f
  • simplify schema to reduce state size and inc perf f07825f
  • enable adaptive dpr 90e2b96
  • fit the indicators above the energybar 5ec4517
  • some hacky config to ios builds 6818fdf
  • allow single player in dev mode 06bafc9
  • fudge interpolation to make bullets look better 8dd9465
  • per-player bullet models 8c3f6f3

View on GitHub

ldunnplaymint closed a pull request on playmint/playerchain-demo
Various fixes
various fixes * resolves: #127 * resolves: #153 * resolves: #123 * resolves: #149 * resolves: #148 (as good as we gonna get it I think) * resolves: #42 and also: * reduce size of...
chrisfarms created a comment on an issue on playmint/playerchain-demo
the bunching is because the cap on bullet velocity is less than the max velocity of the ship + bullet velocity (ie when you are flying in the direction of bullet fire they will be closer together ...

View on GitHub

chrisfarms created a comment on a pull request on playmint/playerchain-demo
sorry for the combined PR, bad form on my part .... I had a bunch of different WIP branches locally was easier to tidy them up into one than pick them apart

View on GitHub

chrisfarms created a comment on a pull request on playmint/playerchain-demo
superceeded by #167

View on GitHub

chrisfarms closed a pull request on playmint/playerchain-demo
Remove "resume" flow from prod builds
## what * removes the "resume / reset" message when old data detected IN PROD BUILDS ONLY ... now just resets * keeps track of the last name used, and presents it as the default ## why *...
chrisfarms opened a pull request on playmint/playerchain-demo
Various fixes
various fixes * resolves: #127 * resolves: #153 * resolves: #123 * resolves: #149 * resolves: #148 * resolves: #42 and also: * reduce size of serialized state by simplifying the ...
chrisfarms created a branch on playmint/playerchain-demo

various-fixes - A Playerchains proof of concept demo game. P2P, responsive, multiplayer without any third parties, via DAG consensus.

chrisfarms opened an issue on playmint/playerchain-demo
pre-game blocklace lines no longer show
one of the recent tweaks changed how the initial commits are formed, there are no longer any pre-game commits.... so there are no longer any pre-game blocks/lines to display if we want the lines...
chrisfarms created a comment on an issue on playmint/playerchain-demo
blocklace lines have gone completely as there are no commits before start now .... closing this as it doesn't make sense now, but prob need a new issue for "fake some lines or put something else in...

View on GitHub

chrisfarms closed an issue on playmint/playerchain-demo
Blocklace trailing lines pierces the FPS counter UI element
Packet lace canvas does not resize with the window being resized <img width="256" alt="Screenshot 2024-09-30 at 09 48 40" src="https://github.com/user-attachments/assets/c1e3a604-90b2-46ab-8d91-...
chrisfarms created a comment on an issue on playmint/playerchain-demo
closing this as changing the SESSION_TIME_SECONDS seems to be the solution here, reopen if you diagree

View on GitHub

chrisfarms closed an issue on playmint/playerchain-demo
Have an "Unlimited time" toggle for dev builds
But also windows cant do dev builds
chrisfarms closed an issue on playmint/playerchain-demo
Alpha fighting on bullet
<img width="209" alt="Screenshot 2024-10-11 at 16 55 10" src="https://github.com/user-attachments/assets/2385e810-bdd0-4cfc-ac69-1534be296796">
chrisfarms created a comment on an issue on playmint/playerchain-demo
fullscreen button is gone now

View on GitHub

Load more