Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-27 | Fix possible buffer overflows with snprintf. | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Merge pull request #1790 from mekolat/channel2 | Haru | 1 | -3/+5 | |
Allow to use channelmes without attached player | |||||
2017-07-11 | merge meko/set-sd2 | gumi | 1 | -4/+5 | |
2017-07-11 | Added getcalendartime script command | KirieZ | 1 | -0/+96 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-07-11 | Added time limit parameter to setquest | KirieZ | 1 | -4/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-07-11 | Merge pull request #1788 from mekolat/type2 | Haru | 1 | -0/+64 | |
new buildin: getdatatype() | |||||
2017-07-10 | fix setting pc var on another pc | gumi | 1 | -4/+5 | |
2017-07-04 | Merge pull request #1773 from dastgir/bug/item-options | smokexyz | 1 | -6/+6 | |
Item option fixes | |||||
2017-06-28 | Fix a compile error on ARM (Raspberry Pi 3) | Haru | 1 | -8/+17 | |
According to the C specifications, va_list isn't necessarily a pointer (it can be an array of pointers, or just about anything). As such, we can't cast NULL to va_list. Fixes #1793 Related to 5fd40de233d3a897284f771338cbf8e657182261 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-06-25 | fix guild leader change in 2017 clients. Based on rathena commit: | Andrei Karas | 1 | -1/+1 | |
commit b51617cb730cdc6d91bc03df16c887a060323f3a Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 17:03:56 2017 +0200 Added support for 2017's guild leader change | |||||
2017-06-24 | make buildin_recovery more versatile | gumi | 1 | -14/+48 | |
2017-06-24 | Merge pull request #1765 from mekolat/swap2 | Haru | 1 | -4/+7 | |
fix for #1761 | |||||
2017-06-24 | Merge pull request #1775 from dastgir/bug/card_remove | Haru | 1 | -77/+43 | |
Fixes remove card bug | |||||
2017-06-24 | allow removechannelhandler to be called with attached rid | gumi | 1 | -1/+2 | |
2017-06-24 | allow addchannelhandler to be called with attached rid | gumi | 1 | -1/+2 | |
2017-06-24 | allow channelmes to be called without attached rid | gumi | 1 | -1/+1 | |
2017-06-21 | add getdatatype() buildin | gumi | 1 | -0/+64 | |
2017-06-09 | fix another memory leak introduced by 5ceccb7 | gumi | 1 | -0/+2 | |
2017-06-09 | Whitespace | Dastgir | 1 | -35/+33 | |
2017-06-09 | Fixed a bug where removing a card from successremovecards and | Dastgir | 1 | -44/+12 | |
failedremovecards were also removing item options. | |||||
2017-06-08 | Corrected Documentation of getequipoption. | Dastgir | 1 | -6/+6 | |
2017-06-05 | fix loss of reference in buildin_swap | gumi | 1 | -4/+7 | |
2017-06-05 | fix memory leak introduced by 5ceccb7 | gumi | 1 | -0/+4 | |
2017-06-03 | flag misceffect() as deprecated | gumi | 1 | -1/+1 | |
2017-06-03 | flag specialeffect2() as deprecated | gumi | 1 | -1/+1 | |
2017-06-03 | allow to use specialeffect() on any unit, and to send to any player | gumi | 1 | -10/+26 | |
2017-06-03 | Merge pull request #1684 from Smokexyz/refine-update | Haru | 1 | -8/+26 | |
Enriched refine chance correction | |||||
2017-06-03 | Merge pull request #1747 from mekolat/param2 | Haru | 1 | -8/+14 | |
patch for readparam() | |||||
2017-06-03 | Merge pull request #1753 from mekolat/string2 | Haru | 1 | -0/+38 | |
new buildins: isstr, getarrayindex | |||||
2017-06-03 | Merge pull request #1736 from mekolat/group2 | Haru | 1 | -0/+40 | |
new buildin: add_group_command | |||||
2017-06-01 | add buildin getarrayindex() | gumi | 1 | -0/+17 | |
2017-06-01 | add buildin isstr() | Andrei Karas | 1 | -0/+21 | |
2017-05-28 | add buildin add_group_command() | gumi | 1 | -0/+40 | |
2017-05-28 | flag the pow() buildin as deprecated | gumi | 1 | -1/+1 | |
2017-05-28 | add exponentiation operator | gumi | 1 | -0/+6 | |
2017-05-28 | allow to pass actual params to getparam | gumi | 1 | -8/+14 | |
2017-05-27 | Merge pull request #1722 from Smokexyz/mmo_charstatus-fix | Haru | 1 | -1/+9 | |
Dismemberment of `storage_data` from `mmo_charstatus`. | |||||
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -1/+9 | |
Remove loading and saving of storage_data through char.c Re-declaration of structure storage_data as a vector. Re-code of portions in the map-server using storage_data. A new approach is taken by saving the loaded storage data from sql into memory for the duration of the session, thereby removing the need of querying the database to re-load all items everytime a storage save routine is issued from the map-server. Saving of storage items is done through a new function that significantly reduces the number of queries compared to char_memitemdata_tosql(), and therefore run-time speed. This method potentially reduces the number of update and delete queries from MAX_STORAGE (which could be >= 600) times to literally 1. Storage items are stored in a dynamically allocated array and handled accordingly. struct mmo_charstatus size reduces by 34,800 bytes. Update pc_checkitem() with masks for item checks. `sd->state.itemcheck` has been changed to `sd->itemcheck` of type `enum pc_checkitem_types` `battle/items.conf` has been updated to reflect configuration changes. Further updates to assert a successful reception of storage data in related functions. | |||||
2017-05-21 | Refine rate correction from kRO. | smokexyz | 1 | -8/+26 | |
Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941553&curpage=1 Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941565&curpage=1 Event Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941558&curpage=1 Event Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941567&curpage=1 | |||||
2017-05-12 | add channel handler events | gumi | 1 | -0/+51 | |
2017-05-09 | Merge pull request #1699 from Jedzkie/11-SummerCostume | Haru | 1 | -0/+1 | |
Implemented Official Summer 2 Costume | |||||
2017-05-04 | Merge pull request #1717 from mekolat/vault2 | Haru | 1 | -0/+2 | |
expose the bank vault to the script engine | |||||
2017-04-29 | Merge pull request #1712 from mekolat/canuse2 | Haru | 1 | -0/+91 | |
add permission checking buildins, expose PC permission constants | |||||
2017-04-27 | Merge pull request #1711 from mekolat/checkoption2 | Haru | 1 | -8/+32 | |
allow checkoption et al to check another player | |||||
2017-04-25 | expose bank vault to the script engine | gumi | 1 | -0/+2 | |
2017-04-25 | add permission checking buildins | gumi | 1 | -0/+91 | |
add has_permission() add can_use_command() expose PC permission constants | |||||
2017-04-25 | Merge pull request #1689 from Jedzkie/2-GiantFlyWing | Haru | 1 | -58/+65 | |
Implemented official Giant Fly Wing Effect | |||||
2017-04-24 | allow checkoption et al to check another player | gumi | 1 | -8/+32 | |
2017-04-24 | Removed hard coded values on @cashmount and setcashmount. | Jedzkie | 1 | -9/+17 | |
2017-04-24 | Fix some issues in the unit controlling script commands | Haru | 1 | -110/+101 | |
- Fixes some issues detected by coverity (UDT_TYPE not working in getunitdata, invalid comparisons due to type mismatch) - Fixes some incorrect typecasts This is a follow-up to a6ca899ac (PR #1584) Signed-off-by: Haru <haru@dotalux.com> |