Engine Suggestions
From OxeyeWiki
(Difference between revisions)
(Created page with '= Under Evaluation = {| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" |- |style="background:#c7c7e0"| '''Library''' |style="backgro...') |
(→Under Evaluation) |
||
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | = Under Evaluation = | + | == Under Evaluation == |
{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | {| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | ||
|- | |- | ||
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 get a list of available screen modes.|}} | ||
|} | |} | ||
- | = Implemented = | + | |
+ | == Implemented == | ||
{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | {| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | ||
|- | |- | ||
Line 17: | Line 20: | ||
|style="background:#c7c7e0"| '''Comment''' | |style="background:#c7c7e0"| '''Comment''' | ||
|- | |- | ||
- | + | {{EngineSuggestion|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}} | |
+ | {{EngineSuggestion|gui|feature|A way to set focus to an element|Added [[setFocus|element:setFocus()]] for edit fields in DaisyMoon 1.1.0}} | ||
+ | {{EngineSuggestion|daisy|feature|A way to restart the app from a command.|Added [[resetGame|daisy.resetGame()]] in DaisyMoon 1.1.0}} | ||
+ | {{EngineSuggestion|daisy|feature|output from print cannot be removed without restarting game. Would be awesome with a function to clear that printout|Added [[clearPrint|daisy.clearPrint()]] in DaisyMoon 1.1.0}} | ||
+ | {{EngineSuggestion|network|missing functionality|Hosts cannot disconnect individual clients|Added [[disconnectClient|network:disconnectClient(id)]] in DaisyMoon 1.1.0}} | ||
|} | |} | ||
- | = | + | |
+ | == Discarded == | ||
{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | {| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" | ||
|- | |- |
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 |