| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Changed Time Out message from ERROR to INFO.
|
| |
|
|
|
|
| |
Fix some coding style issues
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove daemon support due to delayed popular vote (part 2)
|
|
|
|
| |
Remove daemon support due to delayed popular vote (part 1)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
back to old order
Revert "Fix library link order"
This reverts commit b743dcb942eb1a88bce2968c08b114058738758b.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add (experimental) support for topbottom as well as sidebyside 3d mode
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix client not showing hearts and bubbles on connecting to old server
Fix server not remembering hud flags correctly
|
|
|
|
| |
messages
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Minor coding style fixes
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|