Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-16 | Fixes cases where player were executed | Ridley | 12 | -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-16 | Constants Documentation Sync | Hercules.ws | 1 | -0/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-16 | ItemDB SQL Sync | Hercules.ws | 2 | -11/+11 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-16 | Merge pull request #1472 from Asheraf/getcharid | Ibrahem Hossam | 79 | -361/+368 | |
Change *getcharid to use constants | |||||
2016-10-16 | Change *getcharid to use constants | Asheraf | 79 | -361/+368 | |
2016-10-14 | Merge pull request #1477 from HerculesWS/memmgr-hpm-fixes | Andrei Karas | 18 | -1378/+7 | |
Fixed a memory manager crash when a memory leak occurs in a plugin | |||||
2016-10-14 | HPM Hooks Update | Haru | 14 | -1374/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 4 | -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-13 | missing type at setlook documentation | Asheraf | 1 | -0/+1 | |
2016-10-09 | King's Grace CD | Ridley | 1 | -0/+7 | |
2016-10-08 | Merge pull request #1470 from 4144/fixpacket | Ridley | 1 | -1/+1 | |
Fix packet id for clif_heal for packet version >= 20150513. | |||||
2016-10-08 | Fix packet id for clif_heal for packet version >= 20150513. | Andrei Karas | 1 | -1/+1 | |
2016-10-08 | Merge pull request #1463 from Ridley8819/gxquest | Dastgir | 1 | -0/+9 | |
Add official quest condition for Guillotine Cross job change quest | |||||
2016-10-08 | Fixes wrong warp of izlude | Dastgir Pojee | 1 | -1/+6 | |
2016-10-07 | ItemDB SQL Sync | Hercules.ws | 1 | -18/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-07 | Merge pull request #1465 from Asheraf/item | Ridley | 1 | -75/+46 | |
Fix wrong items bonus | |||||
2016-10-07 | Fix wrong items bonus | Asheraf | 1 | -75/+46 | |
-add white space after comma | |||||
2016-10-07 | Merge pull request #1464 from MishimaHaruna/variousfixes | Andrei Karas | 21 | -41/+39 | |
Build / CI improvements | |||||
2016-10-07 | Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and ↵ | Haru | 1 | -7/+10 | |
human-reader-) friendly Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 7 | -21/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Updated Xcode project to Xcode 8 | Haru | 10 | -10/+22 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Suppressed the superuser check in CI builds | Haru | 2 | -2/+2 | |
- Speeds up GitLab builds by 1 minute Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Improved Makefile change detection | Haru | 1 | -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-07 | Add official quest condition for Guillotine Cross job change quest | Ridley | 1 | -0/+9 | |
original commit https://github.com/rathena/rathena/commit/25c4334e8406b21a74ecbc313205ea42e9b2df50 by secretdataz | |||||
2016-10-05 | Merge pull request #1459 CRI should only be calculated if flag have SCB_CRI | Ridley | 1 | -4/+6 | |
CRI should only be calculated if flag have SCB_CRI. | |||||
2016-10-05 | CRI should only be calculated if flag have SCB_CRI. | Dastgir Pojee | 1 | -4/+6 | |
Fixes #1442 | |||||
2016-10-05 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-05 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-05 | Merge pull request #1460 from AtlantisRO/Para_Team_Mark_ | Ridley | 15 | -30/+68 | |
Added support to Para_Team_Mark_ item in Eden Group | |||||
2016-10-04 | Added support to Para_Team_Mark_ item in Eden Group. | AtlantisRO | 15 | -30/+68 | |
2016-10-04 | Merge pull request #1452 from 4144/commonchecks | Haru | 14 | -105/+307 | |
Add missing checks in common directory | |||||
2016-10-04 | Fix warning in strlib.c | Andrei Karas | 1 | -0/+1 | |
2016-10-04 | Add missing checks into utils.c | Andrei Karas | 1 | -6/+23 | |
2016-10-04 | Add missing checks into sysinfo.c | Andrei Karas | 1 | -26/+58 | |
2016-10-04 | Add missing checks into sql.c | Andrei Karas | 1 | -5/+15 | |
2016-10-04 | Add missing checks into socket.c | Andrei Karas | 1 | -9/+22 | |
2016-10-04 | Add missing checks into mutex.c | Andrei Karas | 1 | -0/+12 | |
2016-10-04 | Add missing checks into mapindex.c | Andrei Karas | 1 | -10/+25 | |
2016-10-04 | Add missing checks into grfio.c | Andrei Karas | 1 | -3/+21 | |
2016-10-04 | Add missing checks into ers.c | Andrei Karas | 1 | -5/+11 | |
2016-10-04 | Add missing checks into des.c | Andrei Karas | 1 | -0/+7 | |
2016-10-04 | Add missing checks into db.c | Andrei Karas | 1 | -10/+15 | |
2016-10-04 | Add missing checks into core.c | Andrei Karas | 1 | -9/+30 | |
2016-10-04 | Add missing checks into console.c | Andrei Karas | 1 | -11/+32 | |
2016-10-04 | Add missing checks into HPM.c | Andrei Karas | 1 | -11/+35 | |
2016-10-03 | ItemDB SQL Sync | Hercules.ws | 3 | -7/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-03 | followup 805a2b3b | Ridley | 1 | -13/+15 | |
added missing end; and parantheses | |||||
2016-10-03 | Merge pull request #1437 from Asheraf/items | Dastgir | 1 | -16/+26 | |
Fix some item bonus using wrong SkillNames | |||||
2016-10-03 | Merge pull request #1451 from gdesatrigraha/fix_item_db | Dastgir | 1 | -1/+1 | |
use mediumint for equip_locations in db2sql | |||||
2016-10-03 | Initial dimensional gap commit (#1431) | Ridley | 6 | -2/+639 | |
* Initial Dimensional Gap NPC's |