| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix extraneous NULL character on HTML export | George Marques | 2016-10-30 | 1 | -2/+2 |
| | | | | | | | Fix #2801 (cherry picked from commit 604ddd691cc0599dabfda30d8a49b08eb51f7e5b) | ||||
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| | | | | | | | Also switch existing shebangs to "better" /usr/bin/env python. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163) | ||||
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-30 | 1 | -0/+1 |
| | | | | | (cherry picked from commit cbf52606f4928df46fc89d37d781bad782f0616e) | ||||
| * | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -2/+1 |
| | | | | | (cherry picked from commit 8311a78df5cdf257297c1ec7493cb098dc76f010) | ||||
| * | mpc: Move to a module and split thirdparty libmpcdec | Rémi Verschelde | 2016-10-30 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 5c12c9e69b85023934dc85f3aada03da150556be) | ||||
| * | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -1/+1 |
| | | | | | | | Same rationale as the previous commits. (cherry picked from commit cfcc8a20e862b758c32bd3f152186e6df0591a24) | ||||
| * | ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-30 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus. (cherry picked from commit d9a291f6411f2e571c181da0ac89f550ba73f681) speex module was only added while cherry-picking, as speex is removed in the master branch but we don't want to break compatibility in 2.1.x. Unbundling wasn't done as the module uses the internal speex_free, so it would require some more work. | ||||
| * | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde | 2016-10-30 | 1 | -9/+0 |
| | | | | | (cherry picked from commit f63bf12193deaf9cae5b1d6c7289afc17a7de946) | ||||
| * | Pass mouse position to Input singleton in web export | eska | 2016-07-08 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #5362 from J08nY/png | Rémi Verschelde | 2016-06-23 | 1 | -0/+0 |
| |\ | | | | | libpng: New version 1.6.27 | ||||
| | * | Fixed iCCp chunk in pngs | J08nY | 2016-06-22 | 1 | -0/+0 |
| | | | | | | | | | neccesary for libpng 1.6.27 to work silently | ||||
| * | | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 2016-06-22 | 2 | -2/+2 |
| |/ | | | | | | statically typed languages, should help in the Mono integration. Disabled by default. | ||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 2 | -0/+56 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | Fix javascript build in Windows | George Marques | 2016-06-14 | 1 | -0/+3 |
| | | | | | Fix #3438 | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -15/+15 |
| | | |||||
| * | Move export GUI debug toggle to export settings window | eska | 2016-04-28 | 1 | -1/+1 |
| | | |||||
| * | Add fallback to legacy KeyboardEvent in web export | eska | 2016-04-19 | 1 | -1/+21 |
| | | | | | | Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | ||||
| * | Reimplement key input events in Emscripten export | eska | 2016-04-19 | 4 | -121/+435 |
| | | | | | | Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | ||||
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -2/+2 |
| | | |||||
| * | html5: workaround for echo key events. | hondres | 2016-03-04 | 3 | -2/+27 |
| | | |||||
| * | add mappings and increase max number of buttons | hondres | 2016-01-22 | 1 | -1/+1 |
| | | |||||
| * | html5 gamepad support | Hinsbart | 2016-01-21 | 2 | -1/+75 |
| | | |||||
| * | fix string conversion in javascript export | hondres | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | Revamp web export page | eska | 2016-01-20 | 1 | -17/+55 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 8 | -8/+8 |
| | | |||||
| * | Remove bogus argument in sample_get_description | Rémi Verschelde | 2015-12-28 | 2 | -2/+2 |
| | | | | | Copy-paste mistake from the setter most likely. | ||||
| * | threads | Ariel Manzur | 2015-12-22 | 1 | -1/+1 |
| | | |||||
| * | missing? | Ariel Manzur | 2015-12-22 | 1 | -0/+7 |
| | | |||||
| * | Add way to look for templates at system wide level too | est31 | 2015-11-30 | 1 | -11/+16 |
| | | | | | | | | | Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates | ||||
| * | Add support for Opus audio format | George Marques | 2015-10-02 | 1 | -0/+3 |
| | | |||||
| * | Rename voice_set_volume argument to p_volume to avoid confusion | Rémi Verschelde | 2015-09-26 | 2 | -3/+3 |
| | | | | | | This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0. | ||||
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-09-24 | 6 | -19/+111 |
| |\ | |||||
| | * | Ability to visually debug geometry visually: | Juan Linietsky | 2015-09-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | ||||
| | * | HTML5 exporter seems to be fully functional | Juan Linietsky | 2015-09-12 | 4 | -10/+99 |
| | | | | | | | | | | | -user:// filesystem implemented -default template page could look prettier, help appreciated | ||||
| | * | remotion of some c++ includes to avoid dependency on libstdc++ | Juan Linietsky | 2015-09-10 | 1 | -4/+7 |
| | | | |||||
| * | | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | 2015-09-24 | 1 | -0/+1 |
| |/ | |||||
| * | HTML5 exporter Improvements | Juan Linietsky | 2015-09-10 | 8 | -18/+1032 |
| | | | | | | | -Better template handling -Voice support -Stream support | ||||
| * | -Merged the file server with the live editing and remote debug | Juan Linietsky | 2015-08-06 | 1 | -4/+4 |
| | | | | | -It is now really easy to deploy an android build with debug, and debug it | ||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 8 | -8/+8 |
| | | |||||
| * | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix | Juan Linietsky | 2015-04-07 | 1 | -16/+21 |
| |\ | | | | | H5 canvas polygon fix | ||||
| | * | Revert "Revert "Removing etc1 from build for javascript platform."" | V.VamsiKrishna | 2015-03-20 | 1 | -0/+1 |
| | | | | | | | | | This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872. | ||||
| | * | Revert "Removing etc1 from build for javascript platform." | V.VamsiKrishna | 2015-03-20 | 1 | -1/+0 |
| | | | | | | | | | This reverts commit 41b729ccff74e5a9154bee7db0d36ffd74641eae. | ||||
| | * | Removing etc1 from build for javascript platform. | V.VamsiKrishna | 2015-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Based on inputs from reduz 1) Made etc1 optional driver and default yes. 2) Reverted the hack in rg_etc1.cpp 3) Disabled etc1 for javascript plaform. | ||||
| | * | Replacing spaces with tabs | V.VamsiKrishna | 2015-03-20 | 1 | -68/+68 |
| | | | |||||
| | * | Fix Javascript build. | V.VamsiKrishna | 2015-03-19 | 1 | -64/+68 |
| | | | |||||
| * | | wrong function, changing.. | Juan Linietsky | 2015-04-02 | 2 | -2/+2 |
| | | | |||||
| * | | javascript build fix | Juan Linietsky | 2015-04-02 | 2 | -0/+7 |
| |/ | |||||
| * | Build System Changes | Juan Linietsky | 2014-10-07 | 2 | -13/+2 |
| | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= Build System: -Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions). -Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test. Engine: -Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time). -Added ability to open scenes even if a node type was removed (will try to guess the closest type). -Removed deprecated node types. | ||||
| * | fix custom export packages for PC | Dana Olson | 2014-08-25 | 1 | -2/+2 |
| | | | | | also allow custom templates to reside outside of res:// for all platforms | ||||
| * | Light Baker! | Juan Linietsky | 2014-06-11 | 1 | -1/+1 |
| | | | | | | | -=-=-=-=-=-= -Support for lightmap baker, have fun figuring out how it works before tutorial is published. | ||||
