Transformers and More @ The Seibertron Store

Details subject to change. See listing for latest price and availability.
function game_spacer_image($w = 1, $h = 1, $alt = '')
{
$w = max(intval($w), 1);
$h = max(intval($h), 1);
$alt = htmlentities($alt);
return sprintf(
'<img src="/images/spacer.gif" width="%d" height="%d" border="0" alt="%s" />',
$w,
$h,
$alt
);
}
<td style="padding-top: 10px; background-color: %s"
color_rgb2html($rgb)
function hexstring (rgb)
{
return '#' + int2base(rgb[0] * 255, 16) + int2base(rgb[1] * 255, 16) + int2base(rgb[2] * 255, 16);
}
function update_sat (hue)
{
curr_hue = hue;
failsafe = 50;
for (var i = 0; i < SAT_NUM_STEPS; i++) {
failsafe--;
if (failsafe <= 0) {
alert ('Failsafe kicked in at i=' + i + ', its=' + its + '!');
break;
}
rgb = hsv2rgb(hue, SAT_MIN + (i * SAT_STEP), VAL_MAX);
cell = document.getElementById('cp_sat' + i);
cell.style.backgroundColor = hex_string(rgb);
}
update_val (curr_sat);
}
function update_val (sat, new_val)
{
hue = curr_hue;
curr_sat = sat;
failsafe = 50;
for (var i = 0; i < VAL_NUM_STEPS; i++) {
failsafe--;
if (failsafe <= 0) {
alert ('Failsafe kicked in at i=' + i + ', its=' + its + '!');
break;
}
cell = document.getElementById('cp_val' + i);
rgb = hsv2rgb(hue, sat, VAL_MIN + (i * VAL_STEP));
cell.style.backgroundColor = hex_string(rgb);
}
}
Psychout wrote:Im not scared of a gender confused minibot!
IndeedTammuz wrote:but don't get you hopes up, OS doesn't seem inclined to work on HMW.
Sharpwing wrote:Maybe some people need to be patient.
Tammuz wrote:Sharpwing wrote:Maybe some people need to be patient.
there's patience, and there's infinite patience; OS pretty much inferred he wants to wash his hands of V1, so why not let someone else look after it while OS is doing what ever OS is doing?
Absolute Zero wrote:Not true. I'd like some cake.
If I cared what you people thought of my performance or if you were my boss in any way, shape or form you would have an argument. Just know that I am doing nothing, I am worthless and do not have the ability to program my way out of a sack, let alone fix a status bar.Fearless Echoes wrote:Yeah, its been made pretty obvious that you are doing a 'V2' so why not admit it. At least then the general populace will see you are doing *something*, whereas right now it apears nothing is being done, and you are taking a damn long time in doing it.
Honesty? Here's some honesty... You eagerly await any single word I might type in this forum to lynch mob it with a fury and then wonder why I never post anything. Its actually pretty funny. Its never really criticism but typically personal attacks. I get it. You don't like me. So now we have a little bit of honesty.Fearless Echoes wrote:
We all dont mind waiting if we know something is being worked on.
We arnt asking for a final date, cuase most of us know that real life and programming problems will delay any date chosen.
All we want is for a little bit of honesty.
He was the former programmer whom I replaced. There were reasons for it which I am not at liberty to discuss here. What you are seeing here is the fact that he was liked by the mob and I am not. HMW is currently under a code freeze which is why you aren't seeing any enhancements/fixes right now.Merc With A Mouth wrote:Who is Glyph and why is he so awesome? If he has that level of programming skill to provide fixes for the game just like that he should totally be programming with OS. The game would only be better for it.
Return to Heavy Metal War Forum
Registered users: Bing [Bot], Gauntlet101010, Glyph, Google [Bot], Google Adsense [Bot], Google Feedfetcher, MSN [Bot], sprockitz, SupersonicShockwave, Yahoo [Bot], Ziusundra