summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2006-08-02Code cleanup & optimization on guild part of char-servertoms1-4/+6
2006-07-28Fixed "warning: redefinition of [ushort/uint/ulong]"toms1-7/+10
2006-07-27* Fix homunc & code cleanup [Toms] toms1-1/+1
2006-07-24Random Homunculus cleanupDracoRPG1-1/+1
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-1/+0
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-3/+29
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-0/+2
2006-06-22- Tested and fixed resolve_hostbyname.skotlex2-3/+10
2006-06-21- Whoops, somehow socket.h wasn't udpated correctly -.-skotlex1-1/+1
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex2-1/+21
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...skotlex1-0/+4
2006-06-12- Made guild member exp an unsigned int.skotlex1-1/+2
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-2/+0
2006-06-09- Modified guild exp to be an unsigned int rather than a signed one.skotlex1-1/+2
2006-06-08- Modified map_freeblock_unlock so that aFree errors will report the file/lin...skotlex1-1/+1
2006-05-31- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.skotlex1-0/+83
2006-05-31- Removed typedef bool from socket.h and included cbasetypes.c instead.skotlex1-29/+1
2006-05-29[Optimized] Lance3-3/+3
2006-05-25- Increased capacity for Account Variables to 64skotlex1-1/+1
2006-05-22* WARNING: New scripting system contains memory leakLance2-0/+118
2006-05-04- Stun time for using ES magic on non-mobs reduced to 0.5 secs.skotlex1-5/+5
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance2-8/+8
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...skotlex2-0/+36
2006-04-25- Simplified npc_gettimerevent_tick so that it should return a tick value eve...skotlex1-1/+1
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-1/+2
2006-04-18- Changed the memory manager fatal errors when allocating memory to print out...skotlex1-2/+2
2006-04-16- Removed water_height.txt reading (since it is always done from the rsw now)skotlex1-1/+4
2006-04-16* Temperory fixed compiler warnings/errors. Please compile before commiting. ...Lance2-0/+5
2006-04-02- grfio.c fixed compile warningLance1-1/+1
2006-04-02* Loading waterheight aliases from resnametable.txt.Lance2-2/+23
2006-04-01Asssuming only __WIN32 (VC++) doesn't have strtok_r.Lance2-5/+5
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5812 54...Lance2-29/+17
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5811 54...Lance2-0/+38
2006-03-27- Fixed the infinite warp looping between Lutie and Lutie field 01skotlex2-124/+0
2006-03-27* Cygwin flag added for naughty Cygwin GCCLance1-1/+1
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance1-0/+2
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance1-0/+122
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-1/+1
2006-03-26- Fixed jstrescapecpy crashing when you pass a null string to parse.skotlex1-0/+5
2006-03-24- Some cleaning around the return to egg code. Pets should stop duplicating now.skotlex1-3/+3
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-0/+1
2006-03-18* Fixed warnings on compilers again.Lance2-2/+2
2006-03-10- Increased the range for unlocking out of Close confine.skotlex1-6/+2
2006-03-10- Added a few dummy times in skill_cast_db for some GS skills.skotlex1-2/+6
2006-03-09- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage...skotlex1-1/+1
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex1-0/+2
2006-03-02- Applied Snufkin's patch to fix compilation on FreeBSD.skotlex3-2/+8
2006-02-24- Fixed the CL_WHITE define, thanks to FlavioJSskotlex1-1/+1
2006-02-20- Added back the char-sql server sending the GM list when the map server conn...skotlex1-1/+1
2006-02-20- Fixed Taekwon stances not triggering.skotlex1-1/+8