| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-11-26 | Print error if no export destination has been passed | est31 | 1 | -0/+11 | |
| 2015-11-26 | Add script auto-completion for function parameters | Franklin Sobrinho | 1 | -0/+9 | |
| 2015-11-25 | Better import mesh warnings | Franklin Sobrinho | 1 | -25/+14 | |
| 2015-11-25 | Print errors to console when exporting | est31 | 2 | -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-25 | 0theora compilation fixes | Juan Linietsky | 12 | -26/+59 | |
| 2015-11-25 | Put 2D, 3D and Script editor index in enum | neikeq | 3 | -11/+17 | |
| To avoid invalid index out of bounds mistakes. | |||||
| 2015-11-25 | Fix Class Reference request from Inspector | neikeq | 2 | -1/+2 | |
| 2015-11-25 | Fix switching between 2D/3D/Script | neikeq | 2 | -6/+15 | |
| 2015-11-24 | Fix Class Search dialog not showing up | neikeq | 1 | -6/+5 | |
| 2015-11-24 | Remember last help search | neikeq | 3 | -2/+11 | |
| 2015-11-24 | Fix indent | Rémi Verschelde | 2 | -2/+2 | |
| 2015-11-24 | Fix build of ogg and vorbis drivers | Rémi Verschelde | 2 | -2/+2 | |
| Regression from ccd40f76e8975b679619eb3591eb56376e82a6b3 | |||||
| 2015-11-24 | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 12 | -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-24 | Fix typo, missing quote | Rémi Verschelde | 1 | -1/+1 | |
| 2015-11-24 | Document byte conversion methods for Strings | est31 | 1 | -7/+11 | |
| 2015-11-24 | Correct retvals of String::to_ascii() and String::to_utf8() | est31 | 1 | -2/+2 | |
| Both return RawArray, not String. My fault from commit f83f96cb44a5c4f65c6271d0a98606b489adc488. | |||||
| 2015-11-23 | Add ability to set oneshot connection from Editor | Franklin Sobrinho | 2 | -4/+17 | |
| 2015-11-23 | Import Sub-Scene as root's child if no node is selected | neikeq | 1 | -1/+4 | |
| 2015-11-23 | Fix property editor Matrix3 and Matrix32 editing | Franklin Sobrinho | 1 | -1/+8 | |
| 2015-11-23 | Fix return type of Matrix32 member vars | Rémi Verschelde | 2 | -6/+6 | |
| Thanks to @bojidar-bg for localising the issue. | |||||
| 2015-11-23 | Added windows specific file | Brickcaster | 1 | -0/+1 | |
| godot_res.res is showing up as a changed file when compiling for windows. Need to ignore it. | |||||
| 2015-11-23 | Document Vector3 and Vector3Array. Fix documentation of Vector2 and ↵ | Bojidar Marinov | 1 | -13/+33 | |
| Vector2Array. | |||||
| 2015-11-23 | Update doc with -doctool. | Bojidar Marinov | 1 | -1/+1 | |
| 2015-11-23 | fix poorly formed documentation xml, text outside of tags | zvodd | 1 | -2/+2 | |
| 2015-11-23 | Silence too verbose boot splash debug info | Rémi Verschelde | 1 | -5/+4 | |
| 2015-11-23 | Make all demo icons 8-bit/color RGB(A) | Rémi Verschelde | 16 | -0/+0 | |
| Godot does not seem to like 8-bit colormaps. Fixes #2874. | |||||
| 2015-11-22 | Load main scene if defined when running editor from the command line | Rémi Verschelde | 2 | -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-22 | Better PropertyEditor search | Franklin Sobrinho | 1 | -3/+12 | |
| 2015-11-22 | Popup submenu position enhancement | neikeq | 1 | -1/+8 | |
| 2015-11-21 | tegra 3 fix | mikica1986vee | 1 | -2/+21 | |
| 2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | 8 | -72/+254 | |
| - Add search bar to Inspector tab and to Project and Editor settings dialog | |||||
| 2015-11-20 | Add more properties to AcceptDialog | Franklin Sobrinho | 1 | -1/+3 | |
| 2015-11-20 | Update Vector2.angle() description | Rémi Verschelde | 1 | -0/+2 | |
| 2015-11-20 | Sync doc template with code | Rémi Verschelde | 1 | -83/+138 | |
| 2015-11-20 | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | 1 | -12/+43 | |
| 2015-11-20 | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | 1 | -1/+2 | |
| 2015-11-20 | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | 1 | -4/+4 | |
| 2015-11-20 | Added definition of bias solver. | Ovnuniarchos | 1 | -0/+5 | |
| 2015-11-20 | add priority to load binaryname.pck | masoud bh | 1 | -2/+2 | |
| 2015-11-20 | Load binaryname.pck | masoud bh | 1 | -0/+10 | |
| if not found data.pck search for binaryname.pck in linux and windows | |||||
| 2015-11-20 | Fix help display | eska | 1 | -1/+2 | |
| 2015-11-19 | compile fixes | Juan Linietsky | 2 | -2/+2 | |
| 2015-11-19 | -small fix to avoid warnings | Juan Linietsky | 1 | -1/+1 | |
| 2015-11-19 | Revert "libao audio driver" | Juan Linietsky | 9 | -269/+7 | |
| 2015-11-19 | Add icons to all demos that can have a meaningful one | Rémi Verschelde | 26 | -2/+11 | |
| 2015-11-19 | Rename polygon_path_finder demo and add icon | Rémi Verschelde | 8 | -6/+5 | |
| 2015-11-19 | fix compile error in some msvc version (snprintf not found) | Ariel Manzur | 1 | -1/+6 | |
| 2015-11-19 | fix with refactoring, refrash re-run icon | Alexander Holland | 1 | -3/+1 | |
| 2015-11-19 | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | 2 | -6/+2 | |
| recvfrom-call in PacketPeerUDPWinsockPposix. | |||||
| 2015-11-19 | Change wiki links to point to OpenProject website | Rémi Verschelde | 1 | -2/+2 | |
