Home
last modified time | relevance | path

Searched refs:DB_CreateEntryString (Results 1 – 17 of 17) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dmenu_edit.c157 DB_CreateEntryString (section, atomName, title); in SaveLevel()
158 DB_CreateEntryString (section, atomAuthor, author); in SaveLevel()
159 DB_CreateEntryString (section, atomHint, hint); in SaveLevel()
208 DB_CreateEntryString (infoSection, atomName, title); in SetInfo()
209 DB_CreateEntryString (infoSection, atomAuthor, author); in SetInfo()
210 DB_CreateEntryString (infoSection, atomHint, hint); in SetInfo()
271 DB_CreateEntryString (section, atomDefault, bombType); in SetBombs()
383 DB_CreateEntryString (section, atomKey, type); in SetExtras()
390 DB_CreateEntryString (section, atomExtra, type); in SetExtras()
403 DB_CreateEntryString (section, atomReviveExtra, type); in SetExtras()
[all …]
H A Dcfg_xblast.c124 DB_CreateEntryString (section, atomMode, key); in StoreSoundSetup()
170 DB_CreateEntryString (section, atomMode, key); in StoreVideoSetup()
213 DB_CreateEntryString (section, atomCentralJoinName, central->name); in StoreCentralSetup()
H A Dx11_config.c79 DB_CreateEntryString (section, atomSmall, cfgFont->small); in StoreFontConfig()
80 DB_CreateEntryString (section, atomMedium, cfgFont->medium); in StoreFontConfig()
81 DB_CreateEntryString (section, atomLarge, cfgFont->large); in StoreFontConfig()
H A Dini_file.c325 (void)DB_CreateEntryString (toSection, entry->atom, entry->value); in InsertFile()
708 return DB_CreateEntryString (section, atom, GUI_AtomToString (value)); in DB_CreateEntryAtom()
719 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryInt()
730 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryGameResult()
741 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryPlayerRating()
762 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryColor()
776 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryTime()
787 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryFloat()
798 return DB_CreateEntryString (section, atom, tmp); in DB_CreateEntryPos()
839 return DB_CreateEntryString (sec, atom, ptr->value); in DB_CopyEntry()
[all …]
H A Dcfg_game.c194 DB_CreateEntryString (section, atomTeamMode, key); in StoreAnyGameSetup()
237 DB_CreateEntryString (section, atomArrayPlayer0[i], GUI_AtomToString (game->player[i])); in StoreAnyGamePlayers()
238 DB_CreateEntryString (section, atomArrayControl0[i], keyControl); in StoreAnyGamePlayers()
239 DB_CreateEntryString (section, atomArrayHost0[i], keyHost); in StoreAnyGamePlayers()
240 DB_CreateEntryString (section, atomArrayTeam0[i], keyTeam); in StoreAnyGamePlayers()
282 DB_CreateEntryString (section, atomHost, host->name); in StoreAnyGameHost()
294 DB_CreateEntryString (section, atomGame, host->game); in StoreAnyGameHost()
868 DB_CreateEntryString (section, atomGamehis[i], hist[i].name); in StoreIpHistory()
H A Dscramble.c84 DB_CreateEntryString (warn, atomNumBlocks, "missing!"); in SetScrambleData()
91 DB_CreateEntryString (warn, atomArrayPos000[i], "missing!"); in SetScrambleData()
H A Dmap.c130 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelGraphics()
145 DB_CreateEntryString (warn, atomArrayBlock00[i], "missing"); in ParseLevelGraphics()
171 DB_CreateEntryString (warn, atomArrayBlock00[i], "invalid"); in ParseLevelGraphics()
179 DB_CreateEntryString (warn, atomArrayBlock00[i], "invalid"); in ParseLevelGraphics()
280 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelMap()
293 DB_CreateEntryString (warn, atomExtraDistribution, in ParseLevelMap()
355 DB_CreateEntryString (warn, atomArrayRow00[y], "missing"); in ParseLevelMap()
375 DB_CreateEntryString (warn, atomArrayRow00[y], "invalid"); in ParseLevelMap()
H A Dinfo.c143 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelInfo()
151 DB_CreateEntryString (warn, atomGameMode, "missing!"); in ParseLevelInfo()
H A Dfunc.c734 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelFunc()
746 DB_CreateEntryString (warn, atomExtra, DB_DataToString (extraTable, specialExtraFunc)); in ParseLevelFunc()
757 DB_CreateEntryString (warn, atomExtra, DB_DataToString (extraTable, specialExtraFunc)); in ParseLevelFunc()
770 DB_CreateEntryString (warn, atomExtra, DB_DataToString (keyTable, specialKeyFunc)); in ParseLevelFunc()
H A Dbomb.c375 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelBombs()
391 DB_CreateEntryString (warn, atomBombClick, DB_DataToString (bombClickTable, doBombClick)); in ParseLevelBombs()
406 DB_CreateEntryString (warn, atomWallClick, DB_DataToString (bombClickTable, doWallClick)); in ParseLevelBombs()
421 DB_CreateEntryString (warn, atomPlayerClick, in ParseLevelBombs()
437 DB_CreateEntryString (warn, atomDirection, DB_IntToString (bombDirTable, initialBombDir)); in ParseLevelBombs()
451 DB_CreateEntryString (warn, atomFuseTime, DB_IntToString (fuseTimeTable, curBombTime)); in ParseLevelBombs()
465 DB_CreateEntryString (warn, atomHaunt, DB_IntToString (hauntFactorTable, hauntFactor)); in ParseLevelBombs()
479 DB_CreateEntryString (warn, atomDefault, DB_IntToString (bombTypeTable, defaultBMT)); in ParseLevelBombs()
493 DB_CreateEntryString (warn, atomSpecial, DB_IntToString (bombTypeTable, specialBMT)); in ParseLevelBombs()
507 DB_CreateEntryString (warn, atomHidden, DB_IntToString (bombTypeTable, evilBMT)); in ParseLevelBombs()
H A Dshrink.c495 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelShrink()
507 DB_CreateEntryString (warn, atomType, DB_IntToString (shrinkTable, shrinkType)); in ParseLevelShrink()
H A Dplayer.c284 DB_CreateEntryString (warn, atomMissing, "true"); in ParseLevelPlayers()
290 DB_CreateEntryString (warn, atomBombs, "missing!"); in ParseLevelPlayers()
296 DB_CreateEntryString (warn, atomRange, "missing!"); in ParseLevelPlayers()
318 DB_CreateEntryString (warn, atomReviveVirus, DB_IntToString (healthTable, reviveHealth)); in ParseLevelPlayers()
332 DB_CreateEntryString (warn, atomInitVirus, DB_IntToString (healthTable, initHealth)); in ParseLevelPlayers()
346 DB_CreateEntryString (warn, atomInitExtra, DB_IntToString (initFlagsTable, initFlags)); in ParseLevelPlayers()
360 DB_CreateEntryString (warn, atomReviveExtra, DB_IntToString (reviveFlagsTable, revFlags)); in ParseLevelPlayers()
380 DB_CreateEntryString (warn, atomArrayPos0[0], "missing!"); in ParseLevelPlayers()
H A Dini_file.h92 extern XBBool DB_CreateEntryString (DBSection * section, XBAtom atom, const char *value);
H A Dcfg_demo.c264 (void)DB_CreateEntryString (frameSection, GUI_IntToAtom (gameTime), tmp); in StoreDemoFrame()
H A Dcfg_player.c181 DB_CreateEntryString (section, atomName, name); in StoreAnyPlayerName()
283 DB_CreateEntryString (section, atom, text); in StoreMessage()
681 DB_CreateEntryString (DB_CreateSection (db, atom), atomName, name); in GetAnyPlayerName()
H A Dcfg_control.c152 DB_CreateEntryString (section, atomEntry, GUI_AtomToString (atomValue)); in StoreEntry()
H A Dcfg_stat.c131 DB_CreateEntryString (section, eAtom, tmp); in CreateStatEntry()