summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-11Project Settings: Use capitalized properties.Andreas Haas
There's been some inconsistency between the ProjectSettings and EditorSettings: One would use "snake_case_properties", the other "Capitalized Properties". This fixes that by also using capitalized properties for the project settings. (It's actually the default, so the line setting it to false was just removed..) Was there a strong reason for using snake_case here in the first place?
2017-05-11Merge pull request #8718 from karroffel/remove-multiscriptRémi Verschelde
removed multiscript
2017-05-11removed multiscriptKarroffel
removes MultiScript which was re-added in #8502 (aka 4c14700). This feature didn't turn out to be as useful as most expected. It causes more troubles than it does good.
2017-05-10Merge pull request #8704 from sheepandshepherd/gdnative_error_printingThomas Herzog
Add error printing functions to GDNative
2017-05-10Add error printing functions to GDNativesheepandshepherd
2017-05-08Put brave old bb10 platform to a well-deserved restRémi Verschelde
Add some 🔥 to appease @reduz. Fixes #8692.
2017-05-08Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵Marcelo Fernandez
lock its own thread.
2017-05-08Merge pull request #8689 from Zylann/freelook_improvementRémi Verschelde
Improved freelook
2017-05-08Merge pull request #8694 from noshyaar/pr-raycastRémi Verschelde
RayCast2D: fix detached arrow tip
2017-05-08RayCast2D: fix detached arrow tipPoommetee Ketson
2017-05-08Improved freelookMarc Gilleron
- Fix movement input affecting all viewports even when clicking outside - Freelook up movement is now relative - Prevent tool shortcut conflict when moving - De-hardcode tool shortcuts (select, move, rotate, scale, wireframe) - Movement speed depends on zoom distance (like panning) - Mouse wheel controls speed (Blender-style) due to above point - Added zoom distance indicator, hides after short delay
2017-05-07Merge pull request #8660 from Hinsbart/warpRémi Verschelde
Spatial Editor: Mouse warping for orbit & freelook modes.
2017-05-07Merge pull request #8639 from n-pigeon/new_script_dialogRémi Verschelde
Reworked look and feel of Add Script Dialog also some bug fixes
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde
2017-05-06Doc: Drop unmainted converters for html, textile, dokuwikiRémi Verschelde
2017-05-06Doc: Remove unused tool translationRémi Verschelde
2017-05-06X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde
Workaround until #8624 is fixed.
2017-05-06Reworked look and feel of Add Script Dialog.Przemysław Gołąb (n-pigeon)
Untangled a lot of Controls logic code and placed it in one place. Which squashed few bugs and made code easier to maintain.
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas
2017-05-06Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations
Also fix typo on the main editor confirmation prompt
2017-05-06Merge pull request #8663 from Faless/fix_propagate_pauseRémi Verschelde
Fix bug in pause mode propagation
2017-05-06Fix bug in pause mode propagationFabio Alessandrelli
Pause mode was not correctly propagating effectively stopping immediately when the mode was not PAUSE_MODE_INHERIT.
2017-05-05Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_masterRémi Verschelde
Better explain out of memory error in message queue
2017-05-05Merge pull request #8656 from Faless/fix_udp_waitRémi Verschelde
Fix UDP::wait() deadlock
2017-05-05Merge pull request #8647 from Hinsbart/tree_searchRémi Verschelde
Tree: Clear search string on selection.
2017-05-05Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde
Fix infinite loop in DirAccessPack::get_current_dir()
2017-05-05Merge pull request #8625 from eska014/html5-cursorshapeRémi Verschelde
HTML5: Cursor style control
2017-05-05Merge pull request #8616 from Zylann/fps_lookRémi Verschelde
Added 3D freelook navigation mode
2017-05-05Merge pull request #8613 from magyar123/pr-debugger-display-objectsRémi Verschelde
Make script debugger display all kinds of objects
2017-05-05Merge pull request #8556 from ippan/obj_importRémi Verschelde
support obj with negative indices
2017-05-05Merge pull request #8532 from RameshRavone/patch-4Rémi Verschelde
Separate distraction mode for scene & script editor
2017-05-05Fix template loadingJ08nY
2017-05-05Better explain out of memory error in message queueFabio Alessandrelli
Also effectively saves one unnecessary call when everything is fine.
2017-05-05Fix UDP wait() not returning after first received packetFabio Alessandrelli
2017-05-04Tree: Clear search string on selection.Andreas Haas
The Tree node has the ability to jump to a specific item by typing the first few chars of it's name. But on selection ('item_activated' signal), it didn't clear the search string used for that. It was especially annoying in `FileDialog`s and has been bugging me for ages :P With this, you can traverse a directory structure in a FileDiag quickly with the keyboard (like you'd expect from pretty much any modern file browser) :)
2017-05-04Merge pull request #8637 from noshyaar/pr-lineeditRémi Verschelde
LineEdit: fix placeholder text affected by secret
2017-05-04Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez
2017-05-04Added 3D freelook navigation modeMarc Gilleron
- Triggered by holding RMB - Can look around in FPS style - Can move with WASD - Movement speed accelerates over time - Can multiply speed with a modifier key to go faster or slower - Configurable in editor settings and shortcuts
2017-05-03LineEdit: fix placeholder text affected by secretPoommetee Ketson
2017-05-02Merge pull request #8589 from tagcup/dxt1_fixRémi Verschelde
Use correct mode for DXT1 textures.
2017-05-02support obj with negative indicesPanPan
2017-05-02Implement cursor style control in HTML5 platformL. Krause
2017-05-02Merge pull request #8612 from magyar123/pr-show-dict-contentsRémi Verschelde
Make property editor display dictionaries (read only)
2017-05-02Merge pull request #8610 from akien-mga/project-file-extensionRémi Verschelde
Rename project file to "project.godot"
2017-05-02Merge pull request #8592 from hikari-no-yume/scene_import_rigidonly_flag_masterRémi Verschelde
Scene importer: add -rigidonly flag for empties [master]
2017-05-02Merge pull request #8574 from eska014/html5-noglutRémi Verschelde
Remove GLUT usage in HTML5 platform
2017-05-02Merge pull request #8571 from tagcup/squish_sseRémi Verschelde
Detect SSE/SSE2 for libsquish.
2017-05-02Merge pull request #8569 from volzhs/editor-theme-1Rémi Verschelde
Fix to use editor theme instead of handling each UI
2017-05-02Merge pull request #8559 from Paulb23/script_recent_filesRémi Verschelde
Added recent scripts to script editor