Jump to content

Search the Community

Showing results for tags 'svn'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Announcements / News
    • Introductions & Off-Topic Discussion
    • Help & Feedback
  • 0 A.D.
    • General Discussion
    • Gameplay Discussion
    • Game Development & Technical Discussion
    • Art Development
    • Game Modification
    • Project Governance
    • Testing

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


First Name


Last Name


Skype ID

Found 19 results

  1. Today I started creating a gameplay mod for the current (svn) development version of 0 A.D. “Empires Ascendant”. Although there are already multiple gameplay mods, and the aim of improving gameplay for the next alpha is not unique, this one has a different approach: each change has its own patch on https://code.wildfiregames.com/, to make it easier for the team to discuss, play-test, review, and implement them. Open gameplay balance patches available on phabricator (can also be found withhttps://code.wildfiregames.com/search/query/MwAW9pins9Vt/ ): D3565: Make all support units bribable. D3563: Make theater cheaper. D3528: Bring turnRate back to realism. D3523: Bring projectile speeds to realistic values. D3488: Lower unit movement speed. D3487: Unify unit vision range. D3486: Lower soldier vision range. D3466: Make wall turrets upgrade into proper towers. D3431: Increase ram damage D3418: Purge Battlefield Medicine. D3417: Balance pike again. D3416: Fix unlock shared dropsites requirement. D3407: Add food/researchtime cost to reformed_army / traditional_army. D3404: Make gather technologies less effective. D3392: New kush civ bonus. D3390: New cart market civ bonus. D3377: Enable cart basic infantry javelineer. D3341: Move some trainable animals to higher phases. D3319: Differentiate rams. D3318: Move will to fight technology from fortress to wonder. D3246: Increase advanced and elite and lower champion ranged attack damage. D2988: Replace corral technology. D2965: Separate chariot templates. D2956: Tweak ship costs and tweak merchant ships. D2900: Separate camels from cavalry templates. D2886: Introduce crossbowman templates. D2854: Introduce centre tech progression. D2845: Change phase bonuses. D2769: Add visible garrison points to wall towers. D2648: Make Caratacos and Maximus auras local. D2535: Remove pop cap civ bonuses. D2508: Prevent ships and siege engines from attacking fields. D2506: Allow building fields in neutral territory. D2477: Garrison units on short wall segments. D1400: Hero aura revision. D1351: Reduce cavalry gather rate. D904: Themistocle aura 1 modify. D497: Allow hunting aggressive and violent wild animals. D76: Revisit Vision (and Ranged Attack) ranges. Abandoned: Tagging everyone listed in the `balancing.json` credits file: @Acumen, @Alex, @Alexandermb, @Allen ROBOT, @alpha123, @arissa_nightblade, @bb_, @borg-, @Deiz, @elexis, @fatherbushido, @Feldfeld, @Freagarach, @Grugnas, @Hannibal_Barca, @historic_bruno, @LordGood, @Matei, @mimo, @Mythos_Ruler, @Nescio, @niektb, @Pureon, @quantumstate, @sanderd17, @scythetwirler, @Stan`, @temple, @ValihrAnt, @Wijitmaker, @wraitii. Please refrain from discussing individual changes in this forum thread; go to corresponding phabricator page instead (click on the links in the list above). To try out individual changes, just include the corresponding patch in your repository (e.g. `arc patch D888`; and `svn revert -R *` to remove them again). If you know of other small, up-to-date patches (only gameplay balancing, not art, maps, mechanics, etc.), feel free to propose them for inclusion in this list. Other feedback is also welcome.
  2. A24 was released a few weeks ago and development of A25 started with 24939. The purpose of this thread is to keep track of what patches that affect gameplay or balance are proposed or committed for the next release (A25), as this thread did for the previous (A24). Please refrain from discussing individual patches here. The correct place for that is on Phabricator ( https://code.wildfiregames.com/ ). Each entry (below) has a link to the relevant page. All open gameplay patches can also be found with https://code.wildfiregames.com/search/query/MwAW9pins9Vt/
  3. Is it just me, or is the SVN totally knackered? I can't even get a game started. It loads up a map, freezes, then spits out a flurry of error messages (including something about not being able to find the roman stables xml) freezes again, then spits out another flurry of error messages.
  4. So, in the SVN version, the construction UI will not appear if multiple units are selected.
  5. Phalanx

    Cursor

    So.... It can't draw the main cursor for the SVN version, therefore there is a constant error message. Just fyi.
  6. Phalanx

    Menu

    The menu cannot be opened in svn
  7. logs.zip multiple warnings and... no play cache deleted config deleted update last updates logs.zip
  8. Currently Prodigal Son is busy so he cannot making further improvements to the mod and currently the mod is unplayable if the templates is unmodified. So hereby i ask can i or anyone who is willing to play this mod can help Prodigal Son to make this mod playable on svn? Of course no changes on templates attributes data should be set as a principle ,only change the templates to fit the requirements of the SVN. This maintainment needs discussion so i put this topic here to let anyone who cares about the development of the mod talks here.
  9. WARNING: [ParamNode] Could not remove token 'Barracks' from node 'Classes' in 'structures/pers_stables'; not present in list nor inherited (possible typo?) ERROR: CRenderer::EndFrame: GL errors 1286 occurred WARNING: JavaScript warning: simulation/components/Fogging.js line 124 reference to undefined property this.miraged[player] WARNING: JavaScript warning: simulation/components/UnitAI.js line 4420 reference to undefined property cmpFormationUnitAI.order.data.target WARNING: JavaScript warning: simulation/components/UnitAI.js line 4425 Script value conversion check failed: v.isNumber() (got type undefined) WARNING: JavaScript warning: simulation/components/Attack.js line 308 Script value conversion check failed: v.isNumber() (got type undefined) WARNING: JavaScript warning: simulation/components/Attack.js line 312 Script value conversion check failed: v.isNumber() (got type undefined) WARNING: JavaScript warning: simulation/components/Attack.js line 308 Script value conversion check failed: v.isNumber() (got type undefined)
  10. Hello everyone, browsing yesterday's IRC logs, it appears to me more and more members of the Wildfiregames team are using a github repository for development now. This seems logical given that git is supposed to replace the current SVN-based repositories in the future. As stated in the elder git migration forum thread the 'final' git repository of 0ad will be located on the trac server. As i learned from IRC and confirmed by web search, connecting to a git repository requires an intial "cloning" which downloads the complete repository on the local machine. The problem is that operation is unforgiving: Unlike svn, any interruption of the clone operation causes git to re-start the whole download operation. Some googling shows that effect is known since 2009 and fixing it seems hard (if possible at all without breaking backward compatibility, see 3rd post of linked forum thread). So it seems unlikely this limitation will be removed in the forseeable future. Moreover, the maiority of git(hub) repositories seem rather small compared to 0AD, so there is low pressure to put efforts on it. In short: The svn-git migration might effectively lock out at least some newcomers from the project as the git clone-non-resume problem demands an initial uninterruptable download of several gigabytes (according to Philip on IRC, 2GByte at the moment). I imagine the problem will grow in the future (literally). I see at least three ways of dealing with that: Keep the current parallel SVN|git system, maybe with an auto-converter between them. If there is a way to convert existant .svn checkouts to git, a migration might be possible (git svn seems capable of resuming). Just switch off the SVN repo at day X and tell the people outside to either help themselves or go . Any comments or official statements available?
  11. i try to update my 0ad compilation, but i get this result "on command-line" svn: E000111: Unable to connect to a repository at URL 'http://svn.wildfiregames.com/public/ps/trunk' svn: E000111: Error running context: Conexión rehusada but i make a pingtest nd i get the resut that the computer is on ping svn.wildfiregames.com PING svn.wildfiregames.com (92.243.18.55) 56(84) bytes of data. 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=1 ttl=49 time=185 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=2 ttl=49 time=183 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=3 ttl=49 time=195 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=4 ttl=49 time=189 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=5 ttl=49 time=189 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=6 ttl=49 time=187 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=7 ttl=49 time=185 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=8 ttl=49 time=190 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=9 ttl=49 time=193 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=10 ttl=49 time=189 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=11 ttl=49 time=187 ms 64 bytes from complice.zaynar.co.uk (92.243.18.55): icmp_seq=12 ttl=49 time=183 ms ^C --- svn.wildfiregames.com ping statistics --- 12 packets transmitted, 12 received, 0% packet loss, time 11010ms rtt min/avg/max/mdev = 183.017/188.336/195.781/3.691 ms
  12. How i Can do a new diff file to icluded as changes in the trac. related with this ticket: and with sound attached. http://trac.wildfiregames.com/ticket/2331
  13. Just updated to SVN version 14424 and had the following errors while build was running it's tests: And here is my complete SVN update, build and test results: Edit: Played the game for a bit, didn't have any issues in-game. Edit 2: Updated SVN to 14435 and have zero build errors.
  14. After updating SVN to version 14401 and then building 0 A.D., once I reached the testing phase errors were produced. Here is my entire update OS, update SVN and build output in case there is information within which might be helpful for debugging: Edit: After going back to SVN 14391 and rebuilding the above mentioned errors have ceased.
  15. i compile 0AD from SVN! i am using Rfremix 19, but today Rfremix 20 is released, and i have a question, is possible backup my 0ad compilaton? explanation: save the 0AD compilation on a pendrive, when i installed Rfremix 20, copy the "USB version" to the computer, and for play i only need run: su -c yum install gcc-c++ python subversion zip cmake boost-devel libcurl-devel libjpeg-devel libpng-devel libvorbis-devel libxml2-devel openal-soft-devel pkgconfig SDL-devel wxGTK-devel gloox-develis it possible??? or i must get all code and compile?
  16. is posiible only delta-update the SVN downloading only the files changed???, and recompilng
  17. i play a game on 0AD "with SVN version" compilated at i/12/2013 but have a huge bug! i play the game, all goes good!, but when i try to save the game the bug appears! explanation: save the game but when i play the "saved game", the bug attacks
  18. i install the 0AD SVN! of today, but i have some bugs, Qbot only builds houses the bug is stronger on Ptolomeis and Seleucids "i put on very hardm but i only get more enemy houses
×
×
  • Create New...