Re: [Wormux-dev] [RFC] Changing the project name

2010-11-06 Par sujet RCL
Have you tried to discuss that with Team 17? Maybe it's not an issue for them and you could get some kind of permission to use current name. Cheers, Dmitry On Fri, Nov 5, 2010 at 2:19 PM, Kurosu wrote: > Hi, > > I have the belief (and some IP right enforcement cases underlining a > potential da

Re: [Wormux-dev] Profiling Wormux

2010-09-06 Par sujet RCL
ttp://infocenter.arm.com/help/topic/com.arm.doc.ihi0043a/IHI0043A_rtabi.pdf) BTW, Cortex-A8 also lacks integer division which needs to be done in software, that's why you see __aeabi_uidivmod and the likes... RCL ___ Wormux-dev mailing list Wormux-dev

Re: [Wormux-dev] [Annoucement] Android port experimentations

2010-06-14 Par sujet RCL
;s hardware is fixed), while Android's gcc (from what I heard) forces software emulation of floats because some of Android hardware has no FPU. Maybe that's (Java + soft fp) the explanation for the differences in FPS. Cheers, RCL 2010/6/13 Matthieu Fertré : > Le 11/06/2010 21:24, Kurosu

Re: [Wormux-dev] Wormux 0.8.3

2009-02-22 Par sujet Dmitry RCL Rekman
file. I'm not that knowledgeable with autotools so I haven't tried adding tests or search for libintl there. It seems that libintl (gettext & friends) are added to glibc in GNU-based systems, that's why you don't have to care :) > Regards,

Re: [Wormux-dev] Wormux 0.8.3

2009-02-21 Par sujet Dmitry RCL Rekman
than me could help me with that, I'd be very grateful :) Cheers, RCL ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

Re: [Wormux-dev] Wormux 0.8.3

2009-02-21 Par sujet Dmitry RCL Rekman
ctions/gai_strerror.html ). > Regards, > > Matt (gentildemon) > Cheers, RCL ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

Re: [Wormux-dev] Let's release Wormux 0.8 -> it's time to package it!

2008-05-16 Par sujet Dmitry RCL Rekman
) > There's a problem with configure script on systems where gettext is not a part of libc (e.g. a non-GNU system like FreeBSD). In such a case -lintl should be added to LIBS, but configure fails to do it. I don't know whether it should be regarded as a problem of the systems in

Re: [Wormux-dev] Wormux 0.8 Changelog

2008-05-14 Par sujet Dmitry RCL Rekman
On Wed, May 14, 2008 at 11:33 AM, <[EMAIL PROTECTED]> wrote: > > I don't recall well when the new weapons were introduced by RCL, but maybe > listing them would be beneficial. > Yes, I confirm that those have been introduced after 0.8-b4 was released. > Ku

Re: [Wormux-dev] Preparing 0.8 final

2008-03-02 Par sujet RCL
Hi, On Sun, Mar 2, 2008 at 11:09 AM, Kurosu <[EMAIL PROTECTED]> wrote: > Hi, > > RCL a écrit : > > Please, leave major.minor.patch numbering. Ubuntu's way is confusing, > and > > you get version numbers misleadingly bumped up, even if no major changes > &g

Re: [Wormux-dev] Preparing 0.8 final

2008-02-29 Par sujet RCL
f no major changes happened (e.g. people could think that 9.01 is significantly better than 8.12, though they may only differ by minor patches). Regards, RCL ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

Re: [Wormux-dev] Preparing 0.8 final

2008-02-28 Par sujet RCL
ode in beta4 is actually way better tested than some code in the upcoming release and that causes my concerns). Regards, RCL On Thu, Feb 28, 2008 at 12:31 AM, Kurosu <[EMAIL PROTECTED]> wrote: > Hi, > > after a discussion with gentildemon and yekcim (sorry it isn't public,

Re: [Wormux-dev] Cluster bomb fix

2008-02-22 Par sujet RCL
Yes, long ago. AFAIR you were the person who commited that for me - thanks :) RCL On Fri, Feb 22, 2008 at 2:04 PM, yeKcim <[EMAIL PROTECTED]> wrote: > Does this patch applied ? > > yeKcim > > > > > RCL a écrit : > > Hello, > > > > sorry for

Re: [Wormux-dev] Schedule

2008-02-16 Par sujet RCL
On Feb 16, 2008 2:00 AM, Kurosu <[EMAIL PROTECTED]> wrote: > RCL a écrit : > > Is there any schedule for releases/betas? I'd like to know if I can > touch > > some more advanced parts of the code that can require thorough > regression > > testing... > &

[Wormux-dev] Schedule

2008-02-15 Par sujet RCL
Hi, Is there any schedule for releases/betas? I'd like to know if I can touch some more advanced parts of the code that can require thorough regression testing... Cheers, RCL ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/lis

Re: [Wormux-dev] Ideas

2008-02-14 Par sujet RCL
t me know. > You may post them here perhaps... or submit to gna.org And try the latest svn version, too. > Greetz, > Fredy. Cheers, RCL ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet RCL
On Feb 11, 2008 3:45 PM, Julien PUYDT <[EMAIL PROTECTED]> wrote: > RCL a écrit : > > 2) Server entities should be able to serialize themselves to some > > archived form which will be transmitted over the network (and/or saved > > to file for local demos), and client

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet RCL
Hello, On Feb 11, 2008 3:24 AM, Eddy Petrișor <[EMAIL PROTECTED]> wrote: > RCL wrote: > > > There was no problem with synchronizing object positions/states, as > > there was only one piece of code that actually did the calculations... > > all the "clients"

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet RCL
Hi! On Feb 10, 2008 2:15 PM, Kurosu <[EMAIL PROTECTED]> wrote: > Hi! > > RCL a écrit : > >> - things that don't need it (every thing else like wind particles, camera > >> shake ;) ). > >> > >> So, a camera shake is obvously falling in th

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet RCL
On Feb 10, 2008 9:34 AM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > Le Sunday 10 February 2008 00:08:06 RCL, vous avez écrit : > > > On Feb 9, 2008 7:09 PM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > > > Le Saturday 09 February 2008 13:13:00 Kur

[Wormux-dev] Cluster bomb fix

2008-02-09 Par sujet RCL
y the way, who is in charge of weapon logic? I'd like to ask that person some questions :) Best regards, Dmitry 'RCL' Rekman Index: src/weapon/cluster_bomb.cpp === --- src/weapon/cluster_bomb.cpp (revision 4034) +++ s

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-09 Par sujet RCL
erent number of calls depending on its FPS. It is probably not the only case where number of randomSync calls can differ, depending on client's performance... I guess that there can be (or might be) weapons calling randomSync() on each update, and that means that some

[Wormux-dev] Precaching

2008-02-06 Par sujet RCL
http://rcl.mine.nu/outbound/wormux/precaching-proper.diff Or, alternatively, you can copy it from this message. Cheers, Dmitry 'RCL' Rekman Index: src/sound/sample_cache.cpp === --- src/sound/sample_cache.cpp(revisio

Re: [Wormux-dev] Patches

2008-02-06 Par sujet RCL
Hi, On Feb 6, 2008 9:43 PM, Kurosu <[EMAIL PROTECTED]> wrote: > Hi, > > (is RCL registered or not? sorry if you received mails twice) > Yes I've registered :) > > Sandra et Yannig a écrit : > > Anyway, I'll try to take some time to test it and maybe p

Re: [Wormux-dev] Patches

2008-02-06 Par sujet RCL
ot;, but it helps greatly to know what the model is. Is it Ok to ask questions here or should I do that on #wormux? :) > > Regards, > > Yannig (drayan) > Best regards, Dmitry 'RCL' Rekman ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

[Wormux-dev] Patches

2008-02-06 Par sujet RCL
game? c) is it comfortable to submit patches like this (frankly, it's the first time I contribute to open-source project). Thanks in advance, Dmitry 'RCL' Rekman ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev