forked from freeciv/freeciv-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (24 loc) · 1.4 KB
/
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
TODO:
-----
Basically you can help improve Freeciv-web in any way you like, as long at it actually makes the game better!
Major:
- Update Freeciv-web to work with latest Freeciv.org SVN trunk version.
- Integrate Freeciv-web into Freeciv.org codebase as much as possible.
- Merge all dialogs to use Handlebars templates. See city dialog for a starting example. http://handlebarsjs.com/
- Remove need for patches in /freeciv/patches directory.
- Remove freeciv-proxy, integrate a WebSocket server into the freeciv C server. Integrate http://libwebsockets.org into the Freeciv C server. This will be useful!
- Add better goto handling with display of the number of turns required for goto
Medium:
- Playback of games.
- Show attack prompts. At the moment, gotos can result in unwanted attacks.
- Show what city is a unit's homecity.
- Statue of liberty doesn't allow all governments.
- Better interface to load units into boats and transports.
- Planes goto get blocked by ground units.
- Show number of turns a diplomatic agreement will last.
- diplomats inside cities can't see units there.
- Sometimes other countries won't "meet" even if you're in contact and are on good terms.
- Cannot disband unit in city to gain half production back. However, disbanding on the map still seems to give you that bonus. It's just not clear/available in the city dialog.
Minor/Other:
- Separate chat box from other messages.
- WebGl?