khanat-opennel-code/code/ryzom/client/src/interface_v3
2012-06-01 00:19:53 +02:00
..
action_handler.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
action_handler.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
action_handler_base.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
action_handler_base.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
action_handler_debug.cpp
action_handler_edit.cpp
action_handler_game.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
action_handler_help.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_help.h
action_handler_item.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_item.h
action_handler_misc.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_misc.h
action_handler_move.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_outpost.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_phrase.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_handler_tools.cpp
action_handler_tools.h
action_handler_ui.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_phrase_faber.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
action_phrase_faber.h
add_on_manager.cpp
add_on_manager.h
animal_position_state.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
animal_position_state.h
bar_manager.cpp CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
bar_manager.h
bonus_malus.cpp
bonus_malus.h
bot_chat_manager.cpp
bot_chat_manager.h
bot_chat_page.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page.h
bot_chat_page_all.cpp
bot_chat_page_all.h
bot_chat_page_create_guild.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page_create_guild.h
bot_chat_page_dynamic_mission.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page_dynamic_mission.h
bot_chat_page_mission.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page_mission.h
bot_chat_page_mission_end.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page_mission_end.h
bot_chat_page_news.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
bot_chat_page_news.h
bot_chat_page_player_gift.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
bot_chat_page_player_gift.h initial version 2010-05-06 02:08:41 +02:00
bot_chat_page_ring_sessions.cpp
bot_chat_page_ring_sessions.h
bot_chat_page_trade.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
bot_chat_page_trade.h
brick_learned_callback.cpp
brick_learned_callback.h
character_3d.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
character_3d.h
chat_displayer.cpp
chat_displayer.h
chat_filter.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
chat_filter.h
chat_text_manager.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
chat_text_manager.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
chat_window.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
chat_window.h
ctrl_base.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_base.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_base_button.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
ctrl_base_button.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
ctrl_button.cpp
ctrl_button.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_col_pick.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_col_pick.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_polygon.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_polygon.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_quad.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_quad.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_scroll.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
ctrl_scroll.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_sheet_selection.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 2010-05-13 22:45:24 +02:00
ctrl_sheet_selection.h
ctrl_text_button.cpp CHANGED: #1471 Moved the previously refactored code to the NELGUI library. 2012-05-23 04:13:58 +02:00
ctrl_text_button.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_tooltip.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
ctrl_tooltip.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
dbctrl_sheet.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
dbctrl_sheet.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
dbgroup_build_phrase.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
dbgroup_build_phrase.h
dbgroup_combo_box.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
dbgroup_combo_box.h
dbgroup_list_sheet.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
dbgroup_list_sheet.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
dbgroup_list_sheet_bonus_malus.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
dbgroup_list_sheet_bonus_malus.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
dbgroup_list_sheet_icon_phrase.cpp
dbgroup_list_sheet_icon_phrase.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
dbgroup_list_sheet_mission.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
dbgroup_list_sheet_mission.h initial version 2010-05-06 02:08:41 +02:00
dbgroup_list_sheet_text.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
dbgroup_list_sheet_text.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
dbgroup_list_sheet_text_brick_composition.cpp Moved xml_auto_ptr from game_share to nel misc. 2012-02-08 01:58:15 +01:00
dbgroup_list_sheet_text_brick_composition.h initial version 2010-05-06 02:08:41 +02:00
dbgroup_list_sheet_text_phrase.cpp Changed: optimizations for PCH 2010-07-10 15:02:07 +02:00
dbgroup_list_sheet_text_phrase.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
dbgroup_list_sheet_text_phrase_id.cpp initial version 2010-05-06 02:08:41 +02:00
dbgroup_list_sheet_text_phrase_id.h initial version 2010-05-06 02:08:41 +02:00
dbgroup_list_sheet_text_share.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
dbgroup_list_sheet_text_share.h initial version 2010-05-06 02:08:41 +02:00
dbgroup_list_sheet_trade.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
dbgroup_list_sheet_trade.h
dbgroup_select_number.cpp CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace. 2012-05-24 18:23:51 +02:00
dbgroup_select_number.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
dbview_bar.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
dbview_bar.h
dbview_bar3.cpp
dbview_bar3.h
dbview_digit.cpp
dbview_digit.h initial version 2010-05-06 02:08:41 +02:00
dbview_number.cpp
dbview_number.h
dbview_quantity.cpp
dbview_quantity.h
encyclopedia_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
encyclopedia_manager.h
filtered_chat_summary.cpp
filtered_chat_summary.h
flying_text_manager.cpp ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager. 2012-05-30 02:12:37 +02:00
flying_text_manager.h
group_career.cpp
group_career.h
group_compas.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_compas.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_container.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
group_container.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
group_editbox.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
group_editbox.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_frame.cpp
group_frame.h
group_header.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_header.h
group_html.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_html.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_html_cs.cpp
group_html_cs.h
group_html_forum.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
group_html_forum.h
group_html_mail.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
group_html_mail.h
group_html_qcm.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_html_qcm.h
group_html_webig.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_html_webig.h
group_in_scene.cpp
group_in_scene.h
group_in_scene_bubble.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_in_scene_bubble.h
group_in_scene_user_info.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_in_scene_user_info.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
group_list.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_list.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_map.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_map.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_menu.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_menu.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_modal.cpp
group_modal.h
group_modal_get_key.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_modal_get_key.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_paragraph.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_paragraph.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_phrase_skill_filter.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_phrase_skill_filter.h
group_quick_help.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_quick_help.h initial version 2010-05-06 02:08:41 +02:00
group_scrolltext.cpp Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_scrolltext.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_skills.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_skills.h
group_tab.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
group_tab.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_table.cpp
group_table.h
group_tree.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
group_tree.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
group_wheel.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
group_wheel.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
guild_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
guild_manager.h
input_handler_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
input_handler_manager.h Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager. 2012-05-17 03:28:50 +02:00
interface_3d_scene.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_3d_scene.h Moved event descriptors under the NLGUI namespace. 2012-05-10 23:31:39 +02:00
interface_anim.cpp CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
interface_anim.h CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace. 2012-05-24 18:23:51 +02:00
interface_config.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_config.h
interface_ddx.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_ddx.h
interface_element.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
interface_element.h CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace. 2012-05-24 18:23:51 +02:00
interface_expr_user_fct.cpp CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
interface_expr_user_fct_game.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_expr_user_fct_items.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_group.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
interface_group.h CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
interface_link.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_link.h CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
interface_manager.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
interface_manager.h CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_observer.cpp
interface_observer.h CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
interface_options.cpp
interface_options.h
interface_parser.cpp CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files. 2012-06-01 00:19:53 +02:00
interface_parser.h CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
interface_pointer.h
inventory_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
inventory_manager.h
item_consumable_effect.cpp Changed: Merge changes from next patch 2011-05-31 21:51:26 +02:00
item_consumable_effect.h
item_special_effect.cpp
item_special_effect.h
libwww_nel_stream.cpp
libwww_nel_stream.h initial version 2010-05-06 02:08:41 +02:00
list_sheet_base.cpp
list_sheet_base.h
lua_dll.cpp
lua_dll.h
lua_ihm_ryzom.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
lua_ihm_ryzom.h CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace. 2012-05-23 19:40:41 +02:00
macrocmd_key.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
macrocmd_key.h
macrocmd_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
macrocmd_manager.h
music_player.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
music_player.h
obs_huge_list.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
obs_huge_list.h
people_interraction.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
people_interraction.h
people_list.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
people_list.h
player_trade.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
player_trade.h
register_interface_elements.cpp CHANGED: #1471 Moved the previously refactored code to the NELGUI library. 2012-05-23 04:13:58 +02:00
register_interface_elements.h
req_skill_formula.cpp
req_skill_formula.h
sbrick_manager.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
sbrick_manager.h
skill_change_callback.cpp
skill_change_callback.h
skill_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
skill_manager.h
sphrase_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
sphrase_manager.h
task_bar_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
task_bar_manager.h
trade_common.cpp
trade_common.h
view_base.cpp
view_base.h Changed: #1433 Merge changes from patch 1.13 2012-02-27 16:10:47 +01:00
view_bitmap.cpp
view_bitmap.h
view_bitmap_combo.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
view_bitmap_combo.h
view_bitmap_faber_mp.cpp
view_bitmap_faber_mp.h Changed: #825 Remove all warning when compiling Ryzom on Linux 2010-05-13 22:45:24 +02:00
view_bitmap_progress.cpp
view_bitmap_progress.h
view_link.cpp
view_link.h
view_pointer.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
view_pointer.h
view_polygon.cpp
view_polygon.h
view_quad.cpp
view_quad.h
view_radar.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
view_radar.h
view_renderer.cpp Merging cdb-refactoring into gui-refactoring. 2012-04-28 21:36:39 +02:00
view_renderer.h Merging cdb-refactoring into gui-refactoring. 2012-04-28 21:36:39 +02:00
view_text.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
view_text.h
view_text_formated.cpp
view_text_formated.h
view_text_id.cpp CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used. 2012-05-24 05:02:24 +02:00
view_text_id.h CDB is now part of NLMISC. However it still requires some work! 2012-04-16 06:08:12 +02:00
view_text_id_formated.cpp
view_text_id_formated.h
widget_manager.cpp CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
widget_manager.h CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc ) 2012-05-31 04:27:27 +02:00
yubo_chat.cpp
yubo_chat.h