Commit History

作者 SHA1 備註 提交日期
  Ivan Safrin 880640fce5 removed scripts, examples and docs folders 8 年之前
  Ivan Safrin 5dd1836bc4 Fixed potential crash in SceneLabel 9 年之前
  Ivan Safrin fee8794a2d Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering. 9 年之前
  Ivan Safrin 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders 9 年之前
  Adam Kruckenberg 670e1d11ad Added experimental OpenVR module 9 年之前
  Ivan Safrin 1679c30f4f Removed VS file 9 年之前
  Ivan Safrin 4992d52d5e Windows fixes for latest code 9 年之前
  Ivan Safrin 5ef4358101 Added some convenience methods for manual material creation 9 年之前
  Ivan Safrin 4671d4143f Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :) 9 年之前
  Ivan Safrin e89028166f Fixed windows project, fixed memory leak in renderer 9 年之前
  Ivan Safrin 4e1e0e19d9 Memory cleanup fixes 9 年之前
  Ivan Safrin 09c56bd5e7 Removed SceneManager, fixed reliance on Scene pointers throughout codebase, removed render calls from the core and made rendering a manual operation, started updating script bindings to use shared pointers (broke scripting and lighting) 9 年之前
  Ivan Safrin 046023694b Static member support in JavaScript bindings 9 年之前
  Ivan Safrin a85b108728 Proper Unicode input event on Mac 9 年之前
  Ivan Safrin b89d179f6b removed db file 9 年之前
  Ivan Safrin dfc779f79b Generated scripts from merged pull request 9 年之前
  Ivan Safrin 712dcf0ec4 Merge pull request #691 from fodinabor/goodbye_cmake 9 年之前
  fodinabor 41e5f1f824 Remove libvorbis and add stb_vorbis for OS X and iOS. 9 年之前
  Joachim Meyer 0aeeb461af Fix UWP detection. 9 年之前
  Joachim Meyer 456cd8e013 Add JS TextEditor syntax highlighting, Fix rebase issue. 9 年之前
  Joachim Meyer 5e6ee5b20c Remove some old include files. 9 年之前
  Joachim Meyer b72a352fcd Volume keys adjust the volume now. Removed some unnecessary debug stuff. 9 年之前
  Joachim Meyer c1eea810e3 Add support for clipboard on Android. 9 年之前
  Joachim Meyer 57b6a3e04b Remove vorbis libfiles from VS projects. 9 年之前
  Joachim Meyer 73ce4109ce Use stb_vorbis on Win32. 9 年之前
  Joachim Meyer 5427310ef7 Use stb_vorbis to load ogg files. 9 年之前
  Joachim Meyer 8c788ccf99 Android is now using API level 19 (Android 4.4). 9 年之前
  Joachim Meyer cf849978bd Android now uses TextInput Events. 9 年之前
  Joachim Meyer 4810fcb78d Fix OpenSLInterface. 9 年之前
  fodinabor d1ad2ea38b Make Mac use TextInput Event. 9 年之前