Age | Commit message (Expand) | Author | Files | Lines |
2014-12-02 | Removed jump_zero command | Haru | 2 | -23/+0 |
2014-12-02 | Merge pull request #406 from 4144/memmamanger | Haruna | 2 | -0/+4 |
2014-12-02 | Fix compilation without memory manager. | Andrei Karas | 2 | -0/+4 |
2014-12-02 | Merge pull request #392 from 4144/npcext | Haruna | 6 | -51/+141 |
2014-12-02 | Follow-up to 26cdd53, 0623d4f | Haru | 3 | -3/+3 |
2014-11-28 | Update HPM hooks. | Andrei Karas | 3 | -0/+32 |
2014-11-28 | Add function for create npc. | Andrei Karas | 3 | -46/+24 |
2014-11-27 | Fix npc->parse_unknown_object usage. | Andrei Karas | 1 | -1/+1 |
2014-11-27 | update HPM hooks. | Andrei Karas | 3 | -0/+63 |
2014-11-27 | Add function for parse or report about unknown object in parsing script file. | Andrei Karas | 2 | -3/+11 |
2014-11-27 | Add function for parse/report unknown map flag. | Andrei Karas | 2 | -2/+11 |
2014-11-26 | Cleaner display for individual classes. | Streusel | 1 | -11/+15 |
2014-11-26 | Update Fire Expansion to official formula for all level | Michieru | 3 | -20/+38 |
2014-11-26 | AIHOHAAAAAAA (!!!!) addressing susus interfacing thing overlook | shennetsind | 1 | -7/+1 |
2014-11-24 | Merge pull request #402 from GrumpyLittlePanda/master | Michieru | 1 | -1/+6 |
2014-11-24 | Correction, safetywall still consumes sp when cast on LP. | GrumpyLittlePanda | 1 | -1/+6 |
2014-11-24 | * 1st Transcendent Spirit, monster position lag fixes | Michieru | 10 | -35/+113 |
2014-11-24 | Merge pull request #396 from GrumpyLittlePanda/master | Michieru | 7 | -28/+33 |
2014-11-17 | (Bugs 5237 and 7979) | GrumpyLittlePanda | 7 | -28/+33 |
2014-11-16 | Merge pull request #395 from QQfoolsorellina/master | Haruna | 1 | -17/+26 |
2014-11-17 | Fixed char.c compilation error in MSVC <= 2012 | TungSinpei | 1 | -17/+26 |
2014-11-16 | HPM Hooks Update | Hercules.ws | 3 | -0/+62 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 118 | -5570/+5599 |
2014-11-16 | Moved mapif_s into mapif.c | Haru | 2 | -169/+171 |
2014-11-16 | Moved duel_s into duel.c | Haru | 2 | -1/+3 |
2014-11-16 | Added missing strlib->jstrescapecpy initialization | Haru | 1 | -0/+1 |
2014-11-16 | Moved strlib_s, stringbuf_s and sv_s into strlib.c | Haru | 2 | -3/+7 |
2014-11-16 | Moved sql_s into sql.c | Haru | 2 | -1/+3 |
2014-11-16 | Moved DB_s into db.c | Haru | 2 | -1/+3 |
2014-11-16 | Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core | Haru | 3 | -2/+4 |
2014-11-16 | Moved pincode settings into the interface | Haru | 3 | -42/+39 |
2014-11-16 | Moved loginif-related functions to loginif.c | Haru | 4 | -300/+308 |
2014-11-16 | Moved geoip-related functions to geoip.c | Haru | 3 | -175/+171 |
2014-11-15 | Merge pull request #389 from 4144/confplugins | Haruna | 6 | -4/+34 |
2014-11-15 | In login server move config options handling by plugins after all other handl... | Andrei Karas | 1 | -3/+2 |
2014-11-15 | In char server move config options handling by plugins into char_config_dispa... | Andrei Karas | 1 | -2/+2 |
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 |
2014-11-15 | Merge pull request #388 from 4144/charplugins | Haruna | 52 | -3648/+19492 |
2014-11-15 | Updated VisualStudio projects with the new char-server files. | Haru | 7 | -49/+145 |
2014-11-15 | Updated Xcode project with the new char-server files. | Haru | 1 | -0/+18 |
2014-11-15 | Corrected an issue in the HPMHookGen when interfaces only have one member | Haru | 7 | -19/+55 |
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 |