Major features currently in development:

  • New low-level graphics API (GfxDevice), OpenGL backend.

New features:

  • Added File permission set/get.
  • Modified SafePool to use mutex when allocating packs.
  • Added template parameter to queue_mpsc.
  • Added vec*_t types.
  • Modified PropertyContainer to use hash_map.
  • Added get_hash for string_ref.
  • Refactored Stream, using 64bit and return error codes
  • Added ReadWriteLock.
  • Merged atomic and thread into multithread.
  • Fixed intrusive_map and map clear after swap.
  • Removed decl_class and decl_member.
  • Refactored UTF function.
  • Renamed atomic_counter_t.

Issues fixed:

  • Fixed particle direction.
  • Fixed SafePool.
  • Fixed broken default certificate.
  • Fixed intrusive_hash_map broken resize.