All Projects

IDProjectTask TypeSeveritySummaryStatusOperating System  descProgressAssigned To
 3191 Graphic Utility LibraryBug ReportLow remove pugi dependency in header ClosedAll
100%
Task Description XMLAttribute etc include the pugi header in the header. this shouldn't be that way. Furthermore the conversion constructor from pugi -> gul should not be public. every thing must be done internally.
181Iocaste EditorBug ReportLowRemove IDs from the xml import/exportNewAll
0%
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.
 5 Iocaste EditorBug ReportVery Low rearrangement of sash panels ClosedAll
100%
Task Description when app starts the rearrangement of sash panels can be seen
 18 Iocaste EditorBug ReportLow progressbar while loading saved game ClosedAll
100%
Michael Pfeuti Task Description progressbar while loading saved game
153Graphic Utility LibraryFeature RequestLowPrimary Ray GenerationNewAll
0%
Michael Pfeuti Task Description ray generation for ray tracing
44Iocaste EditorFeature RequestLowplugin system NewAll
0%
Task Description plugin system to easily add new actions
 19 Iocaste EditorBug ReportLow open game adds imgs to current game ClosedAll
100%
Michael Pfeuti Task Description open game adds imgs to current game and does not create a new game.
 136 Iocaste EditorFeature RequestLow ObjectAreas ClosedAll
100%
Task Description this is a action area with an image or animation attached
 163 Iocaste EditorFeature RequestLow Object movement action ClosedAll
100%
Michael Pfeuti Task Description action that causes an object to change position how can we define a motion in a user-friendly way ------------------------------ waiting on brige for refactoring of picturepanels
 147 Iocaste EditorBug ReportHigh no selection (pic/area) possible ClosedAll
100%
Michael Pfeuti 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)
 3177 Graphic Utility LibraryBug ReportLow Mutable String ClosedAll
100%
Task Description make string mutable. it's not worth the pain of having immutable/noncopyable strings. Especially without smart pointers. It would become easier but still you cannot write string x ("ksjcnsk"= string y = x; for(..) { y = x.Replace(...); } we need to create many instances on the heap and delete them again.
 4 Iocaste EditorFeature RequestLow move areas between layers ClosedAll
100%
Michael Pfeuti Task Description add a menu item to move areas between layers to the right click menu of the action areas.
 36 Iocaste EditorBug ReportLow Memory Management (Assigned Img) ClosedAll
100%
Michael Pfeuti Task Description The only open Images should be the one of the current Picture.
 179 Iocaste EditorFeature RequestLow Memleak detector ClosedAll
100%
Michael Pfeuti Task Description http://stackoverflow.com/questions/1761125/gcc-memory-leak-detection-equivalent-to-microsoft-crtdbg-h
13Iocaste EditorFeature RequestLowmagic wand selecting contrast basedNewAll
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.
12Iocaste EditorFeature RequestLowmagic wand selecting color basedNewAll
0%
Task Description see magic wand selecting contrast based
 3176 Graphic Utility LibraryFeature RequestLow Logging ClosedAll
100%
Task Description a logging and error reporting mechanism with different backends
 11 Iocaste EditorBug ReportHigh loading save game ClosedAll
100%
Brige Task Description the loading process seems to work but some data is not filled properly (f.e. missing areas). This results in nullpointer errors
27xfce4-linelight-pluginFeature RequestLowkeybindingNewAll
0%
Task Description possibility to open the search window by a shortcut (definable through xfce)
 150 Iocaste EditorFeature RequestLow Item Naming hierachy ClosedAll
100%
Michael Pfeuti Task Description q2.kitchen.light => implies tree
 148 Iocaste EditorFeature RequestLow Inventory Item Viewer/Renamer ClosedAll
100%
Michael Pfeuti Task Description
 139 Iocaste EditorFeature RequestLow Inventory Actions ClosedAll
100%
Michael Pfeuti 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.
172Iocaste EditorBug ReportLowIntroduce SharedPointersNewAll
0%
Task Description
 2911 Graphic Utility LibraryFeature RequestLow Image class ClosedAll
100%
Task Description class to represent images. implicit data sharing is needed to avoid expensive assignment operator
171Iocaste EditorBug ReportLowHierarchy/groups for inventory item/objectsNewAll
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
15Iocaste EditorFeature RequestLowhierarchy for pictureNewAll
0%
Task Description folder structure for pictures, otherwise one get lost easily with many pictures
28xfce4-linelight-pluginBug ReportLowgeneral refactoringNewAll
0%
Task Description use gthreads and other gtk specific methods
180Iocaste EditorBug ReportLowFix TransformationsNewAll
0%
Michael Pfeuti Task Description use gcdc and its affine transform
2912Graphic Utility LibraryFeature RequestLowExposure Fusion AlgorithmNewAll
0%
Task Description implement http://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDQQFjAB&url=http%3A%2F%2Fresearch.edm.uhasselt.be%2Ftmertens%2Fpapers%2Fexposure_fusion_reduced.pdf&ei=hM1tT4GXHcbF0QX785mOAg&usg=AFQjCNELiOkcIS6qwbObORwqUyizngxNoQ
 140 Iocaste EditorFeature RequestLow Entering Scene Events ClosedAll
100%
Michael Pfeuti Task Description this will replace the sound on enter feature
41Iocaste EditorFeature RequestLowDo/Undo featureNewAll
0%
Task Description standard do undo buttons
 21 Iocaste EditorFeature RequestLow disable buttons ClosedAll
100%
Michael Pfeuti Task Description disable buttons which cannot be pressed at the moment
141Iocaste EditorFeature RequestLowDialog systemNewAll
0%
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
 138 Iocaste EditorFeature RequestLow Design Scripting language ClosedAll
100%
Michael Pfeuti Task Description used for the script action - parallelism - break conditions (MOVE is primary, ANIMATION and SOUND is secondary. Break as soon as MOVE stops)
178Iocaste EditorBug ReportLowDefault text fontNewAll
0%
Task Description in show text you always have to select the font
173Iocaste EditorFeature RequestLowDefault ActionsNewAll
0%
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)
16Iocaste EditorFeature RequestLowcustom cursersNewAll
0%
Task Description allow user to set custom cursors for the game this also includes an action to change the cursor
 35 Iocaste EditorBug ReportLow Crash when action del ClosedAll
100%
Michael Pfeuti Task Description When an action area (not in layer 0) is selected in the list and deleted => crash
 37 Iocaste EditorBug ReportMedium Crash beacause of Saving ClosedAll
100%
Brige Task Description When not all information of a action (PictureStateChange and PictureChange) are given => Chash
 159 Iocaste EditorFeature RequestLow Conditional Action ClosedAll
100%
Michael Pfeuti Task Description it should be possible to model the following: if SOME ITEM then ACTION
42Iocaste EditorFeature RequestLowcommand line featuresNewAll
0%
Task Description for example pass the file name of a project
 142 Iocaste EditorFeature RequestLow Characters ClosedAll
100%
Brige Task Description charactes which can move around
167Iocaste EditorFeature RequestLowCharacter/object PoolAssignedAll
80%
Michael Pfeuti 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.
 145 Iocaste EditorFeature RequestLow Character/object Animation ClosedAll
100%
Michael Pfeuti Task Description specify animations for a character/object
169Iocaste EditorFeature RequestLowCharacter Scaling in PanelsNewAll
0%
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.
3187Graphic Utility LibraryFeature RequestLowBMP Image supportNewAll
0%
Task Description add IO for BMP files. see gimp source code how to read/write bmp files
 7 Iocaste EditorFeature RequestLow background sound  ClosedAll
100%
Michael Pfeuti Task Description assign background sound to a image
 162 Iocaste EditorBug ReportLow Animation Speed control ClosedAll
100%
Michael Pfeuti Task Description it should be possible to specify at how many fps an animation should be replayed
 157 Iocaste EditorBug ReportHigh animation is not copied with a copy of an object ClosedAll
100%
Michael Pfeuti Task Description
 158 Iocaste EditorFeature RequestLow Animation Action ClosedAll
100%
Michael Pfeuti Task Description action that triggers an animation of an object this could be implemented in the same way as the change picture state action we also need a field to specify how many times an animation sould be played
Showing tasks 51 - 100 of 105 Page 2 of 3 - 1 - 2 - 3 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing