Age | Commit message (Expand) | Author | Files | Lines |
2007-10-26 | * Removed confusing map_nick2sd_nocase(), let the charserver handle it | ultramage | 1 | -15/+0 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -0/+4 |
2007-10-22 | - Added the new mail system. Requires optimization and tests. | zephyrus | 1 | -52/+15 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -2/+2 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -66/+31 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -7/+7 |
2007-10-13 | Fixed a memleak during shutdown, caused by missing mail db shutdown code. | ultramage | 1 | -0/+7 |
2007-10-13 | Fixed memleak hell during mapserver shutdown (if grf reading is used and the ... | ultramage | 1 | -0/+2 |
2007-10-12 | Fixed some badly merged code in the #include part of map.c. | ultramage | 1 | -13/+1 |
2007-10-10 | * Partially removed the usage of 'flags' to direct the execution path in skil... | ultramage | 1 | -1/+1 |
2007-10-10 | * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. | FlavioJS | 1 | -1/+1 |
2007-10-06 | * the mapserver won't exit when no mapcache is found, with use_grf: yes | ultramage | 1 | -34/+17 |
2007-10-04 | * Corrected Icewall skill to be closer to official behavior (part of bugrepor... | ultramage | 1 | -4/+4 |
2007-09-27 | * Loot code using charid's instead of id's in pick priority. | FlavioJS | 1 | -4/+4 |
2007-09-25 | * Fixed the double free's caused by r11290 (wrong option in the database cons... | FlavioJS | 1 | -2/+2 |
2007-09-25 | * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls... | FlavioJS | 1 | -61/+123 |
2007-09-23 | * map_addflooritem and struct item_drop_list using id's instead of struct map... | FlavioJS | 1 | -27/+9 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -80/+58 |
2007-09-11 | - Corrected /invite letting you invite people even if you are not the party l... | skotlex | 1 | -0/+6 |
2007-09-10 | * Added a safeguard to skill_get_unit_layout() against incorrectly defined la... | ultramage | 1 | -2/+2 |
2007-09-10 | - Removed bonus bAddEffWhenHitShort as it is unneeded and unused. | skotlex | 1 | -2/+8 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -11/+11 |
2007-08-16 | * Fixed npc chatrooms not being deleted on npc unload/reload (crash) | ultramage | 1 | -1/+1 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -2/+2 |
2007-08-14 | - Modified map_foreachinrange so that you can also specify the max length of ... | skotlex | 1 | -7/+16 |
2007-08-12 | * Replaced some mob_avail.txt entries with a simple example entry | ultramage | 1 | -33/+11 |
2007-08-09 | - stable -> trunk sync | ultramage | 1 | -31/+12 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -2/+2 |
2007-07-06 | * Cleaned up some nasty code related to skill_blown | ultramage | 1 | -27/+37 |
2007-07-03 | - Re-coded 'soundeffectall'; removed the third parameter ('coverage') | ultramage | 1 | -6/+6 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -8/+8 |
2007-06-11 | - Fixed pet equip not displaying correctly at all (closes topic:153753) | ultramage | 1 | -1/+2 |
2007-06-03 | - Fixed missing client update when 'return to savepoint' fails | 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-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -3/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -176/+176 |
2007-05-19 | Fixed server crashes when you use long hostnames (/thx to Ancyker) | ultramage | 1 | -3/+3 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 1 | -13/+6 |
2007-05-04 | adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details. | blackhole89 | 1 | -2/+104 |
2007-04-18 | - Now @whogm hides perfect-hide gms only if their GM level is greater than th... | skotlex | 1 | -4/+1 |
2007-04-18 | - Some more cleanups that should prevent the double-login issue even further. | skotlex | 1 | -7/+9 |
2007-04-11 | - Trade-requests now fail if the target is in a NPC. | skotlex | 1 | -1/+2 |
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 | -15/+3 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -40/+30 |
2007-04-05 | Fixing several compilation & runtime problems | ultramage | 1 | -2/+2 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -11/+10 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -33/+18 |
2007-03-29 | - Added "do_abort" function to the core. It is invoked when the server has re... | skotlex | 1 | -0/+28 |