1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

HTML5 exporter Improvements

-Better template handling
-Voice support
-Stream support
This commit is contained in:
Juan Linietsky
2015-09-10 00:10:54 -03:00
parent b0aa49accb
commit 0fb7b5aa0c
14 changed files with 2367 additions and 23 deletions

View File

@@ -38,7 +38,7 @@
#include "servers/audio/audio_server_sw.h"
#include "servers/physics_2d/physics_2d_server_sw.h"
#include "servers/visual/rasterizer.h"
#include "audio_server_javascript.h"
#include "audio_driver_javascript.h"
typedef void (*GFXInitFunc)(void *ud,bool gl2,int w, int h, bool fs);
@@ -67,8 +67,8 @@ private:
Rasterizer *rasterizer;
VisualServer *visual_server;
AudioServerSW *audio_server;
SampleManagerMallocSW *sample_manager;
AudioServerJavascript *audio_server;
//SampleManagerMallocSW *sample_manager;
SpatialSoundServerSW *spatial_sound_server;
SpatialSound2DServerSW *spatial_sound_2d_server;
PhysicsServer *physics_server;