summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2016-09-01-Fixed issue in Kinematicbody2DJuan Linietsky
2016-08-31More improvements to visual script..Juan Linietsky
2016-08-31draw_line: Properly bind antialiased argumentRémi Verschelde
2016-08-30More visual script improvementsJuan Linietsky
2016-07-25Fix some warningsJohan Manuel
2016-07-24Fix for incorrect velocity report due to a typo.Alex Piola
2016-07-18Merge pull request #5383 from Ovnuniarchos/OptimizeOneWayRémi Verschelde
2016-07-10Merge pull request #5533 from Hinsbart/cursor_atexJuan Linietsky
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-07-03Can use AtlasTextures as custom mouse cursor.Andreas Haas
2016-06-24Optimized one way collision loops.Ovnuniarchos
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky
2016-06-18Fixed a stupid bug with segment-segment collision in SAT physics, closes #480...Juan Linietsky
2016-06-18Change hash grid in 2D physics to contemplate large objects as separate cases...Juan Linietsky
2016-06-18Drop fully commented-out filesRémi Verschelde
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17Fixed fractional offset not being reset in ringbuffer resamples, closes #4764Juan Linietsky
2016-06-13changed visual server free() to free_rid() like in the other servers. Fixes #...Juan Linietsky
2016-06-12Documented many Physics2D* classesOvnuniarchos
2016-06-05Add texture region support for stylebox renderGeequlim
2016-05-27Changed import workflowJuan Linietsky
2016-05-23Remove noisy printCarter Anderson
2016-05-23-Improve resource previewsJuan Linietsky
2016-05-21Merge remote-tracking branch 'origin/master'Juan Linietsky
2016-05-21First version of ProfilerJuan Linietsky
2016-05-21remove trailing whitespaceHubert Jarosz
2016-05-05Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde
2016-05-04ability to shrink all images x2 on loadJuan Linietsky
2016-05-04Fix wrong return and argument types in documentationIgnacio Etcheverry
2016-04-26RigidBody2D (add_force, set_inertia): new methods.Josh Grams
2016-04-24RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams
2016-04-20RigidBody2D: add and bind get_inertia() method.Josh Grams
2016-04-12Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde
2016-04-12Fixed #4163 (intersect_shape crashes on results limit)Marc Gilleron
2016-04-09Port collision and layer masks to 3D, fixes #1759Bojidar Marinov
2016-03-15Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde
2016-03-12Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ...Saracen
2016-03-10Merge pull request #3865 from Marqin/coverityRémi Verschelde
2016-03-10Merge pull request #3999 from neikeq/issues_3650_3990Rémi Verschelde
2016-03-09Fix crash when resizing ConcavePolygonShape2D segmentsIgnacio Etcheverry
2016-03-09fix six possible "divide by zero"Hubert Jarosz
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-07Added extra controls to GeometryInstances to control how they should cast sha...Saracen
2016-02-16refix particles3d issue, bringing down the amount limit to 1024Nuno Donato
2016-02-12* raised the max amount of particles to match the max number allowed in the i...Nuno Donato
2016-02-06Ability to colourize baked lighting in real time.Saracen
2016-02-03Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky
2016-02-01Merge pull request #3518 from Ovnuniarchos/3DSoundServerBadRegRémi Verschelde