jake2 icon indicating copy to clipboard operation
jake2 copied to clipboard

Quake 2 java port

Results 53 jake2 issues
Sort by recently updated
recently updated
newest added

Reimplement networking code to java.nio or ktor server

technical
server
client
network
performance

Run jake2 on graalvm to check performance improvement. Try AOT compilation

technical
performance

There are many improvements made in q2pro and r1q2 source ports. Create a list of most important fixes

documentation
technical

Implement type safe cvars (enum, bool, string, int, float) to avoid unnecessary casting and potential bugs + description

technical

use usual logging library and remove custom logging code

technical

create a application wrapper around client module (without game or server modules) that can connect to other servers

client

Player trail is a static structure for a single player. Should be personalized for every player (in coop)

gamemod

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...

bug
gamemod