Age | Commit message (Expand) | Author | Files | Lines |
2008-01-11 | * Added Veins town NPCs, mail box, and second guide. | L0ne_W0lf | 10 | -93/+123 |
2008-01-11 | Patched a mistake in r12043 that caused inter-server connection problems when... | ultramage | 2 | -0/+2 |
2008-01-11 | Applied Skotlex's alternative to r12044 (abracadabra fix) | ultramage | 1 | -9/+6 |
2008-01-11 | - Implemented the extra damage bonus to TK_JUMPKICK when it is used while run... | skotlex | 3 | -5/+13 |
2008-01-11 | - Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes. | skotlex | 3 | -3/+11 |
2008-01-10 | - Fixed getmonsterinfo to return "null" when returning the name of a non-exis... | skotlex | 9 | -28/+45 |
2008-01-10 | Fix to the sql files, password column length must be 32, to store md5 hashes =_= | ultramage | 2 | -2/+2 |
2008-01-10 | Fixed Abracadabra unable to cast non-targeted skills (bugreport:186) | ultramage | 2 | -9/+16 |
2008-01-10 | Another round of login server cleaning | ultramage | 11 | -449/+412 |
2008-01-10 | - Removed 'skill_steal_type' from skill.conf as said config no longer exists. | skotlex | 8 | -36/+44 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 10 | -17/+35 |
2008-01-08 | More official Cursed Abbey spawns | Playtester | 2 | -22/+112 |
2008-01-08 | Added missing session auth checks to charserver. | ultramage | 3 | -14/+31 |
2008-01-08 | - Made the pc reg variables receive a const char* as the argument, since they... | skotlex | 7 | -11/+14 |
2008-01-08 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12031 5... | reddozen | 2 | -0/+8 |
2008-01-08 | Added missing code to log main chat messages sent by whispering to main_chat_... | ultramage | 2 | -0/+8 |
2008-01-07 | Corrected "Enlarge Weight LImit R" typo (bugreport:647) | ultramage | 1 | -75/+75 |
2008-01-06 | - Fixed Overthrust's timer not being able to be refreshed when recasting it (... | skotlex | 5 | -8/+18 |
2008-01-06 | Corrected a TXT compilation problem caused by r12023 (mail system code is not... | ultramage | 1 | -4/+9 |
2008-01-06 | Extended the id range for npcs, now [400,700) will also be treated as NPC obj... | ultramage | 3 | -3/+5 |
2008-01-06 | Expanded the poor "npc_touch_areanpc : some bug" with info about which cell e... | ultramage | 3 | -8/+9 |
2008-01-06 | - Fixed a visual itemdupple bug on mail system. | zephyrus | 5 | -1/+20 |
2008-01-06 | Cleaned up mob_once_spawn() and mob_once_spawn_area(). | ultramage | 5 | -88/+121 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 26 | -187/+147 |
2008-01-06 | * Fixed a little Error with a label on Hall Of Fame. (bugreport:722) | samuray22 | 4 | -17/+29 |
2008-01-06 | * Added job_knt to nomemo, no return & noteleport mapflags. | samuray22 | 4 | -1/+5 |
2008-01-05 | Corrected one place belonging to the no-stacking mod that I missed when doing... | ultramage | 2 | -6/+17 |
2008-01-05 | * Updated Kunlun NPCs and warps. | L0ne_W0lf | 14 | -2252/+2411 |
2008-01-04 | Fixed a bad allocation line, which in my case resulted in trashing several in... | ultramage | 1 | -1/+1 |
2008-01-04 | Fixed a typo in r12008 causing server crashes when sending the fake npc packet. | ultramage | 1 | -2/+4 |
2008-01-04 | Waterball code cleanup (see bugreport:707) | ultramage | 1 | -40/+28 |
2008-01-04 | Fixed a mistake in r11991 that let knockback work through walls | ultramage | 2 | -2/+3 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 11 | -177/+182 |
2008-01-04 | - Fixed clif_sendfakenpc not being updated for PACKETVER 9 | skotlex | 1 | -7/+13 |
2008-01-04 | - Fixed Music Lesson's effect on Assassin Cross of Sunset. | skotlex | 3 | -2/+6 |
2008-01-03 | Changes to reduce the number of map cell types | ultramage | 7 | -51/+23 |
2008-01-03 | Fixed npc unloading not clearing NPC touch cells (bugreport:595). | ultramage | 2 | -14/+3 |
2008-01-03 | Map cell mechanism rewrite | ultramage | 6 | -198/+280 |
2008-01-03 | Moved extra junk from map_addblock/map_delblock to where it logically belongs... | ultramage | 5 | -49/+63 |
2008-01-03 | Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de... | ultramage | 5 | -203/+104 |
2008-01-01 | * Corrected some delitems in Kyel Hyre Quest. (bugreport:690) | samuray22 | 4 | -8/+16 |
2007-12-31 | * Fixed a crash in txt char-servers that the memory manager was hiding. onlin... | FlavioJS | 2 | -4/+6 |
2007-12-31 | * Added code to reject double logins in clif_parse_WantToConnection and added... | FlavioJS | 5 | -15/+46 |
2007-12-30 | * Fixed get_val2 not using the stack, which automatically frees the data, cau... | FlavioJS | 2 | -8/+20 |
2007-12-30 | * Trully fixed the previous commits. (missing casts and incomplete sizes) | FlavioJS | 2 | -4/+5 |
2007-12-30 | Fixed a mistake of the previous commit (r11994). Was reading the size in the ... | FlavioJS | 1 | -1/+1 |
2007-12-30 | * Made the memory manager set allocated memory to 0xCD and freed memory to 0x... | FlavioJS | 2 | -1/+22 |
2007-12-29 | * Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in. | FlavioJS | 2 | -2/+3 |
2007-12-29 | Implemented THE official Steal skill equation and game mechanics (basically v... | ultramage | 6 | -17/+20 |
2007-12-29 | Knockback now works through cells where there is a diagonal path, but no hori... | ultramage | 2 | -56/+26 |