12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* A ,PopUp command to use a popup with arguments starting from a mark
* "Goto message" instruction (?)
* Returning a class from COLLIDE/COLLIDEBY to transform
* Editor
* Mouse dragging
* Level index editor
* Bizarro world
* Table of contents for levels
* Can define your own columns
* User can write SQL queries on them
* Deal better with allowing to skip past corrupted levels
* Picture editor/loading
* Allowing more altimages
* Puzzle set catalog format (using with internet; a separate program)
|
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
* A ,PopUp command to use a popup with arguments starting from a mark
* "Goto message" instruction (?)
* Returning a class from COLLIDE/COLLIDEBY to transform
* Editor
* Mouse dragging
* Level index editor
* Bizarro world
* Selection rectangles
* Table of contents for levels
* Can define your own columns
* User can write SQL queries on them
* Deal better with allowing to skip past corrupted levels
* Picture editor/loading
* Allowing more altimages
* Puzzle set catalog format (using with internet; a separate program)
|
33
34
35
36
37
38
39
|
* VCR mode
* Portable mode, not needing installing files in home directory
* Maybe not needed? You can override the HOME environment variable
* An alternative is to check argv[0]; if it contains / then don't use HOME
* Command-line switch for batch import/export levels
* SQL
* Implement the GROUP column in the CLASSES table
|
>
|
34
35
36
37
38
39
40
41
|
* VCR mode
* Portable mode, not needing installing files in home directory
* Maybe not needed? You can override the HOME environment variable
* An alternative is to check argv[0]; if it contains / then don't use HOME
* Command-line switch for batch import/export levels
* SQL
* Implement the GROUP column in the CLASSES table
* Allow multiple SQL statements in one binding
|