Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2017-04-23 | Implemented official Giant Fly Wing Effect | Jedzkie | 1 | -58/+65 | |
Update the *warpparty script commmand, credits to Dastgir Coding-style fixes & whitespace adjustments in warpparty part in script.c | |||||
2017-04-23 | Merge pull request #1584 from Smokexyz/master | Haru | 1 | -0/+1600 | |
Implementation of unit controlling script commands. | |||||
2017-04-19 | Implemented Official Summer 2 Costume | Jedzkie | 1 | -0/+1 | |
Added summer2_ignorepalette configuration | |||||
2017-04-13 | add missing _pc in set_reg | gumi | 1 | -4/+4 | |
2017-04-12 | fix 1b0d3bd "add getvariableofpc() buildin" | gumi | 1 | -1/+0 | |
2017-04-12 | fix a16fbb3 "allow character and account variables to reference another ↵ | gumi | 1 | -26/+139 | |
registry" | |||||
2017-04-11 | Fixes a minor typo in buildin_setequipoption | smokexyz | 1 | -2/+2 | |
Related to the order of the arguments. | |||||
2017-04-09 | Merge pull request #1598 from Smokexyz/IRO | Haru | 1 | -2/+243 | |
Implementation of Item Options System. | |||||
2017-04-09 | Merge pull request #1657 from mekolat/getunits2 | Haru | 1 | -0/+100 | |
add getunits() buildin | |||||
2017-04-08 | add getunits() buildin | gumi | 1 | -0/+100 | |