15 коммитов (1443b5628fe29efd05b9a239fecef21a7576f6e5)

Автор SHA1 Сообщение Дата
  Sam Hocevar d0dbbde159 core: allow to concatenate arrays, and add unit tests for that. 13 лет назад
  Sam Hocevar 8954a123aa core: add Last() and Pop() methods to the Array class. 13 лет назад
  Sam Hocevar 6467a06e90 core: convert some realloc() calls to our nice dynamic Array class. 13 лет назад
  Sam Hocevar 82aaaae62c core: the Array class now properly works with non-POD types. 13 лет назад
  Sam Hocevar 0315413285 core: rename Array::Append() to Array::Push() for brevity and arbitrary 13 лет назад
  Sam Hocevar 6cd8c0ece3 core: fix a bug in the Array class copy constructor, found thanks to 13 лет назад
  Sam Hocevar cf85ee132d core: dynamic arrays can now have up to 8 typed members. 13 лет назад
  Sam Hocevar 9f7993d21c core: add copy constructor and assignment operator to Array. 13 лет назад
  Sam Hocevar 9262efbac3 core: use operator<< instead of operator+= to append stuff to arrays, 13 лет назад
  Sam Hocevar 56d7f24a37 core: Append() was missing for arrays of single element structs. 13 лет назад
  Sam Hocevar b979030f95 core: fix a bug in the Array class where we would corrupt the data when 13 лет назад
  Sam Hocevar 18cd98fe91 core: add a dynamic Array class. 13 лет назад
  Sam Hocevar 02e31f5c41 core: add a simple Array template class. 13 лет назад
  Sam Hocevar 9554373756 Remove unused file. 15 лет назад
  Sam Hocevar 2bf9fd3dc7 Implement vector equality comparisons. 15 лет назад
  Sam Hocevar dc45c9e426 Implement vector square length. 15 лет назад
  Sam Hocevar 705c39d63a Various vector operators including casts and scalar-vector operations. 15 лет назад
  Sam Hocevar ae23572b18 Implement vector addition, subtraction etc. as well as euclidian distance. 15 лет назад
  Sam Hocevar fb2ff4580f Implement simple + and - operators for Int2, Float2 etc. 15 лет назад
  Sam Hocevar dc9b607923 Allow to access Int2, Float2 etc. members using []. 15 лет назад
  Sam Hocevar 7547458efc Float2 and Float3 are now templates, thus creating Int2 and Int3. 15 лет назад
  Sam Hocevar 0ed566d3cc Complete Lol Engine / Deus Hax / Monsterz split. 15 лет назад
  Sam Hocevar 6223c37bb2 Proper Float3 constructors. 15 лет назад
  Sam Hocevar 988f7c2885 Replace mouse scrolling with a joystick simulated by the e/s/d/f keys. 15 лет назад