project-navigation
Personal tools

Author Topic: Requesting help from Java programmer  (Read 30719 times)

Offline Kildor

  • Project Artist
  • Captain
  • ***
  • Posts: 757
  • Project mapper and some other stuff`er
    • View Profile
    • http://ufoai.nx0.ru
Re: Requesting help from Java programmer
« Reply #30 on: May 04, 2010, 12:44:04 pm »
Because we will merge to trunk big branch before 2.3 release, and to minimise work on this merging he will commit his big patch after.

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #31 on: May 04, 2010, 01:17:04 pm »
Because we will merge to trunk big branch before 2.3 release, and to minimise work on this merging he will commit his big patch after.

ok!
Can pm when code will be available ? So I'll can help!

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Requesting help from Java programmer
« Reply #32 on: May 09, 2010, 11:57:36 am »
Thanks for this notepad++ thingy... Very useful @ this state of development already  ;)
 8)

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #33 on: May 21, 2010, 11:44:29 am »
you are welcome :D if i can help more, please pm me !

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #34 on: May 24, 2010, 01:32:30 pm »
first version of the md2 viewer is uploaded to the update site at http://mattn.ninex.info/eclipse - it does not yet work for all models

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #35 on: May 25, 2010, 08:26:02 am »
very nice. BUt why do you use both "features" and "plugins"? i only use "plugins", what is the differernce?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #36 on: May 25, 2010, 05:48:53 pm »
the feature was needed to export the metadata for an update site. we are also able to pack several ufoai related plugins into this feature group now.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #37 on: May 25, 2010, 07:10:22 pm »
will you create a site.xml and move it to ufoai.ninex.info site? It can became a very nice thing

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #38 on: May 25, 2010, 07:28:48 pm »
this http://mattn.ninex.info/eclipse  can already be used as an update site to install the plugin from within eclipse. what is the site.xml for?

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #39 on: June 17, 2010, 01:41:00 pm »
How can I help now?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #40 on: June 17, 2010, 05:05:33 pm »
help us writing eclipse plugins that will make the editing in the ufo world easier: see http://ufoai.ninex.info/wiki/index.php/User:Mattn/Eclipse

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #41 on: June 22, 2010, 02:07:12 pm »
i need something more precise so I can start to help

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #42 on: June 22, 2010, 03:40:27 pm »
About the UI script, i think:

1) implementing a way to allow UFONodeSubParser classes to provide content into the "Property page" of Eclipse
 * maybe something like registerProperty(name, type)
 * A property will be a name, a type, and a value
 * Update the property page when according to the cursor, according to the overview
 * ...
 * then we can improve preview/edition according to the property type

2) first step with a graphic editor/viewer
 1) Eclipse use a common way to display files (for example we can see XML files with text or with node tree).
 ** It should be very usefull to have the base code for that
 ** then we can display the text in one tab, and a text list and graphical box in the second one
 2) The second way is to implement MenuPreviewer (according to the cursor position, according to the overview...)

It can help me a lot. Cause i can help to display content, but i dont know how to do interactions between Eclipse pages.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #43 on: June 26, 2010, 01:01:44 pm »
If you want to learn/playwith model format and opengl, the model viewer code (md2viewer) need some fix. Only few models are well displayed.