Iocaste Editor

Task TypeAssigned ToSeveritySummaryStatusProgressDue In Version  desc
Feature RequestLowvideo actionNew
0%
2.0 Task Description action that play a video file
Feature RequestLowmagic wand selecting color basedNew
0%
2.0 Task Description see magic wand selecting contrast based
Feature RequestLowmagic wand selecting contrast basedNew
0%
2.0 Task Description auto selection of areas with a similar contrast. this eases the task of marking action ares. it should be possible to change the constrast treshold during selection.
Feature RequestLowhierarchy for pictureNew
0%
2.0 Task Description folder structure for pictures, otherwise one get lost easily with many pictures
Feature RequestLow undo and redo feature Closed
100%
2.0 Task Description possibility to undo and redo actions
Feature RequestLowValidation of actionsNew
0%
2.0 Task Description when a game should be exported it would be wise to check if the actions of one area do not contradict each other. for instance one action says goto image 1 another says goto image 2. => uncertain behavior.
Feature RequestLowDo/Undo featureNew
0%
2.0 Task Description standard do undo buttons
Feature RequestLowcommand line featuresNew
0%
2.0 Task Description for example pass the file name of a project
Bug ReportLowHierarchy/groups for inventory item/objectsNew
0%
2.0 Task Description to organise all items allow the user to put them in groups. same is should also be possible for objects/characters in the character/object pool
Bug ReportLowIntroduce SharedPointersNew
0%
2.0 Task Description
Feature RequestMichael PfeutiLow Memleak detector Closed
100%
2.0 Task Description http://stackoverflow.com/questions/1761125/gcc-memory-leak-detection-equivalent-to-microsoft-crtdbg-h
Bug ReportMediumresolve index battleNew
0%
1.2 Task Description there are many index attributes which seem obsolete. the index of a layer isn't assigned correctly. either use only indices as unique identifiers or name. but don't mix decision 06.02.2011: - use indices
Feature RequestMediumxml exportNew
0%
1.2 Task Description replace whitespaces in strings with _
Bug ReportMediumedit object deletes actionsNew
0%
1.2 Task Description when an object has action and its image is edited it loses its actions (see objecteditdialog in OnOk() there we create a new action instead of editing the old)
Feature RequestLowstart menu for gameNew
0%
1.2 Task Description set the welcome screen of the exported game. (new game, load, settings, ...)
Feature RequestLowstart current game from editorNew
0%
1.2 Task Description start game, and load current scene
Feature RequestLowcustom cursersNew
0%
1.2 Task Description allow user to set custom cursors for the game this also includes an action to change the cursor
Feature RequestLowplugin system New
0%
1.2 Task Description plugin system to easily add new actions
Feature RequestLowDialog systemNew
0%
1.2 Task Description possibilty to design and edit dialogs for charaters/etc - code completion for reacting on items in inventory - per action (look at, talk to, pick up,...) one tab - each tab holds a textfield which contains the whole dialog - [itemname] for enabling dialog options when item itemname is in inventory - add label for specifying action trigger at certain dialogs (f.e. [actionname] at the end of the line of a dialog - Deal with going back in the tree (last dialog option always goes back one level - add labels which can be jumped to at the beginning of a dialog line - in the dialog editor keep a list of all available (were created in this editor +/- action) actions for this dialog
Bug ReportLowupdate references of items when copy/cut themNew
0%
1.2 Task Description
Bug ReportMichael PfeutiLow Replace Duplicate with Copy Constructor Closed
100%
1.2 Task Description this includes memory leak fixing there are many places that cause memory leaks because I was too lazy to do it properly CAUTION: for the duplication of abstract instances we need this method. when we have a AbstractAction and we want to duplicate it we cannot use the copy constructor.
Feature RequestMichael PfeutiLowCharacter/object PoolAssigned
80%
1.2 Task Description add all created characters in a pool from where the user can drag and drop an existin character into a new scene make it optional. sometimes we want instancing (when we modify one, all are changed) and sometimes we want independent copies. Of course some properties should be allowed to change like position.
Feature RequestLowParallel vs. Serial Action SequencesNew
0%
1.2 Task Description Action Preferences Dialog: Each action is in a block of parallel action sequences. It is possible to arrange parallel sequences in a serial sequence. Each action gets the number of its sequence for saving. Actions are listed in a table. Each action gets a number. Actions with the same number are executed parallel.
Feature RequestLowCharacter Scaling in PanelsNew
0%
1.2 Task Description when an object is made into a character it should be displayed the way it will appear in the game. Thus, it is necessary to scale it according to its position and relative size to the Dummy.
Feature RequestLowDefault ActionsNew
0%
1.2 Task Description when no action is specified then a default action should be used ("no, I don't want to" "Not right now", and so on)
Bug ReportLowGame Creation WizardNew
0%
1.2 Task Description when creating a game certain information should be given that do not change - the possible acitons (talk to, go to, ...) - the intentory style (MI1, MI2 static or MI3 right click popup or MI5 button open) and also the area where the intentory pops up
Bug ReportLowaction affect only local layer/pic after exportNew
0%
1.2 Task Description for example move area in another picture should place a flag where the area has moved to. then the on enter actions should respect these flags
Bug ReportLowDefault text fontNew
0%
1.2 Task Description in show text you always have to select the font
Bug ReportMichael PfeutiLowFix TransformationsNew
0%
1.2 Task Description use gcdc and its affine transform
Bug ReportLowRemove IDs from the xml import/exportNew
0%
1.2 Task Description We don't need to manage the IDs in the code. the ID's are only necessary during the loading process to make sure we rebuild the correct pointer relationships. Thus, the exporter should manage the creation of the IDs.
Feature RequestMichael PfeutiBrigeHigh ControlEntityTree Closed
100%
1.1 Task Description
Bug ReportMichael PfeutiHigh no selection (pic/area) possible Closed
100%
1.1 Task Description it is possible to deselect everything in the two list. this results in a chrash (we assume that there is always a pic selected when we can select a area)
Bug ReportMichael PfeutiHigh animation is not copied with a copy of an object Closed
100%
1.1 Task Description
Bug ReportMichael PfeutiLow flickering with rightclick on tabs Closed
100%
1.1 Task Description the whole tab panel gets reloaded and therefore flickering. previously selected tab is unselected.
Feature RequestMichael PfeutiLow move areas between layers Closed
100%
1.1 Task Description add a menu item to move areas between layers to the right click menu of the action areas.
Feature RequestMichael PfeutiLow Sound action Closed
100%
1.1 Task Description an action that play a sound file
Feature RequestMichael PfeutiLow background sound  Closed
100%
1.1 Task Description assign background sound to a image
Feature RequestMichael PfeutiLow action area with image Closed
100%
1.1 Task Description so far action areas are invisible in the final game. it should be possible that a area shows an image. By this, one image is not so static. it should also be possible to change to images through an action event. exp: open door vs. closed door
Bug ReportMichael PfeutiLow progressbar while loading saved game Closed
100%
1.1 Task Description progressbar while loading saved game
Feature RequestMichael PfeutiLow disable buttons Closed
100%
1.1 Task Description disable buttons which cannot be pressed at the moment
Feature RequestMichael PfeutiLow Start external Image Editor Closed
100%
1.1 Task Description start gimp etc directly from within iocaste
Bug ReportMichael PfeutiLow Action Order Closed
100%
1.1 Task Description Only first layer can be managed
Feature RequestLow ObjectAreas Closed
100%
1.1 Task Description this is a action area with an image or animation attached
Feature RequestMichael PfeutiLow Script action Closed
100%
1.1 Task Description an action which allows the developer to use a scripting language ----------------------- the primary action is missing
Feature RequestMichael PfeutiLow Design Scripting language Closed
100%
1.1 Task Description used for the script action - parallelism - break conditions (MOVE is primary, ANIMATION and SOUND is secondary. Break as soon as MOVE stops)
Feature RequestMichael PfeutiLow Inventory Actions Closed
100%
1.1 Task Description an action to interact with an inventory this also includes the gui that allows the user to design the game command panel (pick up, look at, ... and the inventory) offer two styles: - MI3-like (menu popup after holding mouse) - MI1 or MI5 global button that opens menu or menu that is always present NOTE: make action set permanent after new game. maybe a wizard. this simplifies the actionarea grouping. exp: goto of an object has actions and then the users deletes goto. This forces us to loop over all layers of all pictures.
Feature RequestMichael PfeutiLow Entering Scene Events Closed
100%
1.1 Task Description this will replace the sound on enter feature
Feature RequestBrigeLow Characters Closed
100%
1.1 Task Description charactes which can move around
Feature RequestBrigeLow Walking area Closed
100%
1.1 Task Description walking area for characters to move in
Feature RequestMichael PfeutiLow Virtual inventory items Closed
100%
1.1 Task Description the idea is that it is always possible to check what is in the inventory. that way different behaviour of charactes and action can be modeled. however, sometime a flag is needed. this can be done with a virtual inventory item which cannot be seen by the player.
Showing tasks 1 - 50 of 76 Page 1 of 21 - 2 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing