Age | Commit message (Expand) | Author | Files | Lines |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 1 | -3/+5 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -24/+2 |
2012-01-18 | Reorganized picklog functions a bit to reuse some common code. | gepard1984 | 1 | -2/+2 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 1 | -5/+2 |
2012-01-17 | - Updates to script_commands.txt, and added svn:keywords property. | brianluau | 1 | -1/+1 |
2012-01-12 | ubuntu's gcc 4.6x warning fix, bugreport:5232 credits to gepard | shennetsind | 1 | -4/+8 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -61/+16 |
2012-01-04 | fixed grouprandomitem to always create unidentified items, bugreport:2802 | shennetsind | 1 | -4/+4 |
2011-12-31 | Added 4 new all-handy script functions; special thanks to KeyWorld! | shennetsind | 1 | -2/+67 |
2011-12-25 | Fixed setting and removing restricted mapflags. bugreport:4119 | xazax-hun | 1 | -3/+15 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -37/+16 |
2011-12-23 | ` Fixed MF_BATTLEGROUND by Toshiro, bugreport:5150 | xantara | 1 | -1/+1 |
2011-12-17 | - Fixed pet.c not checking log_config.enable_logs setting. [lighta] | brianluau | 1 | -1/+1 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -26/+26 |
2011-12-14 | - Fixed floating shops being accessible from any location through 3rd party p... | epoque11 | 1 | -0/+3 |
2011-12-13 | * Merged changes up to eAthena 15033. | eathenabot | 1 | -1/+2 |
2011-12-13 | - Fixed rand() script command not allowing a range of over 32767 on several s... | epoque11 | 1 | -0/+4 |
2011-12-13 | Added error message if a script tries to access an instance variable while no... | GodLesZ | 1 | -1/+4 |
2011-12-12 | - Added support for multi-line messages when using mes; | epoque11 | 1 | -2/+66 |
2011-12-12 | Fixing the last buildbot warning; should brian be happy, we'll open champagne | shennetsind | 1 | -1/+1 |
2011-12-10 | - Renamed 'RRConfig' folder to 'config'. | brianluau | 1 | -2/+2 |
2011-12-09 | Renewal Mode DEF calc fixed (can go over 127 now), bugreport:5110 | shennetsind | 1 | -5/+5 |
2011-12-09 | - Added ToastOfDoom's String Commands Package. (tid:53411, topic:204976) | brianluau | 1 | -0/+802 |
2011-12-06 | getmapflag() fix by Kenpachi (bugreport:5097) | shennetsind | 1 | -109/+114 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -9/+173 |
2011-11-28 | * Fixed removing item scripts through script command *setitemscript not worki... | ai4rei | 1 | -2/+2 |
2011-10-16 | * Changed function-like macros into inline functions where it seemed appropri... | ai4rei | 1 | -2/+10 |
2011-09-20 | * Applied map flag update patch provided by Daegaladh. Will mess with custom ... | L0ne_W0lf | 1 | -1/+5 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -1/+1 |
2011-09-01 | Fixed 'getitem' documentation typo (stating the optional 3rd argument is char... | ultramage | 1 | -2/+2 |
2011-08-11 | - Oh, forgot to make unitwarp support the mapname "this" | Skotlex | 1 | -1/+8 |
2011-08-10 | - Commiting a bunch of cleanups piled up from the past few weeks/months/years. | Skotlex | 1 | -23/+31 |
2011-07-09 | * Added script command 'getmercinfo' for retrieving information about a merce... | ai4rei | 1 | -0/+57 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -2/+2 |
2011-05-30 | * Fixed script command 'warpguild' looking for an attached player even when i... | ai4rei | 1 | -7/+6 |
2011-05-30 | * Fixed script command 'warpparty' looking for an attached player even when i... | ai4rei | 1 | -7/+6 |
2011-05-29 | * Updated script commands 'npcshopitem', 'npcshopadditem' and 'npcshopdelitem... | ai4rei | 1 | -3/+3 |
2011-05-23 | * Changed enumerating defines into enumerations (related topic:264007). | ai4rei | 1 | -3/+7 |
2011-05-22 | - Fixed a typo in eA Job System documentation. | brianluau | 1 | -1/+1 |
2011-05-14 | * Some NPC event related cleaning. | ai4rei | 1 | -3/+3 |
2011-05-14 | * Fixed map-server printing deprecation message, when monster event label was... | ai4rei | 1 | -3/+11 |
2011-05-14 | * Random accumulated bits and pieces. | ai4rei | 1 | -1/+1 |
2011-05-08 | * Script command 'query_logsql' now throws a warning when SQL logs are disabl... | ai4rei | 1 | -0/+7 |
2011-05-08 | * Updated/revised description of instance-related script commands (bugreport:... | ai4rei | 1 | -2/+2 |
2011-04-16 | * Some cleanups related to player and monster states. | ai4rei | 1 | -6/+6 |
2011-04-06 | - Changed 'specialeffect' when <send_target> is SELF, it will display the eff... | brianluau | 1 | -2/+12 |
2011-04-06 | * Improved changes to script command 'waitingroom' from r14772. | ai4rei | 1 | -38/+13 |
2011-04-06 | * Fixed script command 'warpwaitingpc' not checking, whether or not the playe... | ai4rei | 1 | -5/+33 |
2011-04-05 | - Completed L0ne's 2007 request for 'waitingroom' to support required zeny an... | Kisuka | 1 | -41/+17 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -1/+1 |