Commit Graph

5854 Commits

Author SHA1 Message Date
Rampoina
ebb0a5c731
Merge pull request #4 from pavanvo/feat/hotkeys_rebase
Fixes for non-target commands
2022-08-18 16:48:58 +00:00
pavanvo
d5f15d2c72 Revert "refactor: remove some useless code,"
This reverts commit afc26199f7.
2022-08-18 05:57:20 +04:00
pavanvo
8caa800ee1
fix: reset command position for non-target commands 2022-08-16 22:00:31 +04:00
pavanvo
aec7bf5c80
fix: reset command position for build commands 2022-08-16 21:59:41 +04:00
pavanvo
ea3ede3c08
refactor: remove incompatible code,
code blocking switching from attack to anothe command
2022-08-16 21:58:18 +04:00
pavanvo
afc26199f7
refactor: remove some useless code,
since we removed this hotkeys, we don't need this code any more
2022-08-16 21:56:36 +04:00
a5438f6a93 Use the cancel icon for the unused grid locations 2022-08-14 13:38:16 +02:00
Jammyjamjamman
e277c47583 Add key mappings to docs 2022-08-14 13:38:16 +02:00
pavanvo
5523bba192 refactor: command sorting code 2022-08-14 13:38:16 +02:00
pavanvo
f2b8d76383 fix: if two build buttons, move second to basics 2022-08-14 13:38:16 +02:00
pavanvo
f1e4a1bf83 feat: standart for cammand grid 2022-08-14 13:38:15 +02:00
46d5904578 Bump Command Keys to 12
Otherwise some units in the game don't have enough hotkeys like the
ballista.
Moves the hotkey for attacking units to ,
Moves the hotkey for font cOlor to O
2022-08-14 12:26:38 +02:00
e209dcbd35 Fix numberCommands
It wasn't updated correctly for units with morphing abilities
2022-08-14 12:26:38 +02:00
7945fa8c80 Remove key conflics
Move back the camera hotkeys to a and d, this means that the equivalent command
hotkeys won't be usable in free camera mode
2022-08-14 12:26:38 +02:00
c4caa6b912 Display hotkey on hover 2022-08-14 12:26:38 +02:00
c549a6b66c Correctly update numberCommands 2022-08-14 12:26:38 +02:00
9276faeeb5 Update the GUI immediately after calling the command from a hotkey
Otherwise the gui takes a bit to update
2022-08-14 12:26:38 +02:00
3313f187bb Rename HotKeyBuildN to CommandKeyN 2022-08-14 12:26:38 +02:00
1922522009 Rename commonCommands to numberCommands 2022-08-14 12:26:38 +02:00
c3e8a25e9e Update commonCommands for a uniform selection 2022-08-14 12:26:38 +02:00
2cd190d822 Retabulate (use only tabs) 2022-08-14 12:26:38 +02:00
f322a3ee52 Add command grid hotkeys to the default hotkeys 2022-08-14 12:26:38 +02:00
5783db3033 Check the number of shared commands before trying to click from a hotkey 2022-08-14 12:26:38 +02:00
e9b771241f Add building and unit hotkeys 2022-08-14 12:26:38 +02:00
ff9c9ad864 add hotkeybuild1 2022-08-14 12:26:38 +02:00
Rampoina
22a474b93b
Allow a selected group to have the attack command even if some units … (#217)
* Allow a selected group to have the attack command even if some units don't have it

* Add getUnitFromCC function

* return NULL if getFirstCtOfClass founds no unit

* Search for the unit containing the attack command in a non uniform selection

Co-authored-by: Rampoina <Rampoina@protonmail.com>
2022-08-08 23:26:47 +01:00
Jammyjamjamman
94fa13cde7 Update data submodule 2022-07-30 20:20:01 +01:00
James Sherratt
ebecdbb5ed
try vs 2022 2022-07-28 18:51:38 +01:00
NetSysFire
873217577a
Replace some http links with https (#211)
* Replace working http links with https

* downloads also has working https

* forum also has working https

* Fix get_started link

* fix get_started link

Co-authored-by: James Sherratt <jdsherratt3@gmail.com>
2022-07-20 22:59:09 +01:00
titiger
1e4441e099 data was changed 2022-03-02 01:05:39 +01:00
titiger
04bd8e8038 new norse faces 2022-02-16 00:03:39 +01:00
titiger
e3af470288 Level up should not be effect boosts 2021-11-23 18:17:45 +01:00
Jammyjamjamman
3c0858318d Fix colours in endgame statistics.
Text colours where the colour wasn't explicitly set was rendering as the
previous (incorrect) colour instead of white. Now text colour is
explicitly set.
2021-11-09 21:48:38 +00:00
titiger
ae5e308a28 set meeting point for whole selection ( via icon ) 2021-10-06 23:40:18 +02:00
titiger
f344fa7fbd Fixed mixed upgrades and boosts of EP and HP regeneration 2021-09-13 22:33:47 +02:00
Jammyjamjamman
680c868aa9 FTGL required + Manjaro wx package corrected to wxgtk-common
Fixes bugs found in iss #206. Building without FTGL fails and the error
is confusing. So we'll fail at the cmake stage (suggested by andy5995).
People who don't want it can disable this at their own peril! ;-)
2021-07-14 22:28:06 +01:00
Jammyjamjamman
0e5d3a2d49 Add macos workflow
Macos workflow does not work atm, so it's commented out. But this shows
the general idea of how it should work.
2021-07-02 19:49:53 +01:00
Jammyjamjamman
367c6e61ec More improvements to actions
* Better naming for "preparing snapshot".
* Strip debug info on linux builds for artifact, to make smaller.
2021-06-20 22:56:41 +01:00
Jammyjamjamman
d18cbac6d4 Another fix to artifact generation 2021-06-20 18:00:21 +01:00
Jammyjamjamman
ecbddb4137 More fixes to artifact generation 2021-06-20 16:22:43 +01:00
Jammyjamjamman
3bf6bffa7d Continue attempting other builds, even if one fails 2021-06-20 03:38:01 +01:00
Jammyjamjamman
d357ff859e Another fix to the actions yml... 2021-06-20 02:24:13 +01:00
Jammyjamjamman
8cc3b515b4 Hopefullly last actions fix 2021-06-20 02:15:55 +01:00
Jammyjamjamman
ade0bffc37 Another actions yml fix 2021-06-20 02:14:04 +01:00
Jammyjamjamman
51cdfd8382 Fix actions yml (again) 2021-06-20 02:11:38 +01:00
Jammyjamjamman
5032f6c266 Add Linux to actions 2021-06-20 02:03:46 +01:00
Jammyjamjamman
9224a72651 Fix gh action artifacts 2021-06-18 21:24:55 +01:00
titiger
4e532db6dd Food shortage warning sound
General sound to warn about consumable resources shortage
2021-06-18 17:25:37 +02:00
Jammyjamjamman
fdf77e846e Attempt #3 to fix Github action 2021-06-18 02:03:30 +01:00
Jammyjamjamman
d48d0870f1 Another fix for Github actions 2021-06-18 01:43:59 +01:00