Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-04-02 | * Loading waterheight aliases from resnametable.txt. | Lance | 2 | -2/+23 |
2006-04-01 | Asssuming only __WIN32 (VC++) doesn't have strtok_r. | Lance | 2 | -5/+5 |
2006-03-30 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5812 54... | Lance | 2 | -29/+17 |
2006-03-30 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5811 54... | Lance | 2 | -0/+38 |
2006-03-27 | - Fixed the infinite warp looping between Lutie and Lutie field 01 | skotlex | 2 | -124/+0 |
2006-03-27 | * Cygwin flag added for naughty Cygwin GCC | Lance | 1 | -1/+1 |
2006-03-27 | * GCC on Cygwin still complaining, resorted to including limits.h in malloc.h | Lance | 1 | -0/+2 |
2006-03-27 | * Refixed the fix with a constant list for Win32 users - limits.h (imported f... | Lance | 1 | -0/+122 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 1 | -1/+1 |
2006-03-26 | - Fixed jstrescapecpy crashing when you pass a null string to parse. | skotlex | 1 | -0/+5 |
2006-03-24 | - Some cleaning around the return to egg code. Pets should stop duplicating now. | skotlex | 1 | -3/+3 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 1 | -0/+1 |
2006-03-18 | * Fixed warnings on compilers again. | Lance | 2 | -2/+2 |
2006-03-10 | - Increased the range for unlocking out of Close confine. | skotlex | 1 | -6/+2 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 1 | -2/+6 |
2006-03-09 | - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage... | skotlex | 1 | -1/+1 |
2006-03-02 | - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) | skotlex | 1 | -0/+2 |
2006-03-02 | - Applied Snufkin's patch to fix compilation on FreeBSD. | skotlex | 3 | -2/+8 |
2006-02-24 | - Fixed the CL_WHITE define, thanks to FlavioJS | skotlex | 1 | -1/+1 |
2006-02-20 | - Added back the char-sql server sending the GM list when the map server conn... | skotlex | 1 | -1/+1 |
2006-02-20 | - Fixed Taekwon stances not triggering. | skotlex | 1 | -1/+8 |
2006-02-17 | - Applied the suggested fixes by Joshuaali to fix the compiling of the sql ma... | skotlex | 1 | -1/+3 |
2006-02-10 | * Removed the conf sql code for now. Maybe will continue later with that pr... | Valaris | 1 | -0/+1 |
2006-02-06 | - Added define clif_deadsit to send the dead state into player packets if the... | skotlex | 2 | -9/+2 |
2006-02-01 | - Trick Dead makes you stop walking now. | skotlex | 1 | -1/+2 |
2006-02-01 | * Fixed an overflow in grfio | celest | 2 | -223/+83 |
2006-01-29 | Updated Common Makefiles to point at the new Changelogs, thanks to SantaPorin... | Valaris | 1 | -1/+1 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 35 | -0/+11233 |
2006-01-29 | Clearing trunk. | Valaris | 28 | -5735/+0 |
2005-04-07 | G++ is now the default on trunk [MouseJstr] | amber | 2 | -25/+27 |
2005-04-07 | some small USE_MEMMGR changes | celest | 2 | -20/+14 |
2005-04-05 | * Added SERVER_TYPE to core for future plugins support | celest | 5 | -59/+104 |
2005-04-04 | Fixes for logging trades [MouseJstr] | amber | 1 | -0/+14 |
2005-04-04 | * Updated showmsg with Shinomori's improvements | celest | 1 | -13/+15 |
2005-04-04 | pull out upnp as default | amber | 1 | -11/+12 |
2005-04-04 | Fix show message | amber | 2 | -5/+63 |
2005-04-04 | update build failure | amber | 1 | -0/+0 |
2005-04-04 | some aesthetics changes ^^ | celest | 2 | -17/+17 |
2005-04-04 | * Added dll.h | celest | 3 | -23/+30 |
2005-04-04 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab... | celest | 1 | -18/+61 |
2005-04-01 | * Updated ShowMessage functions to use vprintf | celest | 2 | -31/+93 |
2005-03-31 | common/lock.c: Fixed an error dealing with unistd.h not being Windows' standard. | codemaster | 1 | -0/+6 |