Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pdgtoka8q
Show paste
~/bin/mercurial/mutable-history$ LC_ALL=C hg -R ../hg log -r .
changeset: 22324:5dc91146f353
branch: stable
tag: 3.1.1
parent: 22322:e284de138f00
Paste #ph2aipmxi
Show paste
Index: src/script/api/script_text.cpp
===================================================================
--- src/script/api/script_text.cpp
(
revision 26763
)
+++ src/script/api/script_text.cpp
(
working copy
)
@@ -12,8 +12,10 @@
Paste #phxirpwc5
Show paste
Index: src/saveload/game_sl.cpp
===================================================================
--- src/saveload/game_sl.cpp
(
revision 26763
)
+++ src/saveload/game_sl.cpp
(
working copy
)
@@ -143,6 +143,9 @@
Paste #pqrfaafoh
Show paste
Index: src/3rdparty/squirrel/squirrel/sqcompiler.cpp
===================================================================
--- src/3rdparty/squirrel/squirrel/sqcompiler.cpp
(
revision 26763
)
+++ src/3rdparty/squirrel/squirrel/sqcompiler.cpp
(
working copy
)
@@ -66,7 +66,7 @@
Paste #pqoxqawnz
Show paste
184c184
< irc.sendMsg
(
ircmsgs.privmsg
(
channel, msg
)
)
---
> irc.queueMsg
(
ircmsgs.privmsg
(
channel, msg
)
)
Paste #pjwdyms7q
Show paste
TextColour colour = TC_BLACK;
if (order->IsType(OT_IMPLICIT)) {
colour = (selected ? TC_SILVER : TC_GREY) | TC_NO_SHADE;
} else if (selected) {
colour = TC_WHITE;
}
«
1
2
...
123
124
125
126
127
128
129
130
131
»