Upcoming Release Balance Discussion (SVN)
New mac bins. AC r6557

@Devs, two things.

1)
A bug I found.
heartbeat 0-99.

I realized this wasn't a bool, so I cranked it up to 99, and then found it too loud. I then kept on lowering it, and found that it never got softer. It either didn't sound, or it was loud. It didn't sound at 8, and started sounding at 9. Probably not the heartbeats fault, but the audio software or something.


2)
Not sure why this was happening, but it said something along the lines of "Overloaded function with no contextual information". I did a grep which revealed that getmode was only used in this chunck that I just gave you. So I changed it around to COMMANDN and appeneded _ to the end of the function declaration, and that seemed to work. Something to think about for final release.

Here is the code:
//Next line is 1534:command.cpp.
void getmode_(int acr = 0) { result(modestr(gamemode, acr ? true : false)); }

COMMANDN(millis, millis_, ARG_IVAL);
COMMANDN(strlen, strlen_, ARG_1STR);
COMMANDN(substr, substr_, ARG_3STR);
COMMANDN(strpos, strpos_, ARG_3STR);
COMMAND(l0, ARG_2INT);
COMMAND(systime, ARG_NONE);
COMMANDN(timestamp, timestamp_, ARG_NONE);
COMMAND(datestring, ARG_NONE);
COMMANDN(timestring, timestring_, ARG_NONE);
COMMANDN(getmode, getmode_, ARG_1INT);
Thanks given by:


Messages In This Thread
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 23 Jan 11, 07:08PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 24 Jan 11, 12:31AM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 25 Jan 11, 04:22AM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 28 Jan 11, 08:23PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 01 Feb 11, 09:29PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 02 Feb 11, 02:16PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 02 Feb 11, 06:27PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 02 Feb 11, 09:13PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 05 Feb 11, 12:37AM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 05 Feb 11, 04:25AM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 06 Feb 11, 09:46PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 06 Feb 11, 11:23PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by ph4ntom - 08 Feb 11, 02:58PM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 11 Feb 11, 01:04AM
RE: Upcoming 1.1.0.5 Balance Discussion (SVN) - by CyberKlown28 - 11 Feb 11, 11:28PM
RE: Upcoming Release Balance Discussion (SVN) - by HellJanitorIsHispanic - 26 Jun 11, 11:57AM
RE: Upcoming Release Balance Discussion (SVN) - by HellJanitorIsHispanic - 26 Jun 11, 03:20PM
RE: Upcoming Release Balance Discussion (SVN) - by HellJanitorIsHispanic - 28 Jun 11, 07:55AM
RE: Upcoming Release Balance Discussion (SVN) - by Ronald_Reagan - 16 Jul 11, 12:32AM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 20 Dec 11, 06:47PM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 22 Dec 11, 05:06PM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 22 Dec 11, 10:05PM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 23 Dec 11, 12:18AM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 18 Apr 12, 01:07AM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 18 Apr 12, 12:44PM
RE: Upcoming Release Balance Discussion (SVN) - by Harps - 25 Apr 12, 02:48PM
RE: Upcoming Release Balance Discussion (SVN) - by Grenade - 10 Jun 12, 08:40PM