Timeline

May 18, 2014:

7:00 PM Changeset [15160] by mimo
  • ps/trunk/binaries/data/mods/public/simulation/templates/structures/spart_gerousia.xml
fix civ in template
6:22 PM Ticket #2569 (Developer Overlay should not have a global, persistent config setting) closed by Josh
invalid: This is intended.
5:54 PM Ticket #2523 (Make skirmish entities more mod friendly) updated by sanderd17
Keywords changed
5:54 PM Ticket #2523 (Make skirmish entities more mod friendly) closed by sanderd17
fixed: In 15159: […]
5:53 PM Changeset [15159] by sanderd17
  • ps/trunk/binaries/data/mods/public/civs/athen.json
  • ps/trunk/binaries/data/mods/public/civs/brit.json
  • ps/trunk/binaries/data/mods/public/civs/cart.json
Make skirmish entities better moddable. Fixes #2523. Patch by Idanwin.
5:03 PM Ticket #2570 (Syntagma formation units have outlandish range) updated by scythetwirler
Description changed
5:02 PM timer.diff attached to Ticket #2475 by sanderd17
Test for the timer component. Results in a ~20% speed improvement in …
5:00 PM commands.txt attached to Ticket #2570 by scythetwirler
4:59 PM Ticket #2570 (Syntagma formation units have outlandish range) created by scythetwirler
See video and commands.txt. (The horse and building) …
4:46 PM output.3.diff attached to Ticket #2523 by Idanwin
4:27 PM Ticket #2569 (Developer Overlay should not have a global, persistent config setting) created by scythetwirler
If the Developer Overlay is enabled in the settings, it is …
4:24 PM Ticket #2568 (Unresponsive move/attack orders) created by scythetwirler
Orders will often go unheeded where there are circumventable …
4:20 PM Changeset [15158] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
Automated build.
4:20 PM Ticket #2567 (Training time Incorrect) created by scythetwirler
It's current faster to train two groups of 5 ptol archers than a group …
4:15 PM Ticket #2566 (Attack range inconsistent with visual) created by scythetwirler
Melee units have a much larger attack range than they appear to have; …
3:44 PM Changeset [15157] by sanderd17
  • ps/trunk/binaries/data/mods/public/simulation/components/AIInterface.js
  • ps/trunk/binaries/data/mods/public/simulation/components/AuraManager.js
  • ps/trunk/binaries/data/mods/public/simulation/components/Barter.js
Allow system components to be registered on the scripting side (so …
3:41 PM Ticket #2523 (Make skirmish entities more mod friendly) updated by Idanwin
Replying to sanderd17: > Looks very good. Just watch out …
3:25 PM Changeset [15156] by leper
  • ps/trunk/source/scriptinterface/ScriptInterface.cpp
Reenable JS warnings that were disabled in r15127.
3:25 PM Changeset [15155] by leper
  • ps/trunk/binaries/data/config/default.cfg
Update room and bot name.
2:59 PM Ticket #2565 (Egyptian ships throw stones instead of arrows) created by serveurix
All egyptian military ships throw catapult projectiles instead of …
2:39 PM Changeset [15154] by mimo
  • ps/trunk/binaries/data/mods/public/simulation/ai/petra/headquarters.js
fix previous commit
2:24 PM Modding_Guide edited by Niek
Fix a small typo (diff)
1:34 PM Changeset [15153] by mimo
  • ps/trunk/binaries/data/mods/public/simulation/ai/petra/_petrabot.js
  • ps/trunk/binaries/data/mods/public/simulation/ai/petra/army.js
  • ps/trunk/binaries/data/mods/public/simulation/ai/petra/attackManager.js
major update of Petra AI with first version of naval map support
1:21 PM Ticket #681 (Think about reserved slots in pseudo-global) updated by fabio
Milestone changed
12:50 PM Ticket #681 (Think about reserved slots in pseudo-global) updated by Yves
Component changed
12:50 PM Changeset [15152] by mimo
  • ps/trunk/binaries/data/mods/public/simulation/ai/common-api/entity.js
  • ps/trunk/binaries/data/mods/public/simulation/ai/common-api/entitycollection.js
  • ps/trunk/binaries/data/mods/public/simulation/ai/common-api/filters.js
modify AI common-api to allow fishing and minor fixes
12:48 PM Ticket #681 (Think about reserved slots in pseudo-global) closed by Yves
fixed: Indeed, this is was fixed in r14496. We don't use the approach with …
12:03 PM Ticket #2564 (Territory influence preview for buildings) updated by Tom Brewe
In addition to the territory influence it might be also a good idea to …
12:01 PM Ticket #2564 (Territory influence preview for buildings) updated by sanderd17
This would need a rewrite of the territory calculation method. As now …
11:55 AM Ticket #2564 (Territory influence preview for buildings) updated by Yves
Description changed
11:54 AM Ticket #2564 (Territory influence preview for buildings) created by Yves
It would be nice to somehow show the territory influence before you …
11:43 AM Ticket #742 (Handle JS errors properly) updated by Yves
Owner, Status changed
The way error reporting works in SpiderMonkey will change in the …
11:36 AM Ticket #445 (Script component serializability tests) updated by Yves
Owner, Status changed
11:35 AM Ticket #441 (Run the GC occasionally) updated by Yves
Owner, Status changed
I'm taking this task, but I won't do anything until we have moved to …
11:33 AM Ticket #430 (Create binary serializer debugging code) updated by Yves
Owner, Status changed
11:32 AM Ticket #419 (Binary serializer should report more helpful script error messages) updated by Yves
Status changed
11:32 AM Ticket #419 (Binary serializer should report more helpful script error messages) updated by Yves
Owner changed
11:31 AM Ticket #418 (Debug serializer should handle exceptions nicely) updated by Yves
Owner, Status changed
11:22 AM Ticket #1879 (Reliably serialize NaN values) updated by Yves
Owner, Status changed
I'm taking this ticket because I currently work with SpiderMonkey and …
10:42 AM Changeset [15151] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
Automated build.
10:22 AM Ticket #2517 ([PATCH] Register all component classes as global) updated by sanderd17
Keywords changed
10:20 AM Ticket #2517 ([PATCH] Register all component classes as global) closed by sanderd17
fixed: In 15150: […]
10:20 AM Changeset [15150] by sanderd17
  • ps/trunk/binaries/data/mods/public/simulation/components/tests/test_UnitAI.js
  • ps/trunk/source/simulation2/system/ComponentManager.cpp
  • ps/trunk/source/simulation2/system/ComponentManager.h
Mark all components as global variables and allow to re-register …
9:59 AM Changeset [15149] by sanderd17
  • ps/trunk/binaries/data/mods/public/simulation/components/Formation.js
  • ps/trunk/source/simulation2/components/CCmpUnitMotion.cpp
  • ps/trunk/source/simulation2/components/ICmpUnitMotion.cpp
Improve navigation for ship formations by setting the formation …
9:44 AM Ticket #2523 (Make skirmish entities more mod friendly) updated by sanderd17
Looks very good. Just watch out for your indentation. We use one extra …
4:41 AM Ticket #2514 (partially no image when enabling postprocessing) updated by Josh
Thanks for the video! I can confirm that enabling postprocessing while …
4:09 AM Ticket #2514 (partially no image when enabling postprocessing) updated by ViBE
I have the same problem with GeForce 610M. Please check the video: …
2:59 AM 0ad_en.PNG attached to Installing_East_Asian_Locales by kanetaka
2:55 AM 0ad.PNG attached to Installing_East_Asian_Locales by kanetaka
2:43 AM Installing_East_Asian_Locales edited by kanetaka
Fix the target field in screen shots, double quotes should enclose … (diff)
2:02 AM Ticket #2523 (Make skirmish entities more mod friendly) updated by Idanwin
Keywords changed
1:48 AM Ticket #2523 (Make skirmish entities more mod friendly) updated by Idanwin
cleaned up the code
1:47 AM output.2.diff attached to Ticket #2523 by Idanwin
12:32 AM GameDataPaths edited by historic_bruno
Adds TOC (diff)

May 17, 2014:

11:17 PM Ticket #2523 (Make skirmish entities more mod friendly) updated by Idanwin
I uploaded a diff, if someone could have a look at it.
11:11 PM output.diff attached to Ticket #2523 by Idanwin
11:06 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by Josh
I would think it would be possible to restart more parts of the render …
11:00 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by sanderd17
There are multiple settings like this (that require a restart). It …
10:55 PM Ticket #2523 (Make skirmish entities more mod friendly) updated by Idanwin
Owner, Status changed
10:46 PM Ticket #2563 (Infinite attempts to return resources in UnitAI) created by mimo
When returning resources, the nearest dropsite is chosen in UnitAI …
9:19 PM Ticket #2562 ([PATCH] Move civ JSON data to simulation\data directory) updated by historic_bruno
Description changed
9:16 PM Ticket #2562 ([PATCH] Move civ JSON data to simulation\data directory) created by historic_bruno
Currently, civilization JSON data is in the …
7:48 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by historic_bruno
myconid is no longer an active contributor.
7:35 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by Josh
I can confirm the crash. It would be nice to cc whoever implemented …
7:30 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by historic_bruno
Related: #2561
7:29 PM Ticket #2513 ([PATCH] 0ad crash when enabling "smoothing LOS" during game) updated by historic_bruno
Summary changed
7:29 PM Ticket #2561 (Changing post processing setting during game doesn't work correctly) updated by historic_bruno
Summary changed
Changing this ticket to post-proc specific, since #2513 already exists …
6:56 PM Ticket #916 ([PATCH] Spaces in paths might break SpiderMonkey build) updated by historic_bruno
Possible solutions for OS X: …
1:33 PM Ticket #2561 (Changing post processing setting during game doesn't work correctly) updated by leper
Priority, Milestone changed
10:27 AM Ticket #2561 (Changing post processing setting during game doesn't work correctly) updated by Niek
Summary changed
10:27 AM Ticket #2561 (Changing post processing setting during game doesn't work correctly) created by Niek
In alpha 16 (and the current latest SVN) changing the graphical …
4:34 AM Milestone Alpha 16 completed
Localization, Petra AI, Town Bell, Wonder Victory Condition, …
1:03 AM BuildInstructions edited by historic_bruno
Adds some notes, ticket links, and explanations for OS X Mavericks (diff)

May 16, 2014:

6:33 PM Ticket #2338 ([PATCH] Crash in FreeUPnPUrls on OS X 64-bit) updated by Josh
Keywords, Summary changed
Nevermind, after discussion on IRC it was noted that the case is …
1:43 AM Ticket #2559 (error at the launch of the game 0.a.d) updated by historic_bruno
Priority changed
We need more information - what were you doing when the game crashed? …

May 15, 2014:

10:47 PM Ticket #2560 (Unreachable animals) created by serveurix
There are two antelopes walking on an impassable slope on the Bactria …
10:03 PM LatestReleaseLinux edited by leper
Link to website like we do for Windows and OS X, leave the compilation … (diff)
9:14 PM Installing_East_Asian_Locales edited by sanderd17
change link (diff)
8:47 PM Installing_East_Asian_Locales edited by sanderd17
links (diff)
8:40 PM LatestReleaseLinux edited by leper
Alpha 16. (diff)
8:31 PM Ticket #2559 (error at the launch of the game 0.a.d) created by jeje
Much to our regret we must report the program has encountered an …
6:33 PM Ticket #2557 (Startup Error) updated by historic_bruno
Keywords, Priority, Milestone changed
5:07 PM Ticket #1010 (Error in BuildingAI FireArrows when a player with a tower is defeated) updated by leper
Milestone changed
11:32 AM Ticket #2558 ([PATCH] Crash in VFS when calling non-existing AI) created by sanderd17
I was loading the demo map for the Egyptians in the Aristeia mod …
11:26 AM Ticket #1010 (Error in BuildingAI FireArrows when a player with a tower is defeated) closed by sanderd17
worksforme
9:12 AM Ticket #2557 (Startup Error) updated by sanderd17
Also let us know what exactly you were doing when he crash appeared. …
9:07 AM Installing_East_Asian_Locales edited by sanderd17
screenshot (diff)
9:04 AM Installing_East_Asian_Locales edited by sanderd17
(diff)
2:03 AM Ticket #2557 (Startup Error) updated by scythetwirler
Hi. Can you attach the crash logs? (See ReportingErrors)
1:46 AM Ticket #2557 (Startup Error) created by Andrew Johnson
Much to our regret we must report the program has encountered an …
1:18 AM Ticket #2509 ([PATCH] Separate mod config from global config) updated by leper
Keywords, Milestone changed

May 14, 2014:

11:37 PM Ticket #2509 ([PATCH] Separate mod config from global config) closed by Itms
wontfix: Closing this after some discussions with leper on IRC. The underlying …
7:37 PM trading_range.diff attached to Ticket #2556 by sanderd17
7:35 PM Ticket #2556 ([PATCH] Don't fix trading range, but let it depend on the obstruction size) created by sanderd17
For reasons mentionned here: …
3:57 PM Ticket #2555 (Debug build broken when using system spidermonkey) updated by Yves
Some additional information here (starting around 12:19): …
3:15 PM Ticket #2553 (VFS problem with user.cfg on Windows) updated by Itms
Description changed
Sorry, it was actually mods/user/config/user.cfg. I correct the ticket.
2:52 PM Ticket #2555 (Debug build broken when using system spidermonkey) updated by Josh
Cc changed
2:52 PM Ticket #2555 (Debug build broken when using system spidermonkey) updated by Josh
Description changed
Whoops! That patch only seems to fix the build, the linker still …
2:47 PM Fix-debug.diff attached to Ticket #2555 by Josh
2:47 PM Ticket #2555 (Debug build broken when using system spidermonkey) created by Josh
Since system provided SpiderMonkey (at least on Ubuntu) does not …
1:50 PM Ticket #2553 (VFS problem with user.cfg on Windows) updated by leper
Was it mods/user/user.cfg or mods/user/config/user.cfg?
12:18 AM Ticket #2553 (VFS problem with user.cfg on Windows) created by Itms
I encountered this problem on the alpha16 rcs: my config changes were …

May 13, 2014:

4:43 PM miniupnpc_api.patch attached to Ticket #2552 by leper
cleaned up diff
8:49 AM Installing_East_Asian_Locales edited by sanderd17
(diff)
8:48 AM Installing_East_Asian_Locales created by sanderd17
8:22 AM GettingStarted edited by sanderd17
(diff)
3:59 AM fix-multiobserver.diff attached to Ticket #2529 by Josh
Fix crash by assigning new player IDs in gamesetup.
3:27 AM Fix-UPnP.diff attached to Ticket #2338 by Josh
Exit early when UPNP_GetValidIGD() returns 0.
3:23 AM upgrade-miniupnpc.diff attached to Ticket #2552 by Josh
Source changes required
3:23 AM Ticket #2552 (Upgrade miniupnpc to version 1.9) created by Josh
We should update to the newer release of miniupnp to make it easier …
1:23 AM Ticket #2551 (Fix OS X library build script to rebuild when SpiderMonkey version changes) created by historic_bruno
There's a bug in …

May 12, 2014:

8:44 PM ReleaseProcess edited by Philip Taylor
(diff)
4:04 PM Modding_Guide edited by sanderd17
(diff)
2:55 PM Adding_font_support created by sanderd17
2:25 PM Internationalization_and_Localization edited by sanderd17
(diff)
12:04 PM Ticket #2535 (Numbers appear uneven in the new fonts) updated by sanderd17
related? http://sourceforge.net/p/linuxlibertine/feature-requests/150/
3:36 AM Changeset [15148] by Yves
  • ps/trunk/source/tools/dist/build.sh
Fixes the packaging script for some changes related to l10n and …

May 11, 2014:

7:49 PM ReleaseProcess edited by sanderd17
(diff)
7:44 PM ReleaseProcess edited by Philip Taylor
(diff)
7:43 PM Changeset [15147] by philip
  • ps/trunk/source/tools/dist/build.sh
Restrict set of translations included in releases
7:28 PM ReleaseProcess edited by sanderd17
(diff)
7:07 PM ReleaseProcess edited by Philip Taylor
(diff)
6:52 PM ReleaseProcess edited by sanderd17
(diff)
6:23 PM ReleaseProcess edited by Philip Taylor
(diff)
6:15 PM Changeset [15146] by autobuild
  • ps/trunk/binaries/system/pyrogenesis.exe
  • ps/trunk/binaries/system/pyrogenesis.pdb
Automated build.
6:09 PM ReleaseProcess edited by Philip Taylor
(diff)
4:14 PM Ticket #96 ([PATCH][Atlas] Copy-and-paste of entities) updated by trompetin17
@stilz_: i saw what your patch have, but the method ObjectPreview, …
1:08 PM Ticket #2550 (Better (granular) AI difficulties) created by Raymond
The game "Sins of a Solar Empire" supports granular difficulty …
1:04 PM Ticket #2545 (Units ungarrisoned from a ship run back to the point they garrisoned) updated by mimo
The problem seems to be with the formation: when units in formation …
12:34 PM Ticket #96 ([PATCH][Atlas] Copy-and-paste of entities) updated by stilz_
@trompetin17: Preview for multiple entities at once is implemented in …
11:36 AM Changeset [15145] by sanderd17
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
Fix the out-of-world error we saw in the team game yesterday
6:10 AM Ticket #2338 ([PATCH] Crash in FreeUPnPUrls on OS X 64-bit) updated by Josh
Owner, Keywords, Summary changed
In Fix-UPnP.diff, I tried to patch the issue based on Echelon9's …
5:25 AM Changeset [15144] by JoshuaJB
  • ps/trunk/binaries/data/mods/public/art/textures/ui/global/modern/button/red-unselected-center-bottom.png
  • ps/trunk/binaries/data/mods/public/art/textures/ui/global/modern/button/red-unselected-center-center.png
  • ps/trunk/binaries/data/mods/public/art/textures/ui/global/modern/button/red-unselected-center-top.png
Move yellow modern buttons to their own style to correct naming issues …
1:40 AM Ticket #2542 (fishes on land in Ptolemies Demo map 1) closed by michael
fixed: In 15143: […]
1:40 AM Changeset [15143] by michael
  • ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Ptolemies.xml
Fixes #2542
1:35 AM Ticket #2542 (fishes on land in Ptolemies Demo map 1) updated by Mikel
should be fixed now
1:34 AM Sandbox - Ptolemies.xml.patch attached to Ticket #2542 by Mikel
a fix of the map, hope if is complete
1:03 AM Ticket #2549 ([PATCH] Add option for more detailed statistics on tooltips.) updated by Mikel
any wording and or bugs let me know ill try to fix it
1:00 AM tooltipOptions2.patch attached to Ticket #2549 by Mikel
Sorry fixed fully i hope
12:28 AM Ticket #2549 ([PATCH] Add option for more detailed statistics on tooltips.) updated by scythetwirler
Cc changed
12:23 AM tooltipOptions.patch attached to Ticket #2549 by scythetwirler
12:22 AM Ticket #2549 ([PATCH] Add option for more detailed statistics on tooltips.) created by scythetwirler
The current tooltip for units in unit-producing buildings is severely …
12:21 AM Changeset [15142] by mimo
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js
prevent weird behaviour when the ship in which we want to garrison is …
Note: See TracTimeline for information about the timeline view.