Age | Commit message (Expand) | Author | Files | Lines |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -78/+83 |
2012-12-28 | * Added a small portion of official Malangdo Episode scripts. | euphyy | 1 | -1/+4 |
2012-12-27 | > Follow-up r17048: | euphyy | 1 | -6/+6 |
2012-12-27 | * Implemented `useskilltopc' (tid:74685), and now if desired npcs can carry s... | momacabu | 1 | -6/+54 |
2012-12-24 | * Added missing check for riding wug in checkwug. Thanks to PcPocket! | momacabu | 1 | -1/+1 |
2012-12-23 | * Documented @refreshall (r17035), @breakguild, @hommutate (r17038). | euphyy | 1 | -1/+1 |
2012-12-23 | * Implemented @breakguild (tid:75159) and @hommutate (tid:74651). | momacabu | 1 | -2/+1 |
2012-12-23 | Dammit! The last commit wasn't supposed to be sent -_- | momacabu | 1 | -1/+1 |
2012-12-05 | - Re-committed r16986 (pid:161281). | glighta | 1 | -2/+5 |
2012-12-05 | - Re-committed r16971/trunk/src/ (tid:74924). | momacabu | 1 | -1/+42 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -13215/+13048 |
2012-11-30 | - Minor tweak in @jobchange, it will now read msg_athena.conf job names; | momacabu | 1 | -2/+5 |
2012-11-27 | Applied suggestion in tid:74775. Added script command cleanmap and cleanarea ... | momacabu | 1 | -1/+42 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -13048/+13171 |
2012-11-24 | -Fix bugreport:6751 allow noseige to be casted while under status. | glighta | 1 | -12/+12 |
2012-11-24 | Follow up to r16957 to fix an error with getcharip. | cookiecrumbs | 1 | -1/+1 |
2012-11-24 | Implemented script command getcharip (tid:69646) | cookiecrumbs | 1 | -0/+46 |
2012-11-23 | -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl... | glighta | 1 | -9/+8 |
2012-11-23 | - Temporary fix for bugreport:1023, where various 'next' buttons would pop --... | momacabu | 1 | -13/+32 |
2012-11-22 | -Adding checkweight2 and upgrading chekweight to read list of item tid:59194. | glighta | 1 | -354/+434 |
2012-11-20 | Console clean up, dropped quite a few pointless messages and modified others ... | shennetsind | 1 | -10/+11 |
2012-11-12 | -Add/upd basic documentation for script.c | glighta | 1 | -425/+485 |
2012-11-12 | -Add Homon-S skills, 1st implementation (all done except Eleanors) | glighta | 1 | -415/+415 |
2012-11-11 | - Fixed bugreport:6252. Setting variables in script e.g. "set .@var, 08;" was... | momacabu | 1 | -0/+1 |
2012-11-10 | - Modified *monster and *areamonster script commands to allow size and ai par... | momacabu | 1 | -42/+80 |
2012-11-10 | Removed include lock.h from script.c | momacabu | 1 | -1/+0 |
2012-11-07 | Fixed various quest-related script commands - including: setquest, erasequest... | cookiecrumbs | 1 | -5/+11 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -171/+171 |
2012-09-26 | Fixed bugreport:6720 fixed pvp/gvg mapflag handling by setmapflag/removemapfl... | shennetsind | 1 | -5/+32 |
2012-09-16 | Follow up r16769, initnpctimer should reset the timer. | greenboxal2 | 1 | -0/+1 |
2012-09-13 | Follow up r16738 MO_ETREMITYFIST renewal behavior. | rud0lp20 | 1 | -8/+2 |
2012-09-08 | Fixed bugreport:6428 Fixed behavior issues with script commands replacestr an... | shennetsind | 1 | -2/+2 |
2012-09-06 | Added new script command 'getrandgroupitem' as a fix for bugreport:5529, db d... | shennetsind | 1 | -0/+44 |
2012-09-03 | Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST. | rud0lp20 | 1 | -0/+9 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -4/+4 |
2012-08-22 | Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub ca... | kenpachi2k11 | 1 | -1/+1 |
2012-08-18 | Implemented Renewal Casting System. | rud0lp20 | 1 | -8/+2 |
2012-08-15 | Fixed bugreport:6446 credits to flaviojs, special thanks to Lelouch vi Britan... | shennetsind | 1 | -11/+9 |
2012-08-15 | ` Changed areawarp script command to accept two additional, yet optional, par... | xantara | 1 | -22/+52 |
2012-08-12 | Fixed bugreport:6459 yet another variable assignment fix, special thanks to j... | shennetsind | 1 | -2/+4 |
2012-08-10 | Fixed bugreport:6451, a ancient bug present r6791 which would cause any non-h... | shennetsind | 1 | -38/+34 |
2012-08-09 | Fixed bugreport:6108, getd now works as a parameter for query_sql. | xantara | 1 | -27/+13 |
2012-08-08 | Fixed replacestr | cookiecrumbs | 1 | -1/+1 |
2012-08-07 | Fixed bugreport:6428 where the count parameter of replacestr didn't allow var... | cookiecrumbs | 1 | -3/+34 |
2012-08-07 | Reverted wrong checkre() command optimization (bugreport:6426) | daegaladh | 1 | -1/+16 |
2012-08-06 | Hello World! with this commit trunk will finally be making use of the gorgeou... | shennetsind | 1 | -11/+293 |
2012-08-03 | Fixed bugreport:6402 when a menu supersedes the client's maximum length it is... | shennetsind | 1 | -17/+51 |
2012-08-03 | Modified script function 'donpcevent' as requested by Script Developer Euphy, | shennetsind | 1 | -1/+6 |
2012-08-02 | Fixed bugreport:6032 r15982's variable assignment should be fully functional ... | shennetsind | 1 | -38/+20 |
2012-08-01 | Added checks for when a homunculus class is invalid when passing through the ... | xantara | 1 | -1/+1 |