Loading

Paste #pg2zecifk

  1. 0000000: 4354 4847 0102 Header + version
  2.          0100 0000    One animation
  3.          0100 0000    One frame
  4.          0100
  5. 0000010: 0000   One sprite element

Paste #puz7pc8on

  1. diff --git a/src/person.cpp b/src/person.cpp
  2. --- a/src/person.cpp
  3. +++ b/src/person.cpp
  4. @@ -251,7 +251,7 @@ static const WalkInformation _walk_sw_sw
  5.  };

Paste #pls2rd6ad

  1. diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
  2. index a66f6fe..bcfbe41 100644
  3. --- a/src/toolbar_gui.cpp
  4. +++ b/src/toolbar_gui.cpp
  5. @@ -236,10 +236,10 @@ public:

Paste #pq36bdhke

  1. /home/alberth/freerct/freerct_git/src/mouse_mode.h:393: warning: Member MarkDirty() override (function) of class VoxelTileDataMouseMode< VoxelTileData< VoxelFenceData > > is not documented.
  2. /home/alberth/freerct/freerct_git/src/mouse_mode.h:408: warning: Member GetZRange(uint xpos, uint ypos) override (function) of class VoxelTileDataMouseMode< VoxelTileData< VoxelFenceData > > is not documented.
  3. /home/alberth/freerct/freerct_git/src/mouse_mode.h:186: warning: Member GetCursor(const XYZPoint16 &voxel_pos) override (function) of class TileDataMouseMode< VoxelTileData< VoxelFenceData > > is not documented.
  4. /home/alberth/freerct/freerct_git/src/mouse_mode.h:487: warning:

Paste #ped7ucocw

  1.             case WID_AIC_CHANGE: {
  2.                 uint change_width = 0;
  3.                 StringID change = STR_AI_CONFIG_CHANGE;
  4.                 StringID _param[] = { STR_AI_CONFIG_GAMESCRIPT, STR_AI_CONFIG_NONE, STR_AI_CONFIG_AI };
  5.                 for (int i = 0; i < 3; i++) {

Paste #pwrhaihpj

  1. Unlike 0.40 I'm not issuing a feature freeze before 0.50 beta 1. Instead
  2. the feature, non-critical bug, and string freeze will happen in
  3. conjunction with the final beta. The only stipulation being that
  4. features introduced during the beta should not bring in new dependencies
  5. or change the build process - our packagers need this time to finalize

Paste #psoc2gx12

  1. Accepted
  2. AnimView
  3. Component-Graphical
  4. Component-Logic
  5. Component-MapEdit

Paste #pkigihcvy

  1. (bin32)termite$ make
  2. Traceback (most recent call last):
  3.   File "<string>", line 1, in <module>
  4. AttributeError: 'NoneType' object has no attribute 'days'

Paste #psdnkqle4

  1. ingo@aeolus hg-test default-r22 (tip) ~/hg-test $ hg phase -d .
  2. no phases changed
  3. ingo@aeolus hg-test default-r22 (tip) ~/hg-test $ hg phase -p 0
  4. ingo@aeolus hg-test default-r22 (tip) ~/hg-test $ hg glog
  5. @  22:4338c1270633 tip 2015-06-03 10:19 +0200 (planetmaker)

Paste #pxli2oboc

  1. diff --git a/CorsixTH/Lua/game_ui.lua b/CorsixTH/Lua/game_ui.lua
  2. index 9bb0a4a..fe35f2a 100644
  3. --- a/CorsixTH/Lua/game_ui.lua
  4. +++ b/CorsixTH/Lua/game_ui.lua
  5. @@ -102,7 +102,7 @@ function GameUI:makeVisibleDiamond(scr_w, scr_h)

Paste #p3a42tfzm

  1. diff --git a/CorsixTH/Lua/game_ui.lua b/CorsixTH/Lua/game_ui.lua
  2. index 9bb0a4a..c09d1bd 100644
  3. --- a/CorsixTH/Lua/game_ui.lua
  4. +++ b/CorsixTH/Lua/game_ui.lua
  5. @@ -102,7 +102,7 @@ function GameUI:makeVisibleDiamond(scr_w, scr_h)

Paste #pl05g9k8b

  1. nmlc ERROR: nmlc: An internal error has occurred:
  2. nmlc-version: unknown
  3. Error:    (TypeError) "unorderable types: int() <= ConstantNumeric()".
  4. Command:  ['bin35/bin/nmlc', '-c', '-l', 'generated/lang', '--grf=generated/firs.grf', 'generated/firs.nml']
  5. Location: File "bin35/lib/python3.5/site-packages/nml-unknown-py3.5-macosx-10.12-x86_64.egg/nml/output_base.py", line 129, in prepare_byte

Paste #pxunmvwxo

  1.             case WID_AIC_CHANGE: {
  2.                 uint change_width = 0;
  3.                 static const StringID param[] = {STR_AI_CONFIG_GAMESCRIPT, STR_AI_CONFIG_NONE, STR_AI_CONFIG_AI};
  4.                 for (int i = 0; i < lengthof(param); i++) {
  5.                     SetDParam(0, param[i]);

Paste #pp4mfiqxw

  1. print("Enter the range, values separated by comma:")
  2. [a,b] = [int(z) for z in input().split(',')]
  3. odd = set('13579')
  4. l = []
  5. for n in range(a, b + 1):

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;