gfgtdf
121c1cb007
fix wml tags using side.controller ( #1740 )
2017-05-29 11:58:29 +02:00
Celtic Minstrel
8d4cf3cf62
Shorten requires where possible
2017-05-03 02:42:25 -04:00
Celtic Minstrel
eb0947c863
Some improvements to the new Lua music API
...
- Allow removing a track by index and fixup the "set track" interface
- Commit music changes only after event completes, not after any control=flow tag is executed
- Allow inserting a track into the middle of the playlist
- Allow assigning a config to an existing track to overwrite it
- Use std::find when checking for duplicate tracks
2017-04-27 17:09:16 -04:00
Celtic Minstrel
6906ced4e7
Properly port [music] to Lua
2017-04-27 17:09:03 -04:00
Celtic Minstrel
e0d07e854e
Properly port [modify_side] to Lua
2016-12-11 18:07:36 -05:00
gfgtdf
40ff1ec986
make utils.split return empty set on nil values
...
previously it returned a "nil" string
2016-07-09 21:01:35 +02:00
Celtic Minstrel
7e26e09061
Fix erroneous handling of [break]/[continue] in [elseif]
2015-09-23 00:25:31 -04:00
Celtic Minstrel
2fec74a6ac
Add default scope_type to handle_event_commands
2015-09-20 01:01:57 -04:00
Celtic Minstrel
3c329408ce
Implement [break], [continue], [return] tags (they take no arguments)
2015-09-20 00:47:23 -04:00
Celtic Minstrel
03580ed9a9
Allow spaces in [object]id= and show error if invalid characters are present
2015-09-19 12:13:38 -04:00
Celtic Minstrel
6200f60c79
Split some utility functions from wml-tags.lua into a new file
2015-09-19 12:13:21 -04:00