Custom Viewer

From WiCWiki

Revision as of 10:00, 11 January 2008 by Tabu (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Contents

by Insane Buzzstards

Overview

Version: 0.6 (2007-12-20)
Download: [1]
Visit us on Sourceforge: [2]
SVN: https://wiccustomviewer.svn.sourceforge.net/svnroot/wiccustomviewer/CustomViewer (you have to join us to upload to the svn)

Wanna help developing?

Visit the Sourceforge-Site and join us!

About

The Custom-Viewer is a game-overlay with which you can easily execute Python-Methods via mouse-click or keyboard. It is build for easy extendability, so that you can add your own scripts and such.

We encourage you to create your own editors and share those!

You can find a Tutorial here.

Editors/Plugins

With the help of editors you can extend your Custom-Viewer to add functionality. Just download the editors and install those according to their instructions.

Instructions

Paste the "cviewer.py", the "cust_viewer" and the "input_handler"-folder in a folder, that is included by WiC's PYTHONPATH.

Changelog

Version 0.6 (2007-12-20)

  • restructured for easier team-development via svn
  • added support for multiple keys

Version 0.5 (2007-12-17)

cviewer.py

  • added notification-string, that can be set by any method (f. ex. notification that something was saved)

entry.py

  • overloaded [ ]-operator of Entry to directly access children
  • fixed problems with colors and selected entries, because of removing entries
  • added tooltips for entries, that will be shown if an entry is selected (f. ex. for information, keys)

Version 0.4 (2007-12-16)

entry.py

  • added methods to remove entries
    • Entry.removeEntryByPosition(position)
    • Entry.removeEntryByName(name)
    • Entry.removeSelfFromParent
    • removeRootEntryByPosition(position)
    • removeRootEntryByName(name)
  • added method to toggle visibility
    • entryToggleVisibility(entry)

Version 0.3 (2007-12-16)

  • added multiplayer-compatibility

Version 0.2 (2007-12-16)

  • official release
Personal tools
User Created Content