Bugs
From Moviesandbox
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.
- select Drawing when no prior drawing is present does CTD
- merging two drawing does not work if they are both the same mesh!
- 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:
changelist 0.51
- fixed screwed animation for objects' base transforms (location/rotation)
- 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
changelist V0.5
- better stability
- so many things, I lost track.
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