Loading

Paste #pckrx0ldj

  1. /**
  2. + * Path of a file that is possibly stored inside another file.
  3. + * The #fs_path points to a file at the file system. This can be either the file expressed by
  4. + * the #FilePath object, or a container file like a tar-file. In the latter case, the
  5. + * #contained_path is the lower-case path to the expressed file inside the container file.

Paste #pbxt65dfc

  1. NML today:
  2.  
  3. cargotable                                                            { }
  4. template            identifier (...)                                  { }
  5. spritset                       (identifier, ...)                      { }

Paste #pefl5urrc

  1. NML today:
  2.  
  3. cargotable                                                            { }
  4. template            identifier (...)                                  { }
  5. spritset                       (identifier, ...)                      { }

HELL

  1. Psg 297 Hell‎
  2. Yet another way of handling multiple cargoes is complex, hacky and awesomely evil.
  3.  
  4. 1    Trains try load passengers
  5. 2    ‎If train failed to load passengers, try again, otherwise continue to step 3

Paste #pq0jfvbnu

  1. Index: src/gfxinit.cpp
  2. ===================================================================
  3. --- src/gfxinit.cpp (revision 27730)
  4. +++ src/gfxinit.cpp (working copy)
  5. @@ -230,6 +230,14 @@

Paste #pzafzgnpd

  1. Index: src/fios.h
  2. ===================================================================
  3. --- src/fios.h  (revision 27726)
  4. +++ src/fios.h  (working copy)
  5. @@ -81,10 +81,9 @@

Paste #pouurpwrj

  1. switch (FEAT_SHIPS, SELF, ${ship.id}_switch_graphics_ship_not_moving, STORE_TEMP(PALETTE_USE_DEFAULT, 0x100)) {
  2.     0: return ${ship.id}_sg_not_moving;
  3. }
  4. switch (FEAT_SHIPS, SELF, ${ship.id}_switch_graphics_ship_moving, STORE_TEMP(CB_FLAG_MORE_SPRITES | PALETTE_USE_DEFAULT, 0x100)) {
  5.     return ${ship.id}_sg_moving;

Paste #pynt5ihc6

  1. local function process_line(line, language)
  2.   -- Skip empty lines and comments
  3.   if string.find(line, "^%s*$") or string.find(line, "^%s*%-%-") then return end
  4.  
  5.   -- Process line with meta information

Paste #pehbogc7e

  1. lang_names  table: 0x55bdd8e1c940
  2.  1  Nederlands
  3.  2  Dutch
  4.  3  nl
  5.  4  dut

Paste #pg7btzk00

  1. --[[ Copyright (c) 2010 RAS
  2.                    2011 FlyingBastard, L_konings, Nossah, KasperVld
  3.                    2012-2013 Omni, Maarten
  4.  
  5. Permission is hereby granted, free of charge, to any person obtaining a copy of

Paste #pcgvcrfo1

  1. int main()
  2. {
  3.     SafeReference<Room> room_ref1;
  4.     printf("&room_ref1 = %p\n", &room_ref1);
  5.     printf("\troom_ref1 valid: %d\n", room_ref1.IsValid());

Paste #pwj2ixurx

  1. #ifndef SAFE_REF_H
  2. #define SAFE_REF_H
  3.  
  4. #include <cassert>
  5. #include <vector>

Paste #pntkyfdty

  1. def Plant(World world):
  2.     int NUM_LEVELS = 5;           # 5 levels displayed plant state.
  3.     int NUM_UNITS = 72;           # 1 level is 72 units water
  4.     int FRACTION_MULTIPLY = 1024; # 1 unit water is 1024/1024 water
  5.     int INITIAL_LEVEL = (NUM_LEVELS * NUM_UNITS - 1) * FRACTION_MULTIPLY;

Paste #ptfhuharw

  1. [roadtoolbar]
  2. build_x = 1
  3. build_y = 2
  4. autoroad = 3,GLOBAL+SHIFT+A
  5. demolish = 4

Paste #plr4ntcbt

  1. Index: config.lib
  2. ===================================================================
  3. --- config.lib  (revision 27708)
  4. +++ config.lib  (working copy)
  5. @@ -1404,6 +1404,9 @@