| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde | 2017-11-09 | 1 | -1/+1 |
| | | | | | | | | | It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently. | ||||
| * | Merge pull request #11365 from leezh/freetype_mono | Rémi Verschelde | 2017-09-21 | 1 | -2/+17 |
| |\ | | | | | Added support for FT_PIXEL_MODE_MONO in FreeType | ||||
| | * | Added support for FT_PIXEL_MODE_MONO in FreeType | Zher Huei Lee | 2017-09-19 | 1 | -2/+17 |
| | | | |||||
| * | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -4/+4 |
| | | |||||
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -1/+1 |
| | | |||||
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -5/+5 |
| | | | | | Fixes #10244. | ||||
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -5/+5 |
| | | |||||
| * | Several changes to better run in mobile. | Juan Linietsky | 2017-07-22 | 1 | -2/+2 |
| | | |||||
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | | |||||
| * | Cache DynamicFont resource for Android | volzhs | 2017-03-24 | 1 | -1/+25 |
| | | |||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -370/+322 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -17/+17 |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | ||||
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -9/+9 |
| | | | | | This saves typing and is a step towards fixing #56 | ||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | rename String.extension() -> String.get_extension() / String.basename() -> ↵ | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
| | | | | | String.get_basename() | ||||
| * | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | 2017-01-07 | 1 | -2/+2 |
| | | | | | renamed to PoolVector | ||||
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -8/+11 |
| | | | | | | | -Modified help to display properties GDScript can still not make use of them, though. | ||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -17/+17 |
| | | | | | | | | | 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() | ||||
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -1/+1 |
| |\ | | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | ||||
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | ||||
| * | | 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! | ||||
| * | DynamicFont caches now accounts for texture flags | Zher Huei Lee | 2016-08-02 | 1 | -56/+50 |
| | | | | | CacheID added for future-proofing | ||||
| * | Added extra spacing support for DynamicFont | Zher Huei Lee | 2016-08-02 | 1 | -5/+57 |
| | | | | | | Side effect is that label min-size will now take into account kerning. | ||||
| * | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee | 2016-08-02 | 1 | -7/+73 |
| | | |||||
| * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 1 | -1/+1 |
| | | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | ||||
| * | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 2016-06-22 | 1 | -2/+2 |
| | | | | | | | statically typed languages, should help in the Mono integration. Disabled by default. | ||||
| * | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | 2016-06-19 | 1 | -1/+1 |
| |\ | | | | | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | ||||
| | * | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 2016-06-18 | 1 | -1/+1 |
| | | | |||||
| * | | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | 2016-06-18 | 1 | -0/+11 |
| | | | |||||
| * | | 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. | ||||
| * | fix crash when clearing dynamicfontdata, closes #4877 | Juan Linietsky | 2016-06-13 | 1 | -1/+5 |
| | | |||||
| * | Some cleanup to GDScript | Juan Linietsky | 2016-05-31 | 1 | -0/+8 |
| | | | | | separated GDFunction (VM) from GDScript in two different files | ||||
| * | changed font system to use fallbacks | Juan Linietsky | 2016-05-30 | 1 | -31/+254 |
| | | | | | this way more than 64k characters can be used | ||||
| * | Finalized DynamicFont implementation | Juan Linietsky | 2016-05-29 | 1 | -121/+180 |
| | | | | | | | -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | ||||
| * | Fix crash in dynamic font | sanikoyes | 2016-05-03 | 1 | -0/+4 |
| | | |||||
| * | Support for dynamic fonts (TTF) | Juan Linietsky | 2016-05-01 | 1 | -0/+519 |
| Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||||
