Version 50 beta feedback

  • TheTempest
    21st May 2011 Member 0 Permalink
    @CAC-Boomerang
    Same problem :| with erasing I mean.
  • limelier
    21st May 2011 Member 0 Permalink
    I believe when decoration is erased the color should reset to normal..
    Anyways when's it coming out of beta I'm inpatiently waiting to put my ideas!
  • me4502
    21st May 2011 Member 0 Permalink
    I fixed the deco layer erase bug :D

    void create_decorations(int x, int y, int rx, int ry, int r, int g, int b)
    {
    int i,j,rp;
    if (rx==0 && ry==0)
    {
    rp = pmap[y][x];
    if ((rp>>PS)>=NPART || !rp)
    return;
    if(r==0 && g==0 && b==0){
    parts[rp>>PS].dcolour = ptypes[rp>>PS].pcolors;
    } else {
    parts[rp>>PS].dcolour = ((255<<24)|(r<<16)|(g<<8)|b);<br /> }
    return;
    }
    for (j=-ry; j<=ry; j++)<br /> for (i=-rx; i<=rx; i++)<br /> if(y+j>=0 && x+i>=0 && x+i if ((CURRENT_BRUSH==CIRCLE_BRUSH && (pow(i,2))/(pow(rx,2))+(pow(j,2))/(pow(ry,2))<=1)||(CURRENT_BRUSH==SQUARE_BRUSH&&i*j<=ry*rx)){<br /> rp = pmap[y+j][x+i];
    if ((rp>>PS)>=NPART || !rp)
    continue;
    if(r==0 && g==0 && b==0){
    parts[rp>>PS].dcolour = ptypes[rp>>PS].pcolors;
    } else {
    parts[rp>>PS].dcolour = ((255<<24)|(r<<16)|(g<<8)|b);<br /> }
    }
    }

    replace the PS's with 8 and replace create_decorations with this
  • snateraar
    21st May 2011 Member 0 Permalink
    This has been there for a while, but shouldn't there be an option 'Sort on Votes'?
    I only see the best-voted stuff on the front page, page 2 has old stuff that almost never changes. Shouldn't the saves that stood on the front page for a while sink down one page so you don't have to search through millions of pages but just look one page down.
  • Catelite
    21st May 2011 Former Staff 0 Permalink
    Not really. o_o; Just favorite them if you need to find them later, or search for them.
  • Demoman200
    21st May 2011 Member 0 Permalink
    What is newtonian gravity? I used cracker64's Mac version of the beta (Thank you cracker!!!), and SOAP is pretty cool as well.
  • Gatortribe
    21st May 2011 Member 0 Permalink
    If you guys are having trouble with the Mac OS X version of the Beta, i sugest you download Winehelper and install it, then install the Windows version. Winehelper opens it and it works perfectly for me.
    http://darwine.sourceforge.net/download.php
  • Neospector
    21st May 2011 Member 0 Permalink
    @Demoman200 (View Post)
    Activate it in the menu and put some of the (new) BHOL on the screen.

    PHOT and NEUT (Light and radiation) will be sucked in.
  • Demoman200
    21st May 2011 Member 0 Permalink
    @Neospector (View Post)
    are you supposed to turn it on or something? it wont work.
  • Neospector
    21st May 2011 Member 0 Permalink
    @Demoman200 (View Post)
    That is exactly what I said in the first sentence.
Locked by Simon-: Beta is over