Loading

Paste #psoqthtzh

  1. src/window.h
  2. 65:     CHG_MOUSE_MODE_LOST,  ///< Lost the mouse mode.
  3.  
  4. src/fence_gui.cpp
  5. 169:    if (code != CHG_MOUSE_MODE_LOST) return;

Paste #pfgetwdwb

  1. ~/.hgrc:
  2. [ui]
  3. ignore = ~/.hgignore
  4. username = frosch

Paste #pb2s9ajwt

  1. diff --git a/src/mouse_mode.h b/src/mouse_mode.h
  2. index c621d1b..2c4428c 100644
  3. --- a/src/mouse_mode.h
  4. +++ b/src/mouse_mode.h
  5. @@ -260,11 +260,15 @@ struct VoxelRideData {

busybee subsidy reward fo

  1. diff --git a/.gitignore b/.gitignore
  2. new file mode 100644
  3. index 0000000..d8fe4fa
  4. --- /dev/null
  5. +++ b/.gitignore

busybeesubsidypatch

  1. diff --git a/company.nut b/company.nut
  2. index 58e8d45..1546680 100644
  3. --- a/company.nut
  4. +++ b/company.nut
  5. @@ -25,7 +25,9 @@ class CompanyGoal {

busy bee subsidy patch

  1.   function GetAuthor()        { return "alberth & andythenorth"; }
  2. -    function GetName()          { return "Busy Bee"; } // Old: return PROGRAM_NAME;
  3. -    function GetDescription()   { return "Make connection, transport cargo"; }
  4. +    function GetAuthor()        { return "alberth & andythenorth, reward by jottyfan"; }
  5. +    function GetName()          { return "Busy Bee Reward"; } // Old: return PROGRAM_NAME;

busy bee subsidy patch

  1.   function GetAuthor()        { return "alberth & andythenorth"; }
  2. -    function GetName()          { return "Busy Bee"; } // Old: return PROGRAM_NAME;
  3. -    function GetDescription()   { return "Make connection, transport cargo"; }
  4. +    function GetAuthor()        { return "alberth & andythenorth, reward by jottyfan"; }
  5. +    function GetName()          { return "Busy Bee Reward"; } // Old: return PROGRAM_NAME;

Paste #pupmly3he

  1.  
  2.  
  3.  
  4. local goal_text, goal_news_text;
  5. if (this.reward > 0) {

realigned

  1.             local goal_text, goal_news_text;
  2.             if (this.reward > 0) {
  3.               goal_text = GSText(GSText.STR_COMPANY_GOAL_REWARD, cargo.cid, this.wanted_amount, destination_string, this.reward);
  4.               goal_news_text = GSText(GSText.STR_COMPANY_GOAL_REWARD_NEWS, cargo.cid, this.wanted_amount, destination_string_news, this.reward);
  5.             } else {

now?

  1.             local goal_text, goal_news_text;
  2.             if (this.reward > 0) {
  3.               goal_text = GSText(GSText.STR_COMPANY_GOAL_REWARD, cargo.cid,
  4.                                      this.wanted_amount, destination_string, this.reward);
  5.               goal_news_text = GSText(GSText.STR_COMPANY_GOAL_REWARD_NEWS, cargo.cid,

snipplet again

  1.             local goal_text, goal_news_text;
  2.                         if (this.reward > 0) {
  3.               goal_text = GSText(GSText.STR_COMPANY_GOAL_REWARD, cargo.cid,
  4.                                      this.wanted_amount, destination_string, this.reward);
  5.                           goal_news_text = GSText(GSText.STR_COMPANY_GOAL_REWARD_NEWS, cargo.cid,

Paste #powzxkjep

  1. ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvzzkAJzXApxRNhsH41k0LSUrNFIJ+u+CidsephFHtuqGbp0kKGppM5hdvU06afM/Dais5mFuQ/MSsD0mqUxWiWzoYbOUPcOLchPxMmSToxyKb5+a1II+B+1KdwTwojKnOhXXMcZgrmc7+lTsObGNEeAdpgliSeeJFovU7xnzsAC5CtWKW0NdXPTuvoRQ6T7752ntzULagsPKWVX+RHDSI6swkNRmdi2YZyBFhxtHzRn8O2nP0MCfCL5/B8uNmAiN0ATK0L5jF6lUlq/GdV78c+Jw4jqAxF3pwXzNkU1frWI5vxuStwAXwxiFRvhXBDL7XFLl4lP7vOenuql+soa2L hg@localhost.localdomain

Paste #pnvsghfsl

  1. ssh-dss AAAAB3NzaC1kc3MAAACBAMzgjQ+XPpAd8THRj6H68rDH5xzZiCtp0OjpZYFdaZokmMkCsSd3VNwk2I6gpwyWoi6ipYbDRI7ZyClRvC73UaquWpif0MLn3RLWt+imMJx/IjpBbUDaf5mA6uR7CFQ6Y6LZW28QYmusWhfe1g+g8Pt0ZrUXFGXh2dXg43dk9BL9AAAAFQDS6e4RrwKWJ4c7w+EcA80z58hgOwAAAIBd4Vl4LQ7Kmb7lTjCEDJEVNxK1SFQ+qcZ7QDbMEI1jQVKyBw2lXd32FJHO3q7rTBsBvXWZgECOKkkIomCiA6QYWL0ycxgAQyoV8i4ihMu/SUCkMTPVUpF99EzfXFZwHyPbNflDYyTxrNKAesEI/GTX3et7iBE9dYhWK1B/HH4fbwAAAIBBPc0Unev0WzI80JANcBu8hHoC7G3IZmOHc2WX3G+8OJK4jFveqGFXpHFX8ky253D/mZLz/rVuBbX48jou7Z6lmym+EBjj4pemlNbcjts7m7cku7JI6ohXgaU9F5wKsdUBllhQM00wjSiDplQuAIUEC73kpQkhIpcJP0kSKlLxpA== ingo@devera

Paste #pg3s1opfm

  1. planetmaker@localhost:~/eternal-lands$ hg clone git+https://github.com/xaphier/Eternal-Lands.git xaphier --debug --traceback
  2. no terminfo entry for sitm
  3. no terminfo entry for dim
  4. Counting objects: 43847, done.
  5. Total 43847 (delta 0), reused 0 (delta 0), pack-reused 43847

openttd.cfg

  1.  
  2. [misc]
  3. display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
  4. fullscreen = false
  5. support8bpp = no