Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-11 | Project 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-11 | Merge pull request #8718 from karroffel/remove-multiscript | Rémi Verschelde | |
removed multiscript | |||
2017-05-11 | removed multiscript | Karroffel | |
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-10 | Merge pull request #8704 from sheepandshepherd/gdnative_error_printing | Thomas Herzog | |
Add error printing functions to GDNative | |||
2017-05-10 | Add error printing functions to GDNative | sheepandshepherd | |
2017-05-08 | Put brave old bb10 platform to a well-deserved rest | Rémi Verschelde | |
Add some 🔥 to appease @reduz. Fixes #8692. | |||
2017-05-08 | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵ | Marcelo Fernandez | |
lock its own thread. | |||
2017-05-08 | Merge pull request #8689 from Zylann/freelook_improvement | Rémi Verschelde | |
Improved freelook | |||
2017-05-08 | Merge pull request #8694 from noshyaar/pr-raycast | Rémi Verschelde | |
RayCast2D: fix detached arrow tip | |||
2017-05-08 | RayCast2D: fix detached arrow tip | Poommetee Ketson | |
2017-05-08 | Improved freelook | Marc 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-07 | Merge pull request #8660 from Hinsbart/warp | Rémi Verschelde | |
Spatial Editor: Mouse warping for orbit & freelook modes. | |||
2017-05-07 | Merge pull request #8639 from n-pigeon/new_script_dialog | Rémi Verschelde | |
Reworked look and feel of Add Script Dialog also some bug fixes | |||
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 | |
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||
2017-05-07 | Improve documentation of thirdparty code snippets | Rémi Verschelde | |
2017-05-06 | Doc: Drop unmainted converters for html, textile, dokuwiki | Rémi Verschelde | |
2017-05-06 | Doc: Remove unused tool translation | Rémi Verschelde | |
2017-05-06 | X11: Abort build if using OpenSSL 1.1.0+ | Rémi Verschelde | |
Workaround until #8624 is fixed. | |||
2017-05-06 | Reworked 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-06 | Spatial Editor: Mouse warping for orbit & freelook modes. | Andreas Haas | |
2017-05-06 | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664) | Will Nations | |
Also fix typo on the main editor confirmation prompt | |||
2017-05-06 | Merge pull request #8663 from Faless/fix_propagate_pause | Rémi Verschelde | |
Fix bug in pause mode propagation | |||
2017-05-06 | Fix bug in pause mode propagation | Fabio Alessandrelli | |
Pause mode was not correctly propagating effectively stopping immediately when the mode was not PAUSE_MODE_INHERIT. | |||
2017-05-05 | Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_master | Rémi Verschelde | |
Better explain out of memory error in message queue | |||
2017-05-05 | Merge pull request #8656 from Faless/fix_udp_wait | Rémi Verschelde | |
Fix UDP::wait() deadlock | |||
2017-05-05 | Merge pull request #8647 from Hinsbart/tree_search | Rémi Verschelde | |
Tree: Clear search string on selection. | |||
2017-05-05 | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir | Rémi Verschelde | |
Fix infinite loop in DirAccessPack::get_current_dir() | |||
2017-05-05 | Merge pull request #8625 from eska014/html5-cursorshape | Rémi Verschelde | |
HTML5: Cursor style control | |||
2017-05-05 | Merge pull request #8616 from Zylann/fps_look | Rémi Verschelde | |
Added 3D freelook navigation mode | |||
2017-05-05 | Merge pull request #8613 from magyar123/pr-debugger-display-objects | Rémi Verschelde | |
Make script debugger display all kinds of objects | |||
2017-05-05 | Merge pull request #8556 from ippan/obj_import | Rémi Verschelde | |
support obj with negative indices | |||
2017-05-05 | Merge pull request #8532 from RameshRavone/patch-4 | Rémi Verschelde | |
Separate distraction mode for scene & script editor | |||
2017-05-05 | Fix template loading | J08nY | |
2017-05-05 | Better explain out of memory error in message queue | Fabio Alessandrelli | |
Also effectively saves one unnecessary call when everything is fine. | |||
2017-05-05 | Fix UDP wait() not returning after first received packet | Fabio Alessandrelli | |
2017-05-04 | Tree: 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-04 | Merge pull request #8637 from noshyaar/pr-lineedit | Rémi Verschelde | |
LineEdit: fix placeholder text affected by secret | |||
2017-05-04 | Fix infinite loop in DirAccessPack::get_current_dir() | Pedro J. Estébanez | |
2017-05-04 | Added 3D freelook navigation mode | Marc 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-03 | LineEdit: fix placeholder text affected by secret | Poommetee Ketson | |
2017-05-02 | Merge pull request #8589 from tagcup/dxt1_fix | Rémi Verschelde | |
Use correct mode for DXT1 textures. | |||
2017-05-02 | support obj with negative indices | PanPan | |
2017-05-02 | Implement cursor style control in HTML5 platform | L. Krause | |
2017-05-02 | Merge pull request #8612 from magyar123/pr-show-dict-contents | Rémi Verschelde | |
Make property editor display dictionaries (read only) | |||
2017-05-02 | Merge pull request #8610 from akien-mga/project-file-extension | Rémi Verschelde | |
Rename project file to "project.godot" | |||
2017-05-02 | Merge pull request #8592 from hikari-no-yume/scene_import_rigidonly_flag_master | Rémi Verschelde | |
Scene importer: add -rigidonly flag for empties [master] | |||
2017-05-02 | Merge pull request #8574 from eska014/html5-noglut | Rémi Verschelde | |
Remove GLUT usage in HTML5 platform | |||
2017-05-02 | Merge pull request #8571 from tagcup/squish_sse | Rémi Verschelde | |
Detect SSE/SSE2 for libsquish. | |||
2017-05-02 | Merge pull request #8569 from volzhs/editor-theme-1 | Rémi Verschelde | |
Fix to use editor theme instead of handling each UI | |||
2017-05-02 | Merge pull request #8559 from Paulb23/script_recent_files | Rémi Verschelde | |
Added recent scripts to script editor |