[05:22:34] <redwar> Hey we are still alive..... for now!!!
[05:49:40] --- redwar is now known as thegreatspace
[13:06:33] --- redwar is now known as thegreatspace
[13:30:35] <Marzo> wjp: a question: do you know what are the portability prospects of using C++11 features in Exult?
[16:06:24] --- redwar is now known as thegreatspace
[17:33:42] --- DominusExult is now known as Dominus
[21:41:07] <DominusExult> Marzo: Colourless had some strong words against c++11 some time ago, AFAIR...
[21:41:13] <DominusExult> how did the exams go?
[21:41:27] --- DominusExult is now known as Dominus
[21:57:30] <Dominus> marzo, if you have time these days, could you take a look at the bodies that become obstacles https://sourceforge.net/tracker/?func=detail&aid=3594344&group_id=2335&atid=102335 and attacking through walls/doors https://sourceforge.net/tracker/?func=detail&aid=3594342&group_id=2335&atid=102335 ?and maybe the sysex delay thing
[21:59:12] <Dominus> I had hoped to have time for some more play testing this weekend but plans and real life don't go good together most of the times :(
[22:26:10] <Marzo> Dominus: I would assume that Colourless' strong words may be related to piss poor support for it in Visual C++
[22:26:27] <Marzo> But that would be reason enough to leave it for a later date
[22:27:52] <Malignant_Manor> Marzo: What are you planning to use C++11 feature for?
[22:28:34] <Marzo> For example, getting rid of UNREPLICATABLE_CLASS and UNREPLICATABLE_CLASS_I macros
[22:28:55] <Marzo> (or rewrite them to simply delete the copy constructor)
[22:29:44] <Marzo> It is much better to have a compile-time error than a run-time error in this case
[22:29:54] <Malignant_Manor> That stuff is everywhere.
[22:30:28] <Marzo> Hence the "or rewrite them to..." change
[22:30:50] <Malignant_Manor> 34 or so files with a quick search
[22:31:15] <Marzo> 37 instances of it, yes
[22:31:32] <Marzo> (not counting the definitions)
[22:33:04] <Marzo> Anyway, I have been working on eliminating warnings
[22:33:15] <Malignant_Manor> If too problematic or not portable, this could go after the release if it isn't a major concern.
[22:33:21] <Marzo> Still some way to go, and I may likely break it into several commits
[22:33:39] <Malignant_Manor> We could always have a minor release soon after.