Skip to content
Snippets Groups Projects
  1. Jun 29, 2014
    • sapier's avatar
      Add support for Android 2.3+ · 1cc40c0a
      sapier authored
      There have been plenty of ppl involved in creating this version.
      I don't wanna mention names as I'm sure I'd forget someone so I
      just tell where help has been done:
      - The partial android versions done by various ppl
      - Testing on different android devices
      - reviewing code (especially the in core changes)
      - testing controls
      - reviewing texts
      
      A big thank you to everyone helping this to be completed!
      1cc40c0a
  2. Jun 22, 2014
  3. Jun 19, 2014
  4. Jun 18, 2014
  5. Jun 14, 2014
  6. Jun 12, 2014
  7. Jun 10, 2014
  8. Jun 08, 2014
  9. Jun 04, 2014
  10. May 29, 2014
  11. May 27, 2014
  12. May 24, 2014
  13. May 23, 2014
  14. May 17, 2014
  15. May 16, 2014
  16. May 11, 2014
  17. May 10, 2014
  18. May 08, 2014
  19. May 07, 2014
  20. Apr 29, 2014
  21. Apr 27, 2014
    • ShadowNinja's avatar
    • ShadowNinja's avatar
      Remove dependency on marshal and many other async changes · 6ab3b4c8
      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
      6ab3b4c8
  22. Apr 25, 2014
    • ShadowNinja's avatar
      Revert "Add backtrace to error function" · e3bdd7b2
      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.
      e3bdd7b2
  23. Apr 18, 2014
  24. Apr 13, 2014
  25. Apr 11, 2014
  26. Mar 22, 2014
  27. Mar 21, 2014
  28. Mar 11, 2014
  29. Mar 05, 2014
  30. Feb 27, 2014
  31. Feb 05, 2014
  32. Feb 03, 2014
Loading