Home
last modified time | relevance | path

Searched refs:m_protect (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/sauerbraten/sauerbraten/src/fpsgame/
H A Dctf.h327 if(m_protect && insidebase(f, ci->state.o))
384 returnflag(relay >= 0 ? relay : goal, m_protect ? lastmillis : 0);
398 if(m_hold || m_protect == (f.team==team)) in takeflag()
404 else if(m_protect) in takeflag()
427 returnflag(i, m_protect ? lastmillis : 0); in update()
495 else addflag(i, o, team, m_protect ? lastmillis : 0); in parseflags()
606 if(d->state == CS_DEAD && (m_efficiency || !m_protect))
703 if(m_protect && canaddparticles()) loopv(players)
917 returnflag(i, m_protect ? 0 : -1000);
1059 if(m_protect || m_hold)
[all …]
H A Dgame.h149 #define m_protect (m_checkall(gamemode, M_CTF | M_PROTECT)) macro
/dports/audio/kwave/kwave-21.12.3/plugins/codec_mp3/
H A DMP3EncoderSettings.cpp105 LOAD(m_flags.m_protect, "flags_protect______________"); in load()
143 SAVE(m_flags.m_protect, "flags_protect______________"); in save()
H A DMP3EncoderSettings.h75 QString m_protect; /**< protect, CRC */ member
H A DMP3EncoderDialog.cpp416 LOAD(m_flags.m_protect, edProtect); in load()
462 SAVE(m_flags.m_protect, edProtect); in save()
517 CHECK(m_flags.m_protect, edProtect); in switchToUserDefined()
H A DMP3Encoder.cpp407 OPTION(m_flags.m_protect); // CRC protection in encode()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dcrtc_ega.cpp34 , m_protect(0), m_bandwidth(0), m_vert_disp_end(0), m_offset(0), m_underline_loc(0) in crtc_ega_device()
131 m_protect = data & 0x80; in register_w()
636 m_protect = 0; in device_start()
692 save_item(NAME(m_protect)); in device_start()
H A Dcrtc_ega.h122 uint8_t m_protect; /* 0x11 */ variable
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dcrtc_ega.cpp34 , m_protect(0), m_bandwidth(0), m_vert_disp_end(0), m_offset(0), m_underline_loc(0) in crtc_ega_device()
131 m_protect = data & 0x80; in register_w()
636 m_protect = 0; in device_start()
692 save_item(NAME(m_protect)); in device_start()
H A Dcrtc_ega.h122 uint8_t m_protect; /* 0x11 */ variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcell.cpp49 m_protect(false) { in Cell()
283 return m_protect; in isZoneProtected()
287 m_protect = protect; in setZoneProtected()
H A Dcell.h375 bool m_protect; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfprint.cpp1152m_protect = new wxCheckBox(this, wxPDF_PRINTDIALOG_CTRLID_PROTECT, _("Password Protect and Encrypt… in Init()
1153 flex2->Add( m_protect, 0, wxEXPAND|wxALL, 5); in Init()
1276 bool protectionEnabled = m_protect->GetValue(); in UpdateProtectionControls()
1319 m_protect->SetValue(protectionEnabled); in TransferDataToWindow()
1365 if (m_protect->GetValue()) in TransferDataFromWindow()
/dports/games/numptyphysics/numptyphysics/
H A DGame.cpp525 m_protect( 0 ) in Scene()
563 if ( i >= m_protect ) { in deleteStroke()
781 m_protect = (n==-1 ? m_strokes.size() : n ); in protect()
813 int m_protect; member in Scene
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnet_processing.cpp272 bool m_protect; member
647 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1575 …estKnownBlock->nChainWork >= chainActive.Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1577 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3116 …if (!state.m_chain_sync.m_protect && IsOutboundDisconnectionCandidate(pto) && state.fSyncStarted) { in ConsiderEviction()
3182 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnet_processing.cpp272 bool m_protect; member
647 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1575 …estKnownBlock->nChainWork >= chainActive.Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1577 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3116 …if (!state.m_chain_sync.m_protect && IsOutboundDisconnectionCandidate(pto) && state.fSyncStarted) { in ConsiderEviction()
3182 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnet_processing.cpp272 bool m_protect; member
647 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1575 …estKnownBlock->nChainWork >= chainActive.Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1577 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3116 …if (!state.m_chain_sync.m_protect && IsOutboundDisconnectionCandidate(pto) && state.fSyncStarted) { in ConsiderEviction()
3182 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnet_processing.cpp705 bool m_protect{false}; member
1182 m_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
2172 …->nChainWork >= m_chainman.ActiveChain().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
2174 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
4086 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4196 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnet_processing.cpp705 bool m_protect{false}; member
1182 m_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
2172 …->nChainWork >= m_chainman.ActiveChain().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
2174 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
4086 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4196 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnet_processing.cpp705 bool m_protect{false}; member
1182 m_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
2172 …->nChainWork >= m_chainman.ActiveChain().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
2174 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
4086 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4196 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnet_processing.cpp389 bool m_protect; member
941 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
2004 …nownBlock->nChainWork >= ::ChainActive().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
2006 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3587 …if (!state.m_chain_sync.m_protect && IsOutboundDisconnectionCandidate(pto) && state.fSyncStarted) { in ConsiderEviction()
3653 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp386 bool m_protect; member
889 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1992 …nownBlock->nChainWork >= ::ChainActive().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1994 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3950 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4016 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp386 bool m_protect; member
889 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1992 …nownBlock->nChainWork >= ::ChainActive().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1994 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3950 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4016 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp386 bool m_protect; member
889 g_outbound_peers_with_protect_from_disconnect -= state->m_chain_sync.m_protect; in FinalizeNode()
1992 …nownBlock->nChainWork >= ::ChainActive().Tip()->nChainWork && !nodestate->m_chain_sync.m_protect) { in ProcessHeadersMessage()
1994 nodestate->m_chain_sync.m_protect = true; in ProcessHeadersMessage()
3950 if (!state.m_chain_sync.m_protect && pto.IsOutboundOrBlockRelayConn() && state.fSyncStarted) { in ConsiderEviction()
4016 if (state->m_chain_sync.m_protect) return; in EvictExtraOutboundPeers()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dgamemode.h289 #define m_protect(a,b) (m_duke(a,b) ? DSG(a, b, protect) : (m_insta(a, b) ? G(instaprotect) : … macro

12