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 年之前