|
Pol
Revision:cb584c9
|
Classes | |
| class | AStarSearch |
| class | ClientFeatures |
| class | FileMapServer |
| class | FixedSizeAllocator |
| struct | FLAG |
| class | FlagExpansion |
| class | InMemoryMapServer |
| struct | MAPBLOCK |
| struct | MAPCELL |
| class | MapServer |
| struct | MapShape |
| class | MapShapeList |
| struct | MAPTILE_BLOCK |
| struct | MAPTILE_CELL |
| class | MapTileServer |
| class | MapWriter |
| class | Package |
| class | PackageList |
| class | RawMap |
| class | RealmDescriptor |
| struct | SOLIDS_DATA |
| struct | SOLIDS_ELEM |
| struct | SOLIDX1_ELEM |
| struct | SOLIDX2_ELEM |
| struct | STATIC_ENTRY |
| struct | STATIC_INDEX |
| class | StaticEntryList |
| class | StaticServer |
| class | SystemState |
| class | UOExpansion |
Typedefs | |
| typedef std::vector< Package * > | Packages |
| typedef std::map< std::string, Package *, Clib::ci_cmp_pred > | PackagesByName |
Functions | |
| void | check_deps_for_package (const Package *pkg) |
| void | check_package_deps () |
| bool | check_version2 (const std::string &version_have, const std::string &version_need) |
| void | compare_versions (const std::string &verleft, const std::string &verright, bool &isgreater, bool &isequal) |
| Package * | find_package (const std::string &pkgname) |
| std::string | flagdescs () |
| bool | flags_clear (u32 value, u32 flags) |
| bool | flags_set (u32 value, u32 flags) |
| std::string | flagstr (unsigned int flags) |
| const char * | getExpansionName (ExpansionVersion x) |
| std::string | GetPackageCfgPath (const Package *pkg, const std::string &filename) |
| void | load_all_cfgs (const char *cfgname, const char *taglist, void(*loadentry)(const Package *, Clib::ConfigElem &)) |
| void | load_package (const std::string &pkg_dir, Clib::ConfigElem &elem, bool quiet) |
| void | load_packaged_cfgs (const char *cfgname, const char *taglist, void(*loadentry)(const Package *, Clib::ConfigElem &)) |
| void | load_packages (const std::string &basedir, bool quiet) |
| void | load_packages (bool quiet) |
| bool | pkgdef_split (const std::string &spec, const Package *inpkg, const Package **outpkg, std::string *path) |
| u32 | polflags_from_landtileflags (unsigned short tile, u32 lt_flags) |
| u32 | polflags_from_tileflags (unsigned short tile, u32 uoflags, bool use_no_shoot, bool LOS_through_windows) |
| unsigned int | readflags (Clib::ConfigElem &elem) |
| void | remove_package (Package *pkg) |
| void | replace_packages () |
| void | test_check_version () |
Variables | |
| B9Feature | ExpansionFlags [numExpansions] |
| char * | ExpansionNames [numExpansions] = {"T2A", "LBR", "AOS", "SE", "ML", "KR", "SA", "HSA"} |
| const unsigned | MAPBLOCK_CELLMASK = 0x3F |
| const unsigned | MAPBLOCK_CHUNK = 64 |
| const unsigned | MAPBLOCK_SHIFT = 6 |
| const unsigned | MAPTILE_CELLMASK = 0x3f |
| const unsigned | MAPTILE_CHUNK = 64 |
| const unsigned | MAPTILE_SHIFT = 6 |
| unsigned int | num_map_patches = 0 |
| unsigned int | num_static_patches = 0 |
| const int | numExpansions = static_cast<int>( ExpansionVersion::LastVersion ) + 1 |
| const unsigned | SOLIDX2_FILLER_SIZE = 4 |
| const unsigned | STATICBLOCK_CHUNK = 8 |
| const unsigned | STATICBLOCK_SHIFT = 3 |
| const unsigned | STATICCELL_MASK = 0x7 |
| SystemState | systemstate |
| const unsigned | WGRID_SHIFT = 6 |
| const unsigned | WGRID_SIZE = 64 |
Plib namespace is for pol-related functions and classes, like reading a map file or keeping track of realms
| typedef std::vector<Package*> Pol::Plib::Packages |
Definition at line 25 of file systemstate.h.
| typedef std::map<std::string, Package*, Clib::ci_cmp_pred> Pol::Plib::PackagesByName |
Definition at line 28 of file systemstate.h.
|
strong |
| Enumerator | |
|---|---|
| Unk1 | |
| ConfigReqLogout | |
| SingleCharacter | |
| ContextMenus | |
| LimitSlots | |
| AOS | |
| Has6thSlot | |
| SamuraiNinja | |
| ElvenRace | |
| Unk2 | |
| UO3DClientType | |
| Unk3 | |
| Has7thSlot | |
| Unk4 | |
| NewMovement | |
| UnlockNewFeluccaAreas | |
Definition at line 43 of file uoexpansion.h.
|
strong |
Definition at line 11 of file uoexpansion.h.
|
strong |
| Enumerator | |
|---|---|
| T2A | |
| LBR | |
| AOS | |
| SE | |
| ML | |
| KR | |
| SA | |
| HSA | |
| LastVersion | |
Definition at line 71 of file uoexpansion.h.
| void Pol::Plib::check_deps_for_package | ( | const Package * | pkg | ) |
Definition at line 351 of file pkg.cpp.
References Pol::Plib::Package::check_conflicts(), and Pol::Plib::Package::check_dependencies().
Referenced by check_package_deps().
| void Pol::Plib::check_package_deps | ( | ) |
Definition at line 377 of file pkg.cpp.
References check_deps_for_package(), Pol::Plib::SystemState::packages, and systemstate.
Referenced by load_packages(), Pol::ECompile::run(), and Pol::Plib::Package::version().
| bool Pol::Plib::check_version2 | ( | const std::string & | version_have, |
| const std::string & | version_need | ||
| ) |
Definition at line 104 of file pkg.cpp.
References compare_versions().
Referenced by Pol::Plib::Package::check_dependencies(), and test_check_version().
| void Pol::Plib::compare_versions | ( | const std::string & | verleft, |
| const std::string & | verright, | ||
| bool & | isgreater, | ||
| bool & | isequal | ||
| ) |
Definition at line 66 of file pkg.cpp.
Referenced by check_version2(), and load_package().
| Package * Pol::Plib::find_package | ( | const std::string & | pkgname | ) |
Definition at line 33 of file pkg.cpp.
References Pol::Plib::SystemState::packages_byname, and systemstate.
Referenced by Pol::Plib::Package::check_conflicts(), Pol::Plib::Package::check_dependencies(), Pol::Plib::Package::check_replacements(), Pol::Core::decode_page(), Pol::Module::FileAccess::FileAccess(), Pol::Module::ConfigFileExecutorModule::get_cfgfilename(), Pol::Core::get_script_page_filename(), load_package(), Pol::Module::PolSystemExecutorModule::mf_GetPackageByName(), pkgdef_split(), and Pol::Plib::Package::version().
| std::string Pol::Plib::flagdescs | ( | ) |
Definition at line 53 of file mapfunc.cpp.
Referenced by Pol::Clib::PolToolMain::mapdump().
Definition at line 66 of file mapfunc.cpp.
Referenced by polflags_from_tileflags().
Definition at line 61 of file mapfunc.cpp.
Referenced by polflags_from_tileflags().
| std::string Pol::Plib::flagstr | ( | unsigned int | flags | ) |
Definition at line 24 of file mapfunc.cpp.
References Pol::Core::MOVABLE.
Referenced by Pol::Clib::PolToolMain::mapdump().
| const char * Pol::Plib::getExpansionName | ( | ExpansionVersion | x | ) |
Definition at line 12 of file uoexpansion.cpp.
References LastVersion.
| std::string Pol::Plib::GetPackageCfgPath | ( | const Package * | pkg, |
| const std::string & | filename | ||
| ) |
Definition at line 491 of file pkg.cpp.
References Pol::Plib::Package::dir(), and Pol::Clib::FileExists().
Referenced by Pol::Core::FindConfigFile(), Pol::Core::FindNpcTemplate(), Pol::Module::ConfigFileExecutorModule::get_cfgfilename(), Pol::Module::PackageObjImp::get_member(), Pol::Items::load_npc_intrinsic_equip(), Pol::Core::load_npc_templates(), Pol::Core::load_package_cmdlevels(), Pol::Items::load_package_itemdesc(), load_packaged_cfgs(), Pol::Multi::load_special_storedconfig(), Pol::Core::load_spell_data(), Pol::Core::load_stacking_cfg(), Pol::Core::load_system_hooks(), Pol::Core::process_package_cmds_cfg(), Pol::Core::read_npc_templates(), and Pol::Plib::Package::version().
| void Pol::Plib::load_all_cfgs | ( | const char * | cfgname, |
| const char * | taglist, | ||
| void(*)(const Package *, Clib::ConfigElem &) | loadentry | ||
| ) |
Definition at line 473 of file pkg.cpp.
References Pol::Clib::FileExists(), and load_packaged_cfgs().
Referenced by Pol::Core::load_landtile_cfg(), Pol::Core::load_tiles_cfg(), and Pol::Plib::Package::version().
| void Pol::Plib::load_package | ( | const std::string & | pkg_dir, |
| Clib::ConfigElem & | elem, | ||
| bool | quiet | ||
| ) |
Definition at line 269 of file pkg.cpp.
References compare_versions(), Pol::Plib::Package::desc(), Pol::Plib::Package::dir(), ERROR_PRINT, find_package(), INFO_PRINT, Pol::Plib::Package::name(), Pol::Plib::Package::Package(), Pol::Plib::SystemState::packages, Pol::Plib::SystemState::packages_byname, remove_package(), systemstate, and Pol::Plib::Package::version().
Referenced by load_packages().
| void Pol::Plib::load_packaged_cfgs | ( | const char * | cfgname, |
| const char * | taglist, | ||
| void(*)(const Package *, Clib::ConfigElem &) | loadentry | ||
| ) |
Definition at line 454 of file pkg.cpp.
References Pol::Clib::FileExists(), GetPackageCfgPath(), Pol::Plib::SystemState::packages, and systemstate.
Referenced by load_all_cfgs(), Pol::Mobile::load_attributes_cfg(), Pol::Network::load_aux_services(), Pol::Network::load_packet_hooks(), Pol::Core::load_uoclient_cfg(), Pol::Core::load_uoskills_cfg(), Pol::Core::load_vitals_cfg(), and Pol::Plib::Package::version().
| void Pol::Plib::load_packages | ( | const std::string & | basedir, |
| bool | quiet | ||
| ) |
Definition at line 312 of file pkg.cpp.
References Pol::Clib::DirList::at_end(), Pol::Clib::FileExists(), INFO_PRINT, and load_package().
Referenced by Pol::Core::load_data(), load_packages(), Pol::ECompile::run(), Pol::Clib::RunEclMain::runeclScript(), and Pol::Plib::Package::version().
| void Pol::Plib::load_packages | ( | bool | quiet | ) |
Definition at line 383 of file pkg.cpp.
References check_package_deps(), Pol::Plib::Package::dir(), Pol::Clib::FileExists(), INFO_PRINT, load_packages(), Pol::Clib::normalized_dir_form(), Pol::ECompile::quiet, Pol::Clib::ConfigFile::read(), Pol::Clib::ConfigElem::remove_prop(), replace_packages(), and test_check_version().
| bool Pol::Plib::pkgdef_split | ( | const std::string & | spec, |
| const Package * | inpkg, | ||
| const Package ** | outpkg, | ||
| std::string * | path | ||
| ) |
Definition at line 410 of file pkg.cpp.
References ERROR_PRINT, and find_package().
Referenced by Pol::Core::BXMLfile::call_method_id(), Pol::Core::ScriptDef::config(), Pol::Core::ScriptDef::config_nodie(), Pol::Module::FileAccess::FileAccess(), Pol::Core::find_npc_template(), Pol::Core::FindNpcTemplate(), Pol::Module::DataFileExecutorModule::GetDataStoreFile(), Pol::Bscript::Compiler::includeModule(), Pol::Module::FileAccessExecutorModule::mf_AppendToFile(), Pol::Module::DataFileExecutorModule::mf_CreateDataFile(), Pol::Module::FileAccessExecutorModule::mf_CreateDirectory(), Pol::Module::FileAccessExecutorModule::mf_FileExists(), Pol::Module::FileAccessExecutorModule::mf_ListDirectory(), Pol::Module::FileAccessExecutorModule::mf_LogToFile(), Pol::Module::FileAccessExecutorModule::mf_OpenBinaryFile(), Pol::Module::DataFileExecutorModule::mf_OpenDataFile(), Pol::Module::FileAccessExecutorModule::mf_OpenXMLFile(), Pol::Module::FileAccessExecutorModule::mf_ReadFile(), Pol::Module::FileAccessExecutorModule::mf_WriteFile(), Pol::Bscript::Compiler::read_function_declarations_in_included_file(), and Pol::Plib::Package::version().
Definition at line 214 of file mapfunc.cpp.
References Pol::Core::USTRUCT_TILE::FLAG_BLOCKING, Pol::Core::USTRUCT_TILE::FLAG_FLOOR, Pol::Core::USTRUCT_TILE::FLAG_HALF_HEIGHT, Pol::Core::USTRUCT_TILE::FLAG_PLATFORM, and polflags_from_tileflags().
Referenced by Pol::UoConvert::create_landtiles_cfg().
| u32 Pol::Plib::polflags_from_tileflags | ( | unsigned short | tile, |
| u32 | uoflags, | ||
| bool | use_no_shoot, | ||
| bool | LOS_through_windows | ||
| ) |
Definition at line 71 of file mapfunc.cpp.
References Pol::Core::cfg_show_roof_and_platform_warning, Pol::Core::USTRUCT_TILE::FLAG_BLOCKING, Pol::Core::USTRUCT_TILE::FLAG_DESC_NEEDS_A, Pol::Core::USTRUCT_TILE::FLAG_DESC_NEEDS_AN, Pol::Core::USTRUCT_TILE::FLAG_DOOR, Pol::Core::USTRUCT_TILE::FLAG_EQUIPPABLE, Pol::Core::USTRUCT_TILE::FLAG_FLOOR, Pol::Core::USTRUCT_TILE::FLAG_HALF_HEIGHT, Pol::Core::USTRUCT_TILE::FLAG_HOVEROVER, Pol::Core::USTRUCT_TILE::FLAG_LIQUID, Pol::Core::USTRUCT_TILE::FLAG_NO_SHOOT, Pol::Core::USTRUCT_TILE::FLAG_PLATFORM, Pol::Core::USTRUCT_TILE::FLAG_ROOF, Pol::Core::USTRUCT_TILE::FLAG_STACKABLE, Pol::Core::USTRUCT_TILE::FLAG_WALL, Pol::Core::USTRUCT_TILE::FLAG_WINDOW, flags_clear(), flags_set(), INFO_PRINT, and Pol::Core::MOVABLE.
Referenced by Pol::UoConvert::create_tiles_cfg(), Pol::UoConvert::display_flags(), polflags_from_landtileflags(), Pol::UoConvert::polmap_flags_from_landtile(), and Pol::UoConvert::ProcessSolidBlock().
| unsigned int Pol::Plib::readflags | ( | Clib::ConfigElem & | elem | ) |
Definition at line 229 of file mapfunc.cpp.
References Pol::Core::MOVABLE, and Pol::Clib::ConfigElem::remove_bool().
Referenced by Pol::Core::load_landtile_entry(), and Pol::Core::load_tile_entry().
| void Pol::Plib::remove_package | ( | Package * | pkg | ) |
Definition at line 46 of file pkg.cpp.
References Pol::Plib::SystemState::packages, Pol::Plib::SystemState::packages_byname, and systemstate.
Referenced by Pol::Plib::Package::check_replacements(), and load_package().
| void Pol::Plib::replace_packages | ( | ) |
Definition at line 357 of file pkg.cpp.
References Pol::Plib::SystemState::packages, and systemstate.
Referenced by load_packages(), Pol::ECompile::run(), and Pol::Plib::Package::version().
| void Pol::Plib::test_check_version | ( | ) |
Definition at line 112 of file pkg.cpp.
References check_version2(), and passert.
Referenced by load_packages().
| B9Feature Pol::Plib::ExpansionFlags[numExpansions] |
Definition at line 8 of file uoexpansion.cpp.
| char* Pol::Plib::ExpansionNames[numExpansions] = {"T2A", "LBR", "AOS", "SE", "ML", "KR", "SA", "HSA"} |
Definition at line 7 of file uoexpansion.cpp.
| const unsigned Pol::Plib::MAPBLOCK_CELLMASK = 0x3F |
Definition at line 20 of file mapblock.h.
Referenced by Pol::Plib::FileMapServer::GetMapCell(), Pol::Plib::InMemoryMapServer::GetMapCell(), and Pol::Plib::MapWriter::SetMapCell().
| const unsigned Pol::Plib::MAPBLOCK_CHUNK = 64 |
Definition at line 18 of file mapblock.h.
Referenced by Pol::Plib::MapWriter::total_blocks().
| const unsigned Pol::Plib::MAPBLOCK_SHIFT = 6 |
Definition at line 19 of file mapblock.h.
Referenced by Pol::Plib::FileMapServer::GetMapCell(), Pol::Plib::InMemoryMapServer::GetMapCell(), Pol::Plib::InMemoryMapServer::InMemoryMapServer(), and Pol::Plib::MapWriter::SetMapCell().
| const unsigned Pol::Plib::MAPTILE_CELLMASK = 0x3f |
Definition at line 15 of file maptile.h.
Referenced by Pol::Plib::MapTileServer::GetMapTile(), and Pol::Plib::MapWriter::SetMapTile().
| const unsigned Pol::Plib::MAPTILE_CHUNK = 64 |
Definition at line 13 of file maptile.h.
Referenced by Pol::UoConvert::create_maptile(), and Pol::Plib::MapWriter::total_maptile_blocks().
| const unsigned Pol::Plib::MAPTILE_SHIFT = 6 |
Definition at line 14 of file maptile.h.
Referenced by Pol::Plib::MapTileServer::GetMapTile(), and Pol::Plib::MapWriter::SetMapTile().
| unsigned int Pol::Plib::num_map_patches = 0 |
Definition at line 28 of file uofile08.cpp.
Referenced by Pol::Core::read_map_difs().
| unsigned int Pol::Plib::num_static_patches = 0 |
Definition at line 25 of file uofile02.cpp.
Referenced by Pol::Core::read_static_diffs().
| const int Pol::Plib::numExpansions = static_cast<int>( ExpansionVersion::LastVersion ) + 1 |
Definition at line 84 of file uoexpansion.h.
| const unsigned Pol::Plib::SOLIDX2_FILLER_SIZE = 4 |
Definition at line 43 of file mapblob.h.
Referenced by Pol::Plib::MapServer::LoadFirstLevelIndex(), and Pol::Plib::MapServer::LoadSecondLevelIndex().
| const unsigned Pol::Plib::STATICBLOCK_CHUNK = 8 |
Definition at line 37 of file staticblock.h.
Referenced by Pol::UoTool::defragstatics(), Pol::Plib::StaticServer::Validate(), Pol::Plib::StaticServer::ValidateBlock(), and Pol::Core::write_pol_static_files().
| const unsigned Pol::Plib::STATICBLOCK_SHIFT = 3 |
Definition at line 38 of file staticblock.h.
Referenced by Pol::Plib::StaticServer::findstatic(), Pol::Plib::StaticServer::getstatics(), and Pol::Plib::StaticServer::ValidateBlock().
| const unsigned Pol::Plib::STATICCELL_MASK = 0x7 |
Definition at line 39 of file staticblock.h.
Referenced by Pol::Plib::StaticServer::findstatic(), and Pol::Plib::StaticServer::getstatics().
| SystemState Pol::Plib::systemstate |
Definition at line 12 of file systemstate.cpp.
Referenced by Pol::Accounts::Account::Account(), Pol::Multi::CustomHouseDesign::AddMultiAtOffset(), Pol::Items::ArmorDesc::ArmorDesc(), Pol::ECompile::AutoCompile(), Pol::Core::call_chr_scripts(), Pol::Accounts::AccountObjImp::call_method_id(), Pol::Core::USpell::cast(), Pol::Core::char_select(), Pol::Mobile::Character::charindex(), Pol::Core::check_config(), Pol::Core::check_incoming_data(), check_package_deps(), Pol::Items::Item::check_test_scripts(), Pol::Core::checkpoint(), Pol::Core::GameState::cleanup_vars(), Pol::Core::client_io_thread(), Pol::Core::ClientCreateChar(), Pol::Core::ClientCreateChar70160(), Pol::Core::ClientCreateCharKR(), Pol::Core::commit(), Pol::Core::commit_incremental(), Pol::Core::config_web_server(), Pol::Core::UoClientThread::create(), Pol::Items::Item::create(), Pol::Core::create_debug_context(), Pol::Accounts::create_new_account(), Pol::UoConvert::create_tiles_cfg(), Pol::Core::debug_listen_thread(), Pol::Core::decay_single_thread(), Pol::Core::decay_worldzone(), Pol::Core::GameState::deinitialize(), Pol::Accounts::delete_account(), Pol::Multi::UHouse::destroy_components(), Pol::Core::do_cast(), Pol::Core::Spellbook::double_click(), Pol::Items::Item::double_click(), Pol::Core::doubleclick(), Pol::Accounts::duplicate_account(), Pol::Mobile::Character::equippable(), Pol::Core::PropertyList::eraseprop(), Pol::Core::ConsoleCommand::exec_console_cmd(), Pol::Module::DataStoreFile::filename(), find_package(), Pol::Core::FindConfigFile(), Pol::Core::UObject::fixInvalidGraphic(), Pol::Core::ScriptExObjImp::get_member_id(), Pol::Items::getgraphic(), Pol::Accounts::Account::getnextfreeslot(), Pol::Core::getObjtypeParam(), Pol::Module::GetPackageList(), Pol::Core::PropertyList::getprop(), Pol::Module::gumpbutton_handler(), Pol::Core::handle_char_profile_request(), Pol::Core::handle_delete_character(), Pol::Core::handle_help(), Pol::Core::handle_msg_BF(), Pol::Core::handle_processed_speech(), Pol::Core::handle_unknown_packet(), Pol::Accounts::Account::has_active_characters(), Pol::Core::http_func(), Pol::Core::http_thread(), Pol::Core::import(), Pol::Core::import_new_data(), Pol::Core::ObjectHash::Insert(), Pol::Core::insert_deferred_items(), Pol::Multi::CustomHouseDesign::IsStair(), Pol::Multi::CustomHouseDesign::IsStairBlock(), Pol::Module::item_create_params_ok(), Pol::Items::ItemDesc::ItemDesc(), Pol::Core::NetworkManager::kill_disconnected_clients(), Pol::Mobile::load_armor_zones(), Pol::Core::load_circle_data(), Pol::Core::load_incremental_indexes(), Pol::Items::load_itemdesc(), Pol::Core::load_movecost(), Pol::Items::load_npc_intrinsic_equip(), Pol::Core::load_npc_templates(), load_package(), Pol::Core::load_package_cmdlevels(), load_packaged_cfgs(), Pol::Core::load_realms(), Pol::Core::load_resource_cfg(), Pol::Multi::load_special_storedconfig(), Pol::Core::load_spell_data(), Pol::Core::load_stacking_cfg(), Pol::Core::load_system_hooks(), Pol::Core::load_tile_entry(), Pol::Core::load_tiles_cfg(), Pol::Core::MemoryUsage::log(), Pol::Core::log_all_script_cycle_counts(), Pol::Core::login2(), Pol::Core::loginserver_login(), Pol::UoConvert::UoConvertMain::main(), Pol::UoTool::UoToolMain::main(), Pol::Module::PolSystemExecutorModule::mf_AddRealm(), Pol::Module::DataFileExecutorModule::mf_CreateDataFile(), Pol::Module::UOExecutorModule::mf_FindPath(), Pol::Module::PolSystemExecutorModule::mf_ListTextCommands(), Pol::Module::PolSystemExecutorModule::mf_LogCPropProfile(), Pol::Module::PolSystemExecutorModule::mf_Packages(), Pol::Module::UOExecutorModule::mf_UseItem(), Pol::Multi::UBoat::navigable(), Pol::Core::newstat_dont_add(), Pol::Accounts::Account::numchars(), Pol::Core::OnChatButton(), Pol::Core::OnGuildButton(), Pol::Core::OnQuestButton(), Pol::Core::open_map_file(), Pol::Core::open_trade_window(), Pol::Core::open_uo_data_files(), Pol::Core::open_uo_file(), Pol::Core::open_uopmap_file(), Pol::Items::preload_test_scripts(), Pol::UoTool::print_multidata(), Pol::UoTool::print_multihull(), Pol::UoTool::print_sndlist(), Pol::Core::DebugContext::process(), Pol::Core::process_data(), Pol::Core::process_tildecommand(), Pol::Core::PropertyList::PropertyList(), Pol::Core::Storage::read(), Pol::Accounts::read_account_data(), Pol::Core::CombatConfig::read_combat_config(), Pol::Core::read_data(), Pol::Module::read_datastore_dat(), Pol::Core::read_guilds_dat(), Pol::Core::read_incremental_saves(), Pol::Core::read_item(), Pol::Core::read_items_dat(), Pol::Core::Menu::read_menus(), Pol::Core::read_multis_dat(), Pol::Core::read_npc_templates(), Pol::Core::read_npcequip_dat(), Pol::Core::read_npcs_dat(), Pol::Core::read_objects_dat(), Pol::Core::read_objinfo(), Pol::Core::read_party_dat(), Pol::Core::read_pcequip_dat(), Pol::Core::read_pcs_dat(), Pol::Core::PolConfig::read_pol_config(), Pol::Core::read_pol_dat(), Pol::Module::HttpExecutorModule::read_query_string(), Pol::Core::read_resources_dat(), Pol::Core::read_storage_dat(), Pol::Core::read_tiledata(), Pol::Mobile::Character::readCommonProperties(), Pol::Realms::Realm::readdynamics(), Pol::Accounts::Account::readfrom(), Pol::Multi::MultiDef::readshapes(), Pol::Core::readtile(), Pol::Accounts::reload_account_data(), remove_package(), replace_packages(), Pol::Core::rndat(), Pol::Core::UoClientThread::run(), Pol::ECompile::run(), Pol::Core::DebugClientThread::run(), Pol::Core::run_executor_to_completion(), Pol::Mobile::Character::run_hit_script(), Pol::Core::ScriptScheduler::run_ready(), Pol::Core::run_script_to_completion_worker(), Pol::Core::run_start_scripts(), Pol::Clib::RunEclMain::runeclScript(), Pol::Core::save_incremental(), Pol::Core::SaveContext::SaveContext(), Pol::Core::send_feature_enable(), Pol::Core::send_start(), Pol::Core::SendUnicodeSpeech(), Pol::Core::set_watch_vars(), Pol::Items::Item::setgraphic(), Pol::Core::PropertyList::setprop(), Pol::Core::should_write_data(), Pol::Module::OSExecutorModule::signal_event(), Pol::Core::skillrequest(), Pol::Core::slurp(), Pol::Core::start_http_script(), Pol::Module::OSExecutorModule::start_skill_script(), Pol::Core::start_textcmd_script(), Pol::Core::start_threads(), Pol::Core::StartSkillScript(), Pol::Core::threadstatus_thread(), Pol::Core::tile_desc(), Pol::Core::tile_flags(), Pol::Core::tile_uoflags(), Pol::Core::tileheight(), Pol::Core::tilelayer(), Pol::Core::tileweight(), Pol::Core::uo_client_listener_thread(), Pol::Core::update_rpm(), Pol::Core::validbeard(), Pol::Core::validhair(), Pol::Items::Item::walk_on(), Pol::Multi::UHouse::walk_on(), Pol::Accounts::write_account_data(), Pol::Accounts::write_account_data_task(), Pol::Core::write_data(), Pol::Items::write_objtypes_txt(), Pol::Core::write_pol_static_files(), Pol::Accounts::Account::writeto(), Pol::xmain_inner(), Pol::Accounts::Account::~Account(), and Pol::Mobile::Character::~Character().
| const unsigned Pol::Plib::WGRID_SHIFT = 6 |
Definition at line 22 of file realmdescriptor.h.
Referenced by Pol::Core::getzone(), Pol::Core::zone_convert(), and Pol::Core::zone_convert_clip().
| const unsigned Pol::Plib::WGRID_SIZE = 64 |
Definition at line 21 of file realmdescriptor.h.
Referenced by Pol::Plib::RealmDescriptor::Load().