Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. | FlavioJS | 1 | -12/+28 |
2007-10-09 | * Corrected string lengths according to bugreport:198 | ultramage | 1 | -20/+20 |
2007-10-06 | * the mapserver won't exit when no mapcache is found, with use_grf: yes | ultramage | 1 | -122/+65 |
2007-10-04 | * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define | ultramage | 1 | -0/+1 |
2007-10-03 | * Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atc... | zephyrus | 1 | -0/+13 |
2007-09-27 | * Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93) | FlavioJS | 1 | -0/+2 |
2007-09-23 | * map_addflooritem and struct item_drop_list using id's instead of struct map... | FlavioJS | 1 | -14/+20 |
2007-09-22 | * Added 'safestrnlen' to prevent null pointer crashes | ultramage | 1 | -1/+1 |
2007-09-22 | * Added a sanity check for MAX_ZENY (doesn't compile if too big). | FlavioJS | 1 | -47/+75 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -196/+176 |
2007-09-17 | - Applied various crash-protections to script commands that deal with the equ... | skotlex | 1 | -38/+67 |
2007-09-10 | Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' scr... | ultramage | 1 | -2/+10 |
2007-09-10 | - Removed bonus bAddEffWhenHitShort as it is unneeded and unused. | skotlex | 1 | -16/+57 |
2007-09-07 | - Added support for the new party invite/reply packets from the latest client... | skotlex | 1 | -3/+3 |
2007-09-03 | - Merged @whereis from my server (displays normal spawn maps for given mobs).... | skotlex | 1 | -2/+7 |
2007-08-30 | - Oops, forgot a very important check in homevolution D: | skotlex | 1 | -1/+1 |
2007-08-30 | - Cleaned up a bit the homunculus evolution code, and fixed homevolution allo... | skotlex | 1 | -4/+2 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -39/+2 |
2007-08-16 | * Fixed npc chatrooms not being deleted on npc unload/reload (crash) | ultramage | 1 | -4/+3 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -1/+1 |
2007-08-09 | - stable -> trunk sync | ultramage | 1 | -2/+2 |
2007-08-09 | The new functions now clear junk from the output buffer, this simplifies the ... | ultramage | 1 | -3/+4 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -25/+13 |
2007-08-08 | - Fixed some missing max levels for npc skills | skotlex | 1 | -3/+26 |
2007-07-28 | * Removed ridiculous refine_posword config switch | ultramage | 1 | -618/+223 |
2007-07-13 | Fixed yet another script engine typo, this time in 'copyarray' | ultramage | 1 | -1/+1 |
2007-07-08 | * Fixed typo in 'deletearray' messing up the script engine | ultramage | 1 | -2/+2 |
2007-07-04 | Fixed a copy-paste typo messing up script variables pretty bad D: | ultramage | 1 | -2/+2 |
2007-07-03 | Fixed a typo in script engine erroring when working with char params | ultramage | 1 | -1/+1 |
2007-07-03 | - Re-coded 'soundeffectall'; removed the third parameter ('coverage') | ultramage | 1 | -45/+46 |
2007-07-03 | * Defined out a problematic piece code in conv_num. | FlavioJS | 1 | -0/+4 |
2007-07-03 | * Added reporting of constant and param script data. | FlavioJS | 1 | -150/+250 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -25/+0 |
2007-06-26 | * Changed the string hash of the script engine to SDBM. | FlavioJS | 1 | -282/+542 |
2007-06-15 | * Fixed script command sc_end not supporting the extra argument as stated in... | FlavioJS | 1 | -104/+147 |
2007-06-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5... | FlavioJS | 1 | -2/+2 |
2007-06-03 | - Fixed missing client update when 'return to savepoint' fails | ultramage | 1 | -1/+1 |
2007-06-02 | * Displaying op names instead of numbers in script engine errors. | FlavioJS | 1 | -9/+59 |
2007-05-25 | - Fixed @statall giving you +99 stats instead of setting them to 99 | ultramage | 1 | -5/+6 |
2007-05-25 | Reformatting, warning fixes, unsigned char removal | ultramage | 1 | -4/+4 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -3/+6 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -3/+3 |
2007-05-20 | - Fixed one missed malloc->aMallocA typo, causing memory deallocation problems | ultramage | 1 | -3/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -435/+230 |
2007-05-19 | * Added Global chat and Main chat logging | ultramage | 1 | -1/+1 |
2007-05-19 | Corrected the problem with countitem2 (value wrapped-around in one case but n... | ultramage | 1 | -67/+62 |
2007-05-07 | * Fixed warpwaitingpc not working (bug introduced in r10471). | FlavioJS | 1 | -8/+8 |
2007-05-06 | Removed an unused variable in script.c | toms | 1 | -1/+0 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 1 | -180/+287 |
2007-04-28 | * Internal changes to the script engine: | FlavioJS | 1 | -279/+287 |