My Github Repository

All and any discussion and development of the Mudlet Mapper.
Post Reply
User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »


User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

I tried your map vadi, and I was able to load it fine. I can't reproduce this issue actually now with older maps. I also applied those fixes.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Hm I'll test it more throughly later then. Don't want people to lose their maps in case of what and be upset.

Can you delete the rest of the files from being tracked as well:


Updating 97b399d..04122d3
Fast-forward
mudlet | 1 -
src/Host.cpp | 7 +
src/TBuffer.cpp | 7 +-
src/TLuaInterpreter.cpp | 109 +++--
src/TTrigger.cpp | 2 +
src/ctelnet.cpp | 2 +-
src/dlgTriggerEditor.cpp | 4 +-
src/generic_mapper_script.xml | 64 ---
src/mudlet.h | 12 +-
src/qrc_mudlet_alpha.cpp | 979 +++++++++++++++++++--------------------
src/ui/module_manager.ui | 109 +++--
src/ui_about_dialog.h | 2 +-
src/ui_actions_main_area.h | 2 +-
src/ui_aliases_main_area.h | 2 +-
src/ui_color_trigger.h | 2 +-
src/ui_composer.h | 2 +-
src/ui_connection_profiles.h | 2 +-
src/ui_custom_lines.h | 2 +-
src/ui_extended_search_area.h | 2 +-
src/ui_irc.h | 2 +-
src/ui_keybindings_main_area.h | 2 +-
src/ui_lacking_mapper_script.h | 2 +-
src/ui_main_window.h | 2 +-
src/ui_mapper.h | 2 +-
src/ui_mapper_room_color.h | 2 +-
src/ui_module_manager.h | 78 ++-
src/ui_notes_editor.h | 2 +-
src/ui_options_area_actions.h | 2 +-
src/ui_options_area_aliases.h | 2 +-
src/ui_options_area_scripts.h | 2 +-
src/ui_options_area_timers.h | 2 +-
src/ui_options_area_triggers.h | 2 +-
src/ui_package_manager.h | 2 +-
src/ui_package_manager_unpack.h | 2 +-
src/ui_profile_preferences.h | 2 +-
src/ui_room_exits.h | 2 +-
src/ui_scripts_main_area.h | 2 +-
src/ui_source_editor_area.h | 2 +-
src/ui_system_message_area.h | 2 +-
src/ui_timers_main_area.h | 2 +-
src/ui_trigger_editor.h | 2 +-
src/ui_trigger_pattern_edit.h | 2 +-
src/ui_triggers_main_area.h | 2 +-

43 files changed, 732 insertions(+), 704 deletions(-)
delete mode 160000 mudlet
mode change 100644 => 100755 src/ui/composer.ui ✔
mode change 100644 => 100755 src/ui/profile_preferences.ui ✔
vadi@vadi-11:~/Programs/Mudlet2/chris/src$

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Mind adding http://forums.mudlet.org/viewtopic.php? ... =10#p11453 to your repository as well?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Just a heads up - the map load event seems to fire thrice when the map is downloaded, and the 3D event goes off also on when the map's dimensions are adjusted (so not only on the map download).

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

My repository has an experimental variable interface included at the moment. This is nowhere complete and you are likely to crash a lot if you use it :).

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Please ignore 'src/qrc_mudlet_alpha.cpp', it's auto-generated.

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

My variable interface now works with adding variables and tables. The GUI isn't complete yet (like the script box will sometimes persist). You can add a new variable by using the 'add item' and add a new table by 'add group'. You can nest tables/variables as well. I'll get to work on deletions in a bit.

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

It turned out to be trivial to add, so deletions are now working (deletions are performed by setting the variable to nil). Does anyone know a good site for icons without any usage restrictions?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

It's best to pull something out of the Oxygen KDE icons theme, to keep the same style of icons: http://www.oxygen-icons.org/

Post Reply