aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-04small feature: set project name automatically when choosing path for new ↵leandrogarber@gmail.com1-13/+11
projects
2014-06-02FIX: forgotten bind to get_available_packet_count to be able to call get_var ↵voidplayer1-0/+1
only if needed and avoid editor errors
2014-05-29More 3D ImprovementsJuan Linietsky50-93/+2261
-=-=-=-=-=-=-=-=-=-= -Sprite3D and AnimatedSprite3D support. -Opaque pre-pass works, is compatible with shadows -Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc) -Added option to use alpha discard in FixedMaterial -Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale -Ability for Background (image or cubemap) to send to glow buffer -Dumb Deploy of clients now actually works in Android -Many Many rendering fixes, 3D is much more usable now.
2014-05-28Add android x86 buildmarynate2-16/+41