Commit History

Author SHA1 Message Date
  raheelx fa49e3aeff Merge remote-tracking branch 'upstream/master' into ShiftClone 9 years ago
  raheelx 633747397e Removed whitespace 9 years ago
  raheelx de99d0d4b6 Bug Fix: (It was cloning when the user clicked anywhere in the editor) 9 years ago
  JoshEngebretson 264cc5a4aa Merge pull request #750 from LumaDigital/PerProjectExtensions 9 years ago
  JoshEngebretson 0a2c96d963 Merge pull request #748 from shaddockh/TSH-ATOMIC-744 9 years ago
  Matt Benic 0224421939 Fixed incorrect case in reference 9 years ago
  Matt Benic fdc725bad1 Changed file scan to *.plugin.js to be more consistent with menu term 9 years ago
  Matt Benic d15e5cb9e7 Fixed PLugin items not being removed on project unload. 9 years ago
  Matt Benic 54fdbc7bf0 Moved ServiceLocator initialization into EditorUI to give it access to ModalOps without having init spread all over. Added a showModalOps method to UIServices to allow extensions to show modal windows. 9 years ago
  Matt Benic f4408aef05 Merge branch 'shaddockh-PerProjectExtensions' into PerProjectExtensions 9 years ago
  Matt Benic 8a41311537 Fixed missing duktape reference 9 years ago
  Shaddock Heath 7a43a8fe60 fix for project unloaded event to account for services de-registering themselves during the loop 9 years ago
  Shaddock Heath 3b33b72d07 Cleanup duktape.d.ts a bit, adding require declaration 9 years ago
  Shaddock Heath 8025852437 removed unused ref to the service locator 9 years ago
  Shaddock Heath a8e20196a2 added duktape.d.ts 9 years ago
  Shaddock Heath af17f951a7 Fleshed out the per-project extensions 9 years ago
  Matt Benic f8e60f9287 WIP changes supporting per project extensions 9 years ago
  Matt Benic 2541b51cb7 Editor scans Resources/Editor when a project is opened for .Service.js files, and loads them as extensions 9 years ago
  Shaddock Heath 4561e339a7 cleaning up and ensuring that the annotations get loaded when the file initially loads 9 years ago
  Shaddock Heath e88b4e0e47 first cut at annotations. The save resource event has also been hooked up and renamed to saveCode 9 years ago
  Shaddock Heath cf087bca09 fix for the parameter tooltip that pops up not displaying any comments attached to the referenced member 9 years ago
  JoshEngebretson b9bc77bd6d Merge pull request #741 from AtomicGameEngine/JME-ATOMIC-IPCUPDATES 9 years ago
  JoshEngebretson 0fe45a0b69 Merge pull request #742 from shaddockh/TSH-ATOMIC-TSBINDINGFIXES 9 years ago
  JoshEngebretson f86007fb87 Merge pull request #739 from keithjohnston/KBJ-osx-missing-keystrokes 9 years ago
  Matt Benic 9337958efd Merge remote-tracking branch 'upstream/master' 9 years ago
  Matt Benic 81c5a26f3a Added Johnny and Weinand to authors. 9 years ago
  Keith Johnston 646c716cca Added comment with link to bug in SDL. 9 years ago
  Shaddock Heath 17506cfd87 cleaned up some lint errors in the generated atomic.d.ts 9 years ago
  Shaddock Heath 949901101b put override for node.getJSComponent that allows you to use the generic version 9 years ago
  Shaddock Heath 5aad54f6bd overloading bindings for getComponent, createComponent, and getOrCreateComponent to be able to use generics, allowing one to write: let component = node.getComponent<Sprite2D>("Sprite2D"); instead of let component = <Sprite2D>node.getComponent("Sprite2D"). This also allows for stricter type-checking 9 years ago