aboutsummaryrefslogtreecommitdiff
path: root/advtrains/textures/advtrains_driver_cab.png
blob: 331bcc97b5381ca74a0588557af7422e77056a37 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 10 00 00 00 10 08 06 00 00 00 1f f3 ff .PNG........IHDR................
0020 61 00 00 00 06 62 4b 47 44 00 ff 00 ff 00 ff a0 bd a7 93 00 00 00 09 70 48 59 73 00 00 0b 13 00 a....bKGD..............pHYs.....
0040 00 0b 13 01 00 9a 9c 18 00 00 00 07 74 49 4d 45 07 e1 01 1f 09 2f 19 5d 70 a7 dc 00 00 00 45 69 ............tIME...../.]p.....Ei
0060 54 58 74 43 6f 6d 6d 65 6e 74 00 00 00 00 00 43 52 45 41 54 4f 52 3a 20 67 64 2d 6a 70 65 67 20 TXtComment.....CREATOR:.gd-jpeg.
0080 76 31 2e 30 20 28 75 73 69 6e 67 20 49 4a 47 20 4a 50 45 47 20 76 38 30 29 2c 20 71 75 61 6c 69 v1.0.(using.IJG.JPEG.v80),.quali
00a0 74 79 20 3d 20 39 30 0a aa 8c c5 0e 00 00 00 9c 49 44 41 54 38 cb b5 92 4b 0e c3 20 0c 44 1f 08 ty.=.90.........IDAT8...K....D..
00c0 88 c8 22 4b 16 dc ff 66 9c 21 41 28 1f 77 45 15 d4 b4 aa 44 32 2b db 63 d9 1e db d0 09 75 76 a6 .."K...f.!A(.wE....D2+.c.....uv.
00e0 69 12 00 63 0c c6 98 26 71 db 36 e6 79 06 20 84 00 40 4a 49 69 ee 44 8c 51 62 8c f2 8d f7 de 8b i..c...&q.6.y....@JIi.D.Qb......
0100 f7 be e1 bb 27 68 84 3a e7 7e 26 0f c3 00 40 ce f9 ba c0 99 b8 42 29 e5 23 a6 6f 3d e3 38 8e 52 ....'h.:.~&...@......B).#.o=.8.R
0120 3b 29 d5 50 88 08 c7 71 54 5b 3d b3 c4 da 61 df f7 bf 0b 3c 33 41 f7 1f 68 ad df 32 d6 75 05 c0 ;).P...qT[=...a....<3A..h..2.u..
0140 5a 8b b5 16 80 65 59 ee 93 d0 8d 17 43 c8 36 b8 54 0a 1e 6d 00 00 00 00 49 45 4e 44 ae 42 60 82 Z....eY.....C.6.T..m....IEND.B`.
15' href='#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271
/*
Minetest
Copyright (C) 2010-2015 kwolekr, Ryan Kwolek <kwolekr@minetest.net>
Copyright (C) 2010-2015 paramat, Matt Gregory

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/


#include "mapgen.h"
#include "voxel.h"
#include "noise.h"
#include "mapblock.h"
#include "mapnode.h"
#include "map.h"
#include "content_sao.h"
#include "nodedef.h"
#include "voxelalgorithms.h"
//#include "profiler.h" // For TimeTaker
#include "settings.h" // For g_settings
#include "emerge.h"