Chuck Ritola
Chuck Ritola
On rare occasion, upfront display chars are stuck. Seems more common on lower framerates. Suspect race condition.
Re-implement mipmapping. Current mipmapping is not 100% correct, need to calc du,dv using TMU instead of using an interpolation.
Implement online help (F1) and Help->Contents. Give instructions on how to set up a game incl. podfile registry, save/load states, control config, basic gameplay (TV/F3) and how to report a...
When in hard/furious modes, DEFObjects should respawn. Smart Plane Behavior generally respawns from the sky. Not clear the manner in which ground objects respawn.
> java.lang.IllegalStateException: Passed element WorldObject([unnamed]) Model=ViewSelect.NavRadarBlipFactory pos=[D@d32c7f5 class=org.jtrfp.trcl.obj.NAVRadarBlipFactory$Blip hash=1236419377 has non-null containing grid: org.jtrfp.trcl.RenderableSpacePartitioningGrid@751a1f0e. Object should only be in one grid at a time. > at org.jtrfp.trcl.SpacePartitioningGrid.addAll(SpacePartitioningGrid.java:113) > at org.jtrfp.trcl.obj.NAVRadarBlipFactory.enableNewBlips(NAVRadarBlipFactory.java:252)...
DEFObjecdt does not yet accept custom attack/retreat distances.
Implement a Feature Manager for users to add/remove their own engine modifications. UI should: * Enable/disable given Features * Merge configuration UI to Features such that all configurations are Feature-specific....
Starting with ubuntu 16.04, fglrx is discontinued and programs must use Mesa. Fortunately Mesa is 3.3-capable. Unfortunately, it is failing to verify a sound-shader and gives no error message detailing...
Implement an 'About' window, loads CREDITS file and scrolls it white on black background.
Needs panning (INS/DEL) and up/down (+/-). Create a pan control and pan-delta control for these controls such that there is option for a head tracker or right stick. First person...