Search found 126 matches

by uzytkownik
December 20th, 2008, 4:32 pm
Forum: Ideas
Topic: Programing language
Replies: 65
Views: 10903

Re: Programing language

your example is not even valid WML... but I think shortcut macros which only save you from typing one or two lines should be avoided by people who are first learning WML. Ok. 1. I counted 3 errors - mul instead multiply, typo of var instead of var_tmp and tag set_gold which I created just to simply...
by uzytkownik
December 20th, 2008, 2:29 pm
Forum: Ideas
Topic: Programing language
Replies: 65
Views: 10903

Re: Programing language

While it seems more readable to the average non-programmer than LUA or the like (except for the 't, probably means 'true', but why the single quote?), the same thing applies as with all "let's replace/supplement WML with something else" ideas: show us the code, then we'll talk. ;) I guess...
by uzytkownik
December 18th, 2008, 10:02 pm
Forum: WML Workshop
Topic: Emacs WML-mode
Replies: 50
Views: 20122

Re: Emacs WML-mode

Practical common lisp - it is about clisp not elisp but I guess that combined with elisp manuals it will be sufficient.
by uzytkownik
December 2nd, 2008, 6:31 am
Forum: Scenario & Campaign Development
Topic: The History of Burin
Replies: 30
Views: 9739

Re: The History of Burin

See the second commit.
by uzytkownik
December 1st, 2008, 8:39 pm
Forum: Scenario & Campaign Development
Topic: The History of Burin
Replies: 30
Views: 9739

Re: The History of Burin

I have no clue what have you downloaded as I didn't put it there.

Edit: Put version from git. (I mean - I've put version from git)
Edit: Here is the newest THoB
by uzytkownik
December 1st, 2008, 7:48 pm
Forum: Scenario & Campaign Development
Topic: The History of Burin
Replies: 30
Views: 9739

Re: The History of Burin

Patch 1: Accepted.
Patch 2: Rejected. I know sooner or later I will have to follow wesnoth coding style but the wmlindent destroys macro aligment.
by uzytkownik
December 1st, 2008, 12:26 pm
Forum: Scenario & Campaign Development
Topic: The History of Burin
Replies: 30
Views: 9739

Re: The History of Burin

I have recive nothing as far.
by uzytkownik
November 30th, 2008, 7:32 pm
Forum: Scenario & Campaign Development
Topic: The History of Burin
Replies: 30
Views: 9739

Re: The History of Burin

Scenario 7 (not working) landed in git. Of course - if someone want to send a patch - please feel welcome.
by uzytkownik
November 22nd, 2008, 8:59 pm
Forum: WML Workshop
Topic: Emacs WML-mode
Replies: 50
Views: 20122

Re: Emacs WML-mode

I would like to thank for writing WML Mode. However I've found several issues: 1. The TAB should not move to the begin of the line if used after =. It may indent but it should not move pointer in relation to the text 2. I would prefere to have something more unix-shell like with TAB. If no match met...
by uzytkownik
November 20th, 2008, 11:22 pm
Forum: WML Workshop
Topic: WML Syntax Highlighting for Gedit
Replies: 3
Views: 3439

Re: WML Syntax Highlighting for Gedit

Is there any chance of rewriting it for gtksourceview 2?
by uzytkownik
November 20th, 2008, 11:15 pm
Forum: Mainline Campaign Feedback
Topic: [Historical] Changes to the gold carryover system
Replies: 47
Views: 54262

Re: Changes to the gold carryover system in the campaigns

Mine 3 points 1. To be honset - slave trading do not fit all the fractions. Northeners may practice (I haven't studied their culture) some and undead (mana trade or anythong. Even in our world zombie armies are on sale). 2. The more fixed level of gold will halp designers to balance scenarios. 3. At...
by uzytkownik
November 16th, 2008, 12:53 am
Forum: Ideas
Topic: Programing language
Replies: 65
Views: 10903

Re: Programing language

What with: # Lots of WML Code [python] # Python [/python] # Even more WML Code As WML is turing-complete AFAIK you can write any algorithm in it. It doesn't matter much, but FYI there is a limit of 65K loop iterations in WML. This concept that WML should limit iterations to guarantee a halt means (i...
by uzytkownik
November 15th, 2008, 2:54 pm
Forum: Users’ Forum
Topic: Which is the strongest faction?
Replies: 19
Views: 4553

Re: Which is the strongest faction?

I guess: - Northeners: Massive army of barbarians. They have the same chances as barbarians in the era of Roman Empire. As long as Empire is strong they pose no threat. - Undead: Leaders are ambitious. They are some threat to Wesnoth. - Knalga: Strong, but very isolationist. They are not entiry inte...
by uzytkownik
November 15th, 2008, 2:34 pm
Forum: Users’ Forum
Topic: Masters Of Wesnoth
Replies: 13
Views: 3844

Re: Masters Of Wesnoth

May I suggest a bit of... less expressive colors? Now it is rather hard to read anything.
by uzytkownik
November 13th, 2008, 12:00 am
Forum: Ideas
Topic: Programing language
Replies: 65
Views: 10903

Re: Programing language

As otherwise I landed with code: [if] {1} [and] {2} [or] {3} [/or] [/and] [/if] to express: if ({1} and ({2} or {3}) And this is solution proposed by my friend (well - in form "if at least it would be") [if] {1} [alternative] [or] {2} [/or] [or] {3} [/or] [/alternative] Look. Maybe you sh...