OpenJK icon indicating copy to clipboard operation
OpenJK copied to clipboard

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software

Results 143 OpenJK issues
Sort by recently updated
recently updated
newest added

This should fix unwanted side-effects introduced by 2bcf85c. Each module has its own copy of the initial RNG seed (`holdrand`), but only the engine's copy was being updated on init....

T - Bug

:shrug: why not

T - Enhancement
A - CMake

Main changes: * revert saberMoveData changes to match basejka, provide a new cvar (`g_fixSaberMoveData`) to patch it if desired * introduce a new configstring (26: `CS_LEGACY_FIXES`) to inform the client...

DO NOT MERGE

So, this is basically a SP port of rend2. This also puts most of the rend2 code to the shared folder. I also started reducing the differences between SP and...

Also passes markdownlint now :) Best to view the rich diff. Resolves #1135 ## TODO - [ ] Include some recommendations from #971

replace ~160 lines of cmake with a single call to git 🤷 If the git tag can't be obtained (e.g. no `git` on path) it will default to `UNKNOWN` So...

T - Enhancement
A - SP
A - MP
A - CMake

more information: https://ccache.dev/ https://en.wikipedia.org/wiki/Ccache

Hi, first of all thank you for this project. I tried OpenJK on LMDE 6, and has this issue, this is the log: tty console mode disabled OpenJK: v1.0.1.1 linux-x86_64...

https://github.com/marvinpinto/action-automatic-releases is currently used to download the artifacts and to create the "latest" release. It is in an abandoned state using Node 12 and will stop working entirely quite soon....

DO NOT MERGE

Configure with `-DCMAKE_EXPORT_COMPILE_COMMANDS=ON` to generate the compilation DB. This PR will additionally copy this from the build directory to the source directory. For example, this will provide better VSCodium support...