Juan Linietsky
|
80e88c6a50
|
Removed PE-bliss, win32 binares so far remain without icon, had many issues with it:
-corrupted 32 binaries without reason
-does not support upx binaries
-forces dependency o libstdc++
|
2016-02-04 20:03:03 -03:00 |
Juan Linietsky
|
f6a8a0f513
|
-Correctly flip BG texture if viewport is flipped, fixes #3507
|
2016-02-02 07:40:38 -03:00 |
Ariel Manzur
|
0cd8c054a2
|
thread renaming
|
2016-01-31 20:23:24 -03:00 |
Ariel Manzur
|
b406aae790
|
total pointers
|
2016-01-31 20:23:24 -03:00 |
Ariel Manzur
|
5b68608b10
|
checking for file?
|
2016-01-31 20:23:23 -03:00 |
Juan Linietsky
|
caddcca4f4
|
-Many fixes to windows build system with Mingw on Windows. Fixes #2690
|
2016-01-25 00:21:04 -03:00 |
Juan Linietsky
|
2fce78ad10
|
Correct viewport scaling with stretch mode viewport, fixes #1571
|
2016-01-24 00:46:26 -03:00 |
Juan Linietsky
|
784a3eeb90
|
-Fixed video stream theora not finishing when stream finishes, closes #3066
|
2016-01-23 17:58:17 -03:00 |
Juan Linietsky
|
08e536dbe0
|
-Support the TRNS flag on libpng, fixes #3097
|
2016-01-23 17:19:51 -03:00 |
Rémi Verschelde
|
d67df42cc8
|
Merge pull request #2180 from sketchyfun/SketchyFun
Billboards were displayed upside down when drawn to a render texture
|
2016-01-19 22:25:40 +01:00 |
Saracen
|
1cc5ccba1b
|
Allows vec4 shader uniforms to be set by quaternion variant type.
|
2016-01-13 22:09:07 +00:00 |
Juan Linietsky
|
c633a29a39
|
improve reporting of error in wrong inheritance for autoload script
|
2016-01-13 09:42:03 -03:00 |
Ariel Manzur
|
761b08ec8f
|
loading unaligned pbm
|
2016-01-12 06:24:47 -03:00 |
punto-
|
4a5db60843
|
Update bitmap_loader_pnm.cpp
|
2016-01-11 11:55:20 -03:00 |
Juan Linietsky
|
9e8f647440
|
fix issue loading binary pbm
|
2016-01-11 11:44:53 -03:00 |
Rémi Verschelde
|
7f82c8d7c5
|
Merge pull request #3230 from touilleMan/issue-55
Remove unnecessary null pointer checks
|
2016-01-11 12:00:44 +01:00 |
Juan Linietsky
|
6eb742d49f
|
-Make a rare corner case where disabling/reenabling mipmaps causes invalid texture state. Fixes #3102
|
2016-01-10 21:45:58 -03:00 |
Juan Linietsky
|
a120c66f98
|
-Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
|
2016-01-10 18:24:55 -03:00 |
Juan Linietsky
|
f6798d9d73
|
-Made tile parameter work, fixes #3167
|
2016-01-10 17:45:41 -03:00 |
Juan Linietsky
|
52e53d4513
|
-Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272
|
2016-01-10 15:15:04 -03:00 |
eska
|
a6c1a5c6d0
|
Fix pthread renaming in Open/FreeBSD
|
2016-01-09 15:56:31 +01:00 |
mrezai
|
88ecc29d1e
|
Fix uint compile error
|
2016-01-05 15:45:02 +03:30 |
Emmanuel Leblond
|
cabf923484
|
Remove unnecessary null pointer checks
|
2016-01-04 11:46:16 +01:00 |
Juan Linietsky
|
908f75c23f
|
having active items is pointless in input map
|
2016-01-03 18:52:42 -03:00 |
Juan Linietsky
|
e8fbf39f88
|
-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040
-Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
|
2016-01-03 17:14:28 -03:00 |
Juan Linietsky
|
eca92bb7ac
|
make it impossible to shrink framebuffer < 0, fixes #2066
|
2016-01-02 21:08:57 -03:00 |
Juan Linietsky
|
8fb70142e4
|
Ability to use opacity on distance field textures, fixes #2148
|
2016-01-02 15:57:19 -03:00 |
Juan Linietsky
|
5769f8aaae
|
Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #2278
|
2016-01-02 12:03:33 -03:00 |
George Marques
|
5be9ff7b67
|
Update copyright to 2016 in headers
|
2016-01-01 11:50:53 -02:00 |
reduz
|
875bff2c4e
|
-fix loading of samples in mod, s3m and xm. Fixes #2553
|
2015-12-29 16:06:45 -03:00 |
reduz
|
77b5b4f4df
|
removed some prints
|
2015-12-29 12:56:58 -03:00 |
mrezai
|
92cc8fcc74
|
redundant TAB removed
|
2015-12-23 15:41:46 +03:30 |
mrezai
|
0897b73cd6
|
Fix ios libpng link error
|
2015-12-23 14:57:00 +03:30 |
Ariel Manzur
|
02d6669a38
|
threads
|
2015-12-22 10:08:20 -03:00 |
Ariel Manzur
|
83f2084cb8
|
testing patch for aligned reads by webp in javascript
|
2015-12-22 09:19:12 -03:00 |
mrezai
|
bf69e07ea6
|
Fix libpng link errors on android
|
2015-12-21 11:50:54 +03:30 |
Rémi Verschelde
|
6750c8a729
|
Update to libpng 1.5.26
Includes numerous security fixes compared to the previous version which was around 1.5.7 or so.
Fixes #2787
|
2015-12-19 20:41:22 +01:00 |
Ariel Manzur
|
4a7e5fafb1
|
thread rename for ios and osx (if called from the thread to be renamed)
|
2015-12-18 02:58:30 -03:00 |
Ariel Manzur
|
10298b9534
|
thread set name
|
2015-12-17 06:24:27 -03:00 |
Ariel Manzur
|
6c3c20fc35
|
compile thing
|
2015-12-16 02:40:02 -03:00 |
Juan Linietsky
|
a1142225bf
|
-split view of property editor and editor settings
|
2015-12-15 23:39:36 -03:00 |
Juan Linietsky
|
b12a2f456c
|
-fixes to theora video ending sooner than expected, fixes #3066
|
2015-12-15 09:17:32 -03:00 |
Juan Linietsky
|
95a469ad28
|
added binary API to StreamPeer, fixes #2863
|
2015-12-13 12:53:29 -03:00 |
Juan Linietsky
|
0f57bbb8e9
|
remove editor driver split
fixes #3001
|
2015-12-11 09:03:54 -03:00 |
est31
|
3dbf7dd7fa
|
Fix windows build
|
2015-12-09 16:06:00 +01:00 |
Juan Linietsky
|
428984ec0c
|
-New mask mode for lights, makes using masks MUCH easier.
|
2015-12-08 20:25:08 -03:00 |
Juan Linietsky
|
e176bb6a7c
|
Merge pull request #2719 from SaracenOne/clipping_fix
Canvas Clipping fix
|
2015-12-08 17:18:19 -03:00 |
Juan Linietsky
|
eff81965af
|
Merge pull request #2956 from est31/add_system_wide_export_path
Add way to look for templates at system wide level too
|
2015-12-08 17:04:24 -03:00 |
Juan Linietsky
|
afb895f197
|
Merge pull request #2993 from leezh/nrex-v0.1
updated the RegEx library nrex to v0.1
|
2015-12-08 17:00:27 -03:00 |
Juan Linietsky
|
5e2f327d4b
|
Merge branch 'master' of https://github.com/godotengine/godot
|
2015-12-07 11:51:01 -03:00 |