Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-03-08 | * Fixed @item2 and script command 'getitem2' not taking MAX_REFINE define int... | ai4rei | 1 | -1/+1 |
2011-03-06 | * Implemented search store info system (aka. vending and buying store search)... | ai4rei | 1 | -0/+34 |
2011-03-05 | * Fixed possible crash in script_reportdata, when a script string becomes NULL. | ai4rei | 1 | -1/+8 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -0/+18 |
2011-02-14 | * Fixed a crash when script 'npctalk' is given too long string (bugreport:475... | ai4rei | 1 | -7/+7 |
2011-02-09 | * Fixed script command 'bpet' (Pet Incubator) displaying an empty egg list wh... | ai4rei | 1 | -0/+5 |
2011-02-08 | * Moved script constant manipulation code into separate functions script_get_... | ai4rei | 1 | -10/+37 |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -4/+4 |
2011-02-06 | * Replaced 'nameid < 500' checks in script commands 'countitem', 'countitem2'... | ai4rei | 1 | -35/+52 |
2011-02-06 | * Fixed closing 'switch' curly not causing script EOL processing to trigger, ... | ai4rei | 1 | -1/+3 |
2011-01-31 | * Various accumulated cleanups and fixes. | ai4rei | 1 | -3/+3 |
2011-01-16 | * Fixed a map-server crash, when a script attempts to call a local function, ... | ai4rei | 1 | -5/+26 |
2011-01-15 | * Various accumulated insignificant fixes to documentation, examples and comm... | ai4rei | 1 | -5/+2 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -11/+11 |
2011-01-10 | * Fixed script command 'cleararray' setting 1 element more, than it is told t... | ai4rei | 1 | -7/+7 |
2011-01-10 | * Made script command 'charisalpha' always return 1 when 'isaplha' is true, r... | ai4rei | 1 | -1/+1 |
2011-01-06 | * Fixed script command 'deletearray' deleting incorrect amount of array eleme... | ai4rei | 1 | -1/+2 |
2011-01-05 | * Fixed ends of statement blocks missing script EOL processing, thus causing ... | ai4rei | 1 | -9/+35 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -1/+1 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -1/+1 |
2010-12-26 | - Added missing script_pushint() in 'checkweight' that were forgotten in r14629. | brianluau | 1 | -0/+3 |
2010-12-26 | * Cleaned up script command checkweight. | ai4rei | 1 | -31/+63 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -2/+2 |
2010-12-25 | * Updated script commands delitem and delitem2. | ai4rei | 1 | -121/+189 |
2010-12-21 | * Added script_setarray_pc for setting temporary character array variables ou... | ai4rei | 1 | -0/+36 |
2010-12-21 | * Replaced in-place generation of uid of script array elements with reference... | ai4rei | 1 | -21/+21 |
2010-12-21 | * Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an... | ai4rei | 1 | -0/+32 |
2010-12-19 | * Replaced maximum script array size literals with a define (constant). | ai4rei | 1 | -11/+14 |
2010-12-18 | * Made the 'player not attached' script error also report the function it occ... | ai4rei | 1 | -0/+39 |
2010-12-17 | * Fixed a crash, when script command 'doevent' is called without an attached ... | ai4rei | 1 | -1/+8 |
2010-12-17 | * Fixed label definitions silently overwriting built-in script functions (bug... | ai4rei | 1 | -2/+2 |
2010-12-17 | * Random script engine clean-ups that have accumulated over time. | ai4rei | 1 | -8/+26 |