forked from Zematus/Worlds
-
Notifications
You must be signed in to change notification settings - Fork 0
Culture #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
CTH999
wants to merge
47
commits into
main
Choose a base branch
from
culture
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor code cleanup on Manager.cs, however more is likely to come.
Shaved off ~200 lines. Also fixed a typo in StartGuiManagerScript.cs.
Checkbox updates correctly
This is not yet complete but I wanted to commit what I have so far.
Plus slight syntax cleanup.
Only 1000000 more to go
…ing low survivability
* Initializing with 0 to avoid NullReferenceException * Using claner operators
WAS*D* and *D*ebug were both on assigned to D on the keyboard E overlays debug now
Added a two-color debug map view for a clearer view of the world land: white water: violet-blueish Only selectable when the dev mode is activated
First time playing I confused the exit button for an exit menu button which made me close the game a few times. "Quit" should be a bit clearer
Toolbar disappears while using brush
Added links
New button "Restart World" in the main menu deletes basically everything (I dont know if I am missing something) and the user returns to mode selection. The button cannot be pressed in editor mode. Saving and loading work and the simulation seems to work seemlessly fine after resetting. Had to change UnsetNeighborProminencesFromGroup() in PolityProminence so all groups could be deleted at once
2 new map modes: "Formation Date" under Polity Data & "Human Arrival" under Debug The only problem is that as the simulation goes on, the color differences between the cells disappears, but this problem is unsolvable as theres only that many colors in a slice of the rgb color spectrum
Language and region overlays show population of selected language/region. Also made the region overview a bit less cluttered
ResetWorld bug
I "deactivated" the ToPseudoLogaritmicScale01 method for now
brought in the fix by @chahuistle for issue 327. I'll double check it, but it should work
This is mergeing in the commit which increased the unity version, just to make life easier
This updates unity in another location, the reason being to make this branch get updated seperately
Transfered in the ethnicities by @Zematus
This transfers in some of the changes done by @Denormos, as, well, they made changes more recently, and it probally contains some good stuff
For some reason, enhancments doesn't want to acept this addition. So, this will be used to make it compatible
transfor in the modified minor adjustments branch that was made compatible
As the enhancments appear to be primarily format assisting, and that's always a good thing, I transfered them into here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring in some of the culture features? Maybe?