Jump to content

thepolis

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Modding Interests
    Coder

Recent Profile Visitors

1,453 profile views

thepolis's Achievements

  1. More of an issue with different compilers, if you used icc on linux it was less problematic than using gcc, even using gcc on windows yields a lot of interesting errors. The devs used C++ compilers rather than a stricter C compiler like gcc
  2. You can runtime patch it, not sure if you can static patch it. I would do it for some compensation.
  3. thepolis

    Maybe you wanna...

    gcc: -mno-sse or -mfpmath=387 or -march=i386 msvc: /arch:IA32 idk about clang/llvm, haven't bothered with it.
  4. thepolis

    Maybe you wanna...

    OpenJK (by default) uses SSE FP arithmetic. Vanilla jka is x87 FP arithmetic. So go back to the original FP arithmetic model and you can have base behavior again.
  5. Siege should be deprecated. It has been dead for years.
  6. http://icculus.org/gtkradiant/documentation/windows_compile_guide/ "The instructions below have been executed successfully on Windows XP 32 bit (some late service pack).." I'm not going to help if you are going to be a boob.
  7. http://icculus.org/gtkradiant/downloads.html#binaries Get 1.6 then post errors here. There is also a 1.6 binary on jkhub.
  8. raz0r you should see if static linking readline will be an option. see this. http://acrmwww.biochem.ucl.ac.uk/software/profit/doc/node17.html
  9. I'd like to see engine code duplication removed, right now its duplicated for SP & MP. Not sure how difficult a task this would be, but damn it would be nice.
  10. Take a look at Q3 MultiMod [1]. It's possible to create a plugin without hacking the engine source. 1. http://sourceforge.net/projects/qmm/
  11. thepolis

    MBII

    Hey eezstreet could you submit a patch for linux ui & cgame? I could do it myself if I had repo access.
  12. thepolis

    MBII

    So for the next release in 12 months can you include a linux client? Would be appreciated. Thank you.
  13. thepolis

    MBII

    They will create any excuse to get out of any work, even to call bugs as features or easter eggs. It took them years to fix the hit location damage and I'm sure kyle bug hasn't been fixed yet. I remember when changing to Jedi class it would automatically switch you to Sith, that one was also known for years and may still exist. Each new version took about a year or more to release.
×
×
  • Create New...