Engine Suggestions
From OxeyeWiki
(Difference between revisions)
(→Under Evaluation) |
|||
| (One intermediate revision not shown) | |||
| Line 7: | Line 7: | ||
|style="background:#c7c7e0"| '''Comment''' | |style="background:#c7c7e0"| '''Comment''' | ||
|- | |- | ||
| - | {{EngineSuggestion| | + | {{EngineSuggestion|video|feature|A way to enable/disable/get fullscreen from lua.|}} |
| - | + | {{EngineSuggestion|video|feature|A way to enable/disable/get v-sync from lua.|}} | |
| - | {{EngineSuggestion|video|feature|A way to enable/disable v-sync from lua.|}} | + | |
{{EngineSuggestion|video|feature|A way to get a list of available screen modes.|}} | {{EngineSuggestion|video|feature|A way to get a list of available screen modes.|}} | ||
|} | |} | ||
Latest revision as of 23:22, 6 February 2010
Under Evaluation
| Library | Type | Problem/Suggestion | Comment |
| video | feature | A way to enable/disable/get fullscreen from lua. | |
| video | feature | A way to enable/disable/get v-sync from lua. | |
| video | feature | A way to get a list of available screen modes. |
Implemented
| Library | Type | Problem/Suggestion | Comment |
| physics | bug/feature | Re-use of body id's within the physics engine. An app will after long usage with creation and deletion of bodies start to print out warning messages | Fixed in DaisyMoon 1.1.0 |
| gui | feature | A way to set focus to an element | Added element:setFocus() for edit fields in DaisyMoon 1.1.0 |
| daisy | feature | A way to restart the app from a command. | Added daisy.resetGame() in DaisyMoon 1.1.0 |
| daisy | feature | output from print cannot be removed without restarting game. Would be awesome with a function to clear that printout | Added daisy.clearPrint() in DaisyMoon 1.1.0 |
| network | missing functionality | Hosts cannot disconnect individual clients | Added network:disconnectClient(id) in DaisyMoon 1.1.0 |
Discarded
| Library | Type | Problem/Suggestion | Comment |