-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
29 lines (18 loc) · 958 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
In no special order
* Check error "(...)libGLcore.so.1: undefined reference to `__moddi3'".
To fix it I've added al5gl to uses section of al5image and al5primitives.
* Test if al5data is needed or can be finaly removed.
* Add to documentation a note about to define symbol "DEBUGMODE" if using
"-g".
* Units "al5color", "al5gl" have STRING parameters. Add wrappers to PCHAR.
* There are some "enum" types (sets). Be sure that they have the correct
size in bits. Read FPC and Delphi help.
* Documentation isn't written.
May be I should find another documentation tool as pasdoc is "dirty".
Else use pasdoc.
* Document COLOR issue (can't use functions "_map_" as parameters in
Windows (?)).
* MUST normalize types (VAR vs. POINTER, OUT vs. VAR, STRING vs. PCHAR ...).
* Implement Allegro 5.1 features
* Implement missing OS X platform specific functions
* Document missing functions for Allegro 5.0.x