Commit History

Author SHA1 Message Date
  David Piuva cb922b05b8 Using the new allocator in Array and Field collections. 10 months ago
  David Piuva 9a7b9ceb4a Implemented a fallback implementation for list reallocation with non-movable types. 10 months ago
  David Piuva f27116ee96 Removed the std::vector backend from dsr::List. 10 months ago
  David Piuva 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 year ago
  David Piuva 42f865ea1f Allowing Array and Field to be cloned implicitly. 2 years ago
  David Piuva 15c65d25f8 Made convenient List methods for getting indices, so that less code is needed to push something and get the new index. 2 years ago
  David Piuva 05cf050875 Constructing lists using one argument per element. 2 years ago
  David Piuva b6f37b94df List's pushConstruct should have the same optimized allocation as push. 2 years ago
  David Piuva 00d0ab2677 Made a header for the shared collection functions to make the code easier to understand. 3 years ago
  David Piuva 60d6ae7143 Erasing sprites and models using delete in Sandbox. 5 years ago
  David Piuva 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 years ago
  David Piuva f653aa7132 Added a swap method, documented and tested array lists. 5 years ago
  David Piuva 3c4e7bc569 Beginning of public version history. 6 years ago