Ivan Safrin 37a40fefe1 Bugfixes across the codebase, fixed numerous memory leaks, SceneEntityInstances can now load assets into a resource pool explicitly, which can then be unloaded to remove all traces of loaded resources for an entity instance %!s(int64=10) %!d(string=hai) anos
..
utils 32a32234b3 Added trackball camera class to IDE, switched the mesh editor and entity editor to use it %!s(int64=12) %!d(string=hai) anos
EditorGrid.cpp 1659aa47ce Text input fields now select all on gaining focus, invisible and/or disabled UI elements will no longer focus on tab, added support for disabling focus elements when their parent prop is disabled, primitive sheet in IDE entity editor will not tab through disabled fields now %!s(int64=10) %!d(string=hai) anos
EntityEditorPropertyView.cpp 7cd3a8c427 Added ability to edit the root entity of an entity file in the IDE entity editor (automatically selectes when nothing else is selected or selected via tree) %!s(int64=10) %!d(string=hai) anos
EntityEditorSettingsView.cpp 869709885e Added resource pools to resource manager, assets can now be loaded into the global resource pool or custom resource pools, added support for resource pool linking in SceneEntityInstance, added support for resource pool browsing to AssetBrowser, changed material selector to use resource pools via AssetBrowser, added UI for linking material files as resource pools to the current entity, added a tree scene view to the entity editor. %!s(int64=12) %!d(string=hai) anos
EntityEditorTreeView.cpp 7cd3a8c427 Added ability to edit the root entity of an entity file in the IDE entity editor (automatically selectes when nothing else is selected or selected via tree) %!s(int64=10) %!d(string=hai) anos
ExampleBrowserWindow.cpp 8acb29da25 UITree nodes with children will now toggleCollapsed when doubleclicked. When you doubleclick in the ExampleBrowser an example it will open automatically. %!s(int64=11) %!d(string=hai) anos
ExportProjectWindow.cpp f2639bd997 Fixed script compilation in 64-bit Mac polybuild, removed 'experimental' from compile scripts option checkbox %!s(int64=12) %!d(string=hai) anos
NewFileWindow.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
NewProjectWindow.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
PolycodeClipboard.cpp ab747dddae Fixed weighted scaling tracks in skeletal animation, fixed crash in the IDE when a clipboard data provider is destroyed %!s(int64=11) %!d(string=hai) anos
PolycodeConsole.cpp bc79fa9477 Made Polycode console use a buffer and a refresh timer to fix the IDE locking up when continuously printing to console %!s(int64=11) %!d(string=hai) anos
PolycodeEditor.cpp e828cb38a6 Started on undo/saving in sprite editor %!s(int64=10) %!d(string=hai) anos
PolycodeEditorManager.cpp 3e7e351525 IDE will no longer crash if an editor file doesn't exist, fixed adding files to project root folder %!s(int64=12) %!d(string=hai) anos
PolycodeEntityEditor.cpp 6769ee4a40 Selecting entities in the IDE will no longer mark the file as unsaved %!s(int64=10) %!d(string=hai) anos
PolycodeFontEditor.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
PolycodeFrame.cpp b6b2dc7d22 All tool windows now focus automatically on popup, text input popup automatically selects existing text for convenience %!s(int64=10) %!d(string=hai) anos
PolycodeIDEApp.cpp aa68c6dcbe Merge pull request #522 from fodinabor/FixIDEMenuWin %!s(int64=11) %!d(string=hai) anos
PolycodeImageEditor.cpp a0e54ada27 Fixed scene primitives to all use triangles, added ScenePrimitive property sheet to entity editor, fixed ray-polygon intersect, added a new primitive type for line only circles %!s(int64=12) %!d(string=hai) anos
PolycodeMaterialEditor.cpp 37a40fefe1 Bugfixes across the codebase, fixed numerous memory leaks, SceneEntityInstances can now load assets into a resource pool explicitly, which can then be unloaded to remove all traces of loaded resources for an entity instance %!s(int64=10) %!d(string=hai) anos
PolycodeMeshEditor.cpp 47148ce4e0 IDE editors will disable virtual scene rendering when hidden %!s(int64=11) %!d(string=hai) anos
PolycodeProject.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
PolycodeProjectBrowser.cpp 3837e0f9ea Added additional image loading support via stb_image. Polycode can now load PNG,JPG,TGA,PSD rgba images and Radiance HDR floating point images. Polycode IDE will now load newly supported file formats and allow to browse for them in the asset browser. Polycode entity editor now has SceneMesh settings for alpha testing and backface culling, which are now saved in the entity file format %!s(int64=10) %!d(string=hai) anos
PolycodeProjectEditor.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
PolycodeProjectManager.cpp 00d146334f Polycode IDE will now save tabs, layout, open project browser nodes and open editors on exit (and load them on startup) %!s(int64=12) %!d(string=hai) anos
PolycodeProps.cpp 37a40fefe1 Bugfixes across the codebase, fixed numerous memory leaks, SceneEntityInstances can now load assets into a resource pool explicitly, which can then be unloaded to remove all traces of loaded resources for an entity instance %!s(int64=10) %!d(string=hai) anos
PolycodeRemoteDebugger.cpp d40a6f7c1e Fixed some gamepad input issues, fixed remote debugger in the IDE being overwhelmed by debug information upon crash %!s(int64=11) %!d(string=hai) anos
PolycodeSoundEditor.cpp d8d788f480 Added mesh viewer to IDE, added support for resource change events in ResourceManager, added tangents to the mesh file specification (ATTN: old mesh files will need to be re-exported), added support for tangent generation in polyimport, added global version string to PolyGlobals.h, fixed clear color setting in virtual scenes, made Label textures always be POT, added global IDE texture filtering options to the IDE preferences. %!s(int64=12) %!d(string=hai) anos
PolycodeSpriteEditor.cpp 7fbb913bb8 Undo states and saving for sprite editor %!s(int64=10) %!d(string=hai) anos
PolycodeTextEditor.cpp b4b8130dad Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild %!s(int64=10) %!d(string=hai) anos
PolycodeToolLauncher.cpp 98174f587f Fixed external text editor not launching on Mac %!s(int64=10) %!d(string=hai) anos
SettingsWindow.cpp 0b76b19e29 Recreated all IDE assets and both default UI themes as vector assets, exported high resolution retina assets, IDE will now choose a retina UI theme and retina assets if running on a retina display. Tons of UI tweaks across the board %!s(int64=12) %!d(string=hai) anos
TextureBrowser.cpp 3837e0f9ea Added additional image loading support via stb_image. Polycode can now load PNG,JPG,TGA,PSD rgba images and Radiance HDR floating point images. Polycode IDE will now load newly supported file formats and allow to browse for them in the asset browser. Polycode entity editor now has SceneMesh settings for alpha testing and backface culling, which are now saved in the entity file format %!s(int64=10) %!d(string=hai) anos
ToolWindows.cpp 9f4ad131fa Text input popup in IDE now lets you press enter to submit, added more undo support to sprite editor %!s(int64=10) %!d(string=hai) anos
TrackballCamera.cpp 6a4034bc75 Fixed camera tracking reversing direction. What was this added for, @randomteddybear? %!s(int64=11) %!d(string=hai) anos
TransformGizmo.cpp 3d778ce4fd Fix abs(double) not found on Linux. %!s(int64=11) %!d(string=hai) anos