Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-03 | Merge pull request #2036 from Asheraf/exp-db | Haru | 3 | -185/+274 | |
Conversion of exp.txt to Libconfig | |||||
2018-06-03 | Merge pull request #2057 from 4144/pvptimer | Haru | 2 | -3/+6 | |
Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | |||||
2018-06-03 | Fix the skill element for levels above the MAX_SKILL_LEVEL | Haru | 1 | -4/+0 | |
Fixes a regression in 2b4bfa5d08931530d5c9b30af10dd58c1af14883 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-06-03 | Conversion of exp.txt to libconfig | Smokexyz | 3 | -185/+274 | |
2018-06-02 | Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | Andrei Karas | 2 | -3/+6 | |
Fixes #2056 | |||||
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 9 | -12/+144 | |
Add new *pcblock script command | |||||
2018-06-02 | Merge pull request #2055 from trojal/patch-1 | Haru | 1 | -1/+1 | |
Don't overwrite mob.range with Inherit:true | |||||
2018-06-02 | Merge pull request #2038 from 4144/msi | Haru | 11 | -86/+59385 | |
Improve msgstring table usage | |||||
2018-05-31 | Don't overwrite mob.range with Inherit:true | trojal | 1 | -1/+1 | |
Using mob_db2 and Inherit: true shouldn't override the base mob's range if it's not included. | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 71 | -71/+71 | |
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 11 | -46/+59345 | |
Also add packet version checks for used messages. | |||||
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 6 | -58/+58 | |
Also use official constant names with custom prefix in clif_messages enum. | |||||
2018-05-29 | Use enum clif_messages in functions clif_msgtable*. | Andrei Karas | 2 | -10/+10 | |
2018-05-29 | Merge pull request #1851 from mekolat/getunits2 | Haru | 1 | -19/+69 | |
Allow global unit lookups from scripts | |||||
2018-05-27 | Merge pull request #2043 from 4144/updatepackets | Haru | 5 | -8/+74 | |
Update packets | |||||
2018-05-23 | Add packet 0x0afc into packets.h | Andrei Karas | 1 | -0/+18 | |
2018-05-23 | Update shuffle packets and keys. | Andrei Karas | 4 | -8/+56 | |
2018-05-21 | add support for global lookups in buildin_getunits | gumi | 1 | -19/+69 | |
2018-05-15 | fix a wrong iterator used for mob skill db parsing | Asheraf | 1 | -4/+4 | |
2018-05-07 | Merge pull request #2027 from MishimaHaruna/sa_summonmonster | Haru | 5 | -25/+30 | |
Fix the name of monsters summoned through SA_SUMMONMONSTER | |||||
2018-05-07 | Merge pull request #1998 from Asheraf/private_airship | Haru | 9 | -3/+115 | |
Implementation of Private AirShip | |||||
2018-05-06 | Merge pull request #2030 from 4144/updatepackets | Haru | 7 | -12/+38 | |
Update packets. | |||||
2018-05-06 | Merge pull request #2028 from 4144/warnings | Haru | 4 | -16/+18 | |
Fix some possible buffer overflows. | |||||
2018-05-04 | Implementation of Private AirShip | Asheraf | 9 | -3/+115 | |
2018-05-04 | Quick Fix *getunitdata | AnnieRuru | 1 | -1/+1 | |
- this script command always return false; even it is on true condition | |||||
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 9 | -12/+144 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-05-04 | Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL. | Andrei Karas | 3 | -2/+13 | |
2018-05-04 | Assign clif->pUseSkillToPos to packet 0xaf4. | Andrei Karas | 1 | -2/+2 | |
2018-05-04 | Add shuffle and non shuffle packets for 20180425 to 20180502. | Andrei Karas | 5 | -8/+23 | |
2018-05-03 | Fix overflow in map zones. | Andrei Karas | 2 | -7/+9 | |
2018-05-02 | Fix possible buffer overflow in atcommand.c | Andrei Karas | 1 | -3/+3 | |
2018-05-02 | Fix possible wrong buffer size usage in clif.c. | Andrei Karas | 1 | -6/+6 | |
2018-05-01 | Replace "--ja--" and "--en--" with constants (source only) | Haru | 5 | -25/+29 | |
- Use `DEFAULT_MOB_NAME` instead of a literal "--en--" - Use `DEFAULT_MOB_JNAME` instead of a literal "--ja--" Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-05-01 | Fix the name of the monsters summoned by SA_SUMMONMONSTER | Haru | 1 | -1/+2 | |
- The displayed name was " --ja--" due to an extra space inside a string. - Error introduced in 2012, commit d9d3adf3fd4795bf2483ec8549ddc30e01629db Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-05-01 | Merge pull request #2019 from Asheraf/mskillconf | Haru | 3 | -209/+234 | |
Convert mob_skill_db into libconf format | |||||
2018-04-25 | Merge pull request #2023 from MishimaHaruna/remove-stat-server | Haru | 3 | -192/+5 | |
Remove stat server | |||||
2018-04-25 | Merge pull request #2022 from 4144/extend | Haru | 4 | -59/+149 | |
Refactor some functions to move MAPID_* related code into separate functions. | |||||
2018-04-25 | Merge pull request #2017 from AnnieRuru/32_delwall | Haru | 3 | -5/+12 | |
*delwall now give a friendly warning to remind non-existent wall | |||||
2018-04-23 | Move hp recover code from status_calc_pc_ into separate function. | Andrei Karas | 2 | -5/+15 | |
2018-04-23 | Move job related checks from pc_read_skill_tree into separate function. | Andrei Karas | 2 | -2/+9 | |
2018-04-23 | Move death penalty job check from pc_dead into separate function. | Andrei Karas | 2 | -2/+10 | |
2018-04-23 | Move job related code from pc_resetskill into separate function. | Andrei Karas | 2 | -14/+27 | |
2018-04-23 | Move from pc_checkbaselevelup sc start related code into separate function. | Andrei Karas | 2 | -12/+21 | |
2018-04-23 | Split pc_calc_skilltree into 3 functions. | Andrei Karas | 2 | -18/+42 | |
2018-04-23 | Split pc_delspiritball into two functions. | Andrei Karas | 2 | -5/+15 | |
Move job mask related code into pc_delspiritball_sub. | |||||
2018-04-23 | Split pc_addspiritball into two functions. | Andrei Karas | 2 | -1/+10 | |
Move job mask related code into pc_addspiritball_sub. | |||||
2018-04-23 | Merge pull request #2005 from guilherme-gm/guildskillcd | Haru | 4 | -12/+14 | |
Allow guild skills cooldown to continue when logged out | |||||
2018-04-22 | Remove the stat-reporting mechanism | Haru | 3 | -192/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-22 | Merge pull request #2021 from 4144/updatepackets | Haru | 5 | -8/+21 | |
Update packets table up to 2018-04-18 | |||||
2018-04-22 | Merge pull request #2020 from Asheraf/packets | Haru | 2 | -7/+7 | |
Enable some features for newer client versions |