Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-07 | doc: Sync classref with current source | Rémi Verschelde | |
2019-03-07 | Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster. | Juan Linietsky | |
May be a solution to #26500 | |||
2019-03-06 | Bump version to 3.1-rc | Rémi Verschelde | |
Ice cream for everyone! .,. ,;;----'''''''```````' `''`,;;!!'''`..,;;'' ,; ---;;;;;;;-----'''''''''``' --- `' .,,ccc$$hcccccc,. `' ,;;!!!'``,;;!!' ;;;;,,.,;-------''''''' ,;;!!- .zJ$$$$$$$$$$$$$$$$$$$c,. `' ,;;!!!!' ,; ```' -;;;!'''''- `.,.. .zJ$$$$$$$$$$$$$$$$$$$$$$$$$$c, `!!'' ,;!!' !!- ' `,;;;;;;;;;;'''''```' ,c$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$c, ;!!'' ,; ,;;;!!!!!!!!''``.,;;;;!'`' z$$$$$$$$???"""""'.,,.`"?$$$$$$$$$$$ ``,;;!!! ;;.. --''```_..,;;! J$$$$$$??,zcd$$$$$$$$$$$$$$$$$$$$$$$$h ``'``' ```''' ,;;''``.,.,;;, ,$$$$$$F,z$$$$$$$$$$$$$$$$$$$c,`""?$$$$$h !!!!;;;;, --`!''''''' $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$h.`"$$$$h . `'''``.,;;;!;;;--;; zF,$$$$$$$$$$?????$$$$$$$$$$$$$?????$$r ;?$$$ $. !;.,..,.````.,;;;; ,$P'J"$$$$$$P" .,c,,.J$$$$$$$$$"',cc,_`?h.`$$$$ $L '``````' .,.. ,$$". $ $$$$P",c$$$$$$$$$$$$$$$$',$$$$$$$$$$ $$$$ $$c, !!!!!!!!!!!!!''' J$',$ $.`$$P c$$$$$$$$$$$$$$$$$$,$$$$$$$$$$$ $$$$ $$$$C `` J$ ,$P $$ ?$',$$$$???$$$$$$$$$$$$$$$??"""?$$$ <$$$ $$$$$ c ;, z$F,$$ `$$ $ ?$" "$$$.?$$$ $$$P c??c, ?$.<$$',$$$$$F $$h. -!> (' $" $F ,F ?$ $ F ,="?$$c,`$$F $$"z$$',$' ,$$P $h.`$ ?$$$$$r $$$$$hc,. ``' J$ $P J$ . $$F L ",,J$$$F <$hc$$ "$L,`??????,J$$$.` z$$$$$ $$$$$$$$$$c,'' ?F,$',$F.: $$ c$c,,,,,c,,J$$$$$$$ ?$$$c,,,c$$$$$$F. $$$$$$ `"$$$$$$$$$$$c, $$',$$ :: $$$$$$$$F"',$$$$$$$$$$h ?$$$L;;$$$??$$$$ $$$$$$ "?$$$$$$$$$$ $$$$$$ : .`F"$$$$$$$$$$$$""""?"""h $$$$$$$"$,J$$$$ $$$$$' "?$$$$$$$ $$$$$$.`.` h `$$$$$$$$$$$cccc$$c,zJ$$$$$P' $$$$$P',$$$$P $. `""?$$ $$$$$$$ ` "$c "?$$$$$$$$$$$$??$$$$$$$$" ,J$$$P",J$$$$P .. `" ?$$$$$$h ?$$c.`?$$$$$$$$$' . <$$$$$' ,$$$" ,$$$$$" !!>. . `$$$$$$$h . "$$$c,"$$$$$$$' `' `$$$P ,$$$' ,c$$$$$' ;! ```<!!!> `$$$$$$$c "$$$c`?$$$$$ : : $$$ ,$$P' z$$$$$$' ;!! $hc ```' ; `$$$$$$$. ?$$c ?$$$$ .: : $$$ $$F ,J$$$$$$' ;!! .,.. ' `$$$$$$$ "$$h`$$$$ .' ' $$$ ,$$ ,J$$$$$$' !!! ????P `$$$$$$L $$$ $$$F :.: J$$P J$F J$$$$$P ;!! -=< ?$$."$$ `$$ ?$$' `' z$$$F $P $$$$$$' !!' cc `$$$c`? ?$.`$$hc, cd$$F ,$' $$$$$$ ;!! $$$$c `$$c$$$$$$$$$",c$' $$$$$$ `!! $$$$$ `?$$$$$$$$$$$$P' $$$$$$> .. $$$$$ `"?$$$$$$$P" $$$$$$L $$c, !! <$$$$$ zc,`"""', <$$$$$$.`$$$$cc, !! J$$$$P `$$$$$$$' !' $$$$$$L `$$$$$$h ;, $$$$$L `! J$$$$$',!! $$$$$$$ `$$$$$$ ' <$$$$$. ! $$$$$$ !! ?$$$$$$ `$$$$$ ,$$$$$$$c `,`???? ;' c,?$$$$' `?$$$ $$$$$$$?? `!;;;;! . `h."?$P `$$$ ,$$$$$$$h. `''' `' `$$$P `?$ $$$$$$$$h `!' `"' ` `$$$$$$$$F !; ! ;, `$$$$$$$' `!!> `! ;, `?$$$$P !!> . !!> `""' `!! ;!> <- | |||
2019-03-06 | Merge pull request #26724 from KidRigger/gdnative-videodecoder-crash-fix | Rémi Verschelde | |
Fixed crash on loading GDNative videos. | |||
2019-03-06 | Fixed crash on loading GDNative videos. | Anish | |
Fixed issue with loading a resource supported by the gdnative videodecoders that does not exist. | |||
2019-03-06 | Merge pull request #26672 from RandomShaper/fix-22955-android-context-loss | Rémi Verschelde | |
Restart game on GL context loss on Android | |||
2019-03-06 | Merge pull request #26729 from bruvzg/macos_num_fix | Rémi Verschelde | |
[macOS] Fixes NumPad keys detection, adds some missing key mappings. | |||
2019-03-06 | [macOS] Fixes NumPad keys detection, adds some missing key mappings. | bruvzg | |
2019-03-06 | Merge pull request #26722 from MarianoGnu/fix_24238 | Rémi Verschelde | |
TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | |||
2019-03-06 | Merge pull request #26716 from YeldhamDev/cleanup_relationlines | Rémi Verschelde | |
Cleanup relationship line coding after 5f079e2 | |||
2019-03-06 | TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | Mariano Suligoy | |
2019-03-06 | Restart game on GL context loss on Android | Pedro J. Estébanez | |
Bonus: Remove useless old code about reload hooks Fixes #22955. | |||
2019-03-06 | Cleanup relationship line coding after 5f079e2 | Michael Alexsander Silva Dias | |
2019-03-06 | Merge pull request #26713 from neikeq/print-msbuild-command | Rémi Verschelde | |
Print MSBuild command if also printing output | |||
2019-03-06 | Merge pull request #26665 from bojidar-bg/19704-singleton-constants | Rémi Verschelde | |
Fix enums coming from other classes without preload | |||
2019-03-06 | Merge pull request #26669 from RandomShaper/fix-26460 | Juan Linietsky | |
Improve/fix picking | |||
2019-03-06 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@4f9962c7b268e32fa9a2a96308cfdf66795e782a. | |||
2019-03-06 | Print MSBuild command if also printing output | Ignacio Etcheverry | |
2019-03-06 | Merge pull request #26712 from neikeq/issue-26681 | Ignacio Etcheverry | |
Mono: Make 'Build' button generate solution if it doesn't exist | |||
2019-03-06 | Hide StreamTexture flags, fixes #26640 | Juan Linietsky | |
2019-03-06 | Don't hide/show top editor if they did not change, fixes #26644 | Juan Linietsky | |
2019-03-06 | Mono: Make 'Build' button generate solution if it doesn't exist | Ignacio Etcheverry | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-06 | Merge pull request #26707 from bruvzg/fix_macos_mscroll | Rémi Verschelde | |
Fix macOS accumulated mouse scroll events. | |||
2019-03-06 | Merge pull request #26705 from volzhs/fix-export | Rémi Verschelde | |
Fix directory check when exporting project | |||
2019-03-06 | Merge pull request #26688 from Faless/net/lws_3.1 | Rémi Verschelde | |
Update libwebsockets to 3.1, fix IPv6 issues | |||
2019-03-06 | Fix macOS accumulated mouse scroll events. | bruvzg | |
2019-03-06 | Safer way to update animation if changed, fixes #26670 | Juan Linietsky | |
2019-03-06 | Fix how settings change, closes #26692 | Juan Linietsky | |
2019-03-06 | Fix directory check when exporting project | volzhs | |
Fix #26702 | |||
2019-03-06 | Merge pull request #22716 from Chaosus/update_theme | Rémi Verschelde | |
Make theme changing no longer requires restart to be fully applied | |||
2019-03-06 | Disable WebSocket IPv6 support on OpenBSD. | Fabio Alessandrelli | |
OpenBSD does not support dual stacking, disabling IPv6 for now. Will possibly come back if/when we get websocket running using our own NetSocket class. | |||
2019-03-06 | Add fix to libwebsocket to disable V6ONLY. | Fabio Alessandrelli | |
This was enabled by default on some systems (e.g. Windows). | |||
2019-03-06 | Update libwebsockets to 3.1 (plus UWP patch) | Fabio Alessandrelli | |
2019-03-06 | Merge pull request #26673 from willnationsdev/fix-inspector-plugin | Rémi Verschelde | |
Fix inspector plugin | |||
2019-03-06 | Merge pull request #26668 from marxin/use-gcc-builtins-for-bswap | Rémi Verschelde | |
Use GCC builtins for bswap as compiler can then emit these via insn | |||
2019-03-06 | Merge pull request #26633 from akien-mga/driver-fallback-etc | Rémi Verschelde | |
Disable driver fallback to GLES2 by default | |||
2019-03-06 | Merge pull request #26666 from Calinou/update-server-buildsystem | Rémi Verschelde | |
Update the server platform's `detect.py` to match x11's | |||
2019-03-06 | Fix crash on exit when removing EditorInspectorPlugins | Will Nations | |
2019-03-05 | Merge pull request #26664 from marxin/fix-25714-__bswap_16 | Rémi Verschelde | |
Replace usage of __bswap_16 with BSWAP16 (#25714). | |||
2019-03-05 | Merge pull request #26660 from marxin/fix-25639-audio-negative-shift | Rémi Verschelde | |
Fix #25639 by not shifting a negative value. | |||
2019-03-05 | Move YEAR definition to version.py | Rémi Verschelde | |
If it needs to be hardcoded (for the sake of reproducible builds), it should be together with the other hardcoded version info. And yeah, two months in, let's move to 2019. | |||
2019-03-05 | Merge pull request #26661 from neikeq/issue-17601 | Ignacio Etcheverry | |
Mono: Fix array field being assigned MonoArray** instead of MonoArray* | |||
2019-03-05 | Merge pull request #26657 from marxin/fix-25641-ubsan-negative-value | Rémi Verschelde | |
Fix #25641 by not shifting a negative value. | |||
2019-03-05 | Merge pull request #26642 from DrMoriarty/check_cursor_line | Rémi Verschelde | |
Check cursor line and column | |||
2019-03-05 | Merge pull request #26626 from rluders/misleading-error-message-export | Rémi Verschelde | |
Fixing misleading error message when trying to export | |||
2019-03-05 | Improve/fix picking | Pedro J. Estébanez | |
Acknowledge mouse button events as position tellers (to make picking more solid; for instance, the touch mouse is raised with a mouse unpressed event that may have a more current position) Forget mouse position for physics if touch mouse raised (because the position known as last is no longer meaningful) Remove needless check for mouse over/exit (now there's code to inject an spurious move for cases where camera/objects have moved) Restrict 2D mouse over/exit to mouse events (including emulated from touch; true touches shouldn't trigger the signals) Fixes #26460. | |||
2019-03-05 | Use GCC builtins for bswap as compiler can then emit these via instructions. | marxin | |
Using current macros, one get for: static inline int BSWAP32(int x) { return ((x << 24) | ((x << 8) & 0x00FF0000) | ((x >> 8) & 0x0000FF00) | (x >> 24)); } int main(int argc, char **argv) { return BSWAP32(argc); } main: .LFB1: .cfi_startproc movl %edi, %eax movl %edi, %edx sarl $24, %edx sall $24, %eax orl %edx, %eax movl %edi, %edx sarl $8, %edi sall $8, %edx andl $65280, %edi andl $16711680, %edx orl %edx, %eax orl %edi, %eax ret while using: int main(int argc, char **argv) { return __builtin_bswap32(argc); } one gets: main: .LFB0: .cfi_startproc movl %edi, %eax bswap %eax ret | |||
2019-03-05 | Update the server platform's `detect.py` to match x11's | Hugo Locurcio | |
This adds support for LTO, UBSAN/ASAN/LSAN, debugging symbols options and `optimize=size` in the `server` platform. | |||
2019-03-05 | Fix enums coming from other classes without preload | Bojidar Marinov | |
Fix #19704, fix #26001 |