| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 1 | -2/+1 | |
| |\ \ | | | | | | | Removed unnecessary assignments | |||||
| | * | | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 1 | -56/+56 | |
| |\ \ \ | |/ / |/| | | ClassDB: Provide the enum name of integer constants | |||||
| | * | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -56/+56 | |
| | |/ | ||||||
| | * | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | 2017-08-19 | 1 | -0/+7 | |
| | | | | | | | | | main.cpp and help cleanup" | |||||
| | * | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-19 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there | |||||
| * | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-21 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there | |||||
| * | | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 1 | -0/+13 | |
| |/ | ||||||
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -28/+28 | |
| | | ||||||
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -8/+8 | |
| | | ||||||
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -2/+2 | |
| | | | | | -Added system for feature overrides, it's pretty cool :) | |||||
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add GZIP compression support | George Marques | 2017-07-13 | 1 | -0/+1 | |
| | | | | | - Fix a wrong call in PoolByteArray::compress | |||||
| * | IME window follow the input cursor. | geequlim | 2017-07-11 | 1 | -0/+7 | |
| | | | | | | Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||||
| * | Add compression support for File object | George Marques | 2017-06-19 | 1 | -0/+24 | |
| | | ||||||
| * | Fixed thread check, solves: #3698 | kubeczek | 2017-06-13 | 1 | -0/+6 | |
| | | ||||||
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 1 | -1/+3 | |
| | | ||||||
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -3/+3 | |
| | | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | |||||
| * | Merge pull request #8333 from touilleMan/classdb-class_sget_property-binding | Rémi Verschelde | 2017-04-09 | 1 | -0/+19 | |
| |\ | | | | | Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods | |||||
| | * | Add return value in ClassDB.class_[g|s]et_property bindings | Emmanuel Leblond | 2017-04-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add _ClassDB.class_[g|s]et_property to ClassDB exposed methods | Emmanuel Leblond | 2017-04-09 | 1 | -0/+19 | |
| | | | ||||||
| * | | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 | |
| |/ | ||||||
| * | fixed ClassDB inconsistencies | Karroffel | 2017-03-13 | 1 | -1/+1 | |
| | | | | | fixes #7960 | |||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -800/+667 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||||
| * | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde | 2017-03-05 | 1 | -0/+13 | |
| |\ | | | | | Expose uncapped versions of closest-point-to-segment utilities | |||||
| | * | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez | 2017-03-04 | 1 | -0/+13 | |
| | | | ||||||
| * | | Add API to access battery power state | Julian Murgia | 2017-03-04 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done: - X11, server (tested) - Windows (developed, would be nice to retest) - OSX (not tested) Prepared (not developed): - Android (code is here, but may not compile) - iphone - winrt - bb10 - haiku - javascript | |||||
| * | | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez | 2017-03-04 | 1 | -0/+6 | |
| |/ | ||||||
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | 2017-02-21 | 1 | -1/+1 | |
| | | | | | | | modified files) -.pck and .zip exporting redone, seems to be working.. | |||||
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -230/+230 | |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||||
| * | corrected ClassDB::insatnce() return type | Karroffel | 2017-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -5/+0 | |
| | | ||||||
| * | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | 2017-01-25 | 1 | -3/+15 | |
| |\ | | | | | Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries | |||||
| | * | Added parameters to skip hidden and/or navigational file system entries | Ray Koopa | 2017-01-24 | 1 | -3/+15 | |
| | | | ||||||
| * | | Add ClassDB binding for File.get_modified_time | Andreas Haas | 2017-01-23 | 1 | -0/+6 | |
| |/ | | | | Closes #7613 | |||||
| * | Style: Keep long lines for now | Rémi Verschelde | 2017-01-16 | 1 | -22/+11 | |
| | | | | | | clang-format does not play well with tab-aligned multiline statements... Some more research will be needed if we want to set a column limit. | |||||
| * | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -2/+1 | |
| | | | | | | | | clang-format does not handle that well *at all*. For the reference, found the relevant pieces of code with: `ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty` | |||||
| * | Fix _Directory::get_current_drive error condition | Wilhem Barbier | 2017-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #7524 from neikeq/pr-dir-getcurdrive | Rémi Verschelde | 2017-01-14 | 1 | -1/+6 | |
| |\ | | | | | Directory: Bind get_current_drive() method | |||||
| | * | Directory: Bind get_current_drive() method | Ignacio Etcheverry | 2017-01-14 | 1 | -1/+6 | |
| | | | ||||||
| * | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -10/+10 | |
| | | | | | | | | | added a check to detect this case in the future | |||||
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||||
| * | | Unexpose the video mode API, will be completely removed when multi-window ↵ | Juan Linietsky | 2017-01-14 | 1 | -5/+6 | |
| | | | | | | | | | support is implemented. | |||||
| * | | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 1 | -2/+2 | |
| |/ | ||||||
| * | Replace Engine version API by preexisting OS one | Rémi Verschelde | 2017-01-13 | 1 | -50/+3 | |
| | | | | | | | It outputs a single Dictionary with all relevant information as keys, that will less bloat the documentation and provide all details in one function call. | |||||
| * | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 1 | -53/+125 | |
| | | ||||||
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -8/+8 | |
| | | | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||||
| * | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde | 2017-01-10 | 1 | -0/+13 | |
| |\ | | | | | expose OS.set_exit_code and OS.get_exit_code to ClassDB | |||||
