Skip to content
Snippets Groups Projects
  1. Oct 17, 2015
    • kwolekr's avatar
      Fix missing include on AIX · 6ba9d654
      kwolekr authored
      6ba9d654
    • kwolekr's avatar
      Refactor Thread class to improve readability and portability · 765a834c
      kwolekr authored
      - Fix some incompatibilities with obscure platforms (AIX and WinCE)
      - Clean up Thread class interface
      - Add m_ prefix to private member variables
      - Simplify platform-dependent logic, reducing preprocessor
        conditional clauses and improving readibility
      - Add Thread class documentation
      765a834c
    • kwolekr's avatar
      Refactor thread utility interface · 6be74d17
      kwolekr authored
      - Add "thr_" prefix to thread utility functions
      - Compare threadid_ts in a portable manner, where possible
      6be74d17
    • est31's avatar
      Fix crash regression when invsize formspec gets used · 836486a9
      est31 authored
      The invsize formspec element is outdated. Even though,
      it is still supported, only a deprecation warning is shown,
      introduced by commit [1]. The lua context passed to the
      log_deprecated method added by commit [1] is NULL for the
      invsize deprecation warning, as its run on the client and not
      the server.
      
      Commit [1] has removed checks for NULL inside the log_deprecated
      method, resulting in a crash when a formspec with an invsize
      element is parsed. This commit puts the check back.
      
      Fixes #3260.
      
      Referenced commits:
      
      [1]: b5acec0a "Add proper lua api deprecated handling"
      
      [2]: 7b8d3729 "Use warningstream for deprecated field messages and refactor log_deprecated"
      836486a9
  2. Oct 15, 2015
  3. Oct 14, 2015
  4. Oct 12, 2015
  5. Oct 10, 2015
  6. Oct 09, 2015
  7. Oct 07, 2015
  8. Oct 06, 2015
  9. Oct 05, 2015
Loading