- May 18, 2014
-
-
sapier authored
Add (experimental) support for topbottom as well as sidebyside 3d mode
-
- May 17, 2014
- May 16, 2014
-
-
sapier authored
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
-
ShadowNinja authored
-
- May 14, 2014
-
-
RealBadAngel authored
-
- May 11, 2014
- May 10, 2014
-
-
sapier authored
-
- May 08, 2014
-
-
ShadowNinja authored
-
- May 07, 2014
-
-
ShadowNinja authored
-
ShadowNinja authored
-
ShadowNinja authored
-
sapier authored
Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar
-
- May 05, 2014
-
-
RealBadAngel authored
-
RealBadAngel authored
-
- May 04, 2014
-
-
sapier authored
-
- May 03, 2014
-
-
BlockMen authored
-
- May 02, 2014
-
-
sapier authored
-
- Apr 29, 2014
- Apr 28, 2014
-
-
ShadowNinja authored
-
- Apr 27, 2014
-
-
sapier authored
-
ShadowNinja authored
-
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
-
ShadowNinja authored
-
sapier authored
Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
-
Perttu Ahola authored
-
- Apr 25, 2014
-
-
BlockMen authored
-
BlockMen authored
-
BlockMen authored
-
ShadowNinja authored
-
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 24, 2014
-
-
sapier authored
-