Age | Commit message (Expand) | Author | Files | Lines |
2015-10-01 | Split function set_reg and get_val into functions based on variable types. | Andrei Karas | 1 | -88/+144 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -221/+156 |
2015-09-24 | Fix script command checkcell without player attached. | Andrei Karas | 1 | -2/+1 |
2015-09-24 | Add bl parameter to map_searchrandfreecell and map_addflooritem. | Andrei Karas | 1 | -8/+8 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -2/+3 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -8/+8 |
2015-09-18 | Clarified intent in various side-effect assignments | Haru | 1 | -15/+15 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -0/+1 |
2015-09-06 | Fixed compilation error. | Emistry | 1 | -1/+2 |
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 1 | -1/+15 |
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 1 | -15/+1 |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 1 | -1/+15 |
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 1 | -2/+10 |
2015-08-18 | Fixed a qiget/qicheck crash in queue iterators | Haru | 1 | -2/+2 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -3/+3 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -1/+1 |
2015-08-10 | Add script interface function run_pet. It do same thing as run. | Andrei Karas | 1 | -0/+1 |
2015-08-10 | Add script interface function run_npc. It do same thing as run. | Andrei Karas | 1 | -1/+2 |
2015-08-10 | Move unequip item script function call into function script_run_item_unequip_... | Andrei Karas | 1 | -0/+17 |
2015-08-10 | Move equip item script function call into function script_run_item_equip_script. | Andrei Karas | 1 | -0/+17 |
2015-08-10 | Move use item script function call into function script_run_use_script. | Andrei Karas | 1 | -2/+19 |
2015-08-09 | Removed deprecated script command checkre | Haru | 1 | -1/+0 |
2015-08-05 | Add optional parameter to warp script command for prevent stoping npc scripts... | Andrei Karas | 1 | -1/+7 |
2015-07-15 | Follow up 98274e4 fix script command questactive warnings | Angelmelody | 1 | -5/+14 |
2015-07-08 | Update Unique ID system to match official now it cover all cash items include... | Ibrahim Hossam | 1 | -0/+12 |
2015-07-05 | Follow up 25c5a610555f442005d562ad463a4f22efb6f744 | Emistry | 1 | -1/+1 |
2015-07-05 | Added script command `showscript "<message>"{,<GID>};` | Emistry | 1 | -0/+32 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -47/+46 |
2015-06-04 | Implemented strcmp Function. | Dastgir | 1 | -0/+9 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -32/+29 |
2015-05-19 | Fixed some issues reported by coverity scan [1/3] | Haru | 1 | -0/+2 |
2015-05-18 | Removed duplicates of clif->msgtable | Haru | 1 | -1/+1 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -2/+2 |
2015-05-16 | Added charid2rid script command | Haru | 1 | -0/+18 |
2015-05-16 | Fix log10() function actually using log10. Used natural log before. | Streusel | 1 | -1/+1 |
2015-05-15 | Renamed log to log10, as it is creating errors with items called Log. | Streusel | 1 | -21/+2 |
2015-05-15 | Added floor(), ceil() and log() functions for usage in scripts. | Streusel | 1 | -10/+40 |
2015-05-08 | Deprecated command checkre(). | Haru | 1 | -1/+1 |
2015-05-08 | Removed deprecated command isday | Haru | 1 | -6/+0 |
2015-05-08 | Added support for RENEWAL constants in scripts | Haru | 1 | -0/+37 |
2015-04-25 | Merge pull request #502 from k-py/bugfix-return-getvariableofnpc | Haruna | 1 | -11/+21 |
2015-04-25 | Fixed @changesex issues on PACKETVERs that don't support per-character sex. | Haru | 1 | -7/+2 |
2015-04-22 | Minor refactoring of script function return. | Kpy! | 1 | -10/+13 |
2015-04-22 | Fix a crash condition when incorrectly using return outside the scope of a fu... | Kpy! | 1 | -1/+8 |
2015-04-21 | Fix script function return always removing references from NPC variables. | Kpy! | 1 | -1/+1 |
2015-03-15 | Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46 | shennetsind | 1 | -3/+15 |
2015-03-14 | Fixed a script function related memory leak on mapserver shutdown | Haru | 1 | -8/+6 |
2015-03-05 | Memory Slasher: Script Parser Boost | shennetsind | 1 | -17/+14 |
2015-02-28 | Skipped translations in minimal (script-checker) mode | Haru | 1 | -0/+3 |