Loading

Announcement

  1. We have moved the OpenTTD repo to Github.
  2.  
  3. It was probably overdue.
  4.  
  5. Things will be better.

Paste #pdos9yayf

  1. // default spriteset templates
  2.         template spriteset_template_asymmetric_unreversed_wizzo_unflipped(y) {
  3.                 //[left_x, upper_y, width, height, offset_x, offset_y]
  4.                 [60, y, 8, 29, -3, -20 ]
  5.                 [73, y, 26, 24, -10, -17 ]

Paste #pkenopste

  1. Index: src/train_gui.cpp
  2. ===================================================================
  3. --- src/train_gui.cpp   (Revision 28004)
  4. +++ src/train_gui.cpp   (Arbeitskopie)
  5. @@ -375,6 +375,10 @@

Paste #povrpngg5

  1. Index: src/train_gui.cpp
  2. ===================================================================
  3. --- src/train_gui.cpp   (Revision 28004)
  4. +++ src/train_gui.cpp   (Arbeitskopie)
  5. @@ -407,9 +407,6 @@

Paste #ppau02xuo

  1. Concerns
  2. * what's the future of OpenTTD? (reiterate current goals in wiki)
  3. * infrastructure:
  4.     * we grew a lot of stuff (just OpenTTD, nvm coop stuff)
  5.     * who maintains it, what happens if things break?

Paste #pynd32ks6

  1. ./Doxyfile
  2. ./readme.txt
  3. ./.git/hooks/prepare-commit-msg.sample
  4. ./.git/hooks/pre-commit.sample
  5. ./.git/hooks/pre-rebase.sample

Paste #pg77mixbo

  1. # git completion with a script download from github
  2. source ~/git-completion.bash
  3. # alternative git completion via Apple
  4. # source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh

Paste #pa8txhslk

  1. # set your user info
  2. [user]
  3.     name = ****
  4.     email = ****

Paste #phncu0fjn

  1. Trans-Siberian
  2.  
  3. Check map dimensions
  4.  
  5. If rectangular:
  - choose long axis

Paste #peugklr8z

  1. SVN style:
  2.   [branch] -Keyword [FS#12345] (r12345): [section] Message. (credits)
  3.   [1.8] -Fix [FS#12345] (r12345): [NewGRF] Everything. (wizzzard)
  4.  
  5. Discussion:

ai_semaphore.diff

  1. Index: src/script/api/script_rail.cpp
  2. ===================================================================
  3. --- src/script/api/script_rail.cpp  (Revision 27604)
  4. +++ src/script/api/script_rail.cpp  (Arbeitskopie)
  5. @@ -458,6 +458,7 @@

ai_semaphore.diff

  1. ndex: src/script/api/script_rail.cpp
  2. ===================================================================
  3. --- src/script/api/script_rail.cpp  (Revision 27604)
  4. +++ src/script/api/script_rail.cpp  (Arbeitskopie)
  5. @@ -458,6 +458,7 @@

Paste #pwhtfftul

  1. nfo
  2.  
  3. Format: uuiicctt
  4. Variable    Value
  5. tt  a bit mask of all cargo classes transported by the consist

Paste #pqfdsdyod

  1. switch (FEAT_TRAINS, PARENT, mail_car_pony_gen_1A_switch_graphics_unreversed, most_common_refit) {
  2.         MAIL: return mail_car_pony_gen_1A_switch_graphics_engine_id_1;
  3.     return mail_car_pony_gen_1A_switch_graphics_engine_id_0;
  4. }

Paste #pubq0ilqu

  1. switch (FEAT_TRAINS, PARENT, mail_car_pony_gen_1B_switch_graphics_unreversed, most_common_refit) {
  2.         CC_MAIL: return mail_car_pony_gen_1B_switch_graphics_engine_id_1;
  3.     return mail_car_pony_gen_1B_switch_graphics_engine_id_0;
  4. }