Ivan Safrin
|
02272793af
Removed Polygon from Polycode, meshes now contain vertices directly
|
před 12 roky |
Ivan Safrin
|
fa1b054f01
Rewrote the particle system to use a single mesh instead of multiple entities, added a particle system property sheet to IDE editor
|
před 12 roky |
Ivan Safrin
|
c5634e5735
Added a static default blending mode to Entity, added BLEND_MODE_NONE blending mode option, made UI components render properly with default blending mode set to BLEND_MODE_NONE
|
před 12 roky |
Ivan Safrin
|
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
|
před 12 roky |
Ivan Safrin
|
b5bb40045f
Fixed horizontal scroll in UIScrollContainer, added a front end for the 3d asset import tool in the IDE, fixed refresh in the IDE project browser
|
před 12 roky |
Ivan Safrin
|
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.
|
před 12 roky |
Ivan Safrin
|
b17ab54c9e
Added tab related shortcuts to OS X menu
|
před 12 roky |
Ivan Safrin
|
00d146334f
Polycode IDE will now save tabs, layout, open project browser nodes and open editors on exit (and load them on startup)
|
před 12 roky |
Ivan Safrin
|
aef4f6fcbf
IDE tabs can now be renamed
|
před 12 roky |
Ivan Safrin
|
87a85e1651
You can close tabs
|
před 12 roky |
Ivan Safrin
|
04fc32a398
Fixed bindings, tweaked UI, added new UI theme to default themes, fixed IDE network stuff
|
před 12 roky |
Ivan Safrin
|
51e208841f
Separated project display into separate frames per project, added tab support preliminaries
|
před 12 roky |
Ivan Safrin
|
72aa1b9942
Added active project selector
|
před 12 roky |
Ivan Safrin
|
6f1ff51c61
Editor split fixes
|
před 12 roky |
Ivan Safrin
|
b2fa7919c8
Editor splitting basics
|
před 12 roky |
Ivan Safrin
|
ffec7d2521
More UI tweaks, UI theme switching in IDE
|
před 12 roky |
Ivan Safrin
|
73c9c27a6c
UI tweaks, light theme
|
před 12 roky |
Ivan Safrin
|
124e0641ba
Optimized UI rendering
|
před 12 roky |
Ivan Safrin
|
f85e1327f5
Added SceneSprite and SceneEntityInstance, the IDE is running again (sort of)
|
před 12 roky |
Ivan Safrin
|
d5e2bbf406
First pass at resolving changes in the IDE code
|
před 12 roky |
Ivan Safrin
|
838d24257b
Merge branch 'default-text-editor' of https://github.com/BitPuffin/Polycode into pullreq_testing
|
před 12 roky |
Ethan M
|
c8a2a2a53c
Added a close file button next to the file selector combobox.
|
před 12 roky |
Ethan M
|
2226a275ee
Initial commit for switching between open editors via the keyboard. Moved file selector update code out of event handler and into updateFileSelector(). Added ability to toggle between project path and file name display in file selector.
|
před 12 roky |
Ethan M
|
6078bdda1e
Added showNext/PreviousEditor() in PolycodeFrame.
|
před 12 roky |
Isak Andersson
|
9a469f08ba
use tabs, not spaces
|
před 12 roky |
Isak Andersson
|
2f35da6e95
Add a settings window that shows up and has a label for Misc settings
|
před 12 roky |
Ivan Safrin
|
ce9250d76b
Made IDE console toggleble. IDE console will show automatically when running project. Replaced console Clear button with an image button. Added console hide button to console. Added getMainWidth and getMainHeight to UI sizers.
|
před 12 roky |
Ivan Safrin
|
8214319cdc
Added YES and NO events to UIEvent, added Yes/No/Cancel popup to IDE, IDE will now ask if you want to save file before closing if there are unsaved changes
|
před 12 roky |
Ivan Safrin
|
b6aa9c7ffb
Added ability to close open files in the IDE, UIComboBox now resets selected name to None on clearItems(), fixed sprite editor not setting height properly on load
|
před 12 roky |
Ivan Safrin
|
2522352a17
Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE
|
před 13 roky |