C2C SVN Changelog

11561 - v44.BETA.7822 - 2023-09-11
  • Fixed issues with game difficulty not being set correctly after loading a save, and when a player change its isHumanStatus mid game. (Toffer)
  • **Language:** Russian Translation (Qwest8K)
  • **Language:** German translations (Marco Bellmann)
  • Added CvUnitInfo caching for unitCombat canMergeSplit data. (Toffer)
  • Fixed some TXT_ERRORs in multiple languages. (Giuzy)
  • **Language:** Italian translation (Giuzy)
https://sourceforge.net/p/caveman2cosmos/code/11561
https://github.com/caveman2cosmos/Caveman2Cosmos/compare/26f8a5fbd845...803ce1ab2577
 
SVN-11562
v44.BETA.7832 - 2023-09-23
All Changes
Merge branch 'master' into release -- Toffer
Fixed text error in the message given when a unit dies in a forest fire. -- Toffer
Merge pull request [#1457](https://github.com/caveman2cosmos/Caveman2Cosmos/issues/1457) from Giuzy/Italian_translation -- Kristoffer
Merge pull request [#1458](https://github.com/caveman2cosmos/Caveman2Cosmos/issues/1458) from Qwest8K/master -- Kristoffer
Fixes translation of "Unit" -- Qwest8K
Update exeText.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update WorldBuilder_CIV4GameText.xml -- Qwest8K
Update WorldBuilder_CIV4GameText.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update WorldBuilder_CIV4GameText.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Normal units (second part), main UI (first part), traits correction, etc -- Giuzy
Update exeText.xml -- Qwest8K
Update Captives_CIV4GameText.xml -- Qwest8K
Update Captives_CIV4GameText.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update Captives_CIV4GameText.xml -- Qwest8K
Update Captives_CIV4GameText.xml -- Qwest8K
Update CIV4GameTextInfos_Cities.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update AnimalPlacing_CIV4GameText.xml -- Qwest8K
Another one Russian translation update -- Qwest8K
Merge branch 'caveman2cosmos:master' into master -- Qwest8K
Merge branch 'master' into release -- Toffer
Update exeText.xml -- Qwest8K
Update Pepper2000Terrain_CIV4GameText.xml -- Qwest8K
Another translation updates -- Qwest8K
Finished fixes for Lara Croft and Apocalypse -- Qwest8K
Merge branch 'caveman2cosmos:master' into master -- Qwest8K
Update LaraCroft_CIV4GameText.xml -- Qwest8K
Russian localization small fixes -- Qwest8K
Update Megafauna_CIV4GameText.xml -- Qwest8K
Update Traits_TB_CIV4GameText.xml -- Qwest8K
Update CIV4GameTextInfos_Cities.xml -- Qwest8K
Update exeText.xml -- Qwest8K
Update _MapEventSigns_CIV4GameText.xml -- Qwest8K
Update _LanguageIndex_CIV4GameText.xml -- Qwest8K



tl;dr translation stuff and nothing else
 
Last edited:
SVN-11564
v44.BETA.7862 - 2023-11-13

All Changes

Merge branch 'master' into release -- Toffer
Fixed issue with the "auto end turn" feature where city build popup was skipped.. -- Toffer
 
SVN-11565
v44.BETA.7872 - 2023-11-24

All Changes

Merge branch 'master' into release -- Toffer
Added some more debug and safety measures to CyPlayer::initUnit(...) -- Toffer
Fixed a couple python interface bugs, one of which caused a CTD (second had the potential to cause CTD, but can't verify if there are any spots where it actually would in practice). -- Toffer
Merge pull request [#1461](https://github.com/caveman2cosmos/Caveman2Cosmos/issues/1461) from caveman2cosmos/feature/fixPythonLoaders -- flabbert
Merge branch 'master' into feature/fixPythonLoaders -- flabbert
Added another function for bonusInfo and changed python to use that one and the opther new one flabbert made for it. -- Toffer
move include out of header file -- flabbert
refactor bonus random generation -- flabbert
add files into solution -- flabbert
create cpp file for halloffameinfo -- flabbert
remove unnecessary encapsulation -- flabbert
linting -- Gustav
uncomment imports of Cy files -- Gustav
Merge branch 'master' into feature/fixPythonLoaders -- flabbert
builds dont load -- flabbert
slowly losing will to live -- flabbert
we are doomed -- flabbert
yeah thats as far as i got today, this filesystem is doomed -- flabbert
a lot more python interface work -- flabbert
added loading of city python into a proper static class -- flabbert
 
SVN-11566
v44.BETA.7879 - 2023-11-25

All Changes

Merge branch 'master' into release -- Toffer
Code cleanup and misc minor code improvements. -- Toffer
Some code safety nitpicking. -- Toffer
Merge pull request [#1462](https://github.com/caveman2cosmos/Caveman2Cosmos/issues/1462) from dsmabell/master -- dsmabell
German translations -- Marco Bellmann
Merge pull request [#42](https://github.com/caveman2cosmos/Caveman2Cosmos/issues/42) from caveman2cosmos/master -- dsmabell

 
SVN-11567
v44.BETA.7886 - 2023-11-29

All Changes

Merge branch 'master' into release -- Toffer
Fixed a possible crashpoint at when starting scenarios -- Toffer
Some python fixes to mapscripts -- Toffer
 
SVN-11568
v44.BETA.7890 - 2023-11-29

All Changes

Merge branch 'master' into release -- Toffer
Commented out affliction related code line in Pedia.py at flabberts request. -- Toffer
 
11569 - v44.BETA.7930 - 2023-12-18
  • Fixed free promos not being applied as they should. (Toffer)
  • Fixed worldbuilder issues related to heritage (Toffer)
  • Merge branch 'heritage' (Toffer)
    • Text code tweaks (Toffer)
    • Exposed heritage to python and added heritage to pedia. (Toffer)
    • Implemented property manipulators for heritages so they are actually applied to the game. (Toffer)
    • Added GOM_HERITAGE to the GOM expression system. (Toffer)
    • Added unit AI for making heritages. (Toffer)
    • Converted some folklore buildings into heritage. (Toffer)
    • Added PrereqAndHeritage tag to CvUnitInfos. Misc unit text tweaks. (Toffer)
    • Added PrereqOrHeritage and PrereqTech tags to HeritageInfos. (Toffer)
    • Added PrereqOrHeritage to buildingInfos, misc tweaks, and fixed a bug that is also on master where player maintenance modifiers are not properly read in from saves. (Toffer)
    • Added a new game object similar to building only it isn't applied to cities directly, but to the player object. (Toffer)
  • Merge pull request #1464 from alberts8/master (Kristoffer)
    • Fixed the compilation of the Assert, Debug and Release configurations. (alberts8)
  • Fixed python error reported by SO. (Toffer)
  • Tweaked conscription and whipping code to make AI use them more conservatively. (Toffer)
  • Fixed a python error of no other consequence than throwing an exception. (Toffer)
https://sourceforge.net/p/caveman2cosmos/code/11569
https://github.com/caveman2cosmos/Caveman2Cosmos/compare/1a3b61122618...6b9bd2369ac1
 
Last edited:
11570 - v44.BETA.7944 - 2024-01-17
  • Revised bonus density options for world mapscript, added 2 new options, it now goes, 0-20-40-60-100-120-140-160 percent.. (Toffer)
  • Latest ITA translation update (Giuzy)
  • Added PrereqOrHeritage tag to unitInfo. (Toffer)
  • Converted 5 more folklore buildings into heritages. (Toffer)
  • Moved starsigns code from python to dll. (Toffer)
  • Russian localization fixes (Qwest8K)
https://sourceforge.net/p/caveman2cosmos/code/11570/
https://github.com/caveman2cosmos/Caveman2Cosmos/compare/6b9bd2369ac1...8e59cc63de01
 
11572 - v44.BETA.7960 - 2024-01-28
  • Added "Very Low Sealevel" map option, all scripts are tweaked to work with it. (Toffer)
  • Great Farmer can once again only introduce bonuses to plots where they would naturally occur. (Toffer)
    • Added new bug options called "Greater Great Farmer" which will make them function as they used to before this update. (Toffer)
  • Removed unused BUG option called "Strategic Events", and removed the "Event Image" BUG option. Also reorganized the third BUG options tab. (Toffer)
  • Converted 6 folklore buildings into heritage. (Toffer)
  • disabled python 3 unit test on commit (#1471) (MattOttawa2)
  • Deleted a function I added for logging that we don't need anymore. (#1470) (MattOttawa2)
https://sourceforge.net/p/caveman2cosmos/code/11572
https://github.com/caveman2cosmos/Caveman2Cosmos/compare/5e679b0dc001...d3be2cb845c8
 
11573 - v44.BETA.7965 - 2024-02-03
  • Fixed python bug for volcano events. (Toffer)
  • Fixed bug where turn ends automatically when it shouldn't. (Toffer)
  • Fixed a bug in CvPlayer::canBuild(...) (Toffer)
  • Removed weird rule that made events that make a unit immobile for X amount of turn invalid for units that cannot attack. (Toffer)
  • Converted 3 folklores into heritage and added pedia text to the taxonomy heritage. (Toffer)
  • Added a heritage button to the main interface HUD (does nothing yet). (Toffer)
| https://github.com/caveman2cosmos/Caveman2Cosmos/compare/d3be2cb845c8...ef11806fe716
| https://sourceforge.net/p/caveman2cosmos/code/11573
 
Top Bottom