Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-03-28 | - Added defines script_getnum and script_getstr to further simplify variable ... | skotlex | 1 | -4/+0 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -1/+1 |
2007-03-27 | - Removed a missing file reference in the athena-start script | ultramage | 1 | -1/+1 |
2007-03-26 | - Fixed # commands not being blocked when muted if the mute config settings s... | skotlex | 1 | -2/+2 |
2007-03-20 | - Removed Magic Rod's cast bar. | skotlex | 1 | -0/+2 |
2007-03-19 | Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over... | DracoRPG | 1 | -5/+8 |
2007-03-18 | - Removed the old 'mapserver charsave' mechanism | ultramage | 1 | -89/+21 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -15/+7 |
2007-03-12 | - Cleaned up the implementation of party_send_movemap, it should fix the clie... | skotlex | 1 | -1/+1 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -1/+1 |
2007-03-09 | - Made conv_str return const char* since the script engine screws up if you m... | skotlex | 1 | -1/+1 |
2007-03-07 | - Corrected the pet/homunc data not being free'd if the player logs out befor... | skotlex | 1 | -0/+2 |
2007-03-07 | - Made the map server abort when it can't open the mapcache file. | skotlex | 1 | -2/+20 |
2007-03-07 | New mapcache system :x | DracoRPG | 1 | -726/+84 |
2007-03-01 | - Forgot to made Tatami Gaeshi state (proyectile blocking) end when you move. | skotlex | 1 | -0/+2 |
2007-03-01 | - Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone... | skotlex | 1 | -0/+4 |
2007-02-26 | - indent cleanups | skotlex | 1 | -0/+2 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 1 | -0/+2 |
2007-02-08 | - Added code for SQL that will automatically detect the ping interval at star... | ultramage | 1 | -30/+45 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -3/+3 |
2007-02-05 | Removed the silly and misleading 'firewall detected' message | ultramage | 1 | -2/+0 |
2007-01-29 | - Readded grfio_final to the map_server. | skotlex | 1 | -0/+3 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -17/+0 |
2007-01-08 | - Added a precompiler error when the shutdown defines are not found. | FlavioJS | 1 | -17/+27 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -3/+3 |
2007-01-07 | - re-added the duplicit nj/gs name messages in msg_athena | ultramage | 1 | -1/+1 |
2007-01-03 | - Fixed FIFO defines in TURBO mode. | FlavioJS | 1 | -1/+1 |
2006-12-06 | - Cleaned up the implementation of map_foreachinmovearea so that the number o... | skotlex | 1 | -26/+43 |
2006-12-03 | - Made ers double frees report as missing entries on destruction. | FlavioJS | 1 | -3/+1 |
2006-11-24 | - The check that blocks the skill AL_TELEPORT on noteleport maps will be over... | skotlex | 1 | -5/+1 |
2006-11-22 | - Modified slaves_inherit_speed and slaves_inherit_mode so you get better con... | skotlex | 1 | -1/+1 |
2006-11-22 | - Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i... | skotlex | 1 | -2/+2 |
2006-11-17 | - Updated map_quit to handle removing of players who are not even authenticat... | skotlex | 1 | -4/+8 |
2006-11-16 | * Edited atcommand and charcommand syntax. Now it doesn't need the useless ch... | Lance | 1 | -3/+2 |
2006-11-09 | - Fixed Desperado's hit-rate. | skotlex | 1 | -3/+3 |