[00:01:11] <Dominus> grrr... wasted over 20 minutes with valgrind but then the super slowing down of it prevented the crash :(
[00:03:41] <Dominus> it had some complains about the Mt32emu and HQ3x...
[00:15:44] <Malignant_Manor> In all cases, paralyzed or asleep party members do not teleport.
[00:29:17] <Malignant_Manor> Here's the teleport fix. http://pastebin.com/AnFfpQiV
[00:31:58] <Dominus> gonna try this next time... though maybe we do not want the cheating to work like this... after all, we are cheating :)
[00:33:10] <Malignant_Manor> The cheating works like normal.
[00:33:31] <Malignant_Manor> ie. all party members teleport unless dead.
[00:34:13] <Dominus> I was only wondering because you modified cheat.cc and cheat_screen.cc as well
[00:34:35] <Dominus> (and I am mostly code clueless)
[00:39:21] <Malignant_Manor> I changed the intrinsic and added a bool to check if they can move.
[00:39:58] <Malignant_Manor> I didn't need to change the cheats since I have it default to false, but it is nice to have it written out anyway.
[00:40:35] <Malignant_Manor> I left the 3 or so lines that only returned coordinates and used all defaults.
[00:46:07] <Dominus> ok, get it...
[00:46:33] <Dominus> in moonshade Exult becomes slow... going to stop and go :(
[10:51:26] <Dominus> ok, whether he wants it or not Malignant Manor has just become a team member :)
[10:51:42] <Dominus> for everyone to know!
[10:52:08] <Dominus> our 16th member
[11:04:00] <Dominus> damnit, I'm becoming more and more bad at writing fast... My nice welcome message "Welcome ot the team"... quality, not quantity counts...
[18:46:25] <Malignant_Manor> Is there an Exult developer available for a quick question?
[18:48:05] <Malignant_Manor> When adding an argument like bool status_check = false,
[18:48:43] <Malignant_Manor> should I update function calls that use the default for that parameter (ie. false).
[18:49:11] <Malignant_Manor> A specific example is here https://sourceforge.net/tracker/?func=detail&aid=3132760&group_id=2335&atid=302335.
[18:50:08] <Malignant_Manor> I just want to know what you consider best for readable code.