aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-05 22:53:50 +1000
committerDavid Walter Seikel2016-02-05 22:53:50 +1000
commit1b237f704f7d78dcb975a288652956af752a8be6 (patch)
treeee4edd2f4f873dfb5c307ccd75a7a82e77188b38 /src/love
parentConvert either to LSL or to Lua style values as needed. (diff)
downloadSledjHamr-1b237f704f7d78dcb975a288652956af752a8be6.zip
SledjHamr-1b237f704f7d78dcb975a288652956af752a8be6.tar.gz
SledjHamr-1b237f704f7d78dcb975a288652956af752a8be6.tar.bz2
SledjHamr-1b237f704f7d78dcb975a288652956af752a8be6.tar.xz
TODO about what to do with link messages.
They are between links, not between scripts.
Diffstat (limited to 'src/love')
-rw-r--r--src/love/love.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c
index 5549f54..b686475 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -360,6 +360,7 @@ static boolean LuaSLParser(void *data, Connection *conn, char *SID, char *comman
360 Eina_Iterator *scripts; 360 Eina_Iterator *scripts;
361 LoveScript *me; 361 LoveScript *me;
362 // TODO - For now, just send it to everyone. 362 // TODO - For now, just send it to everyone.
363 // Later, figure out which prims in the linkset can get this message, and only send it to scripts in those prims.
363 scripts = eina_hash_iterator_data_new(ourGlobals->scripts); 364 scripts = eina_hash_iterator_data_new(ourGlobals->scripts);
364 while(eina_iterator_next(scripts, (void **) &me)) 365 while(eina_iterator_next(scripts, (void **) &me))
365 { 366 {