Timeline

Nov 18, 2022:

9:02 PM Ticket #6649 (Can't move cursor through the entire screen on Linux with GNOME and Wayland) updated by Vladislav Belov
If you're using Wayland could you add the `borderless.fullscreen = …
8:59 PM Changeset [27232] by Vladislav Belov
  • ps/trunk/source/graphics/GameView.cpp
  • ps/trunk/source/graphics/GameView.h
  • ps/trunk/source/renderer/Renderer.cpp
Moves post processing out of scene rendering to avoid framebuffer pass …
8:32 PM Changeset [27231] by Vladislav Belov
  • ps/trunk/source/ps/TaskManager.cpp
  • ps/trunk/source/ps/TaskManager.h
Remove unused members of TaskManager::Impl missed in rP25656. Patch …
8:24 PM Changeset [27230] by Vladislav Belov
  • ps/trunk/binaries/data/mods/public/gui/credits/texts/programming.json
  • ps/trunk/source/graphics/scripting/JSInterface_GameView.cpp
Add JS bindings for in game camera attributes. Patch By: edoput …
9:13 AM Changeset [27229] by autobuild
  • ps/trunk/binaries/data/l10n/long.engine.po
  • ps/trunk/binaries/data/mods/mod/l10n/de.mod-selector.po
  • ps/trunk/binaries/data/mods/mod/l10n/long.mod-selector.po
[i18n] Updated POT and PO files.
9:05 AM Ticket #6649 (Can't move cursor through the entire screen on Linux with GNOME and Wayland) updated by Stan
Milestone changed
9:05 AM Ticket #6649 (Can't move cursor through the entire screen on Linux with GNOME and Wayland) updated by Stan
Hey could you upload the logs ? See GameDataPaths and ReportingErrors. …

Nov 16, 2022:

6:13 PM Wed Nov 16 12:12:36 PM -05 2022 attached to Ticket #6653 by Gracz
Not found dependencies
6:12 PM Wed Nov 16 12:09:24 PM -05 2022 attached to Ticket #6653 by Gracz
File conflicts
5:32 PM Ticket #6653 ((0 A.D) Conflicting and missing files when trying to install OpenSUSE ...) created by Gracz
I was trying to install the dependencies for 0 A.D. on my OpenSUSE …

Nov 15, 2022:

8:21 PM Changeset [27228] by wowgetoffyourcellphone
  • ps/trunk/binaries/data/mods/public/art/actors/props/special/eyecandy/statue_aphrodite_huge.xml
  • ps/trunk/binaries/data/mods/public/art/actors/props/special/eyecandy/statue_aphrodite_huge_pedastal.xml
  • ps/trunk/binaries/data/mods/public/art/actors/props/special/eyecandy/statue_aphrodite_small.xml
Alpha 27 | Art | Improve the look of the Aphrodite statues with ao …

Nov 14, 2022:

7:39 PM Ticket #6651 (Structure Tree shouldn't fail for empty history strings) updated by Stan
Fix at …
3:05 PM Ticket #6652 (ERROR: JavaScript error: simulation/ai/common-api/utils.js line 27) updated by Stan
Duplicate of #6385?
2:38 PM metadata.json attached to Ticket #6652 by fabio
2:37 PM commands.txt attached to Ticket #6652 by fabio
2:37 PM Ticket #6652 (ERROR: JavaScript error: simulation/ai/common-api/utils.js line 27) created by fabio
While playing on 0.0.26 I got this: […]
12:53 PM Changeset [27227] by Stan
  • ps/trunk/binaries/data/mods/public/art/actors/units/han/infantry_spearman_b.xml
Make infantry_spearman_b.xml consistent with other han spearmen. …
11:19 AM Changeset [27226] by autobuild
  • ps/trunk/binaries/data/l10n/long.engine.po
  • ps/trunk/binaries/data/mods/mod/l10n/long.mod-selector.po
  • ps/trunk/binaries/data/mods/public/l10n/long.public-civilizations.po
[i18n] Updated POT and PO files.
10:34 AM Changeset [27225] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.
9:29 AM Changeset [27224] by autobuild
  • ps/trunk/binaries/data/l10n/long.engine.po
  • ps/trunk/binaries/data/mods/mod/l10n/long.mod-selector.po
  • ps/trunk/binaries/data/mods/public/l10n/en_GB.public-templates-units.po
[i18n] Updated POT and PO files.
8:37 AM Ticket #5336 (UI scale option) closed by Stan
fixed: fixed in r25966

Nov 13, 2022:

10:59 PM Ticket #6651 (Structure Tree shouldn't fail for empty history strings) created by Stan
Currently if a civilization has no history string, like for instance …
10:55 PM Changeset [27223] by Vladislav Belov
  • ps/trunk/binaries/data/mods/public/shaders/glsl/model_solid_player.fs
  • ps/trunk/binaries/data/mods/public/shaders/glsl/model_solid_player.xml
  • ps/trunk/binaries/data/mods/public/shaders/glsl/model_solid_tex.fs
Renames shaders solid_player to model_solid_player and solid_tex to …
9:46 PM Ticket #6650 (Improves DebugRenderer to receive IDeviceCommandContext as an argument) created by Vladislav Belov
Currently DebugRenderer calls g_Renderer to get the current …
8:19 PM Changeset [27222] by Vladislav Belov
  • ps/trunk/source/renderer/OverlayRenderer.cpp
Removes unused UV1 stream in OverlayRenderer and moves vertex data …

Nov 12, 2022:

7:20 PM Ticket #5259 (A method to adjust the visual scale of an actor.) updated by Stan
Description changed
7:18 PM Ticket #5336 (UI scale option) updated by Stan
Owner, Milestone changed
2:12 PM 0ad-cursor-bug.jpg attached to Ticket #6649 by Agon
Available area for cursor
2:11 PM Ticket #6649 (Can't move cursor through the entire screen on Linux with GNOME and Wayland) created by Agon
I have installed the game on my fedora machine using {{{dnf install …
7:07 AM Changeset [27221] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
[Windows] Automated build.
12:55 AM Ticket #6642 (Minimizing then remaximizing game window prevents mouse from entering ...) updated by Mercury
This is probably something to do with the snap package, it doesn't …
12:03 AM Changeset [27220] by Vladislav Belov
  • ps/trunk/binaries/data/config/default.cfg
  • ps/trunk/source/renderer/PostprocManager.cpp
  • ps/trunk/source/renderer/backend/gl/Framebuffer.cpp
Removes skycolor from GL framebuffer. Differential Revision: …

Nov 11, 2022:

6:41 PM Ticket #6648 (%(resource)s are not translated in AI private messages) created by Gurken Khan
When AIs make demands in private messages the resources are not …
4:33 PM BuildInstructions edited by Silier
(diff)
4:31 PM BuildInstructions edited by Silier
(diff)
9:14 AM Changeset [27219] by autobuild
  • ps/trunk/binaries/data/l10n/long.engine.po
  • ps/trunk/binaries/data/mods/mod/l10n/long.mod-selector.po
  • ps/trunk/binaries/data/mods/mod/l10n/tr.mod-selector.po
[i18n] Updated POT and PO files.
Note: See TracTimeline for information about the timeline view.