This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Neo - A WoW Development Suite  (Read 99549 times)

UncleChristiof

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #315 on: December 12, 2015, 12:51:33 pm »
Quote from: "kreha1"
Quote from: "UncleChristiof"
Hm... When i try to debug it with a visual studio i get this error:
"An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.dll

Additional information: HRESULT: [0x887A002D], Module: [Unknown], ApiCode: [Unknown/Unknown]"

How i can fix if?)

Do you have Windows 10? If so, try upgrading SDK.

I've just updated to Windows 10 and couldn't compile it. I completely forgot, that with Win 10 comes DirectX 12 making SharpDX useless.
Yeah, it works! Thanks :)

By the way, is it possible to work with wmo and m2 on that version (move them, delete and create new objects) or not?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #316 on: December 13, 2015, 09:33:51 pm »
It is still very alpha in the moment. I even dont know if you can use it already for productiv.
I work now again for 2 days on code... perhaps we soon see some progress here.

Current state.

« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Valkryst

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
    • http://valkryst.com/blog/
Re: Neo - A WoW Development Suite
« Reply #317 on: December 14, 2015, 12:07:12 am »
Decent.

The second it's good enough to start building, without losing a bunch of work or huge bugs, I'll be dropping Noggit.  :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
MY BLOG IS NOW HERE.

Milly

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 503
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #318 on: December 14, 2015, 04:31:55 am »
Really awesome. My favorite part is the interface. Modern look ^^
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #319 on: December 14, 2015, 05:16:59 am »
Thanks. Just a very early start. I integrated the avalon dark theme that is now also available and cleand some structure stuff. Next step is to isolate the editor into own files and setup MVVM for it.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: Neo - A WoW Development Suite
« Reply #320 on: December 14, 2015, 05:29:54 pm »
Amazing work on interface. Keep it going. Neo seems to be our only hope to move modding to cata+ xpacs. I mean in a proper way. I like the dark style, more pleasant for eyes than the white one.
I would personally ask to implement hotkeys for brushes and other stuff. That's what it really lacks now. ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

kreha1

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #321 on: December 14, 2015, 07:00:59 pm »
Can we expect any update on gitlab then?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #322 on: December 14, 2015, 07:11:48 pm »
I only commit working stuff :) And not functional icons are nothing working ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #323 on: December 14, 2015, 07:48:10 pm »
Quote from: "Steff"
I only commit working stuff :) And not functional icons are nothing working ;)
This is terribly wrong from a software development. Commit stuff while you're building it. While it is still a small thing, not a 5 file mess. Yes, do not commit 20 icons you added that do nothing, but do commit the framework for it. In fact, as you're using git, do commit 20 icons that do nothing, but just don't push and rebase them to do things before pushing. But please do not have one huge commit adding 20 icons at once after two weeks of working on them. And when you're working on a branch -- which you should -- even push them. There is nothing lost, as instead when you keep them uncommitted and local, nobody can help you, review it, suggest things, not do the same thing at the same time. "But it isn't working yet" is a reason for not doing a merge request, not for not pushing.

Please.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #324 on: December 14, 2015, 09:18:32 pm »
There is no function to test. So no review needed. As long you can not read many UI elements because the theme is not fixed 100% no testing is needed. It is only the look I rework. Nothing big technical. But this also takes time. An Ill commit everything step by step local during work.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Kaev

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 308
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #325 on: December 15, 2015, 08:34:11 am »
Quote from: "Steff"
It is still very alpha in the moment. I even dont know if you can use it already for productiv.
I work now again for 2 days on code... perhaps we soon see some progress here.

Current state.

Looks awesome.
I have vacation next week and not much to do, i think i'll finish at least the basic functions of the NPC and GO editor, that i've started, then. :)

EDIT: Oh, we have a own section now. Nice!
I'll overhaul the first post in the next days. It got a bit messy with all the news. :P
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Krysík

  • Registred Member
  • Race Changer
  • *****
  • Posts: 35
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #326 on: December 16, 2015, 08:26:37 pm »
It's nice to see that project is moving ahead :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
"We shall go on to the end, we shall never surrender!"

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #327 on: December 17, 2015, 08:22:08 am »
Thanks.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Milu92

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #328 on: December 20, 2015, 03:51:03 am »
Very nice... i cant wait for it! :o

This look ist very Nice and i Liked
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Roarl

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 46
    • View Profile
Re: Neo - A WoW Development Suite
« Reply #329 on: December 22, 2015, 02:08:36 pm »
*drools*

Holy Moses! Man, you are one damn fine purveyor of dreams!
Keep up with the good work! :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »