Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-14 | add ignore for evol plugin. | Andrei Karas | 1 | -0/+1 | |
2016-08-14 | Hide area packets from hidden players/gms. | Andrei Karas | 1 | -1/+7 | |
2016-08-14 | Allow sell items to market shop. | Andrei Karas | 1 | -1/+1 | |
2016-08-14 | Add missing checks into script.c (incomplete) | Andrei Karas | 1 | -10/+77 | |
2016-08-14 | Add missing checks into quest.c | Andrei Karas | 1 | -0/+9 | |
2016-08-14 | Add missing checks into pet.c | Andrei Karas | 1 | -2/+23 | |
2016-08-14 | Add missing checks into pc_groups.c | Andrei Karas | 1 | -0/+7 | |
2016-08-14 | Merge pull request #1396 from Emistry/on_pc_event | Haru | 3 | -0/+12 | |
Enable @b/joblvl trigger OnPCLvUpEvent | |||||
2016-08-14 | HPM Hooks Update | Hercules.ws | 2 | -8/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-08-14 | Update pc_steal_coin parameter | Emistry | 3 | -8/+9 | |
Added skill_lv as parameter to *pc_steal_coin() Closes #1395 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-13 | Added atcommand config | Emistry | 3 | -2/+11 | |
Based on @Lemongrass3110's commit https://github.com/rathena/rathena/commit/9157318ee9939728b8d332a5668c13d4ad0a6f8b: Added a configuration to enable the atcommands baselevel and joblevel to trigger their respective npc events. This will help you guys with testing your custom scripts that are listening to OnPCBaseLvUpEvent or OnPCJobLvUpEvent. For safety reasons we only trigger the events on level increase. | |||||
2016-08-10 | Enable @b/joblvl trigger OnPCLvUpEvent | Emistry | 1 | -0/+3 | |
- OnPCBaseLvUpEvent - OnPCJobLvUpEvent | |||||
2016-08-10 | Fix login and char servers null pointer access if packet handler in plugin ↵ | Andrei Karas | 2 | -2/+8 | |
initiate server termination. | |||||
2016-07-31 | Clean up hercules.ws leftovers | hemagx | 1 | -1/+1 | |
Closes #1379 | |||||
2016-07-25 | Added a missing entry into messages.conf and added some comments where ↵ | epuncker | 10 | -68/+58 | |
missing, ref #1282 | |||||
2016-07-19 | Add skill atributes for allow moving while casting skill. | Andrei Karas | 5 | -32/+58 | |
New SkillInfo attributes: FreeCastReduced - allow move while casting with slowdown FreeCastNormal - allow move while casting with normal speed | |||||
2016-07-17 | If build bot enabled, show error message in ShowConfigWarning. | Andrei Karas | 1 | -0/+4 | |
2016-07-17 | Improve a bit performance in bl_getall_area. | Andrei Karas | 1 | -27/+73 | |
2016-07-17 | Removed Leftover of skill_db.txt | Dastgir | 1 | -7/+0 | |
2016-07-14 | HPM Hooks Update | Hercules.ws | 2 | -53/+53 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-14 | Merge pull request #1361 from HerculesWS/coverity-fixes | Andrei Karas | 14 | -166/+138 | |
Fixed various issues reported by coverity | |||||
2016-07-14 | Fixes warp facing direction. | KirieZ | 4 | -1/+11 | |
Fixes #1240 Closes #1353 as merged | |||||
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 4 | -48/+25 | |
Fixes several -Wsign-compare issues Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to ↵ | Haru | 3 | -14/+14 | |
min_level and max_level Fixes several -Wsign-compare issues Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Changed map_session_data::change_level_2nd and ↵ | Haru | 3 | -27/+25 | |
map_session_data::change_level_3rd to int Fixes several -Wsign-compare issues Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 10 | -59/+57 | |
Fixes several -Wsign-compare issues Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Changed various functions to take a const sd | Haru | 2 | -11/+11 | |
- Affected functions: pc->nextbaseex(), pc->nextjobexp(), pc->thisbaseexp(), pc->thisjobexp(), pc->readparam() - Fixes an accidental '+=' in pc->readparam() due to copy-paste failure, detected thanks to the const enforcement (luckily it had no current ill effects, since the value was 0) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take ↵ | Haru | 3 | -18/+19 | |
const sd Removes some FIXME (and continues a chain reaction) Fixes some of the many -Wsign-compare warnings Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Fixed Coverity CID 150315: Integer overflowed argument | Haru | 2 | -14/+14 | |
Fixes a possible unsigned underflow (and changes the type of some unnecessarily unsigned variables to signed, such as pc->max_level[][]) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-14 | Fixed Coverity CID 150316: Copy into fixed size buffer | Haru | 1 | -7/+5 | |
Fixes a buffer overflow Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-13 | HPM Hooks Update | Hercules.ws | 4 | -19/+19 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-14 | Simplify clif_skillcasting and rename to clif_useskill. | Andrei Karas | 3 | -5/+6 | |
2016-07-13 | Add missing includes into HPM. | Andrei Karas | 3 | -0/+10 | |
2016-07-12 | HPM Hooks Update | Hercules.ws | 4 | -0/+201 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-12 | Extract some code from battle_calc_damage into battle_calc_pc_damage. | Andrei Karas | 2 | -24/+36 | |
2016-07-12 | Add into skill.c some handling for unknown skills/skill units. | Andrei Karas | 4 | -76/+66 | |
Also improve a bit cast end functions call. | |||||
2016-07-12 | HPM Hooks Update | Haru | 7 | -0/+253 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Various changes to the grfio interface | Haru | 3 | -189/+332 | |
Mostly stylistic changes. Cleaned up documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Dropped unnecessary typedefs from grfio | Haru | 1 | -24/+26 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Interface grfio.c | hemagx | 7 | -30/+57 | |
2016-07-12 | HPM Hooks Update | Haru | 15 | -1/+1089 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Various changes to the thread interface | Haru | 3 | -117/+136 | |
Mostly stylistic changes. Cleaned up documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Removed unnecessary typedefs from thread and spinlock | Haru | 6 | -78/+91 | |
- SPIN_LOCK -> struct spin_lock - rAthread -> struct thread_handle - rAthreadProc -> threadFunc - RATHREAD_PRIO -> enum thread_priority - RAT_PRIO_LOW -> THREADPRIO_LOW - RAT_PRIO_NORMAL -> THREADPRIO_NORMAL - RAT_PRIO_HIGH -> THREADPRIO_HIGH - RA_THREADS_MAX -> THREADS_MAX Signed-off-by: Haru <haru@dotalux.com> fixupthread | |||||
2016-07-12 | Corrected some compiler warnings in test_spinlock | Haru | 1 | -1/+1 | |
2016-07-12 | Interface thread.c | hemagx | 7 | -141/+176 | |
2016-07-12 | HPM Hooks Update | Haru | 15 | -0/+800 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Various changes to the random interface | Haru | 2 | -26/+76 | |
Mostly stylistic changes. Cleaned up documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Interface random.c | hemagx | 7 | -48/+82 | |
2016-07-12 | HPM Hooks Update | Haru | 15 | -0/+984 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Various changes to the mutex interface | Haru | 2 | -51/+70 | |
Mostly stylistic changes. Cleaned up documentation. Signed-off-by: Haru <haru@dotalux.com> |