Lucas Kent
Lucas Kent
OS | Nvidia graphics | AMD graphics | Intel Graphics | non-gamecube input ------------ | ------------- | ------------- | ------------- | ------------- Windows | :heavy_check_mark: I think there is still...
1. PF Sandbox stacktraces are usless on gnu toolchain 1. backtrace-rs creates useless stacktraces on windows gnu toolchain: https://github.com/alexcrichton/backtrace-rs/issues/66 2. backtrace-rs is used to provide stacktraces in pf_sandbox 2. PF...
Package hashes depend on the engine version of the PF Sandbox running. This makes sense and isn't something I want to change. This doesn't affect netplay as netplay recalculates the...
Netplay
Wew. # Netcode Try GGPO style first, if analog inputs cause too many issues then try dolphin style. (Maybe theres some sort of middleground?) # UI ## CLI TODO: CLI...
Downloading packages from a git repo would be really cool. Features: * automatically `git pull` new changes from the repo * package treeflection commands to handle + `git commit; git...
Scrap all existing graphics and redo with: - [ ] Render GC controller diagram displaying buttons as pressed/held/none and stick/trigger values - [ ] Display controller selector as 'tabs' -...
Copying frames via V/B keys replaces important defaults such as AerialDodge being pass_through=false This renders the defaults kinda useless as they are just going to be overwritten anyway. I need...
Support controllers other then wiiU->GC adapter This library looks good: https://gitlab.com/Arvamer/gilrs Will need to handle mapping from generic controller to GC controller: * Load serialized mapping data from files in...
Collision between two colboxes only takes into account the colboxes themselves, ignoring any links.
1. Modify the stage 2. rewind before change occured 3. replay to after change occured. 4. Changes to stage should be reapplied but they are not.