aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-5/+5
|/ / / / /
* | | | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0253-571/+571
* | | | | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0210-68/+68
|\ \ \ \ \
| * | | | | PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-271-2/+2
| * | | | | Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | | | | | Revert expression reduction from #7390Rémi Verschelde2017-01-021-1/+1
* | | | | | Merge pull request #7390 from bojidar-bg/gdscript-assign-errorRémi Verschelde2017-01-021-1/+10
|\ \ \ \ \ \
| * | | | | | Disallow assignment to constants and expressionsBojidar Marinov2016-12-291-1/+10
* | | | | | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-6/+5
|\ \ \ \ \ \ \
| * | | | | | | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-091-6/+5
| |/ / / / / /
* / / / / / / Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01136-136/+136
|/ / / / / /
* | | | | | WebM: Fix compilation on Linux/X11 ARM platformBłażej Szczygieł2016-12-081-3/+5
* | | | | | Remove incomplete Inverse Kinematic moduleRémi Verschelde2016-12-046-492/+0
* | | | | | WebM: Fix iPhone x86 compilationBłażej Szczygieł2016-11-161-3/+4
* | | | | | Add "Positive" operator to VisualScriptGeorge Marques2016-11-111-1/+6
* | | | | | Merge pull request #6802 from henriquelalves/masterRémi Verschelde2016-11-112-2/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added small modification on parser for '+'Henrique L. Alves2016-10-222-2/+6
* | | | | | Merge pull request #7028 from bojidar-bg/gdscript-multiline-comment-fixupRémi Verschelde2016-11-061-1/+10
|\ \ \ \ \ \
| * | | | | | Make GDScript parser ignore floating strings in class definitionBojidar Marinov2016-11-031-1/+10
* | | | | | | Merge pull request #7019 from vnen/rename-winrt-uwpRémi Verschelde2016-11-064-12/+12
|\ \ \ \ \ \ \
| * | | | | | | Rename remaining WinRT references to UWPGeorge Marques2016-11-032-2/+2
| * | | | | | | Rename WinRT files to UWPGeorge Marques2016-11-034-10/+10
* | | | | | | | opus: Move public headers to match system installRémi Verschelde2016-11-033-2/+3
|/ / / / / / /
* | | | | | | scons: Reorder options for clarityRémi Verschelde2016-11-0311-19/+19
* | | | | | | Make regex compilable with RTTI disabledPedro J. Estébanez2016-11-011-4/+9
|/ / / / / /
* | | | | | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-1/+1
* | | | | | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-0123-16/+19
* | | | | | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0117-61/+61
* | | | | | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-0139-1520/+1520
* | | | | | Merge pull request #6490 from zaps166/webm-prRémi Verschelde2016-10-309-3/+1120
|\ \ \ \ \ \
| * | | | | | Add WebM moduleBłażej Szczygieł2016-10-239-3/+1120
* | | | | | | Merge pull request #6887 from leezh/regex_moduleRémi Verschelde2016-10-306-0/+1705
|\ \ \ \ \ \ \
| * | | | | | | Changed RegEx to inherit ResourceZher Huei Lee2016-10-272-4/+8
| * | | | | | | Added global sub and bounds checking to RegExZher Huei Lee2016-10-272-13/+46
| * | | | | | | RegEx re-implemented as a moduleZher Huei Lee2016-10-276-0/+1668
* | | | | | | | fix bug introduced by #6501yg2f2016-10-261-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-261-3/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | adding ipv6Ariel Manzur2016-10-181-3/+6
| |/ / / / /
* | | | | | Merge pull request #6564 from SuperUserNameMan/gdscript_opcode_line_opcode_br...Rémi Verschelde2016-10-221-2/+4
|\ \ \ \ \ \
| * | | | | | Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R...yg2f2016-09-201-2/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-1722-0/+44
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-1722-0/+44
* | | | | | Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-scriptRémi Verschelde2016-10-174-0/+34
|\ \ \ \ \ \
| * | | | | | Add `String char(int ascii)` function to GDScript and Visual ScriptBojidar Marinov2016-10-034-0/+34
| | |_|_|/ / | |/| | | |
* | | | | | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-25/+25
| |/ / / / |/| | | |
* | | | | freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-155-0/+189
* | | | | chibi: Move to a moduleRémi Verschelde2016-10-1549-0/+12890
* | | | | squish: Move to a module and split thirdparty libRémi Verschelde2016-10-156-0/+239
* | | | | mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde2016-10-156-0/+667
* | | | | theora: Move to a module and split thirdparty libRémi Verschelde2016-10-157-0/+2422