Re: Walter, Brian, and Daniel's DConf 2015 talks are up

2015-06-21 Thread Joakim via Digitalmars-d-announce
On Friday, 19 June 2015 at 22:47:03 UTC, Brad Anderson wrote: Walter: https://www.youtube.com/watch?v=znjesAXEEqw Brian: https://www.youtube.com/watch?v=FmFyB9e7edw Daniel: https://www.youtube.com/watch?v=5daHGXSetXk I've only just started watching but the editing seems to be well done so thank

Re: N-dimensional slices is ready for comments!

2015-06-21 Thread jmh530 via Digitalmars-d-announce
On Friday, 19 June 2015 at 10:13:42 UTC, Ilya Yaroshenko wrote: You can slice fixed size arrays: auto myFun() { float[4096] data; auto tensor = data[].sliced(256, 16); ///use tensor } After playing around with some stuff more, I keep finding the syntax for the static and dyn

Re: forum.dlang.org, version 2 (BETA)

2015-06-21 Thread Suliman via Digitalmars-d-announce
Maybe we should add link to D page on SO in left menu?

Re: Coedit 1 gold released

2015-06-21 Thread via Digitalmars-d-announce
Thanks, trying it right now. Any plans to support multiple window editing as it's possible in Lazarus IDE ? http://lazarus-dev.blogspot.fr/2010/04/using-multiply-editor-windows.html I can't live without it when editing source files Jürgen

Re: Coedit 1 gold released

2015-06-21 Thread Basile Burg via Digitalmars-d-announce
On Sunday, 21 June 2015 at 20:24:53 UTC, Jürgen Reichmann wrote: Thanks, trying it right now. Any plans to support multiple window editing as it's possible in Lazarus IDE ? http://lazarus-dev.blogspot.fr/2010/04/using-multiply-editor-windows.html I can't live without it when editing source fi

dtiled v0.2 - a library for tilemapped games

2015-06-21 Thread rcorre via Digitalmars-d-announce
dtiled v0.2 is out, and for better or worse, it got hit by a serious case of feature creep. v0.1 was simply an easy way to load maps created with Tiled (http://mapeditor.org). v0.2 attempts to provide much of the functionality commonly needed by tilemapped games. I like to hack around on t

Re: This Week in D: Dconf Thursday summaries

2015-06-21 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 18 June 2015 at 12:51:12 UTC, Adam D. Ruppe wrote: I've done some COM stuff too, even interacting with vb and jscript through the IDispatch which I think will work in Excel too. I'm crazy busy the next few days, but here's the code: https://github.com/adamdruppe/com I have to re