Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
  2. Jun 07, 2018
  3. Jun 04, 2018
  4. May 22, 2018
  5. May 21, 2018
  6. May 09, 2018
    • twinaphex's avatar
      Merge pull request #47 from ehmry/NX_LOG · ff2a9381
      twinaphex authored
      Log cleanup
      ff2a9381
    • Emery Hemingway's avatar
      Log cleanup · 18e53c08
      Emery Hemingway authored
      - Add a NX_DBG macro for debugging messages.
      - Disable NX_DBG with NDBEBUG
      - Disable NX_LOG with RELEASE_BUILD, leave NX_WARN and NX_ERR
      - Replace some NX_LOG calls with NX_DBG
      - Remove excessive NX_LOG calls
      18e53c08
  7. Apr 20, 2018
  8. Apr 19, 2018
  9. Apr 13, 2018
  10. Apr 09, 2018
  11. Feb 19, 2018
  12. Jan 05, 2018
  13. Jan 04, 2018
  14. Dec 31, 2017
  15. Dec 24, 2017
  16. Dec 21, 2017
  17. Dec 16, 2017
  18. Nov 26, 2017
  19. Nov 22, 2017
    • Christian Fetzer's avatar
      Fix compilation with DEBUG=1 · 4c55e6df
      Christian Fetzer authored
      Fix missing include:
      nxengine/common/StringList.cpp: In member function ‘void StringList::DumpContents()’:
      nxengine/common/StringList.cpp:142:2: error: ‘NX_LOG’ was not declared
      
      Fix undeclared reference (replace stat by NX_LOG):
      nxengine/ai/sym/sym.o: In function `ai_hvtrigger(Object*)':
      nx/nxengine/ai/sym/sym.cpp:150: undefined reference to `stat(char const*, ...)'
      nxengine/ai/sym/sym.o: In function `onspawn_spike_small(Object*)':
      nx/nxengine/ai/sym/sym.cpp:1189: undefined reference to `stat(char const*, ...)'
      nxengine/object.o: In function `Object::SetType(int)':
      nx/nxengine/object.cpp:105: undefined reference to `stat(char const*, ...)'
      4c55e6df
  20. Oct 24, 2017
  21. Oct 23, 2017
  22. Sep 16, 2017
  23. Sep 15, 2017
  24. Sep 08, 2017
  25. Aug 09, 2017
  26. Aug 05, 2017
  27. Jul 21, 2017