Age | Commit message (Expand) | Author | Files | Lines |
2007-06-01 | Some typo fixing / cleaning | ultramage | 1 | -13/+9 |
2007-05-25 | - Fixed @statall giving you +99 stats instead of setting them to 99 | ultramage | 1 | -8/+11 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -8/+11 |
2007-05-20 | - Fixed one missed malloc->aMallocA typo, causing memory deallocation problems | ultramage | 1 | -3/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -506/+228 |
2007-05-19 | * Added Global chat and Main chat logging | ultramage | 1 | -2/+5 |
2007-04-29 | * Ladmin fixes | ultramage | 1 | -1/+1 |
2007-04-23 | - Fixed a compilation problem with the pid plugin | ultramage | 1 | -1/+1 |
2007-04-18 | - Now @whogm hides perfect-hide gms only if their GM level is greater than th... | skotlex | 1 | -2/+2 |
2007-04-17 | Massive at+charcommand cleanup, big thanks to HiddenDragon | DracoRPG | 1 | -1531/+894 |
2007-04-14 | More svn:eol-style-ing and typo fixes | ultramage | 1 | -1/+1 |
2007-04-12 | - Added debug command @displayskill. Should be used only by people searching ... | skotlex | 1 | -0/+31 |
2007-04-10 | - Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin... | skotlex | 1 | -0/+1 |
2007-04-09 | * Recoded and renamed the trim function in strlib to normalize_name. (didn't ... | FlavioJS | 1 | -1/+1 |
2007-04-09 | * Cleanups at npc source file adding/removing. (one variable has been removed) | FlavioJS | 1 | -1/+1 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -0/+1 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -41/+1 |
2007-04-06 | - Fixed the start_point setting smashing t3h stack in some situations | ultramage | 1 | -1/+1 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -10/+10 |
2007-04-04 | - Cleaned @whogm. It will display the name of all gms online. If their GM lev... | skotlex | 1 | -34/+41 |
2007-04-01 | - Reviewed atcommand.c and charcommand.c to make sure there's no scanf where ... | skotlex | 1 | -17/+11 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 1 | -28/+28 |
2007-03-23 | - Made waiting_disconnect on the char server be an int to hold the timer ID o... | skotlex | 1 | -1/+1 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -4/+4 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -1/+1 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 1 | -65/+68 |
2007-03-18 | - Removed the old 'mapserver charsave' mechanism | ultramage | 1 | -0/+2 |
2007-03-15 | - Corrected the structure and added info on the skill fail packet (0x110). | FlavioJS | 1 | -1/+1 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -56/+41 |
2007-03-13 | - @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now. | skotlex | 1 | -8/+23 |
2007-03-11 | - @storage/@gstorage will no longer work if you have a trade or a storage ope... | skotlex | 1 | -11/+17 |
2007-03-07 | New mapcache system :x | DracoRPG | 1 | -30/+0 |
2007-03-06 | - Corrected the define for NK no cardfix (def). | skotlex | 1 | -9/+6 |
2007-02-19 | fixed @cartitems typo | Lupus | 1 | -1/+1 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -1/+0 |
2007-02-15 | - Cleaned up clif_party_info a bit | ultramage | 1 | -1/+1 |
2007-02-15 | - The default packet version is now 8. Clients from November2006 and before c... | skotlex | 1 | -6/+6 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 1 | -8/+4 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 1 | -3/+3 |
2007-02-11 | Fixed @loadnpc not updating the script_event[] array | ultramage | 1 | -0/+2 |
2007-02-07 | Cleaning up of the socket code | ultramage | 1 | -1/+1 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 1 | -6/+6 |
2007-02-06 | - Fixed char-server not sending party status update when a member logs on/off | skotlex | 1 | -1/+2 |
2007-02-06 | - Fixed @lvup, #lvup not doing a stat reset and lowering your status points i... | skotlex | 1 | -11/+9 |
2007-02-02 | - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo... | skotlex | 1 | -7/+7 |
2007-02-01 | - Item search is now a bit smarter. When no item is found with the same 'aegi... | skotlex | 1 | -4/+16 |
2007-01-28 | Some misc cleanups (typos, formatting, forgotten changelog entry etc) | ultramage | 1 | -1/+1 |
2007-01-28 | Reformatted and translated atcommand.c | ultramage | 1 | -911/+352 |
2007-01-27 | Simple cleanup | ultramage | 1 | -98/+18 |