Bugs
From Moviesandbox
(Difference between revisions)
Line 2: | Line 2: | ||
* Node Linking only works from NodeIn to NodeOut, not the other way around. Unlinking works for both though. | * Node Linking only works from NodeIn to NodeOut, not the other way around. Unlinking works for both though. | ||
- | * Screenresolution has to be set to 1024x768 or Object picking will not work correctly | ||
+ | * Screenresolution has to be set to 1024x768 or Object picking will not work correctly | ||
+ | ** Fixed: thanks to Florain Berger for help with the maths! | ||
================= Date: 4-10-2006 ==================== | ================= Date: 4-10-2006 ==================== | ||
Line 15: | Line 16: | ||
================= Date: 6-03-2006 ==================== | ================= Date: 6-03-2006 ==================== | ||
- | * Settexture: Text input will feed text into console if "t" is typed. | + | * Settexture: Text input will feed text into console if "t" is typed.Text Input: "R" character causes text to be fed to console input. |
- | + | ** Quick fix: In the User.ini, remove the command after "R=...". It's a key-binding issue that arises with your own ini file. Still working on the real fix though. | |
- | ** | + | |
+ | ================= Date: 6-20-2006 ==================== | ||
+ | * Cannot set Properties to "None" by clicking in the open. |
Revision as of 22:29, 19 June 2006
- Node Linking only works from NodeIn to NodeOut, not the other way around. Unlinking works for both though.
- Screenresolution has to be set to 1024x768 or Object picking will not work correctly
- Fixed: thanks to Florain Berger for help with the maths!
=========== Date: 4-10-2006 ==============
- Enabling of depth-of-field (DOF) results in interpolated frame between setcam switching.
=========== Date: 5-21-2006 ==============
- Spritepawn: Z-buff definition places sprite behind static meshes.
- Fixed: Was a Level problem. Though, there are still problems with DecoLayers and Terrain.
=========== Date: 6-03-2006 ==============
- Settexture: Text input will feed text into console if "t" is typed.Text Input: "R" character causes text to be fed to console input.
- Quick fix: In the User.ini, remove the command after "R=...". It's a key-binding issue that arises with your own ini file. Still working on the real fix though.
=========== Date: 6-20-2006 ==============
- Cannot set Properties to "None" by clicking in the open.