Loading

Paste #palkdis9e

  1. /**
  2.  * Load a voxel stack from the save game file.
  3.  * @param ldr Input stream to read.
  4.  */
  5. void VoxelStack::Load(Loader &ldr)

Paste #pn4xnvlte

  1. diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
  2. index 57ba0ae..6410641 100644
  3. --- a/src/toolbar_gui.cpp
  4. +++ b/src/toolbar_gui.cpp
  5. @@ -238,16 +238,15 @@ public:

Paste #pmhnxh1aj

  1. diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
  2. index 57ba0ae..6410641 100644
  3. --- a/src/toolbar_gui.cpp
  4. +++ b/src/toolbar_gui.cpp
  5. @@ -238,16 +238,15 @@ public:

Paste #po6tnncoi

  1. Alias für: hg log -G --template="{label('changeset.{phase}',
  2. rev)}:{label('changeset.{phase}', node|short)} {label('log.tags',
  3. if(tags,\"{tags} \"))}{label('log.bookmarks', if(bookmarks,\"{bookmarks}
  4. \"))}{label('log.date', date|isodate)} ({label('log.author',
  5. author|person)})\n\t{label('log.desc', desc|tabindent)}\n\n"

Paste #pcbnnmof0

  1. strings.cpp:1860
  2.  
  3. int CDECL StringIDSorter(const StringID *a, const StringID *b)
  4. {
  5.     char stra[512];

Paste #pxkm81kif

  1. Index: src/station_gui.cpp
  2. ===================================================================
  3. --- src/station_gui.cpp (revision 27062)
  4. +++ src/station_gui.cpp (working copy)
  5. @@ -19,6 +19,7 @@

Paste #p2khxukvv

  1. ingo@aeolus:~/tmp$ cd test
  2. ingo@aeolus:~/tmp/test$ # Pastebin Y3H27Eql
  3. ingo@aeolus:~/tmp/test$ hg init mq-test
  4. ingo@aeolus:~/tmp/test$ hg init --mq mq-test
  5. ingo@aeolus:~/tmp/test$ cd mq-test

Paste #pcrctawfw

  1. p   binutils-mingw-w64                                                            - Cross-binutils for Win32 and Win64 using MinGW-w64                                      
  2. p   binutils-mingw-w64-i686                                                       - Cross-binutils for Win32 (x86) using MinGW-w64                                          
  3. p   binutils-mingw-w64-i686:i386                                                  - Cross-binutils for Win32 (x86) using MinGW-w64                                          
  4. p   binutils-mingw-w64-x86-64                                                     - Cross-binutils for Win64 (x64) using MinGW-w64

Paste #py9yeju1w

  1. ingo@aeolus:~/hg-test$ hg glog -l5
  2. @  7:36479da8f266 tip foo2 2014-11-11 14:07 +0100 (planetmaker)
  3. |   Move foo2
  4. |
  5. o  6:0b428aa7bdf8 2014-11-11 14:06 +0100 (planetmaker)

Paste #p2kpbkoca

  1. hg incoming ssh://hg@hg.openttdcoop.org/nml-py3
  2. comparing with ssh://hg@hg.openttdcoop.org/nml-py3
  3. searching for changes
  4. changeset:   2258:472b07e7678b
  5. parent:      2190:e898ff6f27ee

Paste #pwsxigniy

  1. YETI, 1 thread:
  2. real    49m59.751s
  3. user    49m54.531s
  4. sys     0m2.372s

Paste #p0cnakxrm

  1. ingo@aeolus:~/hg-test$ hg cp foo foo2
  2. ingo@aeolus:~/hg-test$ hg ci -m "copy foo"
  3. ingo@aeolus:~/hg-test$ hg export tip
  4. # HG changeset patch
  5. # User planetmaker <planetmaker@openttd.org>

Paste #pwtwowa1p

  1. static inline int find(const char *pat_data, int pat_size, const char *data, int data_size)
  2. {
  3.     int i;
  4.     for (i = 0; i + pat_size <= data_size; ++i) {
  5. #if 0

Paste #plaovddlh

  1. planetmaker@openttd$ cat update-others.sh
  2. #!/bin/sh
  3.  
  4. # Update both git and mercurial, by checking where the commit was, and updating those repos

Paste #ph23niesx

  1.   * r3: Partial commit (part1)
  2.   |
  3. * | r2: Total commit to be rebased
  4. | /
  5. |