Timeline

Apr 8, 2021:

12:34 PM Changeset [25211] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
Fix missing return in r25206 / rP25206. Caused entities to walk to …
9:22 AM Changeset [25210] by wraitii
  • ps/trunk/binaries/data/config/default.cfg
  • ps/trunk/binaries/data/mods/public/art/actors/actor.rnc
  • ps/trunk/binaries/data/mods/public/art/actors/actor.rng
Implement quality levels for actors & corresponding setting. An actor …
8:09 AM Changeset [25209] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.
7:59 AM Ticket #5810 (For X in [Attack, Build, Gather, Heal]: Do X using cmpX instead of UnitAI.) updated by Freagarach
Description, Milestone changed
Building: r25208 Gathering: r25206 Healing: r25207
7:50 AM Changeset [25208] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Builder.js
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Builder.js
Build using Builder instead of UnitAI. Moves the building logic from …
7:40 AM Changeset [25207] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Heal.js
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Heal.js
Heal using Heal instead of UnitAI. Moves the healing logic from …
7:31 AM Ticket #4293 (Optimize the Timer calls to Unit.Gather.Gathering in UnitAI) updated by Freagarach
In 25206: […]
7:31 AM Changeset [25206] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/ResourceGatherer.js
  • ps/trunk/binaries/data/mods/public/simulation/components/TreasureCollecter.js
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
Gather using ResourceGatherer instead of UnitAI. Moves the gathering …
7:02 AM Ticket #5720 (Game crashes when the game ends where the Game Summary is supposed to be) closed by Freagarach
needsinfo: We'll need that replay.
6:58 AM Ticket #5778 (Boar runs too fast) closed by Freagarach
needsinfo
6:56 AM Ticket #5488 (Program error: gets stuck after generating the scenario and crashes) closed by Freagarach
needsinfo

Apr 7, 2021:

7:14 PM Ticket #6135 (Add trading state in UnitAI.) updated by Freagarach
Owner, Patch changed
1:56 PM summary.jpg attached to Ticket #6025 by Langbart
1:55 PM Ticket #6025 (Summary page problem with long words) updated by Langbart
Description changed
added #3684 and #3085 to the description * #3684 suggests: "The …
12:40 PM Ticket #6087 (Unloading entities from multiple turretHolders unloads merely from one.) closed by Freagarach
fixed: Fixed in r25123.
12:37 PM Ticket #6125 ('Infinite loop' of sorts in UnitAI+guarding) updated by Freagarach
Nah, the issue in 6007 is multiple entities getting hunderds of …
12:35 PM Ticket #6125 ('Infinite loop' of sorts in UnitAI+guarding) updated by wraitii
I don't think so, if I understand correctly 6007 is about multiple …
12:34 PM Ticket #6125 ('Infinite loop' of sorts in UnitAI+guarding) updated by Freagarach
So basically a duplicate of #6007?
12:30 PM Ticket #5884 (Move (remaining) Can* functions in UnitAI to their respective components.) closed by Freagarach
fixed: In r25139: Move Can*-function implementations from UnitAI to their …
10:35 AM Changeset [25205] by Stan
  • ps/trunk/source/graphics/UnitAnimation.cpp
  • ps/trunk/source/graphics/UnitAnimation.h
Fix initial animation sync. UpdateAnimationID → PickAnimationID …
9:04 AM Changeset [25204] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Trader.js
Don't store origin market in this.goods in cmpTrader. It was …
9:02 AM Changeset [25203] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
Split commit from build in cmpFoundation. Useful if e.g. a modder …
8:58 AM Ticket #5890 (Move TraderGain-helper to cmpMarket.) closed by Freagarach
fixed: In 25202: […]
8:58 AM Changeset [25202] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/GuiInterface.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Market.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Trader.js
Move trader gain to cmpMarket. Deletes the helper, since we need at …
7:23 AM Changeset [25201] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.

Apr 6, 2021:

7:57 PM Ticket #6135 (Add trading state in UnitAI.) created by Freagarach
Currently, in UnitAI trading is handled by …
7:55 PM Ticket #6134 (Don't move outside of states in UnitAI.) created by Freagarach
Some actions trigger movement when not in a moving state. That is bad. …
7:40 PM Ticket #4477 (Trade with Gaia dock) closed by Freagarach
needsinfo: Sounds like a problem with miraged entities. I can't reproduce, please …
5:20 PM Changeset [25200] by wraitii
  • ps/trunk/.arclint
Suppress CppCheck "unknown macro" lint error. Including third party …
5:11 PM Ticket #5890 (Move TraderGain-helper to cmpMarket.) updated by Freagarach
Owner, Keywords, Patch, Milestone changed
5:10 PM Ticket #3795 (Trade carts travelling between markets without carrying goods) closed by Freagarach
needsinfo: Please reopen when the issue is still here. A lot has changed in …
3:35 PM Changeset [25199] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
Some cleaning in cmpFoundation. - var -> let. - Remove some …
3:06 PM Ticket #3410 ([PATCH] Units can go through obstructions) updated by Freagarach
In 25198: […]
3:06 PM Changeset [25198] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
Only tell stuff to move from foundation when trying to commit it. It …
2:54 PM Changeset [25197] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
  • ps/trunk/binaries/data/mods/public/simulation/components/RallyPoint.js
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Foundation.js
Use transform to finish construction. Decreases duplication. …
2:51 PM Ticket #6133 (Clean Identity.js.) updated by Stan
Disagree for the former one. The language a unit speaks is definitely …
2:28 PM Changeset [25196] by wraitii
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Gate.js
Fix foundation committing following rP25182 (pushing) rP25182 added a …
2:26 PM Changeset [25195] by wraitii
  • ps/trunk/source/ps/Hotkey.cpp
Fix nopch / tiny hotkey optimisation Swap an std::set for an …
2:07 PM Ticket #6133 (Clean Identity.js.) updated by Freagarach
(One could also argue for Controllable and Deletable to not belong …
2:04 PM Ticket #6133 (Clean Identity.js.) created by Freagarach
- "<element name='Lang' a:help='Unit language for voices.'>" seems …
2:00 PM Ticket #5771 (Orders are rejected in incorrect way [UnitAI]) updated by gameboy
@wraitii Please help us !
8:39 AM Ticket #5771 (Orders are rejected in incorrect way [UnitAI]) updated by Freagarach
Owner, Status changed
I abandoned the effort. Though I think this is still needed.
7:24 AM Changeset [25194] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.

Apr 5, 2021:

9:23 AM Changeset [25193] by autobuild
  • ps/trunk/binaries/data/l10n/es.engine.po
  • ps/trunk/binaries/data/l10n/fr.engine.po
  • ps/trunk/binaries/data/mods/mod/l10n/cs.mod-selector.po
[i18n] Updated POT and PO files.
7:24 AM Alpha25 edited by Freagarach
Phab:rP25192 (diff)
7:22 AM Ticket #2577 ([PATCH] Turrets and/or sub-units) updated by Freagarach
In 25192: […]
7:22 AM Changeset [25192] by Freagarach
  • ps/trunk/binaries/data/mods/public/gui/session/unit_actions.js
  • ps/trunk/binaries/data/mods/public/simulation/components/GuiInterface.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Health.js
Allow to specify subunits on creation. This basically does two …
12:12 AM Ticket #6059 (Crash on Intel GPU with GLSL) updated by Štěpán Škorpil
Hello, I made a fresh install of version alpha 24 to my sisters laptop …
12:09 AM crashlog.2.txt attached to Ticket #6059 by Štěpán Škorpil
12:09 AM crashlog.dmp attached to Ticket #6059 by Štěpán Škorpil

Apr 4, 2021:

10:35 PM Ticket #6132 (Don't get lured by arrows from buildings while attacking.) created by nani
Steps to reproduce: 1) Make army of archers + set them in box …
10:31 PM Ticket #6131 (Do not change from current formation to "forced march" formation when ...) created by nani
At least make it optional to not have this effect.
10:28 PM Ticket #6130 (Make elephants always go in front when in box formation.) created by nani
Do not place elephants to the sides or behind.
10:32 AM Ticket #6081 (Clean Garrison-related code.) closed by Freagarach
fixed: Seems clean enough for now. Feel free to reopen if appropriate.
9:11 AM Alpha25 edited by Freagarach
Revision. (diff)
9:09 AM Alpha25 edited by Freagarach
Phab:rP25191 (diff)
8:52 AM Changeset [25191] by Freagarach
  • ps/trunk/binaries/data/mods/public/globalscripts/Templates.js
  • ps/trunk/binaries/data/mods/public/gui/common/tooltips.js
  • ps/trunk/binaries/data/mods/public/gui/reference/common/ReferencePage.js
Add Upkeep component. Adds a new component effectively handling …
8:38 AM Changeset [25190] by Freagarach
  • ps/trunk/binaries/data/mods/public/maps/scenarios/unit_pushing_test.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Cost.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
Don't pass owner to initialise a foundation. As ownership is already …
8:32 AM Ticket #6081 (Clean Garrison-related code.) updated by Freagarach
In 25189: […]
8:32 AM Changeset [25189] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/GarrisonHolder.js
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_GarrisonHolder.js
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Garrisoning.js
Use interval instead of timeout for healing in GarrisonHolder. …
7:57 AM Ticket #6128 (Units don't enter the tower) closed by Freagarach
fixed: In 25188: […]
7:57 AM Changeset [25188] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/Garrisonable.js
Fix garrison rally point when unloading. Revealed by r25139 / …
7:27 AM Changeset [25187] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.

Apr 3, 2021:

10:12 PM Changeset [25186] by wraitii
  • ps/trunk/source/gui/ObjectTypes/CInput.cpp
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/Hotkey.cpp
Further hotkey work: clear hotkeys when an input box/the console gets …
1:26 PM Ticket #6119 (Incompatible replays can be viewed via 'Summary' screen) updated by Silier
Owner, Patch changed
1:10 PM Ticket #6124 (No replays available) updated by Gaius_Claudius
Hi, No antivirus blocking the game, I've checked thoroughly. In fact …
1:00 PM Ticket #6126 (Metal mines strange appearance) updated by Silier
Component changed
9:00 AM Changeset [25185] by wraitii
  • ps/trunk/binaries/data/mods/public/maps/scenarios/unit_chasing_test.xml
  • ps/trunk/binaries/data/mods/public/maps/scenarios/unit_chasing_test_triggers.js
  • ps/trunk/source/simulation2/components/CCmpUnitMotion.h
Fix chasing after Motion Manager & Pushing. The motion manager …
7:38 AM Changeset [25184] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.
7:22 AM Ticket #6128 (Units don't enter the tower) updated by Freagarach
Component, Priority, Owner, Keywords, Patch, Type changed
7:00 AM menu_bar_atlas.gif attached to Ticket #6129 by Langbart
7:00 AM atlas.jpg attached to Ticket #6129 by Langbart
7:00 AM Ticket #6129 (Problems with Scenario Editor on macOS) created by Langbart
The recent upgrade to WXWidgets 3.1.4 on macOS introduced some …
5:35 AM Ticket #6128 (Units don't enter the tower) updated by Langbart
Description changed
added GIF
5:34 AM units_move.gif attached to Ticket #6128 by Langbart
5:34 AM Ticket #6128 (Units don't enter the tower) created by Langbart
Units no longer automatically enter the tower as they did in A24b. …

Apr 2, 2021:

8:54 PM Ticket #6081 (Clean Garrison-related code.) updated by Freagarach
Patch changed
8:54 PM Ticket #6081 (Clean Garrison-related code.) updated by Freagarach
In r25123: Technically seperate Turrets from GarrisonHolder. While …
7:01 PM Changeset [25183] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/AlertRaiser.js
Fix raising alert. After r25123 / rP25123. AllertRaiser replaced the …
6:43 PM PortA24ToA25 edited by wraitii
(diff)
6:42 PM Alpha25 edited by wraitii
rP25182 (diff)
6:35 PM Ticket #6127 (Further 'unit pushing' work) created by wraitii
Follows Phab:rP25182 There are some other improvements to pushing …
6:31 PM Tickets #3442,​5084 batch updated by wraitii
fixed: In 25182: […]
6:30 PM Changeset [25182] by wraitii
  • ps/trunk/binaries/data/mods/public/maps/scenarios/unit_pushing_test.js
  • ps/trunk/binaries/data/mods/public/maps/scenarios/unit_pushing_test.xml
  • ps/trunk/binaries/data/mods/public/simulation/components/Foundation.js
Add a simple 'pushing' logic to unit motion to improve movement. This …
4:20 PM Changeset [25181] by wraitii
  • ps/trunk/binaries/data/mods/public/gui/session/NetworkDelayOverlay.js
  • ps/trunk/binaries/data/mods/public/gui/session/NetworkDelayOverlay.xml
  • ps/trunk/source/ps/scripting/JSInterface_Game.cpp
Don't error in the network delay notifier. Differential Revision: …
4:18 PM Changeset [25180] by wraitii
  • ps/trunk/source/gui/ObjectTypes/CInput.cpp
  • ps/trunk/source/lib/input.cpp
  • ps/trunk/source/ps/CConsole.cpp
Fix console not preventing hotkeys from firing / Clean up hotkey-input …
12:33 PM metal_mines.gif attached to Ticket #6126 by Langbart
12:33 PM Ticket #6126 (Metal mines strange appearance) created by Langbart
Playing a game with the latest SVN version [25179], the appearance of …
9:24 AM Changeset [25179] by autobuild
  • ps/trunk/binaries/data/l10n/ast.engine.po
  • ps/trunk/binaries/data/l10n/cs.engine.po
  • ps/trunk/binaries/data/l10n/en_GB.engine.po
[i18n] Updated POT and PO files.
9:15 AM Changeset [25178] by Freagarach
  • ps/trunk/binaries/data/mods/public/simulation/components/TurretHolder.js
Fix allowed classes on turret points. Should use _string on init. …
8:26 AM Ticket #6067 (Can't uncheck civilisation in the map editor) updated by Stan
I just copied the commit message. What it means is that it will be …
7:23 AM Changeset [25177] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.

Apr 1, 2021:

4:51 PM Changeset [25176] by wraitii
  • ps/trunk/source/ps/Hotkey.cpp
Fix rP25169 - Mouse wheel hotkeys behaving erratically. Mouse wheel …
4:43 PM Ticket #6067 (Can't uncheck civilisation in the map editor) updated by faustinlamerde
Replying to stanislas69: > In r25108: > Properly unset …
4:42 PM Ticket #6067 (Can't uncheck civilisation in the map editor) updated by faustinlamerde
3:48 PM commands.2.txt attached to Ticket #6125 by wraitii
more minimal repro (doesn't crash though)
3:47 PM Ticket #6125 ('Infinite loop' of sorts in UnitAI+guarding) updated by wraitii
Description, Summary changed
I'm not entirely sure how the entity ends up unable to move in your OG …
2:55 PM commands.txt attached to Ticket #6125 by Freagarach
r25175
2:54 PM Ticket #6125 ('Infinite loop' of sorts in UnitAI+guarding) created by Freagarach
"INDIVIDUAL.GuardedAttacked' pushes an order to the front when the …
11:20 AM Changeset [25175] by wraitii
  • ps/trunk/binaries/data/mods/public/gui/hotkeys/HotkeysPage.js
Show non-default hotkeys that appear in JSON spec files in the hotkey …
9:26 AM Changeset [25174] by wraitii
  • ps/trunk/binaries/data/config/default.cfg
  • ps/trunk/binaries/data/mods/public/gui/manual/intro.txt
  • ps/trunk/binaries/data/mods/public/gui/session/hotkeys/misc.xml
Introduce a 'Builder' class for entities that can build structures. - …
7:25 AM Changeset [25173] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.
Note: See TracTimeline for information about the timeline view.