Pentarctagon
d4b8f71771
Fix indentation.
2020-11-23 00:17:31 -06:00
Pentarctagon
0e800d36a6
Fix schema validation.
2020-11-22 23:54:12 -06:00
Charles Dang
cd78517df3
GUI2: even more work removing bound window references
2020-11-23 15:06:26 +11:00
Charles Dang
c9493e8bc8
GUI2: more work removing bound window references
2020-11-23 14:29:24 +11:00
Charles Dang
5efe77c47c
GUI2: more work removing bound window references
2020-11-23 10:21:22 +11:00
Severin Glöckner
302bfb9818
DiD S9: avoid recalling L1 instead generating L2
2020-11-22 22:02:34 +01:00
Severin Glöckner
6764484e69
DiD S9: different way to limit movement
...
objects rock
fixes #5295
2020-11-22 20:39:23 +01:00
Severin Glöckner
a8a92ca091
DiD S10: change color/flag earlier
...
before the units show up first, so that it will be correct in the cutscene.
2020-11-22 20:39:23 +01:00
Severin Glöckner
e2f25187ac
DiD S10: refactorings
...
- Giving everybody a teamname, displayed in the :inspect window
- No retreating for Inky with the new AI
- the fake side 5 uses now the icon of side 1, but has still the
default flag for displaying it in the sidear during the cutscene.
- refactorings
2020-11-22 20:39:20 +01:00
Severin Glöckner
b9124c0033
DiD S10: Inky death handling
...
- closes #5297
- add's alternative case for AI killing
(still looking for a less comprehensive wording)
2020-11-22 20:33:44 +01:00
Severin Glöckner
3076d532a5
DiD S10: add time area for 2nd exit
...
North-east had one, south-west now too. Romm for further improvement:
change the RGB values, the cave is so dark that it's quite some contrast.
One side of the mountain has always shadow, could use that idea.
2020-11-22 20:33:44 +01:00
Severin Glöckner
d339d3c271
DiD S10: list starting gold in statistics
...
Every change to starting gold before a players turn will still count as staring gold.
Moving the code to to prestart.
2020-11-22 20:33:44 +01:00
Severin Glöckner
bde6ac4541
DiD S10: Hide traces of side 3
...
It's already hidden in the statistics, hiding their turn-flags too
2020-11-22 20:33:44 +01:00
Severin Glöckner
ae2306865e
DiD S9: refactorings
2020-11-22 20:33:44 +01:00
Severin Glöckner
e0acdf61f4
DiD S9: move objectives to prestart
...
That has the bonus that they are shown if
the player looks them up during the cutscene
2020-11-22 20:33:44 +01:00
Severin Glöckner
299124fd22
DiD S9: grant at least one L2
2020-11-22 20:33:44 +01:00
Charles Dang
1b9442202c
GUI2: cleaned up textbox parameters in filter_text_changed callbacks
2020-11-23 06:14:48 +11:00
Pentarctagon
8c65b43b88
Remove non-working windows job for now [ci skip]
2020-11-22 12:58:36 -06:00
Celtic Minstrel
059dabcb6a
Do a pass of macro documentation
...
- Adds a bunch of documentation
- Fixes some incorrect or inaccurate documentation
- Moves some documentation so that wmlscope actually picks it up
- Excludes some internal macros from being documented
2020-11-22 12:24:43 -05:00
Steve Cotton
f7df77ba5e
Add section-headings to the changelog, clean-up some empty ones
...
Trying to reduce the merge-conflicts if PRs include their own
changelog updates.
[ci skip]
2020-11-22 14:51:15 +01:00
Charles Dang
0380d634fd
GUI2: initial work to remove window reference bindings in dialog callbacks
...
This practice stems from a time before get_window() was available in modal_dialog so the window reference
*had* to be bound to any callback that wanted to use it, resulting in a mess. This is much cleaner.
2020-11-22 23:34:53 +11:00
Elvish_Hunter
ba6b5f04aa
macros/movetypes.cfg: moved docstring for LESS_NIMBLE_ELF macro inside that macro
2020-11-22 11:03:04 +01:00
Elvish_Hunter
4be3eb580a
wmlscope: never consider macro definitions as part of the file docstring
2020-11-22 10:59:02 +01:00
Pentarctagon
13fa4ba194
Github Actions vcpkg 4 [ci skip]
2020-11-21 22:32:35 -06:00
Pentarctagon
54fbe9ca24
Github Actions vcpkg 3 [ci skip]
2020-11-21 22:13:52 -06:00
Pentarctagon
266520a7e3
Github Actions vcpkg 2 [ci skip]
2020-11-21 22:04:07 -06:00
Iris Morelle
cc5a5e78a8
Update changelog
...
[ci skip]
2020-11-22 00:54:04 -03:00
Pentarctagon
1166e689f5
Github Actions vcpkg [ci skip]
2020-11-21 21:53:11 -06:00
Pentarctagon
4dd02a0df3
Github Actions let's fine MSBuild [ci skip]
2020-11-21 21:37:54 -06:00
Pentarctagon
9c47b63566
Github Actions sqlite 4 [ci skip]
2020-11-21 21:14:31 -06:00
Pentarctagon
49b45e9990
Github Actions sqlite 3 [ci skip]
2020-11-21 21:01:29 -06:00
Iris Morelle
0fec8c905a
campaignd/fs_commit: Reimplement for Windows
...
This replaces the existing low-effort implementation on Windows (which
was broken and made it impossible to use campaignd in a meaningful
fashion at all) with one that actually attempts to replace files in the
most atomic fashion we can afford using the Windows API.
Temporary files are now opened with FILE_SHARE_DELETE so that we can
perform rename and delete operations on them without having to close
them first, which would be an open invitation for UB if any references
held to the underlying ostream get used again.
Instead of calling std::remove and std::rename (both of which weren't
Unicode-safe anyway) we now use the kernel32 API
SetFileInformationByHandle() to forcefully replace a potentially
existing file. It's a win-win.
Some of the POSIX code is touched here in order to keep things tidy;
namely the get_stream_file_descriptor() helper.
2020-11-21 23:58:49 -03:00
Pentarctagon
09c654dfa5
Github Actions sqlite 2 [ci skip]
2020-11-21 19:59:32 -06:00
Pentarctagon
60ae998e13
Github Actions sqlite 1 [ci skip]
2020-11-21 19:48:30 -06:00
Pentarctagon
ce6ef67671
Github Actions choco install [ci skip]
2020-11-21 19:06:47 -06:00
Pentarctagon
ef9c219053
Github Actions where is chocolatey 3 [ci skip]
2020-11-21 19:00:39 -06:00
Pentarctagon
ffcba7ab3e
Github Actions where is chocolatey 2 [ci skip]
2020-11-21 18:52:59 -06:00
Pentarctagon
a6caadea69
Github Actions where is chocolatey [ci skip]
2020-11-21 18:45:51 -06:00
Pentarctagon
fd4cc39787
Github Actions wsl bash is weird 2 [ci skip]
2020-11-21 18:38:24 -06:00
Pentarctagon
5e0231e7b7
Github Actions wsl bash is weird [ci skip]
2020-11-21 18:21:18 -06:00
Pentarctagon
b312f4f024
Github Actions are other things present [ci skip]
2020-11-21 18:13:42 -06:00
Pentarctagon
4b269cd81d
Github Actions and bash it was 2 [ci skip]
2020-11-21 18:04:18 -06:00
Pentarctagon
220e819713
Github Actions and bash it was [ci skip]
2020-11-21 18:03:03 -06:00
Pentarctagon
f27eeca0b1
Github Actions maybe bash is somewhere else [ci skip]
2020-11-21 17:58:00 -06:00
Pentarctagon
21fa01317d
Github Actions check dir contents [ci skip]
2020-11-21 17:27:11 -06:00
Pentarctagon
5002242760
Github Actions apparently I'm not in the dir I think I am [ci skip]
2020-11-21 17:20:26 -06:00
Pentarctagon
0d9f1b0cbc
Github Actions windows test 1 [ci skip]
2020-11-21 17:04:49 -06:00
Martin Hrubý (hrubymar10)
65a377b7a1
Update Xcode project for #5287
2020-11-21 23:53:53 +01:00
Pentarctagon
3f5fc6670b
Github Actions macOS 2 [ci skip]
2020-11-21 14:37:40 -06:00
Pentarctagon
e220d76c13
Github Actions try a different cache folder [ci skip]
2020-11-21 14:08:30 -06:00