Fenix Complete Reference (Dennis's Worklog)
Start
Project Title: Fenix Complete Reference
Why: There is no decent Complete Reference for Fenix
How: PHP & MySQL; a wiki system that lets everone update information.
[hr/]
Considering the fenix platform: what do we have?
- Functions(i.e. map_get_pixel), variables(file, x, y, ...), constants (O_WRITE, O_READ, ...), keywords (process, import, global, ...)
Or... you could split it up into other categories:
- graphics/screen: (map_get_pixel, put_pixel, put_screen, new_map, set_mode, ...)
- files: (load_fpg, file, ...)
- coordinate manipulation (x, y, get_dist, get_angle, ...)
- mathematical (pow, sin, cos, tan, sqrt, ...)
- others/uncategorized (implement feature that allows to categorize an item or make categories)
- per dll (sandman's net.dll functions)
Maybe I will also include a list of known bugs...
That's it for the basic requirements. hopefully I can already create a data model today.
Why: There is no decent Complete Reference for Fenix
How: PHP & MySQL; a wiki system that lets everone update information.
[hr/]
Considering the fenix platform: what do we have?
- Functions(i.e. map_get_pixel), variables(file, x, y, ...), constants (O_WRITE, O_READ, ...), keywords (process, import, global, ...)
Or... you could split it up into other categories:
- graphics/screen: (map_get_pixel, put_pixel, put_screen, new_map, set_mode, ...)
- files: (load_fpg, file, ...)
- coordinate manipulation (x, y, get_dist, get_angle, ...)
- mathematical (pow, sin, cos, tan, sqrt, ...)
- others/uncategorized (implement feature that allows to categorize an item or make categories)
- per dll (sandman's net.dll functions)
Maybe I will also include a list of known bugs...
That's it for the basic requirements. hopefully I can already create a data model today.
(Posted on September, 28th 2006, 14:48)
Comments
yonni said:
list of known bugs (and work-arounds) is a very good idea. Especially if you can submit a bug, and then wait for someone else to submit the work-around if you can't work it out.
(Posted on September, 28th 2006, 22:10)