Bugs
From Moviesandbox
(Difference between revisions)
Line 4: | Line 4: | ||
A list of smaller and bigger things that need to be done. | A list of smaller and bigger things that need to be done. | ||
+ | * image import list skewed - scrollbar is way off. | ||
* PerformAction does not stop after hitting play again | * PerformAction does not stop after hitting play again | ||
- | * scrubber starts at wrong point in timeline | ||
* duplicating of skeletalActor with bones does not work, leads to CTD | * duplicating of skeletalActor with bones does not work, leads to CTD | ||
* navigating with propertyInspector open causes headaches | * navigating with propertyInspector open causes headaches | ||
Line 17: | Line 17: | ||
* userPopUp does not close if bad mesh is loaded | * userPopUp does not close if bad mesh is loaded | ||
* setBase does not take old position into account (position changes after rebasing) | * setBase does not take old position into account (position changes after rebasing) | ||
- | * no way to select bones when creating them | ||
- | * shadowing seems off in skeletal shader | ||
* timeline add should add selected, no? | * timeline add should add selected, no? | ||
- | * slider in timeline not accurate! | ||
* unclear distinction between "PerformAction" and "SetAnimation" | * unclear distinction between "PerformAction" and "SetAnimation" | ||
* SetAnimation does not stop after scene stops - unless it does sometimes... | * SetAnimation does not stop after scene stops - unless it does sometimes... | ||
Line 26: | Line 23: | ||
* pickActor Button should auto-select first selected actor | * pickActor Button should auto-select first selected actor | ||
* pickActor Button should change mouse cursor to reflect if we actually await picking or have already chosen! | * pickActor Button should change mouse cursor to reflect if we actually await picking or have already chosen! | ||
+ | |||
+ | <h2>Version changelist:</h2> | ||
+ | |||
+ | <h3>Version 0.51</h3> | ||
+ | * fixed scrubber starts at wrong point in timeline | ||
+ | * fixed no way to select bones when creating them - right clicking now does this | ||
+ | * shadowing seems off in skeletal shader ( fixed in 0.5) | ||
+ | * fixed re-selecting skinning tool after closing boneWidget resetting all bones to 0,0,0 | ||
<h2>Bugs current version</h2> | <h2>Bugs current version</h2> |
Revision as of 22:54, 4 April 2011
if you're looking for the UT2004 bugs page, please go to UT2004 bugs. This is now the bugs page for the OpenSource version of moviesandbox. Bug updates will be released after the first version has been made public. --Fiezi 11:04, 2 April 2009 (MEST)
Contents |
ToDo List and obvious bugs:
A list of smaller and bigger things that need to be done.
- image import list skewed - scrollbar is way off.
- PerformAction does not stop after hitting play again
- duplicating of skeletalActor with bones does not work, leads to CTD
- navigating with propertyInspector open causes headaches
- font size too small, cursor not visible
- make it possible to disconnect properties from UDPInput buttons
- CubeMap drawing for backgrounds
- reorder render FBOs for better performance (picking in 2nd position, etc...)
- better organisation of nodes (folder nodes, minimap, etc...)
- order actorList by name, etc...
- rotate after Base and scale gives skewed results
- userPopUp does not close if bad mesh is loaded
- setBase does not take old position into account (position changes after rebasing)
- timeline add should add selected, no?
- unclear distinction between "PerformAction" and "SetAnimation"
- SetAnimation does not stop after scene stops - unless it does sometimes...
- actionlist goes a bit bonkers when too many actions added
- pickActor Button should auto-select first selected actor
- pickActor Button should change mouse cursor to reflect if we actually await picking or have already chosen!
Version changelist:
Version 0.51
- fixed scrubber starts at wrong point in timeline
- fixed no way to select bones when creating them - right clicking now does this
- shadowing seems off in skeletal shader ( fixed in 0.5)
- fixed re-selecting skinning tool after closing boneWidget resetting all bones to 0,0,0
Bugs current version
These changelists worked well before svn and github. Now I have no idea how to track stuff on the wiki, and probably should refer to the "Issues" tab on github...
Version changelist
These changelists worked well before svn and github. Now I have no idea how to track stuff on the wiki, and probably should refer to the "Issues" tab on github...
changelist V376
- implemented particleSelectTool
- implemented rudimentary Normal choices for drawings
- played around with vertexIDs, but decided to leave that out for now
- implemented InspectorManager (closing inspector windows when opening another one)
- fixed crash in loading spriteMeshes
- converted sticky to BASE64 format
changelist V370
- fixed Background Texture
- fixed Background not being cleared when not in lighting mode
changelist V369
- added blinking cursor to textinput
- added proper Background to Inspectors (no more "click throughs")
- fixed numbers in timeline not working.
- fixed scaling not being saved properly
changelist V368
- updated XCode project
changelist V367
- separated drawing shader from color shader
- which fixed invisible lights and other standard objects
- fixed bug that crashes MSB when clicking on bone widget without drawing
- fixed keyInput not working
- added checkOpenGLError() to renderer
- fixed numerous small renderer OpenGL Errors
- fixed connection lines not showing up on nodes