jake2
                                
                                
                                
                                    jake2 copied to clipboard
                            
                            
                            
                        Quake 2 java port
Reimplement networking code to java.nio or ktor server
Run jake2 on graalvm to check performance improvement. Try AOT compilation
Most of them will be helpful
There are many improvements made in q2pro and r1q2 source ports. Create a list of most important fixes
Implement type safe cvars (enum, bool, string, int, float) to avoid unnecessary casting and potential bugs + description
create a application wrapper around client module (without game or server modules) that can connect to other servers
Player trail is a static structure for a single player. Should be personalized for every player (in coop)
For some reason super tank does not call `M_Supertank.BossExplode` think function at the end of death frame mmove. here `jake2.game.M#M_MoveFrame` if monster has a flag `Defines.SVF_DEADMONSTER` (which it does by...