Commit Verlauf

Autor SHA1 Nachricht Datum
  Eugene Kozlov de249a1963 Remove casts around nullptr. vor 8 Jahren
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. vor 8 Jahren
  Eugene Kozlov b617a576c4 Added attribute metadata. Removed attribute variant structure element names. Resolves #1766. vor 8 Jahren
  Lasse Öörni ebdf905538 Always recalculate scale factor for fixed size billboards. Does not dirty the buffer unless actually changed. Closes #1790. vor 9 Jahren
  Yao Wei Tjong 姚伟忠 53d213eb50 Minor refactor to remove the '***' as the repeat indicator. vor 9 Jahren
  Lasse Öörni f5b68769d0 ElementsNames -> ElementNames. vor 9 Jahren
  Konstant d2364ed342 Update components with variant vector structures. vor 9 Jahren
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. vor 9 Jahren
  Lasse Öörni b9e8bf7ca0 Eliminate BillboardSet 16 bit index limitation and use large indices when necessary. vor 9 Jahren
  Eugene Kozlov 02fae13ad6 Update face camera mode name and add script bindings. vor 9 Jahren
  Eugene Kozlov d344cae791 Add new face camera mode to BillboardSet and Text3D. vor 9 Jahren
  Lasse Öörni 48cd15bc5a Store camera projection matrix as API-independent and convert as necessary (preparation for allowing the user to define a custom projection matrix.) Camera GetProjection() API changed; GetGPUProjection() is now used to get the API-specific projection for use as a shader parameter. vor 9 Jahren
  Yusuf Umar b24bcb8928 No longer need to passing camera position to direction billboard vertex buffer because Urho3D already has default uniform to do the job. vor 9 Jahren
  Lasse Öörni 489356a29f Cleanup editor debug icon code to not do constant resizes of billboardsets to zero and back, and to use fixed screen size mode to eliminate need for manual sizing. BillboardSet::SetNumBillboards() is no-op if count remains same. Fix BillboardSet fixed size bug when changing between ortho & perspective camera. Do not care to resize scratch buffer smaller if it's below 1MB. Add scratch buffer debug messages also to OpenGL Graphics class for consistency. Closes #1434. vor 9 Jahren
  Yao Wei Tjong 姚伟忠 239c0265a0 Fix a typo in RibbonTrail's attribute and other minor cleanups. vor 9 Jahren
  Lasse Öörni ef212b9290 Fix BillboardSet & Text3D fixed screen size with multiple views. Remove unused variable. Fix potential bug with BillboardSet update LOD timer & fixed screen size (always force update) vor 9 Jahren
  Lasse Öörni caf663eac3 Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels. vor 9 Jahren
  Lasse Öörni 6a3f61f770 Fix billboard rendering. Calculate legacy vertex element bitmask only once. When setting vertex data for directional billboards, query camera world position just once. vor 9 Jahren
  Lasse Öörni a458d30fd5 Initial freeform vertex declarations for D3D9. vor 9 Jahren
  Lasse Öörni b16fc6493b Add a function SinCos() which uses sincosf on GCC for optimized billboardset update, and falls back to separate sinf & cosf calls elsewhere. Todo: add for other cases. vor 9 Jahren
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. vor 10 Jahren
  Yusuf Umar aa16b5003a Fixing some Coverity scan bug. vor 10 Jahren
  Lasse Öörni 79f32fad0a Shorter name for the directional mode in XML serialization. Eliminate duplicate code from ParticleEffect. Eliminate manual string compare in favor of GetStringListIndex(). vor 10 Jahren
  Lasse Öörni f5cee983f1 Code convention minor edits. Expose the new enum value to Lua. vor 10 Jahren
  Yusuf Umar a8d9308abe Moving billboard rotate computation from CPU to GPU. Particle with direction should run faster now. vor 10 Jahren
  Yusuf Umar 353c459e0d Adding direction for particle/billboard. It can create pseudo 3d effect inspired by Unity stretched billboard. Can be used by using face camera option 'Rotate Along Direction'. vor 10 Jahren
  Ivan K 3959d569fa MIXED_ACCESSOR_ATTRIBUTE -> URHO3D_MIXED_ACCESSOR_ATTRIBUTE vor 10 Jahren
  Ivan K 212f419026 ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE vor 10 Jahren
  Ivan K 14b1669735 ENUM_ATTRIBUTE -> URHO3D_ENUM_ATTRIBUTE vor 10 Jahren
  Ivan K 431e29d2cd ATTRIBUTE -> URHO3D_ATTRIBUTE vor 10 Jahren