Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. Oct 17, 2015
  3. Aug 26, 2015
  4. Aug 24, 2015
    • ShadowNinja's avatar
      Clean up threading · e4bff8be
      ShadowNinja authored
        * Rename everything.
          * Strip J prefix.
          * Change UpperCamelCase functions to lowerCamelCase.
        * Remove global (!) semaphore count mutex on OSX.
        * Remove semaphore count getter (unused, unsafe, depended on internal
          API functions on Windows, and used a hack on OSX).
        * Add `Atomic<type>`.
        * Make `Thread` handle thread names.
        * Add support for C++11 multi-threading.
        * Combine pthread and win32 sources.
        * Remove `ThreadStarted` (unused, unneeded).
        * Move some includes from the headers to the sources.
        * Move all of `Event` into its header (allows inlining with no new includes).
        * Make `Event` use `Semaphore` (except on Windows).
        * Move some porting functions into `Thread`.
        * Integrate logging with `Thread`.
        * Add threading test.
      e4bff8be
  5. Jul 02, 2015
  6. Jun 14, 2015
  7. May 19, 2015
  8. Apr 01, 2015
    • Zeno-'s avatar
      Move globals from main.cpp to more sane locations · 9527984d
      Zeno- authored
      Move debug streams to log.cpp|h
      
      Move GUI-related globals to clientlauncher
      
      Move g_settings and g_settings_path to settings.cpp|h
      
      Move g_menuclouds to clouds.cpp|h
      
      Move g_profiler to profiler.cpp|h
      9527984d
  9. Mar 07, 2015
  10. Mar 05, 2015
  11. Oct 02, 2014
  12. Sep 21, 2014
  13. Jul 06, 2014
  14. Jul 02, 2014
  15. Jun 15, 2014
    • RealBadAngel's avatar
      Unite nodes shaders. · 6c98fd66
      RealBadAngel authored
      Pass drawtype and material type to shaders.
      Move shaders generation to startup only.
      Allow assign shaders per tile.
      Initial code to support water surface shader.
      6c98fd66
  16. Apr 15, 2014
  17. Mar 21, 2014
  18. Jan 10, 2014
  19. Dec 09, 2013
  20. Dec 08, 2013
  21. Dec 01, 2013
  22. Nov 17, 2013
  23. Jul 08, 2013
  24. Jul 05, 2013
  25. May 06, 2013
  26. Apr 08, 2013
  27. Mar 12, 2013
  28. Feb 24, 2013
  29. Dec 01, 2012
Loading