Historia zmian

Autor SHA1 Wiadomość Data
  Lasse Öörni b2b4d4f7da Correct touch gesture term in documentation. 11 lat temu
  Lasse Öörni 9906e7ed25 Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304. 11 lat temu
  aster 098d75bad2 Update Docs/Reference.dox. [ci skip] 11 lat temu
  Aster Jian dfbaee4563 Add attribute animation doc.[ci skip] 11 lat temu
  Lasse Öörni 504d6a5137 Minor edits of the contribution checklist documentation. 11 lat temu
  Yao Wei Tjong 姚伟忠 46285baf97 Refactor build scripts to group Urho3D specific build option. 11 lat temu
  Lasse Öörni 6bfcc28010 Allow a pass to be marked as SM3-only, so that rendering limitations can be defined as data-driven instead of hardcoding in the engine. Moved specular disable for SM2 shadowed pointlight from code to shaders. Mention in the documentation that some materials may be too complex for SM2 and dynamic shadows. 11 lat temu
  Lasse Öörni 1418fb7e83 Changed the SM2.0 tradeoffs to allow 4-sample shadow mapping and to verify that shaders again work on GPU's without hardware shadow compare (eg. Radeon 9800.) Removed unnecessary shader code & simplified the LitSolid & light volume shaders. 11 lat temu
  Lasse Öörni c3425334a3 Switch forward light calculations back to world space instead of tangent space to avoid light attenuation bugs when TBN matrix is not orthogonal. Shader code becomes simpler and more similar between forward and deferred, and number of vertex shader variations is reduced, but disadvantage is a more complex pixel shader which requires disabling expensive features on SM2.0 to avoid exceeding the arithmetic instruction limit. Fix cube mapped point light displaying the cube map upside down. Closes #276. 11 lat temu
  Lasse Öörni 35195939c1 Exposed allowed screen orientations (effective on iOS only currently) and the flush GPU setting as engine startup parameters. 11 lat temu
  aster2013 d444df2c22 Update documentation.[ci skip] 11 lat temu
  Alex Parlett a22a24c0e4 Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics. 11 lat temu
  Lasse Öörni e8c550a98f Added documentation for the sound streaming feature. 11 lat temu
  Lasse Öörni 8bf5af9261 Added note that tangents are needed for normal mapping. Clean up SoundSource decoder handling to prepare for application-supplied sound stream. 11 lat temu
  Yao Wei Tjong 姚伟忠 2404505ff7 Minor typo fix for documentation. [ci skip] 11 lat temu
  aster2013 87df3902da Update Urho2D Documention.[ci skip] 11 lat temu
  Lasse Öörni 1d9d0a5736 Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254. 11 lat temu
  Yao Wei Tjong 姚伟忠 f2c5f1573c Minor typo fix on documentation. [ci skip] 11 lat temu
  Lasse Öörni f9ff9550bd Added documentation on light brightness and negative lights. 11 lat temu
  Lasse Öörni 814480fff5 Improved zone gradient documentation. 11 lat temu
  Lasse Öörni fb3306170e Material quality, texture quality, texture filter mode and anisotropy level as engine startup parameters and command line options. Closes #241. 11 lat temu
  Lasse Öörni 435ccc4f38 Fixed Box2D compile on Android. Added Box2D license to the root License.txt file. 11 lat temu
  Lasse Öörni 45c2cb8a1e Added note of URHO3D_API macro in the contribution instructions. 11 lat temu
  Lasse Öörni 8663f44221 Added a guideline / checklist documentation page for contributing. 11 lat temu
  Lasse Öörni 0cf91f489b Changelog for upcoming release. 11 lat temu
  Lasse Öörni 4c67f1b254 Added mention of the Urho2D components to Rendering page. 11 lat temu
  Lasse Öörni bfd968f9d7 Removed the base batch / non-base batch separation from BatchGroup. This is only needed for light queues, so rather have LightBatchQueue have separate queues for base & non-base. 11 lat temu
  Lasse Öörni 2c255f7c53 More fixes for outdated documentation. 12 lat temu
  Lasse Öörni 5a6a11c521 Minor documentation / comment fixes. 12 lat temu
  Lasse Öörni cc9e5e1994 Moved to XML based shader precache files. Refactored shader precaching code to its own class. Closes #199. 12 lat temu