Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-18 | Follow-up to 21442a885b1214e1b6a2f23a2553da416fb97238 | Haru | 1 | -8/+7 | |
Corrected a nullpo check in the clif_party_withdraw function (in some cases, it is acceptable for sd to be NULL -- documentation is still lacking though) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-18 | Updated project to Xcode 7 | Haru | 10 | -55/+91 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-18 | Follow-up to ba9c1cc16cb8f696a50d0ae928b6e8a19086405b | Haru | 1 | -10/+10 | |
Removed some redundant checks from atcommands (fixes a compiler warning in clang 7) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-17 | HPM Hooks Update | Hercules.ws | 3 | -0/+38 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-17 | Merge pull request #711 from dastgir/autotrade_struct | Haruna | 4 | -2/+44 | |
Autotrade Struct to HPM | |||||
2015-09-17 | Added redundancy to some SQL statements. | GammCrucis | 1 | -35/+34 | |
Closes #641 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-17 | corrected some white spaces and added missing EOL. | Frost | 32 | -418/+353 | |
Split from #558 (and added a few more corrections) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-17 | Added Configuration in enabling/disabling monster hp bar on new clients. | Frost | 5 | -13/+20 | |
Closes #558 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-17 | HPM Hooks Update | Hercules.ws | 3 | -0/+124 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-17 | Merge pull request #715 from 4144/mapchecks | Haruna | 12 | -664/+1465 | |
Add missing checks to some files in map server | |||||
2015-09-15 | Add missing checks into duel.c | Andrei Karas | 1 | -0/+12 | |
2015-09-15 | Add missing checks into clif.c | Andrei Karas | 2 | -131/+791 | |
2015-09-14 | Add missing checks into chrif.c | Andrei Karas | 1 | -4/+27 | |
2015-09-14 | Add missing checks into chat.c | Andrei Karas | 1 | -0/+10 | |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 4 | -9/+16 | |
2015-09-14 | Add missing checks into buyingstore.c | Andrei Karas | 1 | -5/+11 | |
2015-09-14 | Add missing checks into battleground.c. | Andrei Karas | 1 | -2/+20 | |
2015-09-14 | Add missing checks into battle.c. | Andrei Karas | 1 | -9/+51 | |
2015-09-14 | Add missing checks into atcommand.c | Andrei Karas | 2 | -504/+527 | |
2015-09-12 | Merge pull request #713 from 4144/pathext | Haruna | 8 | -49/+49 | |
Add to path search functions source bl for plugins usage. | |||||
2015-09-12 | Merge pull request #712 from 4144/mailchecks | Haruna | 2 | -4/+14 | |
Add extra checks into mail system. | |||||
2015-09-10 | Update HPM hooks. | Andrei Karas | 1 | -18/+18 | |
2015-09-10 | Add to path search functions source bl for plugins usage. | Andrei Karas | 7 | -31/+31 | |
2015-09-10 | Add extra checks into mail system. | Andrei Karas | 2 | -4/+14 | |
2015-09-09 | Autotrade Struct to HPM | dastgir | 4 | -2/+44 | |
2015-09-09 | Merge pull request #709 from 4144/enableleaksdetector | Haruna | 1 | -1/+1 | |
Enable in travis memory leak detection. | |||||
2015-09-08 | Enable in travis memory leak detection. | Andrei Karas | 1 | -1/+1 | |
2015-09-08 | Corrected an issue caused by ./config.status --recheck not refreshing Makefiles | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Added pre-re/re support to the pet db. Fixes #702 | Haru | 3 | -38/+151 | |
Thanks to aleprincess Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Fixed a failed assertion in skill_get_ele. Fixes #708 | Haru | 1 | -17/+20 | |
- Thanks to AnisotropicDefixation Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 7 | -7/+9 | |
- Special thanks to Dastgir Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-08 | Fixed a missing parenthesis in the Criatura Academy script. | Haru | 1 | -120/+120 | |
Also applied several minor whitespace fixes. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-07 | Fixed new line typo. | Taylor Locke | 1 | -1/+0 | |
2015-09-07 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-07 | Converted all item constants to IDs for Academy. Added missing hair coupon item. | Taylor Locke | 2 | -171/+185 | |
2015-09-07 | Fixed const name of Academy Hat in Academy script. Fixes #707. | Taylor Locke | 1 | -1/+1 | |
2015-09-05 | Moved novice_skills quests to pre-re. | Taylor Locke | 3 | -2/+4 | |
2015-09-05 | Merge pull request #697 from HerculesWS/re_start_point | Kisuka | 2 | -13/+39 | |
Added RE/Pre-RE start_point ability. | |||||
2015-09-05 | Added RE/Pre-RE start_point ability. | Taylor Locke | 2 | -13/+39 | |
2015-09-06 | ItemDB SQL Sync | Hercules.ws | 1 | -2/+5 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-09-05 | Merge pull request #696 from HerculesWS/Criatura_Academy | Kisuka | 12 | -31/+15196 | |
Episode 14.2 Criatura Academy Release. | |||||
2015-09-06 | Fixed compilation error. | Emistry | 1 | -1/+2 | |
error: ‘for’ loop initial declarations are only allowed in C99 mode | |||||
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 2 | -2/+21 | |
This reverts commit c3ce0fb9b04d4c51d632c21f24f7a348c2681bf2. | |||||
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 2 | -21/+2 | |
This reverts commit 1bd8e9d50ed6de9433c3d6ccb842491cdafcd0a1. | |||||
2015-09-05 | Episode 14.2 Criatura Academy Release. | Taylor Locke | 12 | -31/+15196 | |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 2 | -2/+21 | |
type 0 - return number of users in the waiting room and account_id list stored in $@chatmembers[] type 34 - Minimum Base Level to enter waiting room. type 35 - Maximum Base Level to enter waiting room. type 36 - Minimum Zeny to enter waiting room. | |||||
2015-09-03 | Fix quest log linking in quests/first_class/tu_merchant.txt and wrong check ↵ | KirieZ | 1 | -41/+22 | |
that was blocking players who had level 10 increase weight limit to continue the quest | |||||
2015-08-31 | Fixed issue #670 | Emistry | 1 | -3/+3 | |
Ancient Golden Decoration which is upper headgear. | |||||
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 2 | -3/+12 | |
The command will display the message on the NPC that name specified in the parameter. Useful in quest script that required a lot of different NPC to talk at the same time. Especially instances script. | |||||
2015-08-31 | Updated doc/script_commands.txt | Emistry | 1 | -4/+7 | |
isequipped() and isequippedcnt() support not only card id, but also support any item id. |