Age | Commit message (Expand) | Author | Files | Lines |
2012-04-21 | Added mvp tomb system. | greenboxal2 | 1 | -0/+27 |
2012-04-21 | Fixed bugreport:5586 SC_CAMOUFLAGE can be removed by using RA_CAMOUFLAGE agai... | greenboxal2 | 1 | -1/+1 |
2012-04-11 | Minor performance improvement. server no longer wastes processing time creati... | shennetsind | 1 | -15/+21 |
2012-04-11 | minor improvement on NPC parse processing | shennetsind | 1 | -13/+4 |
2012-03-19 | - Script label db now utilizes `DBMap`'s ability to store integer-type data ... | gepard1984 | 1 | -2/+2 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -18/+27 |
2012-03-09 | Code cleanup: replaced `DBIterator` function calls with macros where possible. | gepard1984 | 1 | -2/+2 |
2012-03-02 | Minor NPC code cleanup: timer labels. | gepard1984 | 1 | -72/+25 |
2012-02-29 | Some NPC code cleanup (event labels). | gepard1984 | 1 | -57/+20 |
2012-02-17 | Fixed bug with official npc idle timer thing, bugreport:5343 | shennetsind | 1 | -2/+4 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 1 | -4/+4 |
2012-01-31 | * Added display name to warps created with `@addwarp`, so their name is visi... | gepard1984 | 1 | -1/+1 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -6/+6 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -3/+3 |
2012-01-14 | Fix to progressbar exploit, bugreport:5199 | shennetsind | 1 | -0/+7 |
2012-01-14 | Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206 | shennetsind | 1 | -1/+1 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -16/+4 |
2012-01-09 | Fixed battle configs `boss_delay_spawn`, `plant_delay_spawn` and `mob_delay_s... | gepard1984 | 1 | -23/+2 |
2011-12-27 | Fixed an issue, players were able to see disabled NPCs with maya purple card.... | xazax-hun | 1 | -0/+6 |
2011-12-24 | * Merged changes up to eAthena 15040 (follow up to r15245, fixed some errors). | brianluau | 1 | -2/+1 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -10/+5 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -4/+4 |
2011-12-16 | RE cashshop fix, bugreport:4764 | shennetsind | 1 | -1/+84 |
2011-12-14 | - Fixed floating shops being accessible from any location through 3rd party p... | epoque11 | 1 | -1/+8 |
2011-12-13 | Small clarification of the error message after OnTouch trigger fail (bugrepor... | GodLesZ | 1 | -1/+1 |
2011-12-10 | - Renamed 'RRConfig' folder to 'config'. | brianluau | 1 | -2/+2 |
2011-12-06 | - Fixed undefined reference when compiling under Linux (patch for r15017) | epoque11 | 1 | -2/+2 |
2011-12-06 | - Added support for additional item information when OnSellItem is called | epoque11 | 1 | -1/+28 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -3/+41 |
2011-11-12 | * Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing cli... | ai4rei | 1 | -1/+1 |
2011-09-20 | * Applied map flag update patch provided by Daegaladh. Will mess with custom ... | L0ne_W0lf | 1 | -0/+2 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -1/+1 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -10/+10 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 1 | -4/+6 |
2011-05-17 | * Improved error reporting during monster database and spawn data reading. | ai4rei | 1 | -4/+4 |
2011-05-14 | * Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv... | ai4rei | 1 | -1/+1 |
2011-05-14 | * Some NPC event related cleaning. | ai4rei | 1 | -10/+10 |
2011-05-14 | * Fixed map-server printing deprecation message, when monster event label was... | ai4rei | 1 | -0/+8 |
2011-03-20 | * Random accumulated tweaks and fixes. | ai4rei | 1 | -2/+6 |
2011-03-15 | * Fixed monsters getting warped when stepping on an NPC warp when at least on... | ai4rei | 1 | -1/+1 |
2011-03-14 | * Fixed a typo in npc_touchnext_areanpc (NPC's map being used as it's x-coord... | ai4rei | 1 | -1/+1 |
2011-02-06 | * Fixed NPCs with closing parenthesis in their name could not be duplicated (... | ai4rei | 1 | -2/+7 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -14/+14 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -1/+1 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -2/+2 |
2010-12-23 | * Fixed server processing the sell list (deleting items and giving zeny) for ... | ai4rei | 1 | -62/+104 |
2010-12-22 | * NPC shop buy list received from the client is now validated for scripted sh... | ai4rei | 1 | -2/+8 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 1 | -4/+4 |
2010-12-21 | * Added script_setarray_pc for setting temporary character array variables ou... | ai4rei | 1 | -9/+17 |
2010-12-21 | * Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an... | ai4rei | 1 | -0/+12 |