Enno Rehling
72579b0272
Merge branch 'master' of github.com:eressea/core
2012-07-24 00:19:14 -07:00
Enno Rehling
ea618453f7
bind more processing functions to Lua (almost done)
2012-07-24 00:16:25 -07:00
Enno Rehling
5f5b4a3947
there is an old version of tolua on gelbbaer that doesn't do comparisons of
...
user types. ugh.
2012-06-30 20:29:42 +02:00
Enno Rehling
59665de7ba
binding GUARD to lua
2012-06-17 23:13:58 -07:00
Enno Rehling
64a91a75a1
bind regeneration (of health and aura) to Lua
2012-06-17 22:31:30 -07:00
Enno Rehling
1298684fd9
bind GIVE CONTROL to lua
2012-06-17 17:55:46 -07:00
Enno Rehling
648de4d36c
Binding CAST, ENTER, CONTACT to Lua
2012-06-17 17:24:23 -07:00
Enno Rehling
9124fe2c6d
added promote, renumber, restack to eressea.process interface
...
fixed a test that relied on no random skill progress
2012-06-16 23:31:25 -07:00
Enno Rehling
a662f88868
kill the RESTART order
...
make more parts of process_order their own function
started writing process_order in Lua, to see how far I've gotten
fix a bug in the logging library
2012-06-16 22:38:44 -07:00
Enno Rehling
483615c458
bindings for LEAVE command
2012-06-13 23:28:56 -07:00
Enno Rehling
d38c5f5cfb
fix production of items in produce()
...
add use, move and study/teach to bindings
2012-06-12 22:36:29 -07:00
Enno Rehling
dafb2fc2ab
adding a lot of test coverage
...
extending the binding generation to more processing functions
2012-06-07 09:47:02 -07:00
Enno Rehling
8b3d735e8c
Begin of massive changes to the Lua API.
...
Everything will live in a single eressea module now, and the global
namespace will no longer be polluted by all kinds of modules and
functions.
Also new: Bindings will be generated by tolua from .pkg files,
starting with settings, eressea (read/write/free_game) and process in
this commit.
2012-06-06 19:29:36 -07:00