aboutsummaryrefslogtreecommitdiff
path: root/platform/flash
Commit message (Collapse)AuthorAgeFilesLines
* Drop obsolete WIP for Flash platformRémi Verschelde2016-04-2529-24483/+0
| | | | | | | It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future.
* Remove trailing spacesRémi Verschelde2016-04-021-5/+5
|
* remove trailing whitespaceHubert Jarosz2016-03-094-9/+9
|
* Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-011-2/+2
| | | | Follows similar behaviour to DirAccess::rename()
* Update copyright to 2016 in headersGeorge Marques2016-01-014-4/+4
|
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* rasterizer comparison fixfirefly24422015-10-181-1/+1
|
* newline fixesreduz2015-10-081-88/+88
|
* Add support for Opus audio formatGeorge Marques2015-10-021-0/+3
|
* Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-0/+1
|
* Build System ChangesJuan Linietsky2014-10-072-2/+0
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= 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.
* More 3D WorkJuan Linietsky2014-06-161-1/+1
| | | | | | | | -=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
* Add DirAccess:dir_exist apimarynate2014-05-252-0/+21
|
* -run script in editorJuan Linietsky2014-02-2029-0/+24462
-add search docs dialog that returns places string was found -added flash