forked from rtv/Stage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.txt
69 lines (50 loc) · 1.36 KB
/
todo.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
** Optimization **
Timing benchmarks 3600 seconds of virtual time in real time seconds:
simple.world
------------
linux 8.89
OS X 7.75
11.05 (rev 8210)
10.15 (rev 8295)
fasr.world
----------
linux 16.36
OS X 16.20 (rev 7949)
19.94 (rev 8210 - new event queue is slower but more powerful and elegant)
14.5 (rev 8295) threads: 6: 13.7 3: 13.4
14.16 (rev 8329) threads 3: 13.4
MBA 17.3
MBA 23.1 (1 thread)
MBA 19.3 (2 threads)
** 3.2.0 RELEASE *
- visualizer option state in worldfile
- blinkenlights vs lightindicator - resolve and fix interfaces
- scan SF for patches
- fix world files
- docs for new models
- push docs to SF
BUGS
* [OSX only - FLTK bug?] loading window size constrains maximum window
size
* must build before building source package so that make
package_source picks up config.h
INCOMPLETE
* per-model visualization entries in view menu
DESIRABLE FEATURES
* add blocks to world w/o model?
** FUTURE RELEASES **
DONE
* fix benchmark controller
* Viewing About Box stops simulation
* saving worldfile adds newlines after includes
* alpha properly done
* Fix 3D panning and scrolling
* 3d collision detection broken - e.g. fancypioneer2dx
* energy model & recharging
* runtime update rate UI
** 3.1.0 RELEASE *
- feature freeze around July 1
- scan SF for patches
- fix world files
- docs for new models
- push docs to SF