Age | Commit message (Expand) | Author | Files | Lines |
2006-09-22 | - Probably fixed a signed/unsigned mismatch warning on the new socket code. | skotlex | 1 | -2/+2 |
2006-09-21 | - Improved a bit RFIFOFLUSH as suggested by Harbin. | skotlex | 2 | -3/+10 |
2006-09-19 | Fixed some gcc4 warnings (oops ^^) | toms | 1 | -1/+3 |
2006-09-19 | Fixed some gcc4 warnings | toms | 1 | -1/+1 |
2006-09-19 | Fixed some gcc4 warnings | toms | 5 | -6/+7 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 1 | -3/+4 |
2006-09-18 | - Merged Meruru's update to socket.c, which includes a rewritten parse functi... | skotlex | 1 | -213/+168 |
2006-09-13 | - Fixed compilation for native windows builds. | skotlex | 1 | -1/+1 |
2006-09-13 | - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag... | skotlex | 1 | -4/+4 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 3 | -3/+4 |
2006-09-11 | - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod... | skotlex | 2 | -27/+21 |
2006-09-06 | - Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems... | skotlex | 1 | -1/+1 |
2006-09-01 | The "delete_timer error/no such timer" report will now print the related func... | toms | 1 | -1/+1 |
2006-08-28 | - The memory leak reports will now print out in the logs also the revision th... | skotlex | 1 | -1/+1 |
2006-08-27 | And a minor typo. Sorry. | Lance | 2 | -2/+2 |
2006-08-27 | Tweaked MEMSET_TURBO abit, temperory disabled GCC version. | Lance | 2 | -63/+35 |
2006-08-27 | - Updated svn-revision reading, now it can read the new svn file system | toms | 1 | -10/+35 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 10 | -23/+120 |
2006-08-24 | - Cleanup/typo on homunc's code | toms | 1 | -0/+2 |
2006-08-20 | Fixed "int format, long unsigned int arg" warning | toms | 1 | -2/+2 |
2006-08-15 | - Updated the char save structure for char-TXT servers so that the homun id w... | skotlex | 1 | -2/+1 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 1 | -4/+6 |
2006-07-28 | Fixed "warning: redefinition of [ushort/uint/ulong]" | toms | 1 | -7/+10 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 1 | -1/+1 |
2006-07-24 | Random Homunculus cleanup | DracoRPG | 1 | -1/+1 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -1/+0 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -3/+29 |
2006-07-06 | - Modified the party_data structure on the map server to remove some redundan... | skotlex | 1 | -0/+2 |
2006-06-22 | - Tested and fixed resolve_hostbyname. | skotlex | 2 | -3/+10 |
2006-06-21 | - Whoops, somehow socket.h wasn't udpated correctly -.- | skotlex | 1 | -1/+1 |
2006-06-21 | - Added function parse_hostbyname() which takes a hostname and a char[4]. The... | skotlex | 2 | -1/+21 |
2006-06-13 | - Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu... | skotlex | 1 | -0/+4 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 1 | -1/+2 |
2006-06-10 | - Added structure party_data and party_member_data to the map server to hold ... | skotlex | 1 | -2/+0 |
2006-06-09 | - Modified guild exp to be an unsigned int rather than a signed one. | skotlex | 1 | -1/+2 |
2006-06-08 | - Modified map_freeblock_unlock so that aFree errors will report the file/lin... | skotlex | 1 | -1/+1 |
2006-05-31 | - Moved the JOB_* defines from map.h to mmo.h, update char.c to use them. | skotlex | 1 | -0/+83 |
2006-05-31 | - Removed typedef bool from socket.h and included cbasetypes.c instead. | skotlex | 1 | -29/+1 |
2006-05-29 | [Optimized] | Lance | 3 | -3/+3 |
2006-05-25 | - Increased capacity for Account Variables to 64 | skotlex | 1 | -1/+1 |
2006-05-22 | * WARNING: New scripting system contains memory leak | Lance | 2 | -0/+118 |
2006-05-04 | - Stun time for using ES magic on non-mobs reduced to 0.5 secs. | skotlex | 1 | -5/+5 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 2 | -8/+8 |
2006-04-28 | - Added function stristr to strlib.c, used by mob.c and item_db.c for case-in... | skotlex | 2 | -0/+36 |
2006-04-25 | - Simplified npc_gettimerevent_tick so that it should return a tick value eve... | skotlex | 1 | -1/+1 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 1 | -1/+2 |
2006-04-18 | - Changed the memory manager fatal errors when allocating memory to print out... | skotlex | 1 | -2/+2 |
2006-04-16 | - Removed water_height.txt reading (since it is always done from the rsw now) | skotlex | 1 | -1/+4 |
2006-04-16 | * Temperory fixed compiler warnings/errors. Please compile before commiting. ... | Lance | 2 | -0/+5 |
2006-04-02 | - grfio.c fixed compile warning | Lance | 1 | -1/+1 |