User:Sytyi

From The Battle for Wesnoth Wiki
Revision as of 22:14, 21 March 2011 by Crab (talk | contribs)


This page is related to Summer of Code 2011
See the list of Summer of Code 2011 Ideas



This is a Summer of Code 2011 student page
Project: SoC_Ideas_Schema_Validation2011


This page is under development. Proposal summary is under development. Please forgive for mistakes.

Description

Sytyi - tool for WML Validation

I want to work on the WML Validation. It will be a tool which parses WML files (.cfg) and returns user-friendly errors. Maybe the tool will work on .cpp files with special styled comments.

IRC

Sytyi

Proposal Summary

I want to work on the WML Validation. It will be a tool which parses WML files (.cfg) and returns user-friendly errors. Maybe the tool will work on .cpp files with special styled comments. This question is open. I let the developers of mainstream decide which form will be more useful. My opinion is that maybe both versions are good so I will try to combine them. Language is C++. Maybe with little C including. ANSI C for console application and QT if GUI is needed. One of the main problems is parsing the macro. Now I’m working on grammar, trying to make some formal rules. Good grammar rules will allow to write automat realization of lexical invalidator. If I will research no automat rules, maybe Tool will have MP-automat to validate [] {} “” and other such cases. I suggest descending syntax analysis by it depends on grammar.

Timeline

Patches and commits

No one at this moment of time.

Answers to those questions

Basics

Write a small introduction to yourself.
Hello. My name is Nick Sytyi (Nick from the Nickita). I am 19, soon 20, and I live in Chernigiv, Ukraine. I study Computer Engineering at the Chernigiv Technological University.

1.2) State your preferred email address.
nsytyi@gmail.com

1.3) If you have chosen a nick for IRC and Wesnoth forums, what is it?
IRC: Sytyi
Wesnoth forums: none for now Wesnoth wiki: Sytyi
GNA: none for now

1.4) Why do you want to participate in summer of code?
I would like to try some serious work. I want to grow in C++, open source, team work and game development experience. I think the experience I gain here, will help me in future. I hope I come in project for long period of my life, because it is my dream (to develop a game) since when I was child.

1.5) What are you studying, subject, level and school?

Computer Engineering, 3rd year Faculty of Electronic Informational Technologies, Chernigiv Technological University, Ukraine.

1.6) If you have contributed any patches to Wesnoth, please list them below. You can also list patches that have been submitted but not committed yet and patches that have not been specifically written for Wesnoth. If you have gained commit access to our SVN (during the evaluation period or earlier) please state so.

No patches for now. Maybe the situation will change for better.

Experience

good knowledge of C++, Java, computer science concepts, small experience of programming translators, olympiad projects with MCS-51 and AVR stends (I know it is insignificant but it gave me experience in quick, well synchronized C programs).

2.1) What programs/software have you worked on before?
Mostly, I'am working on website development using Java EE. Also, I've done little C++ projects writing simple data manipulating programs.

2.2) Have you developed software in a team environment before? (As opposed to hacking on something on your own)
Yes. Our university has command projects, and now I am a team leader for a simple course work So I was to learn SVN features.

2.3) Have you participated to the Google Summer of Code before? As a mentor or a student? In what project? Were you successful? If not, why?
I haven't participated in the GSoC before. This is my first chance to participate.

2.4) Open Source

2.4.1) Are you already involved with any open source development projects? If yes, please describe the project and the scope of your involvement.

I use a lot of open source, but Wesnoth is the first open source project I am involved with.

2.5) Gaming experience - Are you a gamer?

Yes, I am a gamer )

2.5.1) What type of gamer are you?
Slow strategic gamer.

2.5.2) What type of games?
I prefer turn-based strategy games or RPG with good story.

2.5.3) What type of opponents do you prefer?
I can’t say I play good. So I prefer good opponents which sometimes teach me some tricks. When I’m beaten, I analyze, why this occurred/

2.5.4) Are you more interested in story or gameplay?
Story is more interesting for me. But if gameplay is very booooring ………….

2.5.5) Have you played Wesnoth? If so, tell us roughly for how long and whether you lean towards single player or multiplayer. We do not plan to favor Wesnoth players as such, but some particular projects require a good feeling for the game which is hard to get without having played intensively.
I have heard about Wesnoth first time at 18 March. It interested me, and sometimes, when I need a rest, I play a little.

Communication skills

3.1) Though most of our developers are not native English speakers, English is the project's working language. Describe your fluency level in written English.
I can read and write English with few mistakes.

3.2) Are you good at interacting with other players? Our developer community is friendly, but the player community can be a bit rough.
I just ignore rough statements in address. In a team I takes the second role.

3.3) Do you give constructive advice?
Maybe. Sometimes.

3.4) Do you receive advice well?
Yes

3.5) Are you good at sorting useful criticisms from useless ones?
Yes

Project

4.1) Did you select a project from our list? If that is the case, what project did you select? What do you want to especially concentrate on?
Yes. It is interesting to make tools for non-programmers content developers. I want to concentrate on grammar of WML. And if I have free time after all of this, maybe a simple WML GUI or including WML validation into existing GUI’s.

4.2) If you have invented your own project, please describe the project and the scope.

4.3) Why did you choose this project?
When I studied Google list of participating organizations, I read about your game first, I played a little, and then I want to help in I am interesting in translations. WML validation seemed to me a perfect task to study the main project and a perfect task for a starter not confident in his abilities.

4.4) Include an estimated timeline for your work on the project. Don't forget to mention special things like "I booked holidays between A and B" and "I got an exam at ABC and won't be doing much then".
Later a bit.

4.5) Include as much technical detail about your implementation as you can

4.6) What do you expect to gain from this project?
I expect to gain experience in game development and maybe a continious work with Wesnoth.

4.7) What would make you stay in the Wesnoth community after the conclusion of SOC?
Willing to “upgrade” myself. To know more. To work with interesting people on the interesting tasks.

Practical considerations

5.1) Are you familiar with any of the following tools or languages?

* Subversion (used for all commits)
Eclipse plugin. Yes.
* C++ (language used for all the normal source code)
Yes. STL. QT.
* Python (optional, mainly used for tools)
no

* build environments (eg cmake/autotools/scons)
'make' - yes, 'scons' no. 'autotools' - no
I don't know LUA and i'm studying WML now.
5.2) Which tools do you normally use for development? Why do you use them?
Eclipse under Windows and Ubuntu. Qt . Notepad.

5.3) What programming languages are you fluent in?
I have a little practice in Java (1 years of experience) and C/C++ (2 years of experience) I know a bit of sh/javascript/pascal/c

5.4) What spoken languages are you fluent in?
I can speak in Ukrainian (native), in Russian (native), English.

5.5) At what hours are you awake and when will you be able to be in IRC (please specify in UTC)
I'm in UTC+3 timezone in summer. I am normally awake from +9 UTC to +01 UTC, and most of that time I'm at home, so I'm able to be in IRC.

5.6) Would you mind talking with your mentor on telephone / internet phone? We would like to have a backup way for communications for the case that somehow emails and IRC do fail.
Of course, we can talk by phone.