3
votes
2answers
54 views
WOW Addon Development / Events…
Not sure if this is an appropriate programming question or not; but here goes....
I've written a very simple add-on that displays text/plays a sound when certain spells become usable (Overpower / …
1
vote
3answers
23 views
How to load text file into sort of table-like variable in LUA?
Hi,
I need to load file to lua's variables.
Let's say I got
name address email
There is space between each. I need the text file that has x-many of such lines in it to be loaded into some kind …
3
votes
3answers
26 views
How to get started with embeddable scripting?
I am working on a game in C++. I've been told, though, that I should also use an embeddable scripting language like Lua or Angelscript, but to be honest, I have no idea how or why. What advantages …
3
votes
2answers
79 views
Calling functions in a Lua table from C++
I have for example, a Lua table/object:
bannana
And this Lua table has a function inside it called chew, that takes a parameter
bannana.chew(5)
I have also used SWIG, and have for example a …
1
vote
3answers
221 views
How can I share data between C++ and Lua?
I have been looking for tutorials demonstrating how to share a C++ object with Lua using the API. Most tutorials just show how to export a class.
I would like to start very simple and expose a …
0
votes
0answers
21 views
SWIG passing lua tables to C++ objects as parameters
I am using SWIG C++ and Lua, and need to pass lua tables to a c++ class.
So if I have a c++ class named CFoo and a lua table name foobar, how would I implement CFoo so that I can have an Add() method …
0
votes
1answer
97 views
Why Lua is better for game developement than the iPhone Quartz framework?
I have seen lots of information about the Lua scripting language for game developement, but I don't understand why it's more powerful than the Quartz framework.
What functionality does Lua give that …
1
vote
10answers
173 views
How to justify using a scripting language as part of a project
I have a specific project in which I want to use either a scripting language + C, or as an alternative a 100% Java solution.
The program adapts a legacy system for use with other moderns systems.
…
1
vote
3answers
197 views
Lua COM Programming
Anyone know of any examples that shows COM programming via Lua? Could require a library.
I need to write some external scripts for Photoshop, so wondering if it's possible with Lua.
1
vote
3answers
54 views
Lua string.format options
This may seem like a stupid question, but what are the symbols used for string replacement in string.format? can someone point me to a simple example of how to use it?
1
vote
4answers
72 views
Lua equivalent to shlex?
Is there a Lua equivalent for python's shlex library?
1
vote
2answers
56 views
ANTLR grammar license
I'm planning to make an implementation of Lua for the DLR, and i would like to use the listed Lua 5.1 grammar here. However i can't see a license that it was released under, so can someone please …
1
vote
8answers
352 views
Why is Lua so ignored? [closed]
[asking this at extreme risk of getting closed as S&A, hope it isn't as I want to improve Lua's visibility]
Everywhere I go from code-golf questions to anything relating scripting, people chant …
7
votes
2answers
139 views
Is there a Perl or Lua alternative to Capistrano?
For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I'm not familiar with Ruby, so I expect …
6
votes
2answers
120 views
Lua certified for use on an airframe or road vehicle?
Does anyone know if Lua has been certified to run on an airframe or road vehicle? Certification processes such as DO178B (RTCA) or standardization such as ISO 26262 (Road vehicles).
Certification is …
