google-code-export / bitfighter

Automatically exported from code.google.com/p/bitfighter
Other
0 stars 0 forks source link

Lua API rename #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Bitfighter API methods are currently prefixed with lua_

This thwarts effective use of autocompletion, and also conflicts with the core 
Lua API.

I propose renaming Bitfighter lua API methods to luaFoo rather than lua_foo. 
This will reclaim use of autocompletion for the core lua functions, and will 
allow useful autocompletion for Bitfighter lua methods, by (mostly) grouping 
them together, yet separate from core lua functions.

Original issue reported on code.google.com by bkcon...@gmail.com on 25 Nov 2013 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by bkcon...@gmail.com on 25 Nov 2013 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by bkcon...@gmail.com on 5 Dec 2013 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by watusim...@bitfighter.org on 8 Feb 2015 at 9:05