Ivan Safrin
|
394f41fca4
Finished the material editor in the IDE. Rewrote screen shader bindings. Fixed depth buffer FBOs and depth buffer binding. Screen shaders now require explicit 'color' and 'depth' rendertarget bindings to access the original scene/screen render. Added an optional precision parameter to String::NumberToString. Numberous resizing improvements to UI controls and IDE props. Added DefaultShaderNoTextureHDR shader to hdr pack. Added a default REMOVE_EVENT Event type. Added Vector2 shader prop. Removed deprecated saving/loading code from Scene. Numerous bugfixes in shader code.
|
12 лет назад |
Ivan Safrin
|
7030403eca
Tweaks to the external text editor pull request
|
12 лет назад |
Ivan Safrin
|
838d24257b
Merge branch 'default-text-editor' of https://github.com/BitPuffin/Polycode into pullreq_testing
|
12 лет назад |
Ethan M
|
513d2de1f1
Merge branch 'master' of https://github.com/ivansafrin/Polycode into file-selector-2
|
12 лет назад |
Ethan M
|
c8a2a2a53c
Added a close file button next to the file selector combobox.
|
12 лет назад |
Ethan M
|
f4f3ab3d41
Rewrote and refactored file/project saving and closing in PolycodeIDEApp. Rewrote removeEditor() due to undesirable behavior regarding modal dialogs.
|
12 лет назад |
Isak Andersson
|
9a469f08ba
use tabs, not spaces
|
12 лет назад |
Isak Andersson
|
3b876bcbd0
IDE now opens external text editor if one is specified and enabled instead of internal text editor
|
12 лет назад |
Isak Andersson
|
b2bdba6433
work around config file loading too late for settings ui getting correct default values and refactor some to clean up
|
12 лет назад |
Isak Andersson
|
ce16652d89
Settings are now loaded from config file
|
12 лет назад |
Isak Andersson
|
1a83a4b8ca
formatting in ideapp
|
12 лет назад |
Isak Andersson
|
d02c9cdd98
settings are now written to file
|
12 лет назад |
Isak Andersson
|
74de0dc5ab
Hide settings window when ok button is pressed
|
12 лет назад |
Isak Andersson
|
9c065c74af
IDEApp now listens for OK_EVENTs from settingsWindow and handles the event
|
12 лет назад |
Isak Andersson
|
2f35da6e95
Add a settings window that shows up and has a label for Misc settings
|
12 лет назад |
Isak Andersson
|
9efc2a6e12
Add a settings menu entry to the edit menu
|
12 лет назад |
Ivan Safrin
|
3156a86afe
Polycode will now ask you if you want to save unsaved files on quitting. Mac only for now
|
12 лет назад |
Ivan Safrin
|
e35f53bb64
Merge pull request #303 from TheCosmotect/projbrowser-selection
|
12 лет назад |
Ivan Safrin
|
980ea35b76
Fixed crash resulting from closing the last editor in the IDE not setting current editor to NULL
|
12 лет назад |
Ivan Safrin
|
3fd75d0ac3
Merge pull request #283 from TheCosmotect/master
|
12 лет назад |
Ethan M
|
3eb424e4da
Arrow-key nav no longer opens files in PolycodeProjectBrowser as a side-effect -- use the enter key, right arrow key, or single-click mouse.
|
12 лет назад |
Ivan Safrin
|
231c30ddaf
Merge pull request #289 from TheCosmotect/close-project-2
|
12 лет назад |
Ethan M
|
11aacf2635
Saving changes on project run no longer saves all open files (just those that belong to active project). Added PolycodeEditorManager::saveProject().
|
12 лет назад |
Ethan M
|
573b9cea6f
Rewrite of the IDE's project closing system, motivated by issue #277
|
12 лет назад |
cib
|
17c51168dd
Started work on fix for #238
|
12 лет назад |
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.
|
12 лет назад |
Ethan M
|
a03cc80ec7
Fixed previous oversight of current editor not corresponding to currently selected project browser item.
|
12 лет назад |
Ethan M
|
60fd0cd940
Fixed 'remove file' command not removing editor
|
12 лет назад |
Ivan Safrin
|
073af0bbef
Added an optional flag for resource autoreload. Added getFileTime function to OSBasics. Implemented resource reload for GLSL programs. Made the material editor flag custom shader programs to reload when changed. Refactored some shader code
|
12 лет назад |
Ivan Safrin
|
375127e4dc
Added 'Close File' to IDE menu in Windows and Linux, made the text editor convert Windows line endings to Unix
|
12 лет назад |