Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pclchz9l5
Show paste
bool
THRenderTarget
::
shouldScaleBitmaps
(
float
*
pFactor
)
{
if
(
!
m_bShouldScaleBitmaps
)
return
false
;
if
(
pFactor
)
Paste #pv2mg1ag2
Show paste
/CorsixTH/Src/th_gfx_sdl.cpp:885:57: warning: conversion to 'float' from 'int' may alter its value [-Wconversion]
static_cast<int>(iWidth * fScaleFactor),
^
Paste #pkqeoprwa
Show paste
Index
:
src
/
industry_cmd.
cpp
===================================================================
---
src
/
industry_cmd.
cpp
(
revision
27177
)
+++
src
/
industry_cmd.
cpp
(
working copy
)
@@
-
1756
,
8
+
1756
,
13
@@
Paste #p2cylboxi
Show paste
if
(
IsSavegameVersionBefore
(
195
)
)
{
for
(
TileIndex t
=
0
;
t
<
map_size
;
t
++
)
{
if
(
(
IsTileType
(
t, MP_STATION
)
||
IsTileType
(
t, MP_WATER
)
||
IsTileType
(
t, MP_OBJECT
)
)
&&
GetWaterClass
(
t
)
==
WATER_CLASS_CANAL
)
{
assert
(
IsValidTile
(
t
)
)
;
assert
(
!
IsTileType
(
t, MP_HOUSE
)
)
;
HORRIBLE
Show paste
Index: src/industry_cmd.cpp
===================================================================
--- src/industry_cmd.cpp
(
revision 27177
)
+++ src/industry_cmd.cpp
(
working copy
)
@@ -1756,8 +1756,13 @@
Paste #pow6kkx9d
Show paste
/**
* Returns the owner of a tile
*
* This function returns the owner of a tile. This cannot used
* for tiles which type is one of MP_HOUSE, MP_VOID and MP_INDUSTRY
Paste #p1lurqbzg
Show paste
»»
19
:
44
:
53
<
heffer
>
planetmaker: fixed nml 0.4.0
source
tarball
in
sight? :D
»»
19
:
45
:
14
<@
planetmaker
>
ehm, would be 0.4.1 :
)
»»
19
:
45
:
23
<
heffer
>
okay :D
»»
19
:
48
:
21
<@
planetmaker
>
heffer: can you check whether the current dev version is
more
to your liking? :
)
http:
//
bundles.openttdcoop.org
/
nml
/
push
/
LATEST
/
The manifest was really borked
canal owner testing
Show paste
Index: src/water_map.h
===================================================================
--- src/water_map.h
(
revision 27177
)
+++ src/water_map.h
(
working copy
)
@@ -346,8 +346,33 @@
Paste #p20tkxsoz
Show paste
/**
* Comment about getting owner of canal
*/
static
inline
Owner GetCanalOwner
(
TileIndex t
)
{
Paste #pttduycso
Show paste
/**
* Comment about getting owner of canal
*/
static inline Owner GetCanalOwner
(
TileIndex t
)
{
Paste #povxhxrch
Show paste
planetmaker
@
localhost:~
/
bin
/
hg$ hg pull
Rufe von http:
//
selenic.com
/
hg ab
Suche nach Änderungen
Füge Änderungssätze hinzu
Füge Manifeste hinzu
Paste #pk9ivwxv6
Show paste
static inline Owner GetCanalOwner
(
TileIndex t
)
{
assert
(
HasTileWaterGround
(
t
)
)
;
if
(
GetWaterClass
(
t
)
!= WATER_CLASS_CANAL
)
{
Paste #pw9iqf1q0
Show paste
diff --git a/CorsixTH/Src/th_lua_map.cpp b/CorsixTH/Src/th_lua_map.cpp
index 8436bba..a36221a
100644
--- a/CorsixTH/Src/th_lua_map.cpp
+++ b/CorsixTH/Src/th_lua_map.cpp
@@ -500,7 +500,7 @@ static int l_map_remove_cell_thob
(
lua_State *L
)
Paste #pn0wg5xga
Show paste
#!/bin/sh
cmake
-D
WITH_MOVIES:
BOOL
=ON \
-D
SDL_LIBRARY:
PATH
=
/
usr
/
lib64
/
libSDL2.so \
-D
SDL_INCLUDE_DIR
=
/
usr
/
include
/
SDL2 \
-D
WITH_LUAJIT:
BOOL
=ON \
Paste #pjhkexhdg
Show paste
diff -r 6bed28889caf Makefile
--- a/Makefile Sun Mar
01
09
:
25
:
20
2015
+
0100
+++ b/Makefile Sun Mar
01
13
:
12
:
14
2015
+
0000
@@
-
22
,
7
+
22
,
7
@@
DOCS
=
license.
txt
readme.
txt
«
1
2
...
105
106
107
108
109
110
111
...
133
134
»