Merge lp:~widelands-dev/widelands/lua_roadmap into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 8276
Proposed branch: lp:~widelands-dev/widelands/lua_roadmap
Merge into: lp:widelands
Diff against target: 32 lines (+3/-11)
1 file modified
doc/sphinx/source/roadmap.rst (+3/-11)
To merge this branch: bzr merge lp:~widelands-dev/widelands/lua_roadmap
Reviewer Review Type Date Requested Status
kaputtnik (community) Approve
Review via email: mp+316562@code.launchpad.net

Commit message

Updated Roadmap for Lua Scripting.

Description of the change

To post a comment you must log in.
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 1902. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/199232896.
Appveyor build 1737. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_lua_roadmap-1737.

Revision history for this message
kaputtnik (franku) wrote :

LGTM :-)

@bunnybot merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/sphinx/source/roadmap.rst'
--- doc/sphinx/source/roadmap.rst 2012-06-20 09:07:10 +0000
+++ doc/sphinx/source/roadmap.rst 2017-02-07 13:47:39 +0000
@@ -1,13 +1,6 @@
1Roadmap1Roadmap
2=======2=======
33
4The Lua implementation in widelands is very young. Until build-16 it is to be
5extended and changed without any notice. Future version will (try) to change
6the API either in a backwards compatible way or add deprecation warnings to
7function that have changed or will be removed for at least one build. So every
8feature that is in build-16 will also be in build-17 but might be changed or
9removed in build-18.
10
11New features will be implemented on a per need basis. If you find that the4New features will be implemented on a per need basis. If you find that the
12current Lua abstractions can't do anything you want to do, please file a bug5current Lua abstractions can't do anything you want to do, please file a bug
13report and chances are someone will implement these features.6report and chances are someone will implement these features.
@@ -17,12 +10,11 @@
1710
18These are feature which are currently not implemented. If they will be11These are feature which are currently not implemented. If they will be
19implemented depends on how useful they are. If you want anything implemented,12implemented depends on how useful they are. If you want anything implemented,
20please open a bug report and this will be pushed. 13please open a bug report and this will be pushed.
2114
22* Access to player stock via ``Player.get_wares`` and ``get_workers``.
23* Access to constructionsites via ``Player.get_buildings``.15* Access to constructionsites via ``Player.get_buildings``.
24* Creating busy roads and second carries on them.16* Creating busy roads and second carriers on them.
25* Allow and forbid worker types. Currently all workers are always allowed.17* Allow and forbid worker types. Currently all workers are always allowed.
26* Access to bobs, workers. Directly control worker's working stack. This would18* Access to bobs, workers. Directly control worker's working stack. This would
27 allow to send bobs to specific map locations via the API. 19 allow to send bobs to specific map locations via the API.
2820

Subscribers

People subscribed via source and target branches

to status/vote changes: