Commit History

Author SHA1 Message Date
  JimMarlowe ba28cf19cf add JimMarlowe 9 years ago
  JimMarlowe d5e9f04418 add linux support 9 years ago
  JimMarlowe 8baa1de26e linux android build processing 9 years ago
  JimMarlowe 30468f2391 add directory selector dialog 9 years ago
  JimMarlowe a85e88bd28 linux key entry support 9 years ago
  JimMarlowe 9774230cdc set linux window and key support 9 years ago
  JimMarlowe 137a40e03c add content to error handlers 9 years ago
  JimMarlowe a444fde1c6 Add cef support files for editor and player 9 years ago
  JimMarlowe ea83663ee2 Add linux android handling 9 years ago
  JoshEngebretson e952754292 Merge pull request #837 from AtomicGameEngine/TSH-TSDOC-FIX 9 years ago
  Shaddock Heath 0c244b69fd fix for missing Editor.Templates.TemplateType 9 years ago
  Shaddock Heath 4cf9b61bd3 Fixed to get TypeDoc to run 9 years ago
  JoshEngebretson 8118d49691 Merge pull request #835 from AtomicGameEngine/TSH-ATOMIC-TYPESCRIPT 9 years ago
  Shaddock Heath cb5756dbf4 Upgrade TypeScript to 1.8.10 9 years ago
  Shaddock Heath e9560361f3 Fixes issue where adding a new component was not initializing the language service properly 9 years ago
  Shaddock Heath a78b16251e Work on the create component and create script template system to add a dropdown to select which template to use based on a JSON config file. Added TypeScript templates for component and script. 9 years ago
  Shaddock Heath 716306f6c9 removing unused template and ui definition for Resource Create Module 9 years ago
  Shaddock Heath 1de54135e3 remove the tsconfig and atomic*.d.ts from the project templates since the editor will auto-provide them with the latest version on compile 9 years ago
  Shaddock Heath 9af8617447 fixes issue where web view typescript extension was listening to resource changes when the active tab was not a typescript file 9 years ago
  Shaddock Heath 7b26a2b93c handle situation where a vanilla project adds a new TS file before the TS extension has been initialized 9 years ago
  Shaddock Heath 3f8e49c069 expose editResourceEvent to the extension system 9 years ago
  Shaddock Heath 9994661852 Work on parsing out the compile options correctly 9 years ago
  Shaddock Heath 2d440da91a Added functionality to pull in a custom compiler options block if there is a tsconfig.json in the root of the project. Also updated the output to show compiler settings and time to compile. 9 years ago
  Shaddock Heath c48db5ccad Cleaning up the logging and EDITOR_SAVE_FILE from the web view 9 years ago
  Shaddock Heath 3ce24c259b Adding some checks to the EDITOR_SAVE_FILE command to only allow saving into the resources folder and not allow relative paths. Trying to sandbox any direct file writes from the web view. 9 years ago
  Shaddock Heath d8f936ef43 Work on being able to compile typescript files when not all the pieces are located under Resources (ie d.ts files located in a project/typings folder). Also pull in an existing tsconfig.json if it exists in the root of the project. 9 years ago
  JoshEngebretson 5a3d5b43f1 Update README.md 9 years ago
  Shaddock Heath 30f1987a5f Calling editor loaded when the page fully loads up. 9 years ago
  Shaddock Heath 32c60a84d8 Cleaning up the TypeScript plugin menu handling 9 years ago
  Shaddock Heath 851030e2a6 Fixes issue with toggling "Compile on Save" menu item. Now it no longer removes and re-adds the entire menu, but just updates the text of the menu item. 9 years ago