
* Converts labels to camelCase. * Converts labels to plural where needed. * Converts Target MobID to use the Sprite name. * Converts Rewards ItemID to use the Aegis name. * Dependents now checks for duplicate IDs. * Dependents now properly supports import methods. * Added YAMLUpgrade tool to convert previous YAML databases to new format. * Removes the unique index value for Dependent Achievement ID. * Adds support for the AG_CHATTING achievement types triggered by script (achievementupdate script command). * AG_CHATTING map type achievements are still disabled as behavior is unknown. * AG_HEAR and AG_SEE are now dropped and those achievements have been converted to AG_CHATTING. * Converts the group constants to how Aegis names them. Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
135 lines
1.5 KiB
Plaintext
135 lines
1.5 KiB
Plaintext
/autom4te.cache/output.0
|
|
/autom4te.cache/requests
|
|
/autom4te.cache/traces.0
|
|
#Global
|
|
.vscode
|
|
.Apple*
|
|
.DS_Store
|
|
.clang_complete
|
|
.local.vimrc
|
|
.ycm_extra_conf.py*
|
|
Thumbs.db
|
|
|
|
# /
|
|
/*_fifo
|
|
/*.exe
|
|
/*.exe.*
|
|
/*.ilk
|
|
/*.iobj
|
|
/*.ipdb
|
|
/*.log
|
|
/*.ncb
|
|
/*.opensdf
|
|
/*.opt
|
|
/*.pdb
|
|
/*.pid
|
|
/*.sdf
|
|
/*.stackdump
|
|
/*.suo
|
|
*.o
|
|
*.a
|
|
*.vcxproj.user
|
|
/char-server
|
|
/csv2yaml
|
|
/config.log
|
|
/config.status
|
|
/core
|
|
/enc_temp_folder
|
|
/ipch
|
|
/login-server
|
|
/Makefile
|
|
/Makefile.cache
|
|
/map-server
|
|
/mapcache
|
|
/nbproject
|
|
/yaml2sql
|
|
/yamlupgrade
|
|
|
|
# /3rdparty/libconfig/
|
|
/3rdparty/libconfig/Makefile
|
|
/3rdparty/libconfig/*.o
|
|
/3rdparty/libconfig/obj
|
|
|
|
# /3rdparty/yaml-cpp/
|
|
/3rdparty/yaml-cpp/Makefile
|
|
|
|
# /db/
|
|
/db/import
|
|
|
|
# /conf/
|
|
/conf/import
|
|
/conf/msg_conf/import
|
|
|
|
# /lib
|
|
/lib
|
|
|
|
# /log/
|
|
/log/*.log
|
|
/log/*.leaks
|
|
|
|
# /src/char/
|
|
/src/char/Makefile
|
|
/src/char/obj_sql
|
|
|
|
# /src/common/
|
|
/src/common/Makefile
|
|
/src/common/obj_all
|
|
/src/common/obj_sql
|
|
/src/common/version.hpp
|
|
|
|
# /src/custom/
|
|
/src/custom
|
|
|
|
# /src/login/
|
|
/src/login/Makefile
|
|
/src/login/obj_sql
|
|
|
|
# /src/map/
|
|
/src/map/Makefile
|
|
/src/map/obj_sql
|
|
/src/map/pcre.hpp
|
|
|
|
# /src/tool/
|
|
/src/tool/Makefile
|
|
/src/tool/obj_all
|
|
|
|
# /tools/
|
|
/tools/convert
|
|
/tools/adduser
|
|
/tools/*.exe
|
|
/tools/*.ilk
|
|
/tools/*.pdb
|
|
|
|
# Visual Studio
|
|
.vs
|
|
*.VC.db
|
|
*.VC.opendb
|
|
|
|
/.idea/.name
|
|
/.idea/misc.xml
|
|
/.idea/modules.xml
|
|
/.idea/rathena.iml
|
|
/.idea/vcs.xml
|
|
/.idea/workspace.xml
|
|
/build/
|
|
/cbuild/
|
|
|
|
# bat tools
|
|
/charserv.bat
|
|
/csv2yaml.bat
|
|
/logserv.bat
|
|
/mapcache.bat
|
|
/mapserv.bat
|
|
/runserver.bat
|
|
/serv.bat
|
|
/yaml2sql.bat
|
|
/yamlupgrade.bat
|
|
|
|
# dlls
|
|
/libmysql.dll
|
|
/pcre8.dll
|
|
/zlib.dll
|
|
|
|
# CMakeFiles
|
|
/CMakeFiles/
|