Slashdot Mirror


Activision, Raven Release 2 Star Wars Games Under GPL

hypnosec writes "Activision and Raven Software game studios have open sourced a couple of their games so that people can play as well learn from the code. The gaming companies have released the source code of Star Wars Jedi Knight: Jedi Academy and Jedi Outcast through SourceForge."

4 of 105 comments (clear)

  1. Re:I think those two games by Anonymous Coward · · Score: 5, Insightful

    Don't shit all over a nice gesture? I would love to see this become a regular thing, and maybe this is a test case to judge reactions for future action?

  2. Version control: You're doing it wrong! by TheRaven64 · · Score: 5, Funny

    While I applaud their use of a revision control system (git, in this case), perhaps someone should explain to them that uploading a single .zip file with all of the code in it somewhat defeats the point...

    --
    I am TheRaven on Soylent News
  3. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  4. Re:List of 'fuck' in Jedi Academy by safetyinnumbers · · Score: 5, Informative

    \code\game\q_math.cpp(545): i = 0x5f3759df - ( i >> 1 ); // what the fuck?

    That''s part of the Quake III fast inverse square root.