Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #palkdis9e
Show paste
/**
* Load a voxel stack from the save game file.
* @param ldr Input stream to read.
*/
void
VoxelStack
::
Load
(
Loader
&
ldr
)
Paste #pn4xnvlte
Show paste
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 57ba0ae..
6410641
100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -238,16 +238,15 @@ public:
Paste #pmhnxh1aj
Show paste
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 57ba0ae..6410641 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -238,16 +238,15 @@ public:
Paste #po6tnncoi
Show paste
Alias für: hg log -G --template="{label('changeset.{phase}',
rev)}:{label('changeset.{phase}', node|short)} {label('log.tags',
if(tags,\"{tags} \"))}{label('log.bookmarks', if(bookmarks,\"{bookmarks}
\"))}{label('log.date', date|isodate)} ({label('log.author',
author|person)})\n\t{label('log.desc', desc|tabindent)}\n\n"
Paste #pcbnnmof0
Show paste
strings.
cpp
:
1860
int
CDECL StringIDSorter
(
const
StringID
*
a,
const
StringID
*
b
)
{
char
stra
[
512
]
;
Paste #pxkm81kif
Show paste
Index: src/station_gui.cpp
===================================================================
--- src/station_gui.cpp
(
revision 27062
)
+++ src/station_gui.cpp
(
working copy
)
@@ -19,6 +19,7 @@
Paste #p2khxukvv
Show paste
ingo@aeolus:~/tmp$ cd test
ingo@aeolus:~/tmp/test$ # Pastebin Y3H27Eql
ingo@aeolus:~/tmp/test$ hg init mq-test
ingo@aeolus:~/tmp/test$ hg init --mq mq-test
ingo@aeolus:~/tmp/test$ cd mq-test
Paste #pcrctawfw
Show paste
p binutils-mingw-w64 - Cross-binutils for Win32 and Win64 using MinGW-w64
p binutils-mingw-w64-i686 - Cross-binutils for Win32 (x86) using MinGW-w64
p binutils-mingw-w64-i686:i386 - Cross-binutils for Win32 (x86) using MinGW-w64
p binutils-mingw-w64-x86-64 - Cross-binutils for Win64 (x64) using MinGW-w64
Paste #py9yeju1w
Show paste
ingo@aeolus:~/hg-test$ hg glog -l5
@ 7:36479da8f266 tip foo2 2014-11-11 14:07 +0100 (planetmaker)
| Move foo2
|
o 6:0b428aa7bdf8 2014-11-11 14:06 +0100 (planetmaker)
Paste #p2kpbkoca
Show paste
hg incoming ssh://hg@hg.openttdcoop.org/nml-py3
comparing with ssh://hg@hg.openttdcoop.org/nml-py3
searching for changes
changeset: 2258:472b07e7678b
parent: 2190:e898ff6f27ee
Paste #pwsxigniy
Show paste
YETI, 1 thread:
real 49m59.751s
user 49m54.531s
sys 0m2.372s
Paste #p0cnakxrm
Show paste
ingo@aeolus:~/hg-test$ hg cp foo foo2
ingo@aeolus:~/hg-test$ hg ci -m "copy foo"
ingo@aeolus:~/hg-test$ hg export tip
# HG changeset patch
# User planetmaker <planetmaker@openttd.org>
Paste #pwtwowa1p
Show paste
static inline int find(const char *pat_data, int pat_size, const char *data, int data_size)
{
int i;
for (i = 0; i + pat_size <= data_size; ++i) {
#if 0
Paste #plaovddlh
Show paste
planetmaker@openttd$ cat update-others.sh
#!/bin/sh
# Update both git and mercurial, by checking where the commit was, and updating those repos
Paste #ph23niesx
Show paste
* r3: Partial commit (part1)
|
* | r2: Total commit to be rebased
| /
|
«
1
2
...
123
124
125
126
127
128
129
...
133
134
»