Isis-log: Difference between revisions
Jump to navigation
Jump to search
m (→Log) |
(updating status) |
||
Line 4: | Line 4: | ||
* timer (controls objects changes along the time, using frames as counter) |
* timer (controls objects changes along the time, using frames as counter) |
||
* TextBox -- print letters, scrolling text, etc |
|||
* map -- a map on screen with objects. Render texts with squares or circles for objects without images. |
* map -- a map on screen with objects. Render texts with squares or circles for objects without images. |
||
* chat gui |
|||
* inventory gui |
|||
== Future tasks == |
|||
* Developer's GUI: maybe do in this order: |
|||
chat creator, text creator, media object creator, script maker. |
|||
== Log == |
== Log == |
||
'''August 24th to August 31th:''' This week I redid animations templates, as I did new classes for each transform animation. Move and alpha are done, missing rotate and resize. |
'''August 24th to August 31th:''' This week I redid animations templates, as I did new classes for each transform animation. Move and alpha are done, missing rotate and resize. |
||
'''September 1st to September 7th:''' : |
|||
* Text engine almost complete, now everything which uses text will be simple to make. |
|||
* Image resizing redid, using now PyGame Image library. |
Revision as of 19:55, 8 September 2007
This reffers to ISIS project
Current tasks
- timer (controls objects changes along the time, using frames as counter)
- map -- a map on screen with objects. Render texts with squares or circles for objects without images.
- chat gui
- inventory gui
Future tasks
- Developer's GUI: maybe do in this order:
chat creator, text creator, media object creator, script maker.
Log
August 24th to August 31th: This week I redid animations templates, as I did new classes for each transform animation. Move and alpha are done, missing rotate and resize.
September 1st to September 7th: :
- Text engine almost complete, now everything which uses text will be simple to make.
- Image resizing redid, using now PyGame Image library.