| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 1 | -149/+149 |
| | | |||||
| * | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | 2017-11-09 | 3 | -12/+14 |
| | | |||||
| * | added OAHashMap type | Karroffel | 2017-09-19 | 3 | -0/+143 |
| | | |||||
| * | Merge pull request #10318 from endragor/ordered-hash-map | Rémi Verschelde | 2017-09-01 | 3 | -0/+215 |
| |\ | | | | | Implement OrderedHashMap | ||||
| | * | Implement OrderedHashMap | Ruslan Mustakov | 2017-08-13 | 3 | -0/+215 |
| | | | |||||
| * | | removed DISCARD built in variable, replaced by actual discard GLSL ↵ | Juan Linietsky | 2017-08-29 | 1 | -2/+3 |
| | | | | | | | | | instruction, fixes #9677 | ||||
| * | | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 11 | -767/+5 |
| | | | |||||
| * | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 26 | -26/+26 |
| | | | |||||
| * | | Removed unnecessary returns and break statements | Wilson E. Alvarez | 2017-08-22 | 1 | -2/+0 |
| | | | |||||
| * | | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -2/+1 |
| | | | |||||
| * | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -6/+6 |
| | | | | | | | | | Fixes #10244. | ||||
| * | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -3/+1 |
| |/ | |||||
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -5/+5 |
| | | | | | -Added system for feature overrides, it's pretty cool :) | ||||
| * | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | 2017-06-26 | 1 | -1/+1 |
| | | | | | -Fixded BackBuffercopy object | ||||
| * | Godot 3.0 primitives as resources for use with MeshInstance | BastiaanOlij | 2017-06-16 | 1 | -6/+1 |
| | | | | | | | | | | | | | | Adds the following resources: - CapsuleMesh: a capsule object - CubeMesh: a cube that can be subdivided - CylinderMesh: a cylinder - PlaneMesh: a horizontal plane that can be subdivided - PrismMesh: a prism shape - SphereMesh: a sphere - QuadMesh: reintroduction of the original quadmesh Removes the old Quad and TestCube nodes | ||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -2/+2 |
| | | | | | Make the naming consistent with other classes. | ||||
| * | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 1 | -0/+53 |
| | | | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 4 | -35/+24 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 3 | -22/+5 |
| | | |||||
| * | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde | 2017-04-24 | 1 | -1/+1 |
| |\ | | | | | Added various functions basic math classes. Also enabled math checks … | ||||
| | * | Added various functions basic math classes. Also enabled math checks only ↵ | Ferenc Arn | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | for debug builds. Added set_scale, set_rotation_euler, set_rotation_axis_angle. Addresses #2565 directly. Added an euler angle constructor for Basis in GDScript and also exposed is_normalized for vectors and quaternions. Various other changes mostly cosmetic in nature. | ||||
| * | | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 26 | -0/+26 |
| | | | |||||
| * | | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -1/+3 |
| |/ | |||||
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| | | | | | From https://github.com/lucasdemarchi/codespell | ||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 26 | -1720/+1458 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 26 | -26/+32 |
| | | |||||
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -2/+2 |
| | | | | | | | | - Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements | ||||
| * | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde | 2017-02-26 | 1 | -1/+0 |
| |\ | | | | | Get rid of some compilation warnings. | ||||
| | * | Fix some compilation warnings. | Shlomi Fish | 2017-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | Redone the commit based on the input in https://github.com/godotengine/godot/pull/7851 . Not all warnings were fixed but it's a start. | ||||
| * | | -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 | -2/+2 |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | ||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 3 | -5/+5 |
| | | |||||
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 2 | -4/+7 |
| | | |||||
| * | fixed to 2D physics, makes it work again | Juan Linietsky | 2017-01-15 | 2 | -5/+15 |
| | | |||||
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 7 | -20/+19 |
| | | | | | | 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. | ||||
| * | Finish renaming *Frame GUI classes to *Rect | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| | | | | | | ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references. | ||||
| * | rename String.extension() -> String.get_extension() / String.basename() -> ↵ | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
| | | | | | String.get_basename() | ||||
| * | Type renames: | Juan Linietsky | 2017-01-11 | 5 | -27/+27 |
| | | | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | ||||
| * | Move tests again from core to main | Rémi Verschelde | 2017-01-08 | 27 | -0/+6203 |
| As advised by @reduz, as tests depend on other libs. | |||||
