Home
last modified time | relevance | path

Searched refs:hogs (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/model/
H A Dteam.c136 free(team->hogs[i].hat); in flib_team_destroy()
273 tmpTeam->hogs[i].name = strdupWithError(team->hogs[i].name, &error); in flib_team_copy()
274 tmpTeam->hogs[i].hat = strdupWithError(team->hogs[i].hat, &error); in flib_team_copy()
275 tmpTeam->hogs[i].rounds = team->hogs[i].rounds; in flib_team_copy()
276 tmpTeam->hogs[i].kills = team->hogs[i].kills; in flib_team_copy()
277 tmpTeam->hogs[i].deaths = team->hogs[i].deaths; in flib_team_copy()
278 tmpTeam->hogs[i].suicides = team->hogs[i].suicides; in flib_team_copy()
279 tmpTeam->hogs[i].difficulty = team->hogs[i].difficulty; in flib_team_copy()
280 tmpTeam->hogs[i].initialHealth = team->hogs[i].initialHealth; in flib_team_copy()
281 tmpTeam->hogs[i].weaponset = flib_weaponset_copy(team->hogs[i].weaponset); in flib_team_copy()
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/model/
H A Dteam.c136 free(team->hogs[i].hat); in flib_team_destroy()
273 tmpTeam->hogs[i].name = strdupWithError(team->hogs[i].name, &error); in flib_team_copy()
274 tmpTeam->hogs[i].hat = strdupWithError(team->hogs[i].hat, &error); in flib_team_copy()
275 tmpTeam->hogs[i].rounds = team->hogs[i].rounds; in flib_team_copy()
276 tmpTeam->hogs[i].kills = team->hogs[i].kills; in flib_team_copy()
277 tmpTeam->hogs[i].deaths = team->hogs[i].deaths; in flib_team_copy()
278 tmpTeam->hogs[i].suicides = team->hogs[i].suicides; in flib_team_copy()
279 tmpTeam->hogs[i].difficulty = team->hogs[i].difficulty; in flib_team_copy()
280 tmpTeam->hogs[i].initialHealth = team->hogs[i].initialHealth; in flib_team_copy()
281 tmpTeam->hogs[i].weaponset = flib_weaponset_copy(team->hogs[i].weaponset); in flib_team_copy()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/
H A DTracker.lua36 if hogs ~= nil then
37 if #hogs == 1 then
38 hogs = nil
91 if hogs ~= nil then
92 if #hogs == 1 then
93 hogs = nil
248 for k, hogs in pairs(teams) do
249 for m, hog in ipairs(hogs) do
260 for k, hogs in pairs(teams) do
261 for m, hog in ipairs(hogs) do
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/
H A DTracker.lua36 if hogs ~= nil then
37 if #hogs == 1 then
38 hogs = nil
91 if hogs ~= nil then
92 if #hogs == 1 then
93 hogs = nil
248 for k, hogs in pairs(teams) do
249 for m, hog in ipairs(hogs) do
260 for k, hogs in pairs(teams) do
261 for m, hog in ipairs(hogs) do
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/
H A DTracker.lua35 hogs = teams[GetHogTeamName(gear)]
36 if hogs ~= nil then
37 if table.maxn(hogs) == 1 then
38 hogs = nil
40 for k, hog in ipairs(hogs) do
89 hogs = teams[GetHogTeamName(gear)]
91 if hogs ~= nil then
93 hogs = nil
248 for k, hogs in pairs(teams) do
249 for m, hog in ipairs(hogs) do
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/
H A DTracker.lua35 hogs = teams[GetHogTeamName(gear)]
36 if hogs ~= nil then
37 if table.maxn(hogs) == 1 then
38 hogs = nil
40 for k, hog in ipairs(hogs) do
89 hogs = teams[GetHogTeamName(gear)]
91 if hogs ~= nil then
93 hogs = nil
248 for k, hogs in pairs(teams) do
249 for m, hog in ipairs(hogs) do
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeam.java43 public final List<Hog> hogs; field in Team
45 public Team(String name, String grave, String flag, String voice, String fort, List<Hog> hogs) { in Team() argument
46 if(hogs.size() != HEDGEHOGS_PER_TEAM) { in Team()
54 this.hogs = Collections.unmodifiableList(new ArrayList<Hog>(hogs)); in Team()
82 + ", voice=" + voice + ", fort=" + fort + ", hogs=" + hogs in toString()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeam.java43 public final List<Hog> hogs; field in Team
45 public Team(String name, String grave, String flag, String voice, String fort, List<Hog> hogs) { in Team() argument
46 if(hogs.size() != HEDGEHOGS_PER_TEAM) { in Team()
54 this.hogs = Collections.unmodifiableList(new ArrayList<Hog>(hogs)); in Team()
82 + ", voice=" + voice + ", fort=" + fort + ", hogs=" + hogs in toString()
/dports/science/py-dlib/dlib-19.22/dlib/image_processing/
H A Dcorrelation_tracker.h264 dlib::array<dlib::array<array2d<float> > > hogs(chips.size()); in make_scale_space()
267 extract_fhog_features(chips[i], hogs[i], 4); in make_scale_space()
268 hogs[i].resize(32); in make_scale_space()
269 assign_image(hogs[i][31], chips[i]); in make_scale_space()
270 assign_image(hogs[i][31], mat(hogs[i][31])/255.0); in make_scale_space()
275 Fs.resize(hogs[0].size()*hogs[0][0].size()); in make_scale_space()
277 for (long r = 0; r < hogs[0][0].nr(); ++r) in make_scale_space()
279 for (long c = 0; c < hogs[0][0].nc(); ++c) in make_scale_space()
281 for (unsigned long j = 0; j < hogs[0].size(); ++j) in make_scale_space()
283 Fs[i].set_size(hogs.size()); in make_scale_space()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/image_processing/
H A Dcorrelation_tracker.h264 dlib::array<dlib::array<array2d<float> > > hogs(chips.size()); in make_scale_space()
267 extract_fhog_features(chips[i], hogs[i], 4); in make_scale_space()
268 hogs[i].resize(32); in make_scale_space()
269 assign_image(hogs[i][31], chips[i]); in make_scale_space()
270 assign_image(hogs[i][31], mat(hogs[i][31])/255.0); in make_scale_space()
275 Fs.resize(hogs[0].size()*hogs[0][0].size()); in make_scale_space()
277 for (long r = 0; r < hogs[0][0].nr(); ++r) in make_scale_space()
279 for (long c = 0; c < hogs[0][0].nc(); ++c) in make_scale_space()
281 for (unsigned long j = 0; j < hogs[0].size(); ++j) in make_scale_space()
283 Fs[i].set_size(hogs.size()); in make_scale_space()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Maps/FlightJoust/
H A Dmap.lua1 local hogs = {}
40 local team1hh = filter(function(h) return GetHogClan(h) == 0 end, hogs)
41 local team2hh = filter(function(h) return GetHogClan(h) == 1 end, hogs)
63 table.insert(hogs, gear)
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Maps/FlightJoust/
H A Dmap.lua1 local hogs = {}
40 local team1hh = filter(function(h) return GetHogClan(h) == 0 end, hogs)
41 local team2hh = filter(function(h) return GetHogClan(h) == 1 end, hogs)
63 table.insert(hogs, gear)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/
H A Dunited.lua254 local hogs = {}
260 hogs[found] = natives[i]
265 hogs[2] = chief
267 …le.insert(finalAnim, {func = AnimCustomFunction, args = {hogs[1], CondNeedToTurn, {hogs[1], hogs[2…
268 …table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("We can't hold them up much longer!"…
269 …table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("We need to move!"), SAY_SAY, 3000}})
270 …table.insert(finalAnim, {func = AnimSay, args = {hogs[2], loc("But where can we go?"), SAY_SAY, 30…
271 … table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("To the caves..."), SAY_SAY, 2500}})
272 …table.insert(finalAnim, {func = AnimSay, args = {hogs[2], loc("Good idea, they'll never find us th…
276 hogs[1] = natives[i]
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/
H A Dunited.lua254 local hogs = {}
260 hogs[found] = natives[i]
265 hogs[2] = chief
267 …le.insert(finalAnim, {func = AnimCustomFunction, args = {hogs[1], CondNeedToTurn, {hogs[1], hogs[2…
268 …table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("We can't hold them up much longer!"…
269 …table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("We need to move!"), SAY_SAY, 3000}})
270 …table.insert(finalAnim, {func = AnimSay, args = {hogs[2], loc("But where can we go?"), SAY_SAY, 30…
271 … table.insert(finalAnim, {func = AnimSay, args = {hogs[1], loc("To the caves..."), SAY_SAY, 2500}})
272 …table.insert(finalAnim, {func = AnimSay, args = {hogs[2], loc("Good idea, they'll never find us th…
276 hogs[1] = natives[i]
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Ddeath02.lua251 function shuffleHogs(hogs)
252 local hogsNumber = table.getn(hogs)
255 hogs[i], hogs[randomHog] = hogs[randomHog], hogs[i]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Ddeath02.lua251 function shuffleHogs(hogs)
252 local hogsNumber = table.getn(hogs)
255 hogs[i], hogs[randomHog] = hogs[randomHog], hogs[i]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/ipc/
H A Dipcprotocol.c211 || appendWeaponSet(tempvector, team->hogs[0].weaponset) in flib_ipc_append_addteam()
239 error |= appendWeaponSet(tempvector, team->hogs[i].weaponset); in flib_ipc_append_addteam()
241 …d_message(tempvector, "eaddhh %i %i %s", team->hogs[i].difficulty, team->hogs[i].initialHealth, te… in flib_ipc_append_addteam()
242 error |= flib_ipc_append_message(tempvector, "ehat %s", team->hogs[i].hat); in flib_ipc_append_addteam()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/ipc/
H A Dipcprotocol.c211 || appendWeaponSet(tempvector, team->hogs[0].weaponset) in flib_ipc_append_addteam()
239 error |= appendWeaponSet(tempvector, team->hogs[i].weaponset); in flib_ipc_append_addteam()
241 …d_message(tempvector, "eaddhh %i %i %s", team->hogs[i].difficulty, team->hogs[i].initialHealth, te… in flib_ipc_append_addteam()
242 error |= flib_ipc_append_message(tempvector, "ehat %s", team->hogs[i].hat); in flib_ipc_append_addteam()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Scenario/
H A DBazooka_Battlefield.lua18 hogs = {
33 hogs = {
H A DBig_Armory.lua33 hogs = {
45 hogs = {
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Scenario/
H A DBazooka_Battlefield.lua18 hogs = {
33 hogs = {
H A DBig_Armory.lua33 hogs = {
45 hogs = {
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/gpio/
H A Dmachine.h102 void gpiod_add_hogs(struct gpiod_hog *hogs);
110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/gpio/
H A Dmachine.h102 void gpiod_add_hogs(struct gpiod_hog *hogs);
110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/gpio/
H A Dmachine.h102 void gpiod_add_hogs(struct gpiod_hog *hogs);
110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument

12345678910>>...15