Re: [ioquake3] The Glorious hack of Inverse Square Root by Carmack [or that other guy]

2010-05-29 Thread Thilo Schulz
); // what the fuck? This code apparently works for all float numbers (except for the negative ones of course that cannot be computed) to good accuracy. There's a paper written about this here: http://www.lomont.org/Math/Papers/2003/InvSqrt.pdf -- Thilo Schulz signature.asc

Re: [ioquake3] The Glorious hack of Inverse Square Root by Carmack [or that other guy]

2010-05-29 Thread Thilo Schulz
is 0.175% over all floats. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I

Re: [ioquake3] Base Audio issue

2010-07-18 Thread Thilo Schulz
On Sunday, 18. July 2010 19:02:10 Michael Menegakis wrote: Add: not there on an old binary without sdl. The sound mixer can only play a given number of sounds in parallel. If this number is exceeded, sounds will be dropped. This is normal behaviour. -- Thilo Schulz signature.asc Description

Re: [ioquake3] Fair ping

2011-01-21 Thread Thilo Schulz
. This here is not the application for it. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending

Re: [ioquake3] Event Handling / Sleeping

2011-01-29 Thread Thilo Schulz
On Sunday, 30. January 2011 03:51:02 Thilo Schulz wrote: Please test it and tell me what you think. I did some rough testing and everything seems to work fine. Well, I just tested playing on a remote server and there's still a problem obviously. I'll give an updated version in the next few

Re: [ioquake3] changed com_maxfps behaviour

2011-02-20 Thread Thilo Schulz
and so forth mumbo jumbo is not available on FreeBSD. So it might be that the video drivers are somewhat dated, since the Xorg project has stopped caring about portability. They do not play a role in this. -- Thilo Schulz signature.asc Description: This is a digitally signed message part

Re: [ioquake3] changed com_maxfps behaviour

2011-02-20 Thread Thilo Schulz
On Sunday, 20. February 2011 06:57:26 M. Kristall wrote: Thilo meant your kernel Hz. You should be able to hit 125fps with kern.hz = 1000, which looks like the default since FreeBSD 6. Yes. -- Thilo Schulz signature.asc Description: This is a digitally signed message part

Re: [ioquake3] changed com_maxfps behaviour

2011-03-17 Thread Thilo Schulz
/Optimized_executable;_builds_of_ioq3_engine_for_urt Is your solution portable, and how many change does it require? -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http

[ioquake3] New X86 VM JIT compiler

2011-05-20 Thread Thilo Schulz
problems to me. This will go into trunk once it's been tested. I tested with these mods: baseq3 missionpack World of Padman OpenArena Western Quake3 (old mod) They all seemed to work fine. -- Thilo Schulz signature.asc Description: This is a digitally signed message part

Re: [ioquake3] OS X development

2011-05-21 Thread Thilo Schulz
SVN version introduced the bug? -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I

Re: [ioquake3] Dual protocol support and a question

2011-07-25 Thread Thilo Schulz
, yeah. I guess that would work too. Did you do performance comparisons via things like profiling? -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http

Re: [ioquake3] Dual protocol support and a question

2011-07-25 Thread Thilo Schulz
is settled now, com_protocol and com_legacyprotocol will be the way to go from now on and I don't think it's gonna change anymore. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3

Re: [ioquake3] New SVN committer, ZTurtleman

2011-08-02 Thread Thilo Schulz
don't need to clear the patches. Thanks zakk and congratulations to Zack! -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi

Re: [ioquake3] Useful documentation comments?

2011-08-22 Thread Thilo Schulz
would leave no piece of code untouched, this is a nightmare from the point of view of someone who regularly merges ioquake3 changes to his project. I say don't bother. -- Thilo Schulz signature.asc Description: This is a digitally signed message part

Re: [ioquake3] OS X 10.7 Crash compiling VM code

2011-09-17 Thread Thilo Schulz
with a working debugger environment on it. Can you provide this for me? I'd be more than happy to try to resolve this. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http

[ioquake3] fpu/sse rounding modes in ioq3

2011-09-19 Thread Thilo Schulz
. That's the problem. There are no guarantees on what is standard, and what is not. At all. -- Thilo Schulz #include stdio.h #include fenv.h main() { float test1, test2; int oldcw __attribute__((aligned(16))); short fpucw; printf(FE_TONEAREST: %d, FE_TOWARDZERO: %d\n, FE_TONEAREST

Re: [ioquake3] OS X 10.7 Crash compiling VM code

2011-09-21 Thread Thilo Schulz
On Wednesday, 21. September 2011 21:12:36 Victor Roemer wrote: Anyways, is there any progress in this, anymore info that I can provide. No. I need ssh shell access with a development and debugging environment. -- Thilo Schulz signature.asc Description: This is a digitally signed message part

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Thilo Schulz
none AARDsdl Obviously, /opt/lib is not included in the paths that are searched by your linker. Solaris must surely have a way to configure this. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing

Re: [ioquake3] TTimo

2012-02-01 Thread Thilo Schulz
Thimothee de moi. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I agree to love

Re: [ioquake3] Variants of ioquake3?

2012-08-13 Thread Thilo Schulz
low-level modifications, to the virtual machine, to the way events are processed compared to id's original vanilla quake3 source code. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list

Re: [ioquake3] What is Hitch warning used for?

2012-10-17 Thread Thilo Schulz
gameplay, the server is simply overtaxed. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending

Re: [ioquake3] Unable to create directory /root/.q3a, error is Permission denied(13)

2013-08-25 Thread Thilo Schulz
flag and you should be fine. Still, ioq3 shouldn't segfault in that case. -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi

Re: [ioquake3] Server-side console in Linux?

2013-08-25 Thread Thilo Schulz
tool. It provides virtual terminals that you can detach and reattach at any time. http://en.wikipedia.org/wiki/GNU_Screen -- Thilo Schulz signature.asc Description: This is a digitally signed message part. ___ ioquake3 mailing list ioquake3