aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-26Print error if no export destination has been passedest311-0/+11
2015-11-26Add script auto-completion for function parametersFranklin Sobrinho1-0/+9
2015-11-25Better import mesh warningsFranklin Sobrinho1-25/+14
2015-11-25Print errors to console when exportingest312-1/+14
Now you the errors when exporting via godot server binary. When exporting via non-headless godot, it is useful to have the error on the console as well. Also exit and print a list of valid export platforms when the supplied platform was not found.
2015-11-250theora compilation fixesJuan Linietsky12-26/+59
2015-11-25Put 2D, 3D and Script editor index in enumneikeq3-11/+17
To avoid invalid index out of bounds mistakes.
2015-11-25Fix Class Reference request from Inspectorneikeq2-1/+2
2015-11-25Fix switching between 2D/3D/Scriptneikeq2-6/+15
2015-11-24Fix Class Search dialog not showing upneikeq1-6/+5
2015-11-24Remember last help searchneikeq3-2/+11
2015-11-24Fix indentRémi Verschelde2-2/+2
2015-11-24Fix build of ogg and vorbis driversRémi Verschelde2-2/+2
Regression from ccd40f76e8975b679619eb3591eb56376e82a6b3
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky12-40/+2375
-fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits
2015-11-24Fix typo, missing quoteRémi Verschelde1-1/+1
2015-11-24Document byte conversion methods for Stringsest311-7/+11
2015-11-24Correct retvals of String::to_ascii() and String::to_utf8()est311-2/+2
Both return RawArray, not String. My fault from commit f83f96cb44a5c4f65c6271d0a98606b489adc488.
2015-11-23Add ability to set oneshot connection from EditorFranklin Sobrinho2-4/+17
2015-11-23Import Sub-Scene as root's child if no node is selectedneikeq1-1/+4
2015-11-23Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho1-1/+8
2015-11-23Fix return type of Matrix32 member varsRémi Verschelde2-6/+6
Thanks to @bojidar-bg for localising the issue.
2015-11-23Added windows specific fileBrickcaster1-0/+1
godot_res.res is showing up as a changed file when compiling for windows. Need to ignore it.
2015-11-23Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵Bojidar Marinov1-13/+33
Vector2Array.
2015-11-23Update doc with -doctool.Bojidar Marinov1-1/+1
2015-11-23fix poorly formed documentation xml, text outside of tagszvodd1-2/+2
2015-11-23Silence too verbose boot splash debug infoRémi Verschelde1-5/+4
2015-11-23Make all demo icons 8-bit/color RGB(A)Rémi Verschelde16-0/+0
Godot does not seem to like 8-bit colormaps. Fixes #2874.
2015-11-22Load main scene if defined when running editor from the command lineRémi Verschelde2-7/+2
If no main scene is defined, or if it's an empty string, the previous behaviour will still be used, i.e. launch the project manager. A small fix was also added not to maximize the window when opening the project manager via -editor (i.e. "godot" and "godot -e" will behave the same when no project is in the path). Fixes #2869.
2015-11-22Better PropertyEditor searchFranklin Sobrinho1-3/+12
2015-11-22Popup submenu position enhancementneikeq1-1/+8
2015-11-21tegra 3 fixmikica1986vee1-2/+21
2015-11-21Implement name filter to PropertyEditorFranklin Sobrinho8-72/+254
- Add search bar to Inspector tab and to Project and Editor settings dialog
2015-11-20Add more properties to AcceptDialogFranklin Sobrinho1-1/+3
2015-11-20Update Vector2.angle() descriptionRémi Verschelde1-0/+2
2015-11-20Sync doc template with codeRémi Verschelde1-83/+138
2015-11-20Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos1-12/+43
2015-11-20Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos1-1/+2
2015-11-20ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos1-4/+4
2015-11-20Added definition of bias solver.Ovnuniarchos1-0/+5
2015-11-20add priority to load binaryname.pckmasoud bh1-2/+2
2015-11-20Load binaryname.pckmasoud bh1-0/+10
if not found data.pck search for binaryname.pck in linux and windows
2015-11-20Fix help displayeska1-1/+2
2015-11-19compile fixesJuan Linietsky2-2/+2
2015-11-19-small fix to avoid warningsJuan Linietsky1-1/+1
2015-11-19Revert "libao audio driver"Juan Linietsky9-269/+7
2015-11-19Add icons to all demos that can have a meaningful oneRémi Verschelde26-2/+11
2015-11-19Rename polygon_path_finder demo and add iconRémi Verschelde8-6/+5
2015-11-19fix compile error in some msvc version (snprintf not found)Ariel Manzur1-1/+6
2015-11-19fix with refactoring, refrash re-run iconAlexander Holland1-3/+1
2015-11-19Fixed mistake where available buffer size would not be updated for each ↵Trond Abusdal2-6/+2
recvfrom-call in PacketPeerUDPWinsockPposix.
2015-11-19Change wiki links to point to OpenProject websiteRémi Verschelde1-2/+2