summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-053-6/+6
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-059-103/+41
|\
| * Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky2017-01-049-103/+41
| |\
| | * Fix Color PickerMariano Suligoy2016-10-199-103/+41
* | | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-0515-92/+91
|/ /
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-041-6/+6
|\ \
| * | Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-031-6/+6
* | | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-0467-678/+794
|/ /
* | Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-037-590/+47
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-02372-4358/+4351
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-02408-4515/+8576
|\ \
| * \ Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0281-3858/+7830
| |\ \
| | * | Add a metallic modeJuan Linietsky2017-01-022-5/+82
| | * | WIP particle systemJuan Linietsky2017-01-016-5/+83
| | * | Some fixes and clean upsJuan Linietsky2016-12-312-0/+42
| | * | begin work on new particle systemreduz2016-12-303-3/+11
| | * | fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz2016-12-241-2/+4
| | * | Fixed many more bugs reported by ValgrindJuan Linietsky2016-12-231-1/+1
| | * | baking now shows a proper button, and bakes can be saved.Juan Linietsky2016-12-232-38/+28
| | * | can bake for omni and spotlightJuan Linietsky2016-12-223-13/+146
| | * | work in progress global illuminationJuan Linietsky2016-12-2011-856/+3267
| | * | DOF blur, near and far fields..Juan Linietsky2016-12-102-10/+241
| | * | Multi stage glow with light bleeding from HDRJuan Linietsky2016-12-082-13/+201
| | * | Tonemapping and Auto Exposure supportJuan Linietsky2016-12-072-26/+24
| | * | Support for SSAOJuan Linietsky2016-12-042-0/+181
| | * | Subsurface scattering material param is now working!Juan Linietsky2016-12-023-16/+31
| | * | Screen space reflection effectJuan Linietsky2016-11-292-0/+149
| | * | Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-243-15/+47
| | * | Instancing is working! (hooray)Juan Linietsky2016-11-223-60/+4
| | * | Huge amount of improvement in the material system. Materials should beJuan Linietsky2016-11-203-46/+273
| | * | working reflection probes!!Juan Linietsky2016-11-198-8/+607
| | * | Done with lights and shadows (wonder if i'm missing something..)Juan Linietsky2016-11-112-24/+39
| | * | all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-0912-47/+318
| | * | -Many many fixesJuan Linietsky2016-10-295-8/+371
| | * | PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-2711-59/+1303
| | * | More scene work, can display a skyboxJuan Linietsky2016-10-212-2/+227
| | |/
| | * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-105-51/+9
| | * -the new shader language seems to workJuan Linietsky2016-10-073-6/+6
| | * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-055-92/+189
| | * Begining of GLES3 renderer:Juan Linietsky2016-10-0365-3171/+677
| * | Merge pull request #7410 from nounoursheureux/masterRémi Verschelde2017-01-021-0/+4
| |\ \
| | * | Add the 'finished' signal to AnimatedSpriteWilhem Barbier2017-01-021-0/+4
| * | | Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde2017-01-021-16/+6
| |\ \ \
| | * | | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz2017-01-021-16/+6
| * | | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-022-0/+6
| |\ \ \ \
| | * | | | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-132-1/+2
| | * | | | Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-092-0/+5
| * | | | | Merge pull request #7406 from neikeq/pr-issue-5076Rémi Verschelde2017-01-021-3/+3
| |\ \ \ \ \
| | * | | | | TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry2017-01-011-3/+3
| * | | | | | Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde2017-01-021-0/+3
| |\ \ \ \ \ \