Age | Commit message (Expand) | Author | Files | Lines |
2008-07-20 | Corrected #storagelist target typo (bugreport:1873) | sketchyphoenix | 1 | -1/+1 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -61/+49 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -1/+1 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 1 | -7/+7 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -2/+2 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -2/+2 |
2008-02-29 | - Added #cash and #points to add cash/kafra points to a character. | zephyrus | 1 | -0/+50 |
2008-02-12 | Fixed a typo in #item preventing it from working (see r12195). | ultramage | 1 | -61/+56 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 1 | -96/+56 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 1 | -1/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -0/+4 |
2008-01-21 | Fixed/cleaned r12114 and 12117. | ultramage | 1 | -1/+1 |
2008-01-21 | - Optimized some code about @size changes in chars. | zephyrus | 1 | -1/+6 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -9/+9 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -4/+4 |
2007-11-06 | Patching a gcc compilation problem... | ultramage | 1 | -0/+2 |
2007-11-01 | Fixed silly copy-paste typo in r11607 preventing #-commands from working... | ultramage | 1 | -2/+2 |
2007-10-29 | Fixed a compilation problem and warning (maybe). | ultramage | 1 | -1/+0 |
2007-10-29 | Command code cleaning (refer to topic:169759) | ultramage | 1 | -383/+349 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -6/+2 |
2007-10-21 | * Fixed 'unequip' removing items in the wrong position (bugreport:252) | ultramage | 1 | -1/+1 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 1 | -5/+9 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -3/+3 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -0/+1 |
2007-09-16 | Fixed some problems making gcc error out | ultramage | 1 | -22/+19 |
2007-09-15 | Getting some (mostly atcommand) code cleaning out of the way... | ultramage | 1 | -35/+24 |
2007-09-01 | Fixed certain typos in src/npc/doc files | ultramage | 1 | -1/+1 |
2007-08-30 | - Cleaned up a bit the homunculus evolution code, and fixed homevolution allo... | skotlex | 1 | -15/+11 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -5/+5 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -10/+1 |
2007-08-12 | * Replaced some mob_avail.txt entries with a simple example entry | ultramage | 1 | -1/+2 |
2007-08-04 | * Removed weird mvp reward item drop behavior (see topic:160077) | ultramage | 1 | -1/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -2/+4 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -358/+146 |
2007-04-17 | Massive at+charcommand cleanup, big thanks to HiddenDragon | DracoRPG | 1 | -409/+2765 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -2/+2 |
2007-04-01 | - Reviewed atcommand.c and charcommand.c to make sure there's no scanf where ... | skotlex | 1 | -4/+4 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 1 | -3/+3 |
2007-03-26 | - Fixed # commands not being blocked when muted if the mute config settings s... | skotlex | 1 | -0/+3 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -2/+2 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -6/+0 |
2007-03-11 | - Added player not attached crash prevention to countitem/countitem2 | skotlex | 1 | -1/+1 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 1 | -1/+1 |
2007-02-06 | - Fixed @lvup, #lvup not doing a stat reset and lowering your status points i... | skotlex | 1 | -11/+9 |
2007-02-05 | - Fixed a duplicate warp name in Rachel | skotlex | 1 | -54/+53 |
2007-02-01 | - Item search is now a bit smarter. When no item is found with the same 'aegi... | skotlex | 1 | -1/+4 |
2007-01-20 | * Fixed the server not reacting properly to atcommands/charcommands when usin... | ultramage | 1 | -4/+4 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -37/+37 |