aboutsummaryrefslogtreecommitdiff
path: root/modules/regex/regex.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-01Fix get_shader_type index upper boundCarter Anderson1-1/+1
2017-05-02Implement mouse capture and hiding in HTML5 exportL. Krause2-10/+54
2017-05-02Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron1-12/+16
2017-05-01Rename project file to "project.godot"Rémi Verschelde11-45/+62
2017-05-01Make property editor display dictionaries (read only)mbalint121-0/+7
2017-04-30Scene importer: add -rigidonly flag for empties (fixes #8430)Andrea Faulds1-11/+19
2017-04-29Fix compilation for UWPGeorge Marques8-50/+161
2017-04-29Revert "Use .godot as file extension for project files."Juan Linietsky7-148/+45
2017-04-29Fix HTML5 key eventsL. Krause1-3/+3
2017-04-28Remove GLUT usage in HTML5 platformL. Krause3-75/+27
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde27-16/+90
2017-04-28Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde5-209/+235
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde43-38/+145
2017-04-28Add a few missing copyright headersRémi Verschelde6-4/+179
2017-04-28Detect SSE/SSE2 for libsquish.Ferenc Arn1-0/+6
2017-04-28Fix to use editor theme instead of handling each UIvolzhs5-14/+9
2017-04-28Update editor themevolzhs9-3/+90
2017-04-27AudioServer: Set singleton to NULL when destructedIgnacio Etcheverry1-0/+1
2017-04-27Added recent scripts to script editorPaulb233-0/+101
2017-04-27Fix theme_data.h formatting via make_header.pyRémi Verschelde2-352/+232
2017-04-27Add setting to opt-out of capitalization in the property inspectorPedro J. Estébanez5-8/+14
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez354-938/+8669
2017-04-26Fix recognition of resource extensions.Andreas Haas2-2/+1
2017-04-26Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas4-22/+38
2017-04-26Implement HTML5 touch eventsL. Krause2-206/+109
2017-04-26Changed indent type settingsPaulb235-5/+5
2017-04-26Revert " 3.0 recompute_aabb on add_surface"Ramesh Ravone1-2/+0
2017-04-25added documentation for SurfaceToolclayjohn1-1/+28
2017-04-26 3.0 recompute_aabb on add_surfaceRamesh Ravone1-0/+2
2017-04-26Fix wrong fallback for localevolzhs1-1/+1
2017-04-26Fix error or download again if use obb for Androidvolzhs1-1/+5
2017-04-25Reimplement HTML5 mouse input without GLUTL. Krause3-93/+113
2017-04-25Settings: Moving Poly Editor into Editors categoryRamesh Ravone2-1/+3
2017-04-25Fix AudioPlayer.get_pos() always returns 0NNesh1-1/+7
2017-04-25Fix auto_accept_quit option to workvolzhs1-2/+2
2017-04-25Ability to Convert Case, issue 8079Paulb232-1/+74
2017-04-25Honoring the Indent setting for gdscriptRamesh Ravone1-10/+13
2017-04-25Fix AudioPlayer.play() bug when music always starts from 0 posNNesh1-1/+1
2017-04-24Right-clicking a folder in the FileSystem panel now gives the option Show in ...Attilio Oliva2-1/+10
2017-04-24added descriptions for WorldEnvironment node in documentationclayjohn1-0/+5
2017-04-24fixed a bug where saving a GDScript file crashed the editorKarroffel1-2/+5
2017-04-24Fixed #8102, by renaming FixedSpatialMaterial to SpatialMaterialNuno Donato1-4/+4
2017-04-23[3.0] Fix bug in Image::_get_pixelbiam13islucky1-1/+1
2017-04-24re-added MultiScriptKarroffel7-2/+1049
2017-04-23Added a container to EditorNameDialogMarco Melorio2-2/+5
2017-04-23Update snake_case splittingMarco Melorio1-1/+3
2017-04-23Fixed convert indent and trim whitespace on savePaulb231-7/+7
2017-04-23Fix cursor position on indent convertPaulb231-1/+14
2017-04-23Fix property warnings and hide some debug printsRémi Verschelde13-36/+36
2017-04-21Ported/fixed move_and_slide to KinematicBody (3D+floor/ceiling args)20kdc2-0/+141