Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'developer/TODO')
-rw-r--r--developer/TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/developer/TODO b/developer/TODO
index 171b135..1703171 100644
--- a/developer/TODO
+++ b/developer/TODO
@@ -25,7 +25,7 @@ filesystem:
fs_base, fs_mod, fs_game, to be used by modules
model:
- .obj support
+ (ok) .obj support
.md3 support
(ok) .ase submaterials (ok)
@@ -94,11 +94,11 @@ render:
ui:
unify event handlers, expand Event class and make derived event classes
- listview scrolling
+ (ok) listview scrolling
- make modelview and slider dragging work when the mouse leaves the widget
- if the mouse button is pressed, mouse focus should stick to the last clicked widget
- until the button is released
+ (ok) make modelview and slider dragging work when the mouse leaves the widget:
+ if the mouse button is pressed, mouse focus should stick to the last clicked widget
+ until the button is released
(ok) slider mouse dragging
(ok) correct modelview lighting
@@ -113,6 +113,7 @@ sound:
game:
add Ship::ship_dock, making docking independent of player->view() -> relates to player-to-player trading
have the goto command check the target's Docked state -> ties into ship dock awereness
+ move Ship::dock() functionality into core::EntityControlable
ship health/shield/armor
add fleet support