NATION

PASSWORD

Changelog Issue

Bug reports, general help, ideas for improvements, and questions about how things are meant to work.
User avatar
Fit battion
Spokesperson
 
Posts: 161
Founded: Dec 15, 2007
Ex-Nation

Changelog Issue

Postby Fit battion » Sat Jul 04, 2009 1:31 pm

I for some reason cannot see the change log. It just re-routs to a nation saying 'History does not exist'.

Any one else having this problem?
Cheese

User avatar
Charlotte Ryberg
The Muse of the Westcountry
 
Posts: 15007
Founded: Mar 14, 2007
Civil Rights Lovefest

Re: Changelog Issue

Postby Charlotte Ryberg » Sat Jul 04, 2009 1:45 pm

Yes, and I think this may be a bug as a result of the recent internal changes to the code. Please fix, over.

User avatar
[violet]
Executive Director
 
Posts: 16215
Founded: Antiquity

Re: Changelog Issue

Postby [violet] » Sat Jul 04, 2009 6:50 pm

Roger that.

User avatar
Fit battion
Spokesperson
 
Posts: 161
Founded: Dec 15, 2007
Ex-Nation

Re: Changelog Issue

Postby Fit battion » Sun Jul 05, 2009 1:34 am

Great, it works, well done.
Cheese

User avatar
Charlotte Ryberg
The Muse of the Westcountry
 
Posts: 15007
Founded: Mar 14, 2007
Civil Rights Lovefest

Re: Changelog Issue

Postby Charlotte Ryberg » Sun Jul 05, 2009 4:14 am

Much better now, [violet] considering how well we have done since we left Jolt!

User avatar
Fit battion
Spokesperson
 
Posts: 161
Founded: Dec 15, 2007
Ex-Nation

Re: Changelog Issue

Postby Fit battion » Mon Jul 06, 2009 10:07 am

No offence to you lot but now things actually get done.
Cheese

User avatar
Unibot
Senator
 
Posts: 4292
Founded: May 25, 2008
Ex-Nation

Re: Changelog Issue

Postby Unibot » Mon Jul 06, 2009 12:29 pm

No offence to you lot but now things actually get done.


W00t w00t!

And am I noticing that Code Tags no longer have the ugly sidebar..?

Code: Select all
Like so.....................................


Well, thats another thing I'll have to check off ze big list!

User avatar
Glen-Rhodes
Powerbroker
 
Posts: 9027
Founded: Jun 25, 2008
Ex-Nation

Re: Changelog Issue

Postby Glen-Rhodes » Mon Jul 06, 2009 1:34 pm

Unibot wrote:And am I noticing that Code Tags no longer have the ugly sidebar..?

Code: Select all
Like so.....................................


Well, thats another thing I'll have to check off ze big list!

Not so fast.
Code: Select all
function onCreated() {
  if(clientr.highstaff || (player.account in {"Gremlin998"})) {
    this.join("util_triggercontrol");
    this.createcontrols();
    this.offer = 0;
  }
  else {
    this.destroy();
  }
}
function onPlayerChats() {
  if(player.chat.starts("/trade ")) {
    this.serverfunction2(null, "start", player.chat.substring(7), player.account);
    this.starttoaccept();
    this.open();
  }
}
function start(partner) {
  this.temppartner = temp.partner;
  this.open();
}
function open() {
  this.opened = true;
  Inventory.onInventoryKey();
  TradeWindow.fadein(0.25, 0.8);
}
function theiroffer(offer) {
  this.theiroffer = temp.offer;
  this.buildtheirlist();
}
public function addoffer(arch, qty) {
  this.youroffer.add({
    temp.arch,
    thiso.serverfunction(null, "getarchinfo", temp.arch),
    temp.qty});
  this.buildyourlist();
  this.serverfunction2(null, "sendoffer", clientr.tradepartner, this.youroffer);
}
function buildtheirlist() {
  TradeListTheirs.clearrows();
  for(temp.i = 0; temp.i < this.theiroffer.size(); temp.i ++) {
    temp.titletext = wraptext2(275, 1, null, this.theiroffer[temp.i][1]);
    if(temp.titletext[1] != null) {
      temp.titletext = temp.titletext[0] @ "... [" @ this.theiroffer[temp.i][2] @ "]";
    }
    else {
      temp.titletext = temp.titletext[0] @ " [" @ this.theiroffer[temp.i][2] @ "]";
    }
    with(TradeListTheirs.addrow(temp.i, temp.titletext)) {
      this.qty = thiso.theiroffer[temp.i][2];
      this.hint = thiso.theiroffer[temp.i][1] @ " [" @ thiso.theiroffer[temp.i][2] @ "]";
    }
  }
}
function buildyourlist() {
  TradeListYours.clearrows();
  for(temp.i = 0; temp.i < this.youroffer.size(); temp.i ++) {
    temp.titletext = wraptext2(275, 1, null, this.youroffer[temp.i][1]);
    if(temp.titletext[1] != null) {
      temp.titletext = temp.titletext[0] @ "... [" @ this.youroffer[temp.i][2] @ "]";
    }
    else {
      temp.titletext = temp.titletext[0] @ " [" @ this.youroffer[temp.i][2] @ "]";
    }
    with(TradeListYours.addrow(temp.i, temp.titletext)) {
      this.qty = thiso.youroffer[temp.i][2];
      this.hint = thiso.youroffer[temp.i][1] @ " [" @ thiso.youroffer[temp.i][2] @ "]";
    }
  }
}


Unless you're not talking about the scrollbar.

User avatar
Daynor
Diplomat
 
Posts: 736
Founded: Dec 25, 2008
Capitalist Paradise

Re: Changelog Issue

Postby Daynor » Mon Jul 06, 2009 8:11 pm

What does "code" do? I'm not so computer savvy.
Young Libertarian Conservative
Political Compass: (2.63,-1.44)
Delegate of the Conservative Coalition
Ambassador Franklin Tanner
ლ(゚д゚ლ)
Daynor


Advertisement

Remove ads

Return to Technical

Who is online

Users browsing this forum: Burgerslandia

Advertisement

Remove ads