gfgtdf
527c3b1a1e
fix sample lua cavegen
2016-02-08 23:37:23 +01:00
gfgtdf
fc1c9ff699
fix error in lua sample mapgenerator
2016-02-08 23:34:07 +01:00
gfgtdf
ac79ff350a
improve lua sample cave generator.
2016-02-08 23:14:03 +01:00
gfgtdf
37e613b6fc
Added a sample lua map generator
...
this is more or less the code of the cavegen as used in HttT scenario 17
ported to lua.
2016-02-08 21:22:27 +01:00
Lari Nieminen
72100d866f
Remove some unnecessary uses of * in rule maps
2016-02-07 14:51:19 +02:00
Charles Dang
aad0e02d10
taddon_list: strip debug borders
2016-02-05 00:20:00 +11:00
Charles Dang
99697110f5
tunit_attack: draw a line between unit stats
2016-02-05 00:14:47 +11:00
Charles Dang
a7c28ee501
tslider: tweaked slider magic numbers so maximum value is reached
2016-02-04 21:05:18 +11:00
Charles Dang
b386c5f819
T S2: fixed a small typo
2016-02-04 17:27:34 +11:00
Charles Dang
41a681fd1c
Merge pull request #586 from sigurdfdragon/Tutorial_Part_2_Typo_Fixes
...
Tutorial part 2 typo fixes & text changes
2016-02-04 17:26:33 +11:00
Charles Dang
b491950444
tunit_attack: some layout formatting
2016-02-04 17:25:55 +11:00
sigurdfdragon
eda3da0d7f
T2: Change ability reference to exactly match ability name.
2016-02-03 20:20:30 -05:00
sigurdfdragon
67c54880c0
T2: Change to leveled unit recall message.
2016-02-03 20:08:27 -05:00
sigurdfdragon
528a0cbea6
T2: Add () around skirmisher text to more clearly separate from rest of paragraph.
2016-02-03 20:05:45 -05:00
sigurdfdragon
883e5ca588
T2: Add missing period.
2016-02-03 20:02:21 -05:00
sigurdfdragon
9b978ed591
T2: Fix typos in channel village message.
2016-02-03 20:00:42 -05:00
sigurdfdragon
293861f7a0
T2: Change to Elvish Archer recruit message.
2016-02-03 19:58:40 -05:00
sigurdfdragon
92a9164f08
Change text in veteran recall message.
2016-02-03 19:53:08 -05:00
gfgtdf
5caa9dd95b
cleanup wml_actions.store_items
2016-02-03 22:58:23 +01:00
ln-zookeeper
59ba795de4
Mention lvl0 units as the exception to ZoC generation
2016-02-01 22:40:44 +02:00
ln-zookeeper
d3b356953b
Recoloured pincers as attack icon for Monster Crab
2016-02-01 22:10:21 +02:00
ln-zookeeper
96bd5ae982
Avoid errors if scenario is played with one of the sides empty
2016-02-01 20:23:55 +02:00
gfgtdf
08236f8953
added name= attribute to [item]
...
name= has no effect but can be used to delete the item. I also changed
[item] to automatically create an id (in case no id was given) and
return that (only usable if called from lua).
I used the id= field from overlay class for this, it was previously only
used by the editor. Not sure if it is a good idea to reuse the id field.
2016-01-31 02:25:46 +01:00
ln-zookeeper
807d7f3a12
Added new desert mountains terrain, by doofus-01
...
For now, the extra overlay peaks are not included.
2016-01-31 00:41:31 +02:00
ln-zookeeper
6f9a6271a0
Fixed several forest<->mountain layering glitches
...
This did necessitate changing the base coordinates in a way which does introduce a few undesirable cases of forests overlapping walls to their sw/se, but to me they seem less irritating than the problems with mountains.
2016-01-30 16:32:14 +02:00
Charles Dang
e73c9c61f3
Removed unused window definition
...
title_screen.cfg defines its own window variant
2016-01-30 01:38:00 +11:00
Charles Dang
12e477f227
Added text alignment support to default label and removed 'alignment' label definition
...
The special titlescreen tip definition remains
2016-01-30 01:38:00 +11:00
Charles Dang
81655b3e6f
GUI2: remove remnants of TinyGUI
2016-01-25 17:34:42 +11:00
Charles Dang
a7ee92fb00
Added (unused) definition and images for a minimal-style vertical scrollbar
...
Horizontal scrollbar still requires images
2016-01-25 17:34:41 +11:00
Ignacio R. Morelle
a34d036279
Merge pull request #571 from jyrkive/fix-crash-on-openmp-relaunch
...
Fix some startup crashes
2016-01-25 00:46:19 -03:00
ln-zookeeper
597ca071c4
Updated Adobe Village and new Ruined Adobe Village, from doofus-01
2016-01-24 14:04:08 +02:00
Charles Dang
e4d42dc883
Swap order of tree view toggle button images
...
This makes the 'unfolded' variation the 'selected' variation
2016-01-24 19:34:06 +11:00
Jyrki Vesterinen
12947486b8
Added myself to credits
2016-01-23 14:50:40 +02:00
Elvish_Hunter
9d12141ab3
changelog and documentation entries about wmlmove removal
2016-01-22 20:46:39 +01:00
Elvish-Hunter
48459baff4
Merge pull request #582 from Elvish-Hunter/python_vc_removal
...
wmltools: removal of git wrapper functions
2016-01-22 20:38:05 +01:00
Charles Dang
583ab69247
Rename menu2-* dialog images to menu-*
2016-01-22 04:37:47 +11:00
Charles Dang
15ed585af2
tdrop_down_list: use menu dialog style
...
Also removes hacky +5 addition to dialog width, since it's not needed anymore.
Before d80cb041936e, comboboxes were inadvertently using tbutton and not their
own class, so that may have contributed to the need for it
2016-01-22 04:37:46 +11:00
Charles Dang
19af8302ce
Implement GUI2 menu dialog style
2016-01-22 04:37:45 +11:00
Charles Dang
9079dd2c5d
Fixup e73030805661
2016-01-22 02:35:40 +11:00
Charles Dang
e730308056
Improved combobox design
2016-01-22 02:24:12 +11:00
Charles Dang
d56b8aaacf
Added a GUI macro for left-aligned drawn text
2016-01-22 02:24:10 +11:00
gfgtdf
3983fef8d6
attempt to fix pango markup for labels and comboboxes
2016-01-20 23:06:21 +01:00
gfgtdf
278ac57942
fix LoW scenario4
2016-01-20 21:31:24 +01:00
gfgtdf
95e43a6fc6
make dropdown list width at least the width of the combobox
...
This also makes the text in the list left-aligned.
patch by vultraz
2016-01-20 17:44:17 +01:00
gfgtdf
4739413502
comboboxes for gui2
...
This adds a new combobox widget to gui2. Like the gui1 combobox widget
this is more or less only a button that prompts a list dialog below the
button when you click on it.
2016-01-20 17:44:13 +01:00
ln-zookeeper
b2cdd1dbe7
Added Elvish_King/JonasNL to SoF art credits
2016-01-17 21:54:22 +02:00
Charles Dang
bf32cca84f
gui2/tslider: small tweak to ensure maximum value is reached
...
This should fix a small issue introduced in 34b7f97658f1a8c96d872b1bf7bc049faae19715
2016-01-17 22:35:13 +11:00
ln-zookeeper
26fc8c6161
Added SkyOne to Liberty art credits
2016-01-17 02:16:44 +02:00
gfgtdf
15afa4f6ba
fix recruits in tutotial
...
http://gna.org/bugs/?24311
2016-01-16 20:50:22 +01:00
ln-zookeeper
cb835fd40a
Added attack and defense animations for Dwarvish Miner, by Elvish_King
2016-01-16 18:37:27 +02:00