Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-24 | make buildin_recovery more versatile | gumi | 2 | -14/+50 | |
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-13 | Fixes crash when npcshopattach was called on sell shop. | Dastgir | 1 | -0/+11 | |
Fixes #1772 | |||||
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-09 | Merge pull request #1139 from SamuelHercules/WarlockCLFix | smokexyz | 1 | -1/+1 | |
Fixed Chain Lighting animation was sent in wrong flow. | |||||
2017-06-08 | Corrected Documentation of getequipoption. | Dastgir | 1 | -6/+6 | |
2017-06-06 | Fixed assert report when arrow shower(skill) was used on traps. | Dastgir | 1 | -3/+3 | |
Fixes #1676 | |||||
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 | 4 | -37/+88 | |
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 | Add packets for client 2017-05-17aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-04-05bRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-03-29dRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-03-22aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-03-15cRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-03-08bRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-02-28aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-06-03 | Add packets for client 2017-02-08aRagexeRE. | Andrei Karas | 1 | -1/+39 | |
2017-06-03 | Add shuffle packets for client 2017-01-25aRagexeRE. | Andrei Karas | 1 | -0/+37 | |
2017-06-03 | Add non shuffle packets for clients 2017-04-26dRagexeRE and 2017-05-02dRagexeRE. | Andrei Karas | 1 | -0/+15 | |
2017-06-03 | Merge pull request #1736 from mekolat/group2 | Haru | 3 | -18/+67 | |
new buildin: add_group_command | |||||
2017-06-03 | Merge pull request #1739 from mekolat/pow2 | Haru | 2 | -1/+8 | |
implementation of the exponentiation operator | |||||
2017-06-01 | add buildin getarrayindex() | gumi | 1 | -0/+17 | |
2017-06-01 | add buildin isstr() | Andrei Karas | 1 | -0/+21 | |
2017-05-30 | Fix saving of storage for non-stackable items. | smokexyz | 1 | -0/+2 | |
Thanks to @MishimaHaruna for the fix. | |||||
2017-05-30 | Merge pull request #1756 from Smokexyz/mmo_charstatus-fix | smokexyz | 1 | -0/+2 | |
Fix storage saving checks and amount update. | |||||
2017-05-30 | Fix storage saving checks and amount update. | smokexyz | 1 | -0/+2 | |
Special thanks to @MishimaHaruna for the fix. | |||||
2017-05-28 | add support for custom atcommands in can_use_command | gumi | 1 | -14/+17 | |
2017-05-28 | add buildin add_group_command() | gumi | 1 | -0/+40 | |
2017-05-28 | allow custom atcommands to have different permissions for each group | gumi | 2 | -4/+10 | |
2017-05-28 | flag the pow() buildin as deprecated | gumi | 1 | -1/+1 | |
2017-05-28 | add exponentiation operator | gumi | 2 | -0/+7 | |
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 | 12 | -157/+421 | |
Dismemberment of `storage_data` from `mmo_charstatus`. | |||||
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 12 | -157/+421 | |
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 | 4 | -37/+88 | |
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 | 3 | -0/+64 | |
2017-05-09 | Merge pull request #1699 from Jedzkie/11-SummerCostume | Haru | 7 | -63/+98 | |
Implemented Official Summer 2 Costume |