This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Unciv
Watch
1
Star
0
Fork
0
You've already forked Unciv
mirror of
https://github.com/yairm210/Unciv.git
synced
2025-02-10 02:47:24 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7b277b6b5
Unciv
/
core
/
src
/
com
/
unciv
History
Yair Morgenstern
d7b277b6b5
Memory performance improvement - don't create strings when you can instead hash the list! New ists are cheaper in-memory than new strings (only need to allocate "number of strings in list" pointers, and not "number of chars in all strings" chars)
2023-07-18 18:28:04 +03:00
..
json
Notifications architectural update (
#9605
)
2023-06-25 09:47:50 +03:00
logic
Memory performance improvement - don't create strings when you can instead hash the list! New ists are cheaper in-memory than new strings (only need to allocate "number of strings in list" pointers, and not "number of chars in all strings" chars)
2023-07-18 18:28:04 +03:00
models
Avoid built buildings (
#9806
)
2023-07-16 23:01:17 +03:00
ui
Little Promotion UX improvements (
#9808
)
2023-07-18 07:25:00 +03:00
utils
Fixed more warnings (
#9401
)
2023-05-18 10:12:33 +03:00
Constants.kt
Make mod categories curated in Json (
#9542
)
2023-06-14 09:12:24 +03:00
UncivGame.kt
Version rollout (
#9812
)
2023-07-18 18:16:06 +03:00