|
| BObjectImp * | Pol::Module::_create_item_in_container (UContainer *cont, const ItemDesc *descriptor, unsigned short amount, bool force_stacking, UOExecutorModule *uoemod) |
| |
| void | Pol::Module::add_script (ObjArray *arr, UOExecutor *uoexec, const char *) |
| |
| void | Pol::Module::buyhandler (Client *client, PKTBI_3B *msg) |
| |
| unsigned int | Pol::Module::calculate_cost (Character *, UContainer *for_sale, UContainer *bought, PKTBI_3B *msg) |
| |
| void | Pol::Module::character_race_changer_handler (Network::Client *client, Core::PKTBI_BF *msg) |
| |
| void | Pol::Module::clear_gumphandler (Client *client, UOExecutorModule *uoemod) |
| |
| BObjectImp * | Pol::Module::GetAllScriptList () |
| |
| BObjectImp * | Pol::Module::GetCoreVariable (const char *corevar) |
| |
| BObjectImp * | Pol::Module::GetIoStats () |
| |
| BObjectImp * | Pol::Module::GetIoStatsObj (const IOStats &stats) |
| |
| BObjectImp * | Pol::Module::GetPackageList () |
| |
| BObjectImp * | Pol::Module::GetPktStatusObj () |
| |
| BObjectImp * | Pol::Module::GetQueuedIoStats () |
| |
| BObjectImp * | Pol::Module::GetRunningScriptList () |
| |
| BObjectImp * | Pol::Module::GetScriptProfiles () |
| |
| void | Pol::Module::gumpbutton_handler (Client *client, PKTIN_B1 *msg) |
| |
| void | Pol::Module::handle_resurrect_menu (Client *client, PKTBI_2C *msg) |
| |
| void | Pol::Module::handle_selcolor (Client *client, PKTBI_95 *msg) |
| |
| void | Pol::Module::handle_textentry (Client *client, PKTIN_AC *msg) |
| |
| BObjectImp * | Pol::Module::MakeMapCacheImp () |
| |
| void | Pol::Module::oldBuyHandler (Client *client, PKTBI_3B *msg) |
| |
| void | Pol::Module::oldSellHandler (Client *client, PKTIN_9F *msg) |
| |
| void | Pol::Module::open_book_handler (Client *client, PKTBI_93 *msg) |
| |
| void | Pol::Module::popup_menu_selection_made (Network::Client *client, u32 serial, u16 id) |
| |
| void | Pol::Module::read_book_page_handler (Client *client, PKTBI_66 *msg) |
| |
| void | Pol::Module::sellhandler (Client *client, PKTIN_9F *msg) |
| |
| void | Pol::Module::send_clear_vendorwindow (Client *client, Character *vendor) |
| |
| bool | Pol::Module::send_vendorsell (Client *client, NPC *merchant, UContainer *sellfrom, UContainer *buyable, bool send_aos_tooltip) |
| |
| bool | Pol::Module::send_vendorwindow_contents (Network::Client *client, Core::UContainer *for_sale, bool send_aos_tooltip) |
| |
| char | Pol::Module::strip_ctrl_chars (char c) |
| |
| bool | Pol::Core::validbeard (u16 BeardStyle) |
| |
| bool | Pol::Core::validhair (u16 HairStyle) |
| |
- History
- 2005/03/02 Shinigami: mf_MoveObjectToRealm - fixed item detection and added container handling
- 2005/06/11 Shinigami: added polcore().internal - just for internal Development (not documented)
- 2005/06/20 Shinigami: added memory log to polcore().internal (needs defined MEMORYLEAK)
- 2005/07/25 Shinigami: doubled Msg size in mf_SendGumpMenu to use larger Gumps
- 2005/10/16 Shinigami: added x- and y-offset to mf_SendGumpMenu
- 2005/11/26 Shinigami: changed "strcmp" into "stricmp" to suppress Script Errors
- 2006/05/07 Shinigami: mf_SendBuyWindow & mf_SendSellWindow - added Flags to send Item Description using AoS Tooltips
- 2006/05/24 Shinigami: added mf_SendCharacterRaceChanger - change Hair, Beard and Color added character_race_changer_handler()
- 2006/05/30 Shinigami: Changed params of character_race_changer_handler() Fixed Bug with detection of Gump-Cancel in uo::SendCharacterRaceChanger()
- 2006/09/23 Shinigami: Script_Cycles, Sleep_Cycles and Script_passes uses 64bit now
- 2007/04/28 Shinigami: polcore().internal information will be logged in excel-friendly format too (leak.log)
- 2009/07/23 MuadDib: updates for new Enum::Packet Out ID
- 2009/08/06 MuadDib: Removed PasswordOnlyHash support
- 2009/09/03 MuadDib: Relocation of account related cpp/h Relocation of multi related cpp/h
- 2009/09/10 Turley: CompressedGump support (Grin)
- 2009/09/06 Turley: Changed Version checks to bitfield client->ClientType
- 2009/12/17 Turley: CloseWindow( character, type, object ) - Tomi
Definition in file uomod2.cpp.