Engine Suggestions
From OxeyeWiki
(Difference between revisions)
Line 8: | Line 8: | ||
|- | |- | ||
{{EngineSuggestion|daisy|feature|A way to get the current daisymoon version.|}} | {{EngineSuggestion|daisy|feature|A way to get the current daisymoon version.|}} | ||
- | {{EngineSuggestion|video|feature|A way to | + | {{EngineSuggestion|video|feature|A way to enable/disable/get fullscreen from lua.|}} |
- | {{EngineSuggestion|video|feature|A way to enable/disable v-sync from lua.|}} | + | {{EngineSuggestion|video|feature|A way to enable/disable/get 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.|}} | ||
|} | |} |
Revision as of 22:11, 6 February 2010
Under Evaluation
Library | Type | Problem/Suggestion | Comment |
daisy | feature | A way to get the current daisymoon version. | |
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 |