Historia zmian

Autor SHA1 Wiadomość Data
  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 lat temu
  Shaddock Heath 30f1987a5f Calling editor loaded when the page fully loads up. 9 lat temu
  Shaddock Heath 32c60a84d8 Cleaning up the TypeScript plugin menu handling 9 lat temu
  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 lat temu
  Shaddock Heath d7ff17d7a7 - Removed the logic that generates the temporary tsconfig.atomic and instead just pushes the tsconfig directly into the web view 9 lat temu
  Shaddock Heath 4da220d540 Cleaning up typescript compiler messages to not display internal libraries in the output unless they fail to compile 9 lat temu
  Shaddock Heath dadd8e9233 Work on formatting compile results by coloring the error messages as well as displaying those files that successfully compiled 9 lat temu
  Shaddock Heath 6265817e37 First cut at doing compiling TypeScript in the editor. This will only work if there is a JSResourceEditor open currently since the compilation is done inside the web view editor. 9 lat temu
  Shaddock Heath a99169438a - Added new UI Extension method getCurrentResourceEditor to grab the current editor 9 lat temu
  Shaddock Heath 9561aae986 Did work on how AtomicQuery is being used inside the WebView editors to make it have a more consistent API. Also attached AtomicQueryPromise to the window object so it's available to everything. 9 lat temu
  Shaddock Heath bcfa08ba9c Fix for retrieving preferences on the web view side 9 lat temu
  Shaddock Heath 32ca45fb1b Cleanup Typescript folder. Closes #785 9 lat temu
  JoshEngebretson e448c63985 Merge pull request #811 from LumaDigital/TextureInspector 9 lat temu
  JoshEngebretson 72ff45d22c Merge pull request #808 from AtomicGameEngine/TSH-ATOMIC-EDITOREXT 9 lat temu
  JoshEngebretson 914bd39681 Merge pull request #795 from LumaDigital/ShiftMultiSelect 9 lat temu
  weinand 0315d45c66 Created a texture inspector for Atomic. 9 lat temu
  Shaddock Heath 21b92356ba remove some log statements 9 lat temu
  Shaddock Heath 7cc6ffc19c Hooked in the ability for project extensions to provide custom editors. 9 lat temu
  Shaddock Heath 51f5010329 Merge branch 'TSH-ATOMIC-EDITOREXT' of https://github.com/AtomicGameEngine/AtomicGameEngine into TSH-ATOMIC-EDITOREXT 9 lat temu
  Shaddock Heath bfa5dfd280 fixes issue where closing a project would not close the editors properly 9 lat temu
  raheelx e771e77228 post-pended member variables with an underscore 9 lat temu
  Shaddock Heath b4ff7149c5 Confirmed that using Atomic:// instead of File:// works in windows...back to OSX land. 9 lat temu
  Shaddock Heath 4101999921 Modified AbstractTextResourceEditorBuilder to use the standard WebView editor html, but allow it to be overridden in child classes 9 lat temu
  Shaddock Heath 6c96ab225f Modifications to JSResourceEditor - pass path to code editor URL from the typescript (custom editor class, allowing for a variety of pure web editor implementations) and fixes issue with the EDITOR_SAVE_FILE AtomicQuery call so that the web view can pass up a code block and path and it will save it. 9 lat temu
  JoshEngebretson f98f1c98ff Merge pull request #793 from LumaDigital/ProjectTechniquesAndShaders 9 lat temu
  JoshEngebretson 72249873d5 Merge pull request #794 from shaddockh/ATOMIC-TSH-792 9 lat temu
  JohnnyWahib d8fd9cd44a - Created individual XML and Shader Resource editor types 9 lat temu
  Shaddock Heath 1364448c2c Fix issue with renaming scene files. also removed defunct ProjectUnloaded event. 9 lat temu
  JohnnyWahib 7893e3f53b Merge branch 'master' into ProjectTechniquesAndShaders 9 lat temu
  JohnnyWahib 7a04075d82 Fixed crash if referencing materials with techniques that don't exist. 9 lat temu