| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel | 2017-01-07 | 1 | -0/+13 |
| | | | |||||
| * | | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | 2017-01-07 | 1 | -48/+48 |
| |/ | | | | renamed to PoolVector | ||||
| * | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | ||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -214/+415 |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | ||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | vsnc --> vsync | ISylvox | 2016-11-08 | 1 | -3/+3 |
| | | |||||
| * | Core: Add singleton instance to _Marshalls | Ignacio Etcheverry | 2016-11-05 | 1 | -0/+7 |
| | | |||||
| * | Fixed bug in make_dir_recursive, closes #6016 | Juan Linietsky | 2016-08-08 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | 2016-07-22 | 1 | -0/+14 |
| |\ | | | | | Expose virtual keyboard functions to GDScript | ||||
| | * | Expose virtual keyboard functions to GDScript | Johan Manuel | 2016-07-21 | 1 | -0/+14 |
| | | | |||||
| * | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 1 | -0/+6 |
| |\ \ | |/ |/| | Add OS.request_attention() for Windows | ||||
| | * | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #5709 from akien-mga/pr-get-engine-version | Rémi Verschelde | 2016-07-18 | 1 | -0/+7 |
| |\ \ | | | | | | | OS: Add get_engine_version method | ||||
| | * | | OS: Add get_engine_version method | Rémi Verschelde | 2016-07-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | Fixes #5693. | ||||
| * | | | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -14/+0 |
| |/ / | | | | | | | Part of #5031 | ||||
| * | | Fix binding of File::get_sha256() | George Marques | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | | | Fix #5698 | ||||
| * | | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | 2016-07-03 | 1 | -0/+13 |
| |/ | |||||
| * | Fix File.get_as_text() to return the whole file | George Marques | 2016-06-21 | 1 | -0/+7 |
| | | | | | It was returning only from the cursor forward. | ||||
| * | -Changed how Dir works so it's more user friendly, closes #4705 | Juan Linietsky | 2016-06-18 | 1 | -1/+36 |
| | | |||||
| * | -made get_space_left() return values more homogenous, also for script, ↵ | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | | | | | converted to mb, closes #4617 | ||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 1 | -0/+7 |
| | | | | | Probably does #4166 | ||||
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+11 |
| | | | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | ||||
| * | DPI Detection support | Juan Linietsky | 2016-05-29 | 1 | -0/+6 |
| | | | | | | Windows only for now. Many builds may break (older visual studio, mingw32) | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -16/+16 |
| | | |||||
| * | classref: Directory and ConfigFile | Rémi Verschelde | 2016-05-12 | 1 | -5/+5 |
| | | |||||
