aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_dtrack_st.b3d
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-10-17 19:10:37 +0200
committerorwell96 <orwell@bleipb.de>2018-10-17 19:10:37 +0200
commit267ce6fe6da5c8a59c6ccdbb86b0c66d4398e098 (patch)
treeed4a949eee4339e52a6ffaacf2cb170f41524321 /advtrains/models/advtrains_dtrack_st.b3d
parentb4534c6f1268c48107b6aa0ec6e8b7960c11075a (diff)
downloadadvtrains-267ce6fe6da5c8a59c6ccdbb86b0c66d4398e098.tar.gz
advtrains-267ce6fe6da5c8a59c6ccdbb86b0c66d4398e098.tar.bz2
advtrains-267ce6fe6da5c8a59c6ccdbb86b0c66d4398e098.zip
Prevent any user control except "Brake" when an ATC override is present
Solves the problem of accidentally breaking atc-driven trains
Diffstat (limited to 'advtrains/models/advtrains_dtrack_st.b3d')
0 files changed, 0 insertions, 0 deletions
href='#n144'>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
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>

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 "test.h"

#include <cmath>
#include "settings.h"
#include "noise.h"

class TestSettings : public TestBase {
public:
	TestSettings() { TestManager::registerTestModule(this); }