Commit History

Author SHA1 Message Date
  Ivan Safrin 880640fce5 removed scripts, examples and docs folders 8 years ago
  Ivan Safrin 5dd1836bc4 Fixed potential crash in SceneLabel 9 years ago
  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 years ago
  Ivan Safrin 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders 9 years ago
  Adam Kruckenberg 670e1d11ad Added experimental OpenVR module 9 years ago
  Ivan Safrin 1679c30f4f Removed VS file 9 years ago
  Ivan Safrin 4992d52d5e Windows fixes for latest code 9 years ago
  Ivan Safrin 5ef4358101 Added some convenience methods for manual material creation 9 years ago
  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 years ago
  Ivan Safrin e89028166f Fixed windows project, fixed memory leak in renderer 9 years ago
  Ivan Safrin 4e1e0e19d9 Memory cleanup fixes 9 years ago
  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 years ago
  Ivan Safrin 046023694b Static member support in JavaScript bindings 9 years ago
  Ivan Safrin a85b108728 Proper Unicode input event on Mac 9 years ago
  Ivan Safrin b89d179f6b removed db file 9 years ago
  Ivan Safrin dfc779f79b Generated scripts from merged pull request 9 years ago
  Ivan Safrin 712dcf0ec4 Merge pull request #691 from fodinabor/goodbye_cmake 9 years ago
  fodinabor 41e5f1f824 Remove libvorbis and add stb_vorbis for OS X and iOS. 9 years ago
  Joachim Meyer 0aeeb461af Fix UWP detection. 9 years ago
  Joachim Meyer 456cd8e013 Add JS TextEditor syntax highlighting, Fix rebase issue. 9 years ago
  Joachim Meyer 5e6ee5b20c Remove some old include files. 9 years ago
  Joachim Meyer b72a352fcd Volume keys adjust the volume now. Removed some unnecessary debug stuff. 9 years ago
  Joachim Meyer c1eea810e3 Add support for clipboard on Android. 9 years ago
  Joachim Meyer 57b6a3e04b Remove vorbis libfiles from VS projects. 9 years ago
  Joachim Meyer 73ce4109ce Use stb_vorbis on Win32. 9 years ago
  Joachim Meyer 5427310ef7 Use stb_vorbis to load ogg files. 9 years ago
  Joachim Meyer 8c788ccf99 Android is now using API level 19 (Android 4.4). 9 years ago
  Joachim Meyer cf849978bd Android now uses TextInput Events. 9 years ago
  Joachim Meyer 4810fcb78d Fix OpenSLInterface. 9 years ago
  fodinabor d1ad2ea38b Make Mac use TextInput Event. 9 years ago