Skip to content

Releases: FWGS/xash3d-android-project

Xash3D Android v0.15

06 Sep 12:53
Compare
Choose a tag to compare

OUTDATED https://github.com/SDLash3D/xash3d-android-project/releases/tag/v0.16

Main changes:

  • Support of mods through main and secondary APK's.
    The main APK file have an engine library, SDL and base HLSDK libraries to run Half-Life and HL-based mods.
    The secondary APK have only a libraries for mod and loads engine from main. Examples of APK for mods: Blue-Shift or Spirit of Half-Life. Anyone, who want port mods can just build secondary APK with game libraries.
  • Changing path to game.
    You can specify in launcher where is located valve directory. It is not more hardcoded to /sdcard/xash.
  • Multiplayer enhancements
    Engine is now have partial support of client-side prediction. To enable this, just write "cl_predict 1" in the console.
    Servers is discoverable through Internet games.
  • Support for shortcuts.
    Tired from writing commands in launcher? Now you can add a shortcut to homescreen and launch mod from this.
  • Controls enhancements
    Controls looks more pretty on non-16:9 screens.
    Changing of controls icons. Just copy icons to 'controls' directory of game. For example, for Half-Life Blue Shift it will be bshift/controls/
  • More architectures!
    Engine is now compiled also for armv6.
  • Unified input interface for client libraries. See https://github.com/SDLash3D/xash3d/wiki/Input-interface-draft
    For users it means better input from joysticks, touch controls, etc.
    For developers: client library is more platfrom-independent.
  • Added crash handler.
    More detailed information why Xash3D is crashed.
  • Android 2.3 support.
  • "About Xash3D Android" dialog.
  • Bugfixes.

Xash3D Android v0.14.1

26 May 15:59
Compare
Choose a tag to compare

Hotfix: fix installing on some devices

README before installing:
https://github.com/SDLash3D/xash3d-android-project/blob/master/README.md

Xash3D Android v0.14

26 May 12:11
Compare
Choose a tag to compare

OUTDATED: https://github.com/SDLash3D/xash3d-android-project/releases/tag/v0.14.1

Changes:

  • Touch controls. (@emileb)
  • Icons for touch controls. (@Nicknekit)
  • Xash3D update to build 3000.
  • Optimizations. (@mittorn)
  • Launcher with command line setup.
  • Menu scale fix
  • hud_scale fix
  • Disabled accelerometer
  • Swap weapon change buttons.

Xash3D Android v0.13.1

09 May 12:03
Compare
Choose a tag to compare
  • Mouse support (@mittorn).
  • Enabled software gamma.
  • Disabled SDL_image.
  • Joystick support (@mittorn)
  • Weapon change fix (@ptitSeb)
  • Alpha sprite fix
  • Freeze after unlock fix.
  • Auto switching to software rendering on some devices. (SDL bug)