aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_class_wrapper.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-15Fixed minor typoDTV96Calibre1-1/+1
(cherry picked from commit 37098419c5792e9e6ba504173bc95a87540cd7d5)
2016-11-15Clean/fix triangulation internalsPedro J. Estébanez2-13/+5
Drop unused variable Remove commented-out code Fix leak by using Vector instead of raw memory (cherry picked from commit 0e1972aa5165722e677850bbf799af8ab6751a8d)
2016-11-15Fix updating value of SpinBox with prefixvolzhs1-1/+4
(cherry picked from commit 80b6507071ffd65f4ed397b7994482229fb303e0)
2016-11-15Prevent to make UndoRedo for duplicate if no selected nodevolzhs1-0/+2
(cherry picked from commit d82928eb494d3d0856eac85e82b9cd835a368f96)
2016-11-15fix a tiny typoScotFlux1-2/+2
(cherry picked from commit 8639d6e806379bc5c0517851f5c6ff5ecbad51d4)
2016-11-15Rewrite the README to be more descriptiveRémi Verschelde1-15/+51
(cherry picked from commit ab9fa604d1fc4ed1b7c32c17cf4e76cef6eb3608)
2016-11-15Fix wrong number for ERR_* on commentvolzhs1-12/+12
(cherry picked from commit 42f23801907f8756ae902e90834ec734e6546bb4)
2016-11-15 Fix typos and missing newlines in --helpTim Roes1-3/+2
(cherry picked from commit c34aa331ec2dc9d77ce5f7032af750a0693527a2)
2016-11-15Fix scene tree drag & drop places node as child (#6912)Keetz1-31/+4
(cherry picked from commit 2afcbc4b1f4bc0aee4df3fa1747fa3f73b160676)
2016-11-15Fixed flag for importing animation and skipping value tracks.Saracen3-44/+51
(cherry picked from commit 0063471eddebc543fd72636bc8e895ab05bb22a5)
2016-11-15Keep groups when replacing nodesIgnacio Etcheverry1-0/+6
(cherry picked from commit 305956bf707342547baabb7d3f237ebda385f9f4)
2016-11-08memory ops implemented as OS functions by defaultAriel Manzur2-121/+8
2016-11-08adding get_stored_values methodAriel Manzur2-1/+20
changed order name
2016-11-03server: Allow building against system librariesRémi Verschelde1-0/+36
(cherry picked from commit 5e360fe178e4fae0fd750d2daf7457a28268ffcd)
2016-11-03opus: Move public headers to match system installRémi Verschelde9-2/+3
(cherry picked from commit 611a94e3a673a61b51746366366c698c66ef0195)
2016-11-03scons: Reorder options for clarityRémi Verschelde19-76/+83
Also prefix all thirdparty-related toggles with `builtin`. (cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
2016-11-03libpng: Update to upstream 1.6.26Rémi Verschelde23-1095/+1416
(cherry picked from commit 7504a85e5a9a55da7b394bbfc0dbee25cb9b6d09)
2016-11-02Improve Android build (Clang + tidyness)Pedro J. Estébanez1-87/+100
(cherry picked from commit b18ff942be0dd89bda32e01cc30a41c196fc9290)
2016-11-02style: Various other PEP8 fixes in Python filesRémi Verschelde24-369/+370
Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3).
2016-11-02style: Fix PEP8 blank lines issues in Python filesRémi Verschelde50-193/+111
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
2016-11-02style: Fix PEP8 whitespace issues in Python filesRémi Verschelde91-2275/+2275
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
2016-11-02style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde84-6626/+6626
Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line.
2016-11-02Fix to fit stylebox with ItemListvolzhs1-1/+4
(cherry picked from commit 4c9b00b5085c0ab9195842f9a0cf2287d9242bbe)
2016-11-02Fixed Mix nodes in Animation Tree Playerm4nu3lf2-17/+4
(cherry picked from commit 40ba6d328be82f5b1e87b54e5db450c2f62731ef)
2016-10-31Fix usage of 3.0 naming API in 1038c1f8Rémi Verschelde1-2/+2
2016-10-31Fix memory leak with drag & drop on 2D viewportvolzhs1-0/+1
(cherry picked from commit a7d492eb53489083181682839c6d7f83a888ad46)
2016-10-31Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas4-2/+38
Allows to attach scripts by dragging them onto the target Node. (cherry picked from commit a3944e66dac9eda11b80fe0598db0ef7c207155c)
2016-10-31Improve drag and drop on 2D viewportvolzhs3-6/+453
(cherry picked from commit eed9179ea30deaf4b4fa7348bbe54904a165eb55)
2016-10-31scons: msvc_is_detected not available in 2.1Rémi Verschelde1-1/+1
2016-10-31classref: Sync with current sourcesRémi Verschelde1-0/+140
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
(cherry picked from commit 707185d9d8a273c1bf2a70dcba707045295427a9)
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
(cherry picked from commit 8d5644c4b217636994440f698b09ef395e5dfa55)
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. (cherry picked from commit 3f15a65307c0a3c2c4769af964356996ed367c35)
2016-10-31scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
Apparently it might still be necessary for some console ports. (cherry picked from commit e34a5324c884960735b3f743956b3a052574d6ee)
2016-10-31Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
(cherry picked from commit 51ad1c16683589aa1ebc73e29416e1b0fc50d30d)
2016-10-31Add "Never" underline mode to LinkButtonrdb3-4/+9
(cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c)
2016-10-31Fix locale for macOS-style localesDamon1-6/+12
(cherry picked from commit 1e7f078ce9832a1b53be587d1d4cfbd14b760623)
2016-10-31Change set_locale to fallback to the global language (#6910)Damon Myers1-6/+27
(cherry picked from commit 470ead74dbc3d6ea7133ab90c0d09ed637e7a5f5)
2016-10-31Remove dead code in FileSystemDockvolzhs1-7/+0
(cherry picked from commit 9605a1d0da481c7ad071ffdf99d6f6728ac0bccb)
2016-10-31Fix comparison bug with InputEventvolzhs1-1/+2
(cherry picked from commit b76a0ca40c02a29692ca124dd1d28a3cecc6c3fb)
2016-10-31"CCFLAGS" are for C and C++ compilerBłażej Szczygieł1-1/+1
(cherry picked from commit ace18d28d2cc02c0b59b9d90b3f6f578d2617ed8)
2016-10-31Prevent unwanted script editor input on game crashHenrique Lacreta Alves1-0/+1
Fixes #6530. (cherry picked from commit 853d1ce9f30b93933e5e2f5dad78f7bf75742b15)
2016-10-31Add/expose VisualServer::get_default_clear_color()Pedro J. Estébanez5-0/+9
(cherry picked from commit 753ba67d653c65239f0549313f3cca3330fd27f9)
2016-10-31Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in ↵yg2f1-2/+4
Release mode When godot is in release mode, GDscript compiler does not generate bytecodes for OPCODE_LINE and OPCODE_BREAKPOINT anymore. This optimizes GDscript execution speed when the script contains a lot of comments in blocs executed in loops. Fixes #6487 (cherry picked from commit 217e09c79da008e15bd789260e8b2513689c90bd)
2016-10-31Added general notes on RayCast[2D] updating behaviour and force_raycast_update()Karol Walasek1-0/+14
(cherry picked from commit 8d57640d3745084d5c4abc4e6926298c2f4a3fb4)
2016-10-31Added force_raycast_update GDScript method for RayCast[2D]Karol Walasek4-42/+59
(cherry picked from commit 7494a8c3c6738ae212cc9ec62eb478056b846e3d)
2016-10-30Fix extraneous NULL character on HTML exportGeorge Marques1-2/+2
Fix #2801 (cherry picked from commit 604ddd691cc0599dabfda30d8a49b08eb51f7e5b)
2016-10-30Fix the hiding of mouse cursor before interactionGeorge Marques1-2/+5
Fix part of #6633 (cherry picked from commit 414d58e6c0ab8d3a75206127fac8e2b80cc67f29)
2016-10-30Fix output binary paths for VS project generationGeorge Marques1-3/+3
(cherry picked from commit c8093678a08df8e5dc3878e6136cfab131a65227)
2016-10-30Fix shader tokenizer/compiler reporting wrong error locationPedro J. Estébanez2-66/+74
Raname shader tokenizer methods for clarity