Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Aug 26, 2015
  3. 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
  4. May 17, 2015
  5. 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
  6. Mar 18, 2015
  7. Mar 07, 2015
  8. Jan 25, 2015
  9. Jan 24, 2015
  10. Dec 12, 2014
  11. Dec 10, 2014
  12. Dec 08, 2014
  13. Dec 06, 2014
  14. Dec 04, 2014
    • kwolekr's avatar
      Settings: Various setting group fixes and enhancements · f0cd5903
      kwolekr authored
       - Remove blank setting values when setting has a group
       - Pair setting values with groups in file when possible
       - Preserve user-set whitespace in setting objects
       - Delete setting value when setting NoiseParams group
       - Delete overwritten groups outside of lock
      f0cd5903
  15. Dec 03, 2014
  16. Dec 02, 2014
    • kwolekr's avatar
      Use setting groups for NoiseParams · 68c799bf
      kwolekr authored
      Add format example to minetest.conf.example
      Add Settings::setU16()
      Throw exception on attempted access of NULL settings groups
      68c799bf
  17. Dec 01, 2014
  18. Nov 30, 2014
  19. Nov 08, 2014
  20. Sep 22, 2014
  21. Sep 21, 2014
Loading