File: TODO_VAP

package info (click to toggle)
bnetd 0.4.25-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,516 kB
  • ctags: 7,224
  • sloc: ansic: 67,547; sh: 3,142; makefile: 796; python: 304; perl: 211; awk: 73
file content (25 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download | duplicates (4)
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
Here are some projects on my TODO list (24 Jul 2000).

- Check Ladder 8
  I just need some real value to test it as I've already the Ladder
  subroutines extracted.
- Check Ladder 7
  I'll need some real results to check it, after ladder-7 implementation
  of course 
- Speed optimisation for ladder computations
  - Probability() using a table for small ranking differences
    As it is unlikely that very high ranked players play against
    very low ranked players, a table may be used for a given
    rank differences interval. For greater differences, the
    mathematical formula may still be used. This will allow to
    limit it to a table of, for example, 255 double (-127 to 127)
    that will catch most of the cases.
  - Math expanding then factorisation. This is the best optimization
    that could be done to these math functions but it'd render these
    math expressions nearly impossible to understand.
- Config option to set minimum number of game won before someone may enter
  a ladder game. This would also allow playing ladder directly after account
  creation (for example, for LAN parties) (except the client tries to enforce
  this too.  I believe it is hardcoded to 10 normal wins).
- Gimp script to convert to indexed with a correct palette for creation
  of ad banners.