https://github.com/razish/japp
JA++ server and client modification for Jedi Academy
https://github.com/razish/japp
c game-mod jedi-academy
Last synced: about 1 year ago
JSON representation
JA++ server and client modification for Jedi Academy
- Host: GitHub
- URL: https://github.com/razish/japp
- Owner: Razish
- License: gpl-2.0
- Created: 2013-07-28T19:20:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T02:17:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T11:03:57.900Z (about 1 year ago)
- Topics: c, game-mod, jedi-academy
- Language: C++
- Size: 63 MB
- Stars: 44
- Watchers: 16
- Forks: 32
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ja++
ja++ modification for jedi academy - best used with [openjk](http://github.com/JACoders/OpenJK)
see [japp.jkhub.org](http://japp.jkhub.org) for more information
[](https://github.com/Razish/japp/releases/tag/latest)
## supports
| | Windows | Linux | macOS |
| - | - | - | - |
| x86 | ✅ | ✅ | ❓ |
| x86_64 | ✅ | ✅ | ✅ |
| Arm (RPi) | ❌ | ✅ | ❌ |
| Apple Silicon | ❌ | ❌ | ✅ |
## development requirements (general)
- Python 3.11
- [Scons](https://github.com/SCons/scons) 4.4
### windows
[TDM-GCC](https://jmeubank.github.io/tdm-gcc/) or MSVC (if you pass `tools=default` to scons)
### linux (debian-based)
- `git scons gcc g++ libreadline-dev`
- [asdf-vm](https://asdf-vm.com/guide/getting-started.html) (optional, recommended)
## compiling
just run `scons` or `build.sh`
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
## contributors ([full list](https://github.com/Razish/japp/graphs/contributors))
- Raz0r (lead)
- AstralSerpent
- Ensiform
- EpicLoyd
- Morabis
- teh
## credits
- JK2MV
- loda
- OJP
- OpenJK