Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:30:58.000Z (2 months ago)
- Last Synced: 2024-10-16T04:08:20.962Z (23 days ago)
- Topics: c, game-mod, jedi-academy
- Language: C++
- Size: 63 MB
- Stars: 44
- Watchers: 17
- Forks: 30
- 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[![build](https://github.com/Razish/japp/actions/workflows/build.yml/badge.svg?branch=master)](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 functionalityEnvironment 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