Skip to content
Snippets Groups Projects
  1. Jan 15, 2015
  2. Jan 03, 2015
  3. Nov 25, 2014
  4. Nov 21, 2014
    • Rafael Reilova's avatar
      serialize.h: use machine native byte swapping if available, fall-back to... · f7d65091
      Rafael Reilova authored
      serialize.h: use machine native byte swapping if available, fall-back to previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000()
      
      nodemetadata.cpp, nodetimer.cpp
      	optimzation: simpler deserialize node position method
      
      staticobject.cpp:
      	cleanup: use util/serialize.h inlines instead of its own de/serialization
      
      serialize.cpp:
      	minor optimization/cleanup: avoid generation of unneeded string temporary
      
      CMakeLists.txt, cmake_config.h.in: detection of endian.h
      
      config.h: added HAVE_ENDIAN_H
      
      Commits due to feedback squashed
      
      Signed-off-by: default avatarCraig Robbins <kde.psych@gmail.com>
      f7d65091
  5. Nov 19, 2014
  6. Nov 08, 2014
    • Kahrl's avatar
      Implement WieldMeshSceneNode which improves wield mesh rendering · 9b551d5c
      Kahrl authored
      - Don't create and cache an extruded mesh for every (non-node) item.
        Instead use a single one per image resolution.
      
      - For cubic nodes reuse a single wield mesh too
      
      - Improve lighting of the wielded item
      
      - Increase far value of wield mesh scene camera, fixes #1770
      
      - Also includes some minor refactorings of Camera and GenericCAO.
      9b551d5c
  7. Nov 02, 2014
  8. Oct 29, 2014
  9. Oct 09, 2014
  10. Oct 05, 2014
  11. Oct 03, 2014
  12. Sep 28, 2014
  13. Sep 21, 2014
  14. 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
    • sapier's avatar
      Fix msvc2012 build · ee7af21e
      sapier authored
      ee7af21e
    • sapier's avatar
      Add formspec api versioning · ebf7ea50
      sapier authored
      ebf7ea50
  15. Apr 19, 2014
  16. Apr 12, 2014
  17. Mar 21, 2014
  18. Mar 15, 2014
  19. Mar 14, 2014
  20. Mar 13, 2014
  21. Feb 16, 2014
  22. Feb 09, 2014
  23. Feb 08, 2014
  24. Feb 05, 2014
  25. Jan 10, 2014
  26. Dec 15, 2013
  27. Dec 13, 2013
  28. Dec 01, 2013
  29. Nov 17, 2013
  30. Nov 12, 2013
  31. Nov 11, 2013
  32. Nov 05, 2013
Loading