Difference between revisions of "Gnome-mud"

From Ghoulwiki
Jump to: navigation, search
 
 
(18 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* https://live.gnome.org/GnomeMud/
 
* https://live.gnome.org/GnomeMud/
 
* https://github.com/ghoulsblade/gnome-mud
 
* https://github.com/ghoulsblade/gnome-mud
* frames via src/zmp/zmp-subwindow.c ? http://wxmud.sourceforge.net/screenshots/MXP-frames.png
+
* added lua scripting
 +
* first experimental graphical automap working (script not in git), but room detection specific to wotmud and too easily confused by off-grid rooms
 +
* ? frames via src/zmp/zmp-subwindow.c ? [http://wxmud.sourceforge.net/screenshots/MXP-frames.png (frames)]
 +
 
 +
== automap mockup ==
 +
* gnome: window for drawing icons in grid, icon = transparent png, multiple on top of each other possible
 +
<gallery>
 +
Image:Plan05.png
 +
Image:Map01.png
 +
Image:Imgmap01.png
 +
Image:Map06.png
 +
Image:Map07.png
 +
</gallery>
 +
 
 +
== todo for new gnome-mud master branch release (2012/08) ==
 +
 
 +
* prefs dialog : "triggers, alias, variables, timers, keybindings"  (dialogs and functionality)
 +
* check master commits since GNOMEMUD_0_11_2 tag if anything else was removed from the code
 +
* optional : prefs highlights ?  (changing color of matching text/words) 
 +
* optional/minor issue : newline problem (rare)  [[:Image:Linebreak-master.png]]
 +
* optional/minor issue : asci-art animation issue (in-place text update, maybe utf8/encoding/unicode related?, wotmud kick, bash, search, sword mending)  [[:Image:Kickbash.png]]
 +
* optional : lua time callback to allow delayed actions (some gtk event? or maybe main event loop hook?)
 +
* automake: correct lua/lua5.1 package name on ubuntu11.04 vs other linux, try both ?
 +
* automake: install map icons somewhere
 +
* automake: install sample lua script somewhere that is automatically copied to users home dir on first use for easy editing ? ~/gnome-mud.lua
 +
* map (simple manually controlled version for a first release when auto-mapping is not yet working)
 +
** right-click menu :
 +
*** walk here (spam movement commands)
 +
*** manual corrections : create room n/w/s/e/up/down
 +
*** manual corrections : delete room
 +
*** manual corrections : set current position
 +
** optional? support for diagonal movement nw/ne/sw/se
 +
 
 +
== old gnome wiki pages ==
 +
* https://live.gnome.org/GnomeArt/ArtRequests/gnomemud
 +
* https://live.gnome.org/GnomeMud/AutoMapper
 +
* https://live.gnome.org/GnomeMud/InternationalMapper
 +
* https://live.gnome.org/GnomeMud/PreOnePointOh todo list
 +
* https://live.gnome.org/GnomeMud/OnePointOh
 +
* https://live.gnome.org/GnomeMud/GladeBranch

Latest revision as of 20:13, 24 August 2012

Ghoulsblade 00:30, 1 August 2012 (CEST) started playing wotmud.org, would like to have a mud client with automap and chat window

automap mockup

  • gnome: window for drawing icons in grid, icon = transparent png, multiple on top of each other possible

todo for new gnome-mud master branch release (2012/08)

  • prefs dialog : "triggers, alias, variables, timers, keybindings" (dialogs and functionality)
  • check master commits since GNOMEMUD_0_11_2 tag if anything else was removed from the code
  • optional : prefs highlights ? (changing color of matching text/words)
  • optional/minor issue : newline problem (rare) Image:Linebreak-master.png
  • optional/minor issue : asci-art animation issue (in-place text update, maybe utf8/encoding/unicode related?, wotmud kick, bash, search, sword mending) Image:Kickbash.png
  • optional : lua time callback to allow delayed actions (some gtk event? or maybe main event loop hook?)
  • automake: correct lua/lua5.1 package name on ubuntu11.04 vs other linux, try both ?
  • automake: install map icons somewhere
  • automake: install sample lua script somewhere that is automatically copied to users home dir on first use for easy editing ? ~/gnome-mud.lua
  • map (simple manually controlled version for a first release when auto-mapping is not yet working)
    • right-click menu :
      • walk here (spam movement commands)
      • manual corrections : create room n/w/s/e/up/down
      • manual corrections : delete room
      • manual corrections : set current position
    • optional? support for diagonal movement nw/ne/sw/se

old gnome wiki pages