Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 25 of 6998) sorted by relevance

12345678910>>...280

/dports/games/quake2-lights/quake2-lights-1/lights/src/ace/
H A Dacebot_spawn.c270 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
297 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
298 bot->next_node = bot->current_node; in ACESP_PutClientInServer()
357 edict_t *bot; in ACESP_FindFreeClient() local
381 if (bot->inuse) in ACESP_FindFreeClient()
382 bot = NULL; in ACESP_FindFreeClient()
384 return bot; in ACESP_FindFreeClient()
472 edict_t *bot; in ACESP_SpawnBot() local
476 if (!bot) in ACESP_SpawnBot()
523 edict_t *bot; in ACESP_RemoveBot() local
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/game/ace/
H A Dacebot_spawn.c136 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
146 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
316 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
343 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
344 bot->next_node = bot->current_node; in ACESP_PutClientInServer()
403 edict_t *bot; in ACESP_FindFreeClient() local
428 bot = NULL; in ACESP_FindFreeClient()
430 return bot; in ACESP_FindFreeClient()
519 edict_t *bot; in ACESP_SpawnBot() local
523 if (!bot) in ACESP_SpawnBot()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/mods/zaero/ace/
H A Dacebot_spawn.c135 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
145 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
313 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
340 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
341 bot->next_node = bot->current_node; in ACESP_PutClientInServer()
400 edict_t *bot; in ACESP_FindFreeClient() local
425 bot = NULL; in ACESP_FindFreeClient()
427 return bot; in ACESP_FindFreeClient()
517 edict_t *bot; in ACESP_SpawnBot() local
521 if (!bot) in ACESP_SpawnBot()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/mods/xatrix/ace/
H A Dacebot_spawn.c134 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
144 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
311 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
338 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
339 bot->next_node = bot->current_node; in ACESP_PutClientInServer()
398 edict_t *bot; in ACESP_FindFreeClient() local
423 bot = NULL; in ACESP_FindFreeClient()
425 return bot; in ACESP_FindFreeClient()
514 edict_t *bot; in ACESP_SpawnBot() local
518 if (!bot) in ACESP_SpawnBot()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/ace/
H A Dacebot_spawn.c136 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
146 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
314 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
341 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
342 bot->next_node = bot->current_node; in ACESP_PutClientInServer()
401 edict_t *bot; in ACESP_FindFreeClient() local
426 bot = NULL; in ACESP_FindFreeClient()
428 return bot; in ACESP_FindFreeClient()
518 edict_t *bot; in ACESP_SpawnBot() local
522 if (!bot) in ACESP_SpawnBot()
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dp_bot.cc341 BOT_LineOfSight(bot, bot->angle + diff); in BOT_LookForItems()
452 bot->cmd.move_angle = bot->angle + bot->strafedir; in BOT_Move()
508 BOT_Move(bot); in BOT_Chase()
552 BOT_Move(bot); in BOT_Chase()
605 bot->patience--; in BOT_Think()
610 if (!seetarget && bot->patience < 0 && bot->confidence >= 0) in BOT_Think()
642 BOT_Move(bot); in BOT_Think()
712 SYS_ASSERT(bot); in P_BotPlayerBuilder()
717 BOT_Think(bot); in P_BotPlayerBuilder()
718 BOT_ConvertToTiccmd(bot, cmd, &bot->cmd); in P_BotPlayerBuilder()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/ai/
H A DBotTree.cpp15 ConditionNode(Bot *bot) : Node(), bot(bot) in ConditionNode() argument
35 Bot *bot; member in ConditionNode
41 MoveToNode(Bot *bot) : Node(), bot(bot) in MoveToNode() argument
64 …if (((!(isInMiddleOfCell(bot->_playerIndex) && bot->getCurrentCell() == cell))) || (bot->getCurren… in Update()
77 bot->stopWalking(); in Update()
86 Bot *bot; member in MoveToNode
92 MoveToBonus(Bot *bot) : MoveToNode(bot) in MoveToBonus() argument
114 MoveToBombBestBombCell(Bot *bot) : MoveToNode(bot) in MoveToBombBestBombCell() argument
136 MoveToSafeCell(Bot *bot) : MoveToNode(bot) in MoveToSafeCell() argument
158 ConditionBombsLeft(Bot *bot) : ConditionNode(bot) in ConditionBombsLeft() argument
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dbot_test.go30 bot.Debug = true
37 return bot, err
50 bot, _ := getBot(t)
63 bot, _ := getBot(t)
76 bot, _ := getBot(t)
89 bot, _ := getBot(t)
101 bot, _ := getBot(t)
539 bot.Debug = true
563 bot.Send(msg)
573 bot.Debug = true
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dbot_test.go30 bot.Debug = true
37 return bot, err
50 bot, _ := getBot(t)
63 bot, _ := getBot(t)
76 bot, _ := getBot(t)
89 bot, _ := getBot(t)
101 bot, _ := getBot(t)
539 bot.Debug = true
563 bot.Send(msg)
573 bot.Debug = true
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c306 edict_t *bot; in ACESP_SaveBots() local
331 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
553 edict_t *bot; in loadbots_team() local
569 if (bot == NULL) in loadbots_team()
992 bot->mass = 200; in ACESP_PutClientInServer()
1029 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
1074 bot->ctype = 0; in ACESP_PutClientInServer()
1082 bot->ctype = 1; in ACESP_PutClientInServer()
1126 bot->ctype = 2; in ACESP_PutClientInServer()
1207 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_spawn.c306 edict_t *bot; in ACESP_SaveBots() local
331 if (bot->inuse && bot->is_bot) in ACESP_SaveBots()
553 edict_t *bot; in loadbots_team() local
569 if (bot == NULL) in loadbots_team()
992 bot->mass = 200; in ACESP_PutClientInServer()
1029 bot->s.skinnum = bot - g_edicts - 1; in ACESP_PutClientInServer()
1074 bot->ctype = 0; in ACESP_PutClientInServer()
1082 bot->ctype = 1; in ACESP_PutClientInServer()
1126 bot->ctype = 2; in ACESP_PutClientInServer()
1207 bot->goal_node = bot->current_node; in ACESP_PutClientInServer()
[all …]
/dports/math/ggobi/ggobi-2.1.11/plugins/ggvis/
H A Dggv_qsort.c57 #define SORT(bot, n) { \ argument
60 t1 = bot + size;\
62 SWAP(t1, bot);\
94 t1 = compar(bot, top) < 0 ? top : bot; in quick_sort()
96 t1 = compar(bot, top) > 0 ? top : bot; in quick_sort()
112 for (bsv = bot;;) { in quick_sort()
113 for (; bot < mid && compar(bot, mid) <= 0; bot += size) ; in quick_sort()
128 if (bot == mid) in quick_sort()
137 bot = newbot; in quick_sort()
163 bot = bsv; in quick_sort()
[all …]
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/passport/
H A Dcredentials.py142 self.bot = bot
203 self.bot = bot
214 return cls(bot=bot, **data)
274 self.bot = bot
284 data.get('temporary_registration'), bot=bot
287 data.get('passport_registration'), bot=bot
299 return cls(bot=bot, **data)
347 self.bot = bot
356 data['data'] = DataCredentials.de_json(data.get('data'), bot=bot)
363 return cls(bot=bot, **data)
[all …]
/dports/net-im/py-telepot/telepot-12.7/test/
H A Dtest3_send.py84 r = bot.sendMessage(chat_id, '中文')
139 f = bot.getFile(file_id)
151 bot.download_file(file_id, 'down.1')
155 bot.download_file(file_id, down)
237 bot.download_file(file_id, 'down.3')
267 bot.sendMediaGroup(chat_id, ms)
292 bot.stopMessageLiveLocation(mif)
296 bot.sendGame(chat_id, 'sunchaser')
356 bot.getUpdates()
361 bot.setWebhook()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/botserv/
H A Dmain.c61 if (bot != NULL && !user_find_named(bot->nick)) in bs_mychan_find_bot()
103 real_source = bot != NULL ? bot->nick : from; in bs_msg()
137 real_source = bot != NULL ? bot->nick : from; in bs_notice()
499bot->me = service_add_static(bot->nick, bot->user, bot->host, bot->real, botserv_channel_handler, … in db_h_bot()
501 mowgli_node_add(bot, &bot->bnode, &bs_bots); in db_h_bot()
665bot->me = service_add_static(bot->nick, bot->user, bot->host, bot->real, botserv_channel_handler, … in bs_cmd_change()
684 …ss_nodata(si, "\2%s\2 (\2%s\2@\2%s\2) [\2%s\2] changed.", bot->nick, bot->user, bot->host, bot->re… in bs_cmd_change()
749bot->me = service_add_static(bot->nick, bot->user, bot->host, bot->real, botserv_channel_handler, … in bs_cmd_add()
754 …ss_nodata(si, "\2%s\2 (\2%s\2@\2%s\2) [\2%s\2] created.", bot->nick, bot->user, bot->host, bot->re… in bs_cmd_add()
825 …command_success_nodata(si, "\2%d:\2 %s (%s@%s) [%s]", ++i, bot->nick, bot->user, bot->host, bot->r… in bs_cmd_botlist()
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dbot.go59 bot := &BotAPI{
68 self, err := bot.GetMe()
73 bot.Self = self
75 return bot, nil
84 method := fmt.Sprintf(bot.apiEndpoint, bot.Token, endpoint)
104 if bot.Debug {
123 if !bot.Debug {
215 method := fmt.Sprintf(bot.apiEndpoint, bot.Token, endpoint)
235 if bot.Debug {
308 if bot.Debug {
[all …]
/dports/games/automuteus/automuteus-6.15.2/discord/
H A DeventHandler.go83 bot.handleTrackedMembers(bot.PrimarySession, sett, 0, NoPriority, dgsRequest)
85 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
302 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
319 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
333 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
342 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
382 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
395 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
409 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
421 edited := dgs.Edit(bot.PrimarySession, bot.gameStateResponse(dgs, sett))
[all …]
H A Dbot.go69 bot := Bot{
88 dg.AddHandler(bot.handleMessageCreate)
91 dg.AddHandler(bot.leaveGuild)
144 return &bot
152 …rediskey.RefreshTotalUsers(context.Background(), bot.RedisInterface.client, bot.PostgresInterface.…
165 func (bot *Bot) Close() {
166 bot.PrimarySession.Close()
167 bot.RedisInterface.Close()
168 bot.StorageInterface.Close()
231 bot.ChannelsMapLock.Lock()
[all …]
/dports/games/xonotic/Xonotic/misc/tools/
H A Dmidi2cfg-ng.pl287 my $bottime = defined $bot->{timer} ? $bot->{timer} : -1;
288 my $botbusytime = defined $bot->{busytimer} ? $bot->{busytimer} : -1;
373 $bot->{timer} = $bot->{busytimer} = 0;
393 my ($bot) = @_;
398 busybot_cmd_bot_execute $bot, 0, @{$bot->{intermission}};
410 if not $bot->{busy};
472 if defined $bot->{channels} and not $bot->{channels}->{$channel};
474 if defined $bot->{programs} and not $bot->{programs}->{$program};
481 if $bot->{busy};
489 busybot_cmd_bot_execute $bot, 0, @{$bot->{init}}
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/serial/
H A DcvKrylovDemo_ls.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/serial/
H A DcvKrylovDemo_ls.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]
H A DcvKrylovDemo_ls_1.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]
H A DcvKrylovDemo_ls_2.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvodes/serial/
H A DcvsKrylovDemo_ls_1.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]
H A DcvsKrylovDemo_ls.out8 c1 (bot.left/middle/top rt.) = 1.047e+04 2.964e+04 1.119e+04
9 c2 (bot.left/middle/top rt.) = 2.527e+11 7.154e+11 2.700e+11
12 c1 (bot.left/middle/top rt.) = 6.659e+06 5.316e+06 7.301e+06
13 c2 (bot.left/middle/top rt.) = 2.582e+11 2.057e+11 2.833e+11
16 c1 (bot.left/middle/top rt.) = 2.665e+07 1.036e+07 2.931e+07
17 c2 (bot.left/middle/top rt.) = 2.993e+11 1.028e+11 3.313e+11
20 c1 (bot.left/middle/top rt.) = 8.702e+06 1.292e+07 9.650e+06
21 c2 (bot.left/middle/top rt.) = 3.380e+11 5.029e+11 3.751e+11
24 c1 (bot.left/middle/top rt.) = 1.404e+04 2.029e+04 1.561e+04
25 c2 (bot.left/middle/top rt.) = 3.387e+11 4.894e+11 3.765e+11
[all …]

12345678910>>...280