summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Remove useless parts from .gitlab-ci.ymlr20161024Andrei Karas2-436/+64
2016-10-17Fix build on windows.Andrei Karas1-1/+1
2016-10-17Add build script.Andrei Karas1-0/+143
2016-10-17add ignore for evol plugin.Andrei Karas1-0/+1
2016-10-17add install target to make file.Andrei Karas1-0/+8
2016-10-17disable import target in make file.Andrei Karas1-5/+5
2016-10-17Add configure into ignore list.Andrei Karas1-0/+1
2016-10-17Remove configure.Andrei Karas1-10674/+0
2016-10-17Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
For usage, need copy it back.
2016-10-17Remove conf dir.Andrei Karas1152-1237367/+0
2016-10-17Remove cache dir.Andrei Karas4-32/+0
2016-10-16Merge pull request #1466 from Ridley8819/skillHaru1-0/+7
Added RG King's Grace cooldown
2016-10-16Merge pull request #1461 from 4144/fixpacketsHaru2-11/+43
Dont send packets for known unsupported client versions.
2016-10-16Merge pull request #1476 from Asheraf/documentationRidley1-0/+1
missing type at setlook documentation
2016-10-16Dont send packets for known unsupported client versions.Andrei Karas2-11/+43
Fixed packets between 20111005 to 20141022. As reference was used client packet logs from https://gitlab.com/4144/servergreps/tree/master/peek_all/packets
2016-10-16Merge pull request #1473 from Ridley8819/0hpHaru12-32/+38
Fix cases were player were executed
2016-10-16Fixes cases where player were executedRidley12-36/+42
On Aegis players set their HP to 0 by script are still alive. Since we don't want to copy this, scripts that set HP to 0 and expects the player to stay alive are changed. Additionally some scripts where changed where the HP were set to 1% instead to 1 HP and also the percentheal -100 with intended death set into close2. In megingard_seal.txt a end; was missing.
2016-10-16Constants Documentation SyncHercules.ws1-0/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-16ItemDB SQL SyncHercules.ws2-11/+11
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-16Merge pull request #1472 from Asheraf/getcharidIbrahem Hossam79-361/+368
Change *getcharid to use constants
2016-10-16Change *getcharid to use constantsAsheraf79-361/+368
2016-10-14Merge pull request #1477 from HerculesWS/memmgr-hpm-fixesAndrei Karas18-1378/+7
Fixed a memory manager crash when a memory leak occurs in a plugin
2016-10-14HPM Hooks UpdateHaru14-1374/+0
Signed-off-by: Haru <haru@dotalux.com>
2016-10-14Fixed a memory manager crash when a memory leak occurs in a pluginHaru4-4/+7
- Plugins were accidentally using the core's memory manager instead of the HPM-safe wrappers. - As a side-effect of this, plugins shall not be able to hook into the iMalloc interface. - The issue was introduced in e7c2f7d827ad286dc826e483391e64b8ffe2720b Signed-off-by: Haru <haru@dotalux.com>
2016-10-13missing type at setlook documentationAsheraf1-0/+1
2016-10-09King's Grace CDRidley1-0/+7
2016-10-08Merge pull request #1470 from 4144/fixpacketRidley1-1/+1
Fix packet id for clif_heal for packet version >= 20150513.
2016-10-08Fix packet id for clif_heal for packet version >= 20150513.Andrei Karas1-1/+1
2016-10-08Merge pull request #1463 from Ridley8819/gxquestDastgir1-0/+9
Add official quest condition for Guillotine Cross job change quest
2016-10-08Fixes wrong warp of izludeDastgir Pojee1-1/+6
2016-10-07ItemDB SQL SyncHercules.ws1-18/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-07Merge pull request #1465 from Asheraf/itemRidley1-75/+46
Fix wrong items bonus
2016-10-07Fix wrong items bonusAsheraf1-75/+46
-add white space after comma
2016-10-07Merge pull request #1464 from MishimaHaruna/variousfixesAndrei Karas21-41/+39
Build / CI improvements
2016-10-07Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and ↵Haru1-7/+10
human-reader-) friendly Signed-off-by: Haru <haru@dotalux.com>
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru7-21/+4
Signed-off-by: Haru <haru@dotalux.com>
2016-10-07Updated Xcode project to Xcode 8Haru10-10/+22
Signed-off-by: Haru <haru@dotalux.com>
2016-10-07Suppressed the superuser check in CI buildsHaru2-2/+2
- Speeds up GitLab builds by 1 minute Signed-off-by: Haru <haru@dotalux.com>
2016-10-07Improved Makefile change detectionHaru1-1/+1
- The build system's change detection is now more reliable when a new Makefile.in is added Signed-off-by: Haru <haru@dotalux.com>
2016-10-07Add official quest condition for Guillotine Cross job change questRidley1-0/+9
original commit https://github.com/rathena/rathena/commit/25c4334e8406b21a74ecbc313205ea42e9b2df50 by secretdataz
2016-10-05Merge pull request #1459 CRI should only be calculated if flag have SCB_CRIRidley1-4/+6
CRI should only be calculated if flag have SCB_CRI.
2016-10-05CRI should only be calculated if flag have SCB_CRI.Dastgir Pojee1-4/+6
Fixes #1442
2016-10-05Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-05ItemDB SQL SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-05Merge pull request #1460 from AtlantisRO/Para_Team_Mark_Ridley15-30/+68
Added support to Para_Team_Mark_ item in Eden Group
2016-10-04Added support to Para_Team_Mark_ item in Eden Group.AtlantisRO15-30/+68
2016-10-04Merge pull request #1452 from 4144/commonchecksHaru14-105/+307
Add missing checks in common directory
2016-10-04Fix warning in strlib.cAndrei Karas1-0/+1
2016-10-04Add missing checks into utils.cAndrei Karas1-6/+23
2016-10-04Add missing checks into sysinfo.cAndrei Karas1-26/+58