
* Implemented official pet evolution system * Added evolved pets to pet database * Corrected various pet system mechanics * Migrated pet database to YAML format and the converter from CSV format Thanks to @Lemongrass3110 @aleos89 and @Atemo for their suggestions and additional fixes
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
* text=auto
|
|
*.cpp diff=cpp
|
|
*.yml diff
|
|
*.sln merge=union
|
|
*.vcproj merge=union
|
|
*.vcxproj merge=union
|
|
*.sln text eol=crlf
|
|
*.bat text eol=crlf
|
|
athena-start text eol=lf
|
|
configure text eol=lf
|
|
configure.in text eol=lf
|
|
Makefile text eol=lf
|
|
Makefile.in text eol=lf
|
|
*.sh text eol=lf
|