Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 118 | -5570/+5599 | |
This includes, and is not limited to: mixed or wrong indentation, excess whitespace (horizontal and vertical), misalignment, trailing spaces. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved mapif_s into mapif.c | Haru | 2 | -169/+171 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved duel_s into duel.c | Haru | 2 | -1/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Added missing strlib->jstrescapecpy initialization | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved strlib_s, stringbuf_s and sv_s into strlib.c | Haru | 2 | -3/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved sql_s into sql.c | Haru | 2 | -1/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved DB_s into db.c | Haru | 2 | -1/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core | Haru | 3 | -2/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved pincode settings into the interface | Haru | 3 | -42/+39 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved loginif-related functions to loginif.c | Haru | 4 | -300/+308 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved geoip-related functions to geoip.c | Haru | 3 | -175/+171 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Merge pull request #389 from 4144/confplugins | Haruna | 6 | -4/+34 | |
Add support for plugin parameters in different config files (before was only battle config) | |||||
2014-11-15 | In login server move config options handling by plugins after all other ↵ | Andrei Karas | 1 | -3/+2 | |
handling. | |||||
2014-11-15 | In char server move config options handling by plugins into ↵ | Andrei Karas | 1 | -2/+2 | |
char_config_dispatch. | |||||
2014-11-15 | Add support for plugin options in map server config (script.conf). | Andrei Karas | 2 | -1/+7 | |
2014-11-15 | Add support for plugin options in map server config (logs.conf). | Andrei Karas | 2 | -0/+6 | |
2014-11-15 | Add support for plugin options in map server config (inter-server.conf). | Andrei Karas | 2 | -1/+6 | |
2014-11-15 | Add support for plugin options in char server config (inter-server.conf). | Andrei Karas | 2 | -4/+8 | |
2014-11-15 | Add support for plugin options in char server config. | Andrei Karas | 2 | -1/+6 | |
2014-11-15 | Add support for plugin options in login server config. | Andrei Karas | 2 | -0/+5 | |
2014-11-15 | Follow-up to 61fc83fd7dd51e9a88ac7e6264692fcf561a37f7 | Haru | 2 | -2/+2 | |
Compatibility fix for older versions of Perl Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Merge pull request #388 from 4144/charplugins | Haruna | 52 | -3648/+19492 | |
char server plugins | |||||
2014-11-15 | Updated VisualStudio projects with the new char-server files. | Haru | 7 | -49/+145 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Updated Xcode project with the new char-server files. | Haru | 1 | -0/+18 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Corrected an issue in the HPMHookGen when interfaces only have one member | Haru | 7 | -19/+55 | |
- Fixed hooks/symbols generation for the inter_quest interface - Re-enabled strict mode Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Add missing interface initialisations in char server. | Andrei Karas | 2 | -0/+3 | |
2014-11-15 | Fix mapif interface. | Andrei Karas | 2 | -4/+4 | |
2014-11-15 | Add missing includes in HPMHooking plugin. | Andrei Karas | 1 | -0/+15 | |
2014-11-15 | regenerate HPM hooks. | Andrei Karas | 6 | -1/+13858 | |
2014-11-15 | Enable build HPM hooking plugin for char server. | Andrei Karas | 2 | -2/+2 | |
Enable char server in sample plugin. | |||||
2014-11-15 | Allow use all char server interfaces from plugins. | Andrei Karas | 1 | -1/+17 | |
2014-11-15 | Allow generate HPM hooks for all interfaces in char server. | Andrei Karas | 16 | -4/+48 | |
2014-11-15 | Fix HPM hook generation script for support new interfaces. | Andrei Karas | 1 | -1/+6 | |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 13 | -836/+834 | |
2014-11-15 | Move global variable into interface in int_pet.c | Andrei Karas | 2 | -38/+39 | |
2014-11-15 | Move global variable into interface in int_party.c | Andrei Karas | 2 | -15/+17 | |
2014-11-15 | Move global variable into interface in int_guild.c | Andrei Karas | 2 | -22/+23 | |
2014-11-15 | Move auction_db_ into interface in int_auction.c. | Andrei Karas | 2 | -13/+14 | |
2014-11-15 | Move global variable into interface in char.c | Andrei Karas | 4 | -185/+189 | |
Other variables better move to future char_config. | |||||
2014-11-15 | Add missing interface methods initialisation in char.c. | Andrei Karas | 1 | -0/+7 | |
2014-11-15 | Create geoip interface. | Andrei Karas | 5 | -29/+90 | |
2014-11-15 | Add most functions from inter.c to interfaces. | Andrei Karas | 6 | -139/+238 | |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 6 | -27/+77 | |
2014-11-15 | Add most functions from int_quest.c to interfaces. | Andrei Karas | 6 | -18/+68 | |
2014-11-15 | Add most functions from int_pet.c to interfaces. | Andrei Karas | 6 | -46/+117 | |
2014-11-15 | Add most functions from int_party.c to interfaces. | Andrei Karas | 6 | -101/+184 | |
2014-11-15 | Add most functions from int_mercenary.c to interfaces. | Andrei Karas | 6 | -33/+83 | |
2014-11-15 | Add most functions from int_mail.c to interfaces. | Andrei Karas | 7 | -54/+121 | |
2014-11-15 | Add most functions from int_homun.c to interfaces. | Andrei Karas | 6 | -38/+94 | |
2014-11-15 | Add most functions from int_guild.c to interfaces. | Andrei Karas | 6 | -167/+316 | |