japp icon indicating copy to clipboard operation
japp copied to clipboard

JA++ server and client modification for Jedi Academy

ja++

ja++ modification for jedi academy - best used with openjk
see japp.jkhub.org for more information

compilation

e.g. scons debug=1 force32=1

Windows

  • TDM-GCC for non-MSVC
  • If you wish to use MSVC with JA++, specify tools=default to scons

Linux

  • sudo apt-get install git scons gcc g++ libreadline-dev

Options

  • force32 1 to build a 32-bit binary on a 64-bit machine
  • debug 1 to generate debug information, 2 to also optimise code
  • no_sql 1 to disable MySQL/SQLite support
  • no_crashhandler 1 to disable the crash handler/logger functionality

Environment Variables

  • NO_SSE 1 to not generate SSE2 instructions - closer to basejka. This is used for official builds
  • MORE_WARNINGS 1 to enable more compiler warnings

builders

==== Travis-CI Linux 32-bit: Build Status
Buildbot Linux 32-bit: Build Status
Buildbot Linux 64-bit: Build Status

contributors

  • Raz0r (lead)
  • AstralSerpent
  • Ensiform
  • EpicLoyd
  • Morabis
  • teh

credits

  • JK2MV
  • loda
  • OJP
  • OpenJK