Author Topic: [GAMES] Unvanquished is now fully open-sourced  (Read 25796 times)

tle

  • Hero Member
  • *****
  • Posts: 565
  • Karma: +54/-0
    • View Profile
    • Trung's Personal Website
[GAMES] Unvanquished is now fully open-sourced
« on: September 18, 2020, 09:40:34 pm »
Good news, the Unvaquished game is now open sourced

URL: https://github.com/Unvanquished/Unvanquished

Gameplay video: https://www.youtube.com/watch?v=lJPENFtjVgU
« Last Edit: March 26, 2026, 08:53:07 am by tle »
Faithful Linux enthusiast

My Raptor Blackbird

Borley

  • Full Member
  • ***
  • Posts: 194
  • Karma: +18/-0
    • View Profile
Re: [GAMES] Unvanquished is now fully open-sourced
« Reply #1 on: September 19, 2020, 02:43:33 pm »
What happens if you try to build and run it right now on ppc?

tle

  • Hero Member
  • *****
  • Posts: 565
  • Karma: +54/-0
    • View Profile
    • Trung's Personal Website
Re: [GAMES] Unvanquished is now fully open-sourced
« Reply #2 on: September 19, 2020, 10:22:30 pm »
It does not compile yet due to some conditional checks for architecture. I have not attempted to modify the codes to make it compile yet.
Faithful Linux enthusiast

My Raptor Blackbird

Borley

  • Full Member
  • ***
  • Posts: 194
  • Karma: +18/-0
    • View Profile
Re: [GAMES] Unvanquished is now fully open-sourced
« Reply #3 on: October 04, 2020, 09:08:42 pm »
I wonder if that is the same issue that I have been hitting when trying to compile certain projects. I just tried to build Veloren today and ended up opening an issue as it seems to rely on some x86 mmx functionality.

MPC7500

  • Hero Member
  • *****
  • Posts: 636
  • Karma: +42/-1
    • View Profile
    • Twitter
Re: [GAMES] Unvanquished is now fully open-sourced
« Reply #4 on: October 05, 2020, 05:39:44 am »
Is it not possible to use mmintrin.h to convert MMX to Altivec?

Here are some documentations linked: RCSwiki

tle

  • Hero Member
  • *****
  • Posts: 565
  • Karma: +54/-0
    • View Profile
    • Trung's Personal Website
Re: [GAMES] Unvanquished is now fully open-sourced
« Reply #5 on: March 26, 2026, 04:48:17 am »
FYI the game could be played easily after disabling NaCL sandboxing (which does not support POWER btw)

https://github.com/DaemonEngine/Daemon/pull/1945
Faithful Linux enthusiast

My Raptor Blackbird