Age | Commit message (Expand) | Author | Files | Lines |
2008-02-24 | Now the server will print an error message if an invalid mapflag is found dur... | ultramage | 1 | -0/+6 |
2008-02-23 | Fixed a mistake in r12232 related to char saving | ultramage | 1 | -1/+1 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 5 | -61/+45 |
2008-02-22 | Fixed @whomap not unlocking the player db (bug in r12204) | ultramage | 1 | -0/+1 |
2008-02-22 | Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct... | Lupus | 8 | -11/+11 |
2008-02-22 | Fixed 2 problems in r12223 - incorrect variable used (bugreport:1031) and a m... | ultramage | 2 | -3/+4 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 9 | -27/+42 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 23 | -625/+592 |
2008-02-20 | Changed pc_can_give_items() to use standard boolean logic instead of the inve... | ultramage | 5 | -13/+9 |
2008-02-19 | Fixed a typo in /map/clif.c (acount_id -> account_id) | L0ne_W0lf | 1 | -1/+1 |
2008-02-19 | * Forgotten update to the definition of script command 'input'. | FlavioJS | 4 | -2/+9 |
2008-02-19 | * Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999) | FlavioJS | 1 | -8/+17 |
2008-02-18 | - added LK's concentration +1 MDEF. | skotlex | 2 | -4/+8 |
2008-02-17 | - Updated Eye of Hellion to use the new format of the input command. | skotlex | 5 | -7/+21 |
2008-02-17 | Reverting r12212. As expected, Linux is incompatible. | ultramage | 1 | -0/+6 |
2008-02-17 | Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ... | ultramage | 1 | -4/+0 |
2008-02-16 | Removed some useless svn:ignore properties. | ultramage | 2 | -18/+7 |
2008-02-15 | - Fixed S. Novice bonus not dispelling when at the moment you die once. | skotlex | 1 | -1/+1 |
2008-02-15 | some compilation warning fixes | ultramage | 3 | -15/+7 |
2008-02-14 | - Some optimizations to @noks (now using a Status Change timer). | zephyrus | 4 | -22/+38 |
2008-02-14 | Removed/replaced all calls to map_getallusers (followup to r12195). | ultramage | 1 | -315/+283 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 9 | -29/+216 |
2008-02-13 | * Changes to memory manager: [FlavioJS] | FlavioJS | 2 | -31/+84 |
2008-02-13 | - Some fixes to mail system. | zephyrus | 3 | -13/+27 |
2008-02-13 | Merged memory manager updates from old jA revisions (bugreport:663) | ultramage | 1 | -305/+225 |
2008-02-12 | Fixed SQL charserver not logging char deletion correctly (see bugreport:944) | ultramage | 1 | -1/+1 |
2008-02-12 | Fixed a typo in #item preventing it from working (see r12195). | ultramage | 1 | -61/+56 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 8 | -406/+394 |
2008-02-11 | - Applied some cleanups to party.c/guild.c to ensure that direct pointers to ... | skotlex | 2 | -33/+54 |
2008-02-11 | - 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei... | skotlex | 2 | -7/+8 |
2008-02-11 | * Expanded the script command 'input': (bugreport:811) | FlavioJS | 2 | -14/+41 |
2008-02-10 | Added two missing opt2 values, for Angelus and Bleeding status. | ultramage | 3 | -159/+81 |
2008-02-10 | Fixed Warp Portal code sometimes producing errors/crashes in the case where a... | ultramage | 1 | -5/+11 |
2008-02-08 | Fixed wrong message in item group loading code (bugreport:936) | ultramage | 2 | -2/+2 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 8 | -27/+23 |
2008-02-04 | - Enabled ERS System in trunk (Let's make JetVictor dreams come true!) | zephyrus | 1 | -1/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 11 | -34/+128 |
2008-02-04 | Fixed one IRC module crash when trying to send messages when disconnected. | ultramage | 1 | -2/+2 |
2008-02-04 | - Fixed a 'typo' which made my last commit actually not fix anything (Plagiar... | skotlex | 1 | -1/+1 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 5 | -65/+51 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 4 | -0/+176 |
2008-02-03 | Added a missing client update when the mute status is manually cancelled by a GM | ultramage | 2 | -1/+6 |
2008-02-02 | Fixed npc reloading crash (bugreport:889) | ultramage | 3 | -7/+7 |
2008-02-01 | Added a missing script On-events index refresh operation after a npc is unloa... | ultramage | 1 | -0/+1 |
2008-02-01 | Fixed sql charserver crashing when mapserver is disconnected and someone does... | ultramage | 1 | -1/+1 |
2008-01-30 | Added back the GRF_PATH_FILENAME variable and commandline parameter. | ultramage | 3 | -2/+7 |
2008-01-30 | - Fixed a serious zeny exploid on scripts. Please update!! | zephyrus | 1 | -0/+3 |
2008-01-29 | - Plagiarize can no longer copy skill levels beyond their max skill_db value. | skotlex | 1 | -5/+11 |
2008-01-29 | - Modified pc_dead so that the src is passed on to the master when it is a pe... | skotlex | 1 | -15/+21 |
2008-01-29 | - Added some error reporting when a player is not found inside its guild/part... | skotlex | 2 | -0/+4 |