Historial de Commits

Autor SHA1 Mensaje Fecha
  David Piuva 48c41b23b6 Implemented a simpler rasterization algorithm for dense models. hace 5 años
  David Piuva 0d3f053876 Documented the new pre-condition. hace 5 años
  David Piuva 0bea239829 Improved color stability by clamping vertex weights in dense rendering. hace 5 años
  David Piuva ebc46d9165 Only interpolating dense vertex colors using three channels. hace 5 años
  David Piuva 1d82ff4ec7 Getting image strides before dense rendering. hace 5 años
  David Piuva 673f53836a Optimized dense model rendering using back-face culling. hace 5 años
  David Piuva e9429ce88e Using generic names for the vector conversion functions. hace 5 años
  David Piuva 6adb16c6e3 Optimized dense model rendering using pointers to pixel data. hace 5 años
  David Piuva 98fe2c1550 Optimized normal transforms. hace 5 años
  David Piuva a7e7682748 Implemented early bounding box culling for dense isometric rendering. hace 5 años
  David Piuva dd23994c14 Noticed that the model's bounds were flipped. hace 5 años
  David Piuva 0c254bece0 Merged all transformations into a single 3x4 matrix for dense isometric rendering. hace 5 años
  David Piuva b81656e5b2 Made a public getter for model bounding boxes. hace 5 años
  David Piuva 7a067f7118 Made it possible to mix deep sprites with freely rotated dynamic models. hace 5 años
  David Piuva 486a693a42 Made a bound check for sprite type indices. hace 5 años
  David Piuva 38fd49a7f9 Refactored sprite generation to be more reusable. hace 5 años
  David Piuva c3215c10cc Fixed a newly introduced bug in the Sandbox example. hace 5 años
  David Piuva 8cefa264a0 Optimized the Sandbox example using dirty rectangles for even higher frame-rates. hace 5 años
  David Piuva d2f2ea63c6 Removed deprecated split functions. hace 5 años
  David Piuva 0f5daa8d8f Renamed string_split to string_dangerous_split and string_split_inPlace to string_dangerous_split_inPlace. hace 5 años
  David Piuva aa4d1184ce Made safety checks for manually identifying numbers before parsing. hace 5 años
  David Piuva 77996d3b13 Replaced string_parseInteger and string_parseDouble to simplify reading the code. hace 5 años
  David Piuva fb5a8b4a9c Improved readability using string_length to avoid confusion with lists. hace 5 años
  David Piuva fe47c67848 Moved out non-core functions from the String type for easier maintenance. hace 5 años
  David Piuva ab070e35d1 Moved out split from the string class and made an in-place version. hace 5 años
  David Piuva d504a28f46 Implemented text comparison that allow rounding errors. hace 5 años
  David Piuva aee01bc863 Checking if configuration files changed at all before saving over them. hace 5 años
  David Piuva 059e2d5e3d Comparing against older sprite image before saving significant changes. hace 5 años
  David Piuva 2d8a4757ab Fixed a shadow rotation bug, once the character made debugging easier. hace 5 años
  David Piuva 475c43f768 Added basic safety checks to sprite generation. hace 5 años