- Apr 29, 2014
- Apr 27, 2014
-
-
ShadowNinja authored
-
ShadowNinja authored
This makes a number of changes: * Remove the dependency on marshal by using string.dump and loadstring. * Use lua_tolstring rather than having Lua functions pass string lengths to C++. * Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs. * Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality. * Don't wait for async threads to shut down. (Is this safe? Might result in corruption if the thread is writing to a file.) * Pop more unused items from the stack * Code style fixes * Other misc changes
-
- Apr 25, 2014
-
-
ShadowNinja authored
This reverts commit 5b518ed2. This caused duplicate tracebacks and tracebacks when unwanted. It also ignored the level argument to error() and didn't pass the message (or level) to debug.traceback(). Use xpcall() or lua_pcall()'s errorhandler argument instead.
-
- Apr 18, 2014
-
-
proller authored
-
- Apr 13, 2014
-
-
ShadowNinja authored
-
- Apr 11, 2014
-
-
BlockMen authored
-
- Mar 22, 2014
-
-
Nathanaëlle Courant authored
since the object is not immediately removed, any other code may still think an object is there, therefore leading to item duplication. This code therefore sets the itemstring to '' after the object is picked up to avoid such issues
-
- Mar 21, 2014
-
-
RealBadAngel authored
Parallax mapping with slope information. Overriding normal maps.
-
- Mar 11, 2014
-
-
ShadowNinja authored
-
- Mar 05, 2014
-
-
sapier authored
-
- Feb 27, 2014
-
-
ShadowNinja authored
-
- Feb 05, 2014
-
-
ShadowNinja authored
-
- Feb 03, 2014
-
-
ShadowNinja authored
-
sapier authored
-
- Jan 24, 2014
-
-
ShadowNinja authored
-
ShadowNinja authored
-
- Jan 22, 2014
-
-
ShadowNinja authored
As suggested by qwrwed.
-
- Jan 19, 2014
-
-
PilzAdam authored
-
- Jan 18, 2014
-
-
Dániel Varga authored
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
-
- Jan 14, 2014
-
-
ShadowNinja authored
-
ShadowNinja authored
-
Kahrl authored
-
- Jan 12, 2014
-
-
Nathanaëlle Courant authored
-
- Jan 11, 2014
-
-
Nathanaëlle Courant authored
-
Nathanaëlle Courant authored
-
- Jan 07, 2014
-
-
ShadowNinja authored
-
ShadowNinja authored
-
ShadowNinja authored
-
- Jan 06, 2014
-
-
PilzAdam authored
-
Perttu Ahola authored
-
- Jan 05, 2014
-
-
Ilya Zhuravlev authored
-
- Dec 30, 2013
-
-
Nathanaëlle Courant authored
This reverts commit 4e5760a5.
-
- Dec 12, 2013
-
-
Diego Martínez authored
-
- Dec 11, 2013
-
-
sapier authored
-
- Dec 08, 2013
-
-
ShadowNinja authored
-
- Dec 04, 2013
-
-
ShadowNinja authored
-
- Dec 03, 2013
-
-
RealBadAngel authored
-
- Nov 30, 2013
-
-
0gb.us authored
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
-