Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | - Reverted last change, I was wrong in my assumption o_O; | skotlex | 1 | -5/+3 |
2007-12-10 | - Fixed the disguise packet sent in clif_move | skotlex | 1 | -2/+4 |
2007-12-10 | - Cleared up npc shop id when warping a player. | skotlex | 3 | -2/+3 |
2007-12-09 | * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str... | FlavioJS | 1 | -15/+47 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 2 | -0/+373 |
2007-12-09 | Changed Cloaking to not show an animation when it fails (thanks to Harbin for... | ultramage | 3 | -49/+56 |
2007-12-09 | small fix to the server's packet parsing code to display server IPs correctly. | ultramage | 3 | -11/+13 |
2007-12-09 | - Cleaned up a bit the code for HVAN_CHAOTIC | skotlex | 1 | -4/+4 |
2007-12-08 | - Fixed a 'variable may be used uninitialized' error. | skotlex | 2 | -4/+5 |
2007-12-08 | - Changed the chaotic delay from block to delay since it just a sec | skotlex | 3 | -4/+2 |
2007-12-07 | - Fixed ensembles skills. | skotlex | 2 | -5/+3 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 7 | -108/+61 |
2007-12-07 | - Insignificant cleanups. | skotlex | 2 | -2/+5 |
2007-12-06 | - Cleaned up the messy code used to generate the idle/walk packets (or at lea... | skotlex | 1 | -176/+123 |
2007-12-06 | - Likely fixed clif_set_disguise for PACKET_VER 9 | skotlex | 1 | -19/+26 |
2007-12-06 | ooops, two errors escaped... >.< | FlavioJS | 1 | -2/+2 |
2007-12-06 | * Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin... | FlavioJS | 2 | -85/+237 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 9 | -179/+49 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 7 | -93/+66 |
2007-12-05 | - Fixed a possible crash when the memory manager is disabled and a non-respaw... | skotlex | 1 | -1/+4 |
2007-12-03 | - Added a fix to prevent missing a mail attachment is map servers disconnect ... | zephyrus | 4 | -12/+23 |
2007-12-03 | - Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai... | skotlex | 1 | -17/+18 |
2007-12-02 | Fixed some minor inconsistencies in homunculus packets, in an attempt to make... | ultramage | 3 | -9/+7 |
2007-12-02 | Fixed charserver unable to reestablish link to login server after a disconnec... | ultramage | 3 | -22/+35 |
2007-12-01 | Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1... | ultramage | 1 | -1/+1 |
2007-11-30 | - pc_setoption no longer does view_data changes while disguised (as this brea... | skotlex | 1 | -0/+3 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 13 | -136/+176 |
2007-11-29 | - Allowed disguising while riding a peco-peco (this does not seem to cause pr... | skotlex | 2 | -13/+16 |
2007-11-29 | - Probably fixed splash damage. | skotlex | 1 | -5/+1 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 6 | -60/+57 |
2007-11-28 | - Cleaned up some disguise related code, it fixes the disguise sprite not hav... | skotlex | 1 | -35/+35 |
2007-11-28 | - Applied the required changes to handle def as a signed char (allows for neg... | skotlex | 3 | -11/+10 |
2007-11-28 | - Corrected skill_check_condition to not delete items right away for certain ... | skotlex | 3 | -38/+39 |
2007-11-28 | Fixed reflected spells bypassing WoE no-knockback restriction, because the co... | ultramage | 1 | -1/+1 |
2007-11-28 | Fixed a typo in r11826 messing up TXT gm account loading. | ultramage | 1 | -1/+1 |
2007-11-28 | Yikes, forgot to add the new admin.c file... (followup to r11826) | ultramage | 1 | -0/+942 |
2007-11-28 | - Reverted the position of the max_hp/max_sp basic setting, modified the max_... | skotlex | 2 | -16/+23 |
2007-11-28 | Applied clif_setlevel() to the new trade window packets to make it display pr... | ultramage | 1 | -2/+2 |
2007-11-28 | * Reconstructed a list of all PACKETVER types, by reverse-engineering it from... | ultramage | 3 | -18/+50 |
2007-11-27 | * Added safesnprintf to strlib.c/h (bugreport:372) | FlavioJS | 2 | -0/+30 |
2007-11-27 | * TXT/SQL login server code synchronization | ultramage | 11 | -1882/+674 |
2007-11-27 | Removed some unneccessary charserver code. | ultramage | 2 | -26/+24 |
2007-11-27 | - Overpowered some more NPC_EARTHQUAKE as per Gravity retardation. | skotlex | 1 | -0/+2 |
2007-11-27 | - Cleaned some more the sc_end check so it is more generic and not so limited... | skotlex | 1 | -13/+11 |
2007-11-27 | - Moved basic max HP/SP calculation to before parsing equipment, fixes negati... | skotlex | 1 | -9/+4 |
2007-11-27 | - Corrected the online_data_cleanup routine setting offline characters that a... | skotlex | 4 | -1/+12 |
2007-11-27 | * Fixed fake_nd not being exported correctly and being unloaded when reloadin... | FlavioJS | 2 | -2/+5 |
2007-11-26 | * Normalized makefiles: | FlavioJS | 10 | -213/+221 |
2007-11-26 | * Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr... | FlavioJS | 1 | -1/+1 |
2007-11-26 | Fixed guild expulsion not working correctly. | ultramage | 2 | -2/+2 |