Age | Commit message (Expand) | Author | Files | Lines |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -8/+6 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -2/+1 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -5/+5 |
2007-04-02 | - Corrected the login TXT server not initializing the waiting_disconnect vari... | skotlex | 1 | -0/+1 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -1/+0 |
2007-04-01 | - Fixed the server crashing on startup due to bad define | ultramage | 1 | -6/+2 |
2007-04-01 | - Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ... | skotlex | 1 | -2/+3 |
2007-03-30 | - Corrected damage of non-player casted Cart Revolution | skotlex | 1 | -38/+3 |
2007-03-28 | - Added defines script_getnum and script_getstr to further simplify variable ... | skotlex | 1 | -1/+0 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -0/+1 |
2007-03-26 | - Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (hig... | ultramage | 1 | -1/+1 |
2007-03-24 | Corrected change r10051 which prevented Ice Pick from working | ultramage | 1 | -6/+6 |
2007-03-22 | - Removed unused bIgnoreDefMob | skotlex | 1 | -10/+9 |
2007-03-19 | Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over... | DracoRPG | 1 | -1/+1 |
2007-03-19 | - Patched the MAX_STATUSCHANGE startup error | ultramage | 1 | -1/+1 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -3/+3 |
2007-03-18 | - Removed the old 'mapserver charsave' mechanism | ultramage | 1 | -9/+0 |
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 | - Made the map server abort when it can't open the mapcache file. | skotlex | 1 | -0/+1 |
2007-03-07 | New mapcache system :x | DracoRPG | 1 | -3/+0 |
2007-03-01 | - Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone... | skotlex | 1 | -0/+1 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+1 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 1 | -0/+3 |
2007-02-07 | - Updated the range of BioExplosion and Self Destruction so they count as ran... | skotlex | 1 | -4/+4 |
2007-02-07 | - Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ... | FlavioJS | 1 | -0/+2 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 1 | -2/+2 |
2007-02-05 | - Updated the code so that now a range of a skill is determined by the skill'... | skotlex | 1 | -1/+2 |
2007-02-02 | - The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo... | skotlex | 1 | -3/+4 |
2007-02-02 | Corrected the chat system to allow 8-letter passwords | ultramage | 1 | -2/+2 |
2007-01-22 | - Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n... | skotlex | 1 | -1/+1 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -3/+12 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -1/+1 |
2006-12-20 | - Changed the script source from unsigned char* to const char*. | FlavioJS | 1 | -3/+3 |
2006-12-08 | - Moved attackedcount to md->state and made it an unsigned char. | skotlex | 1 | -2/+1 |
2006-12-06 | - Cleaned up the implementation of map_foreachinmovearea so that the number o... | skotlex | 1 | -1/+1 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -1491/+1491 |
2006-12-03 | - Removed sd->sex since it's redundant (we can always use sd->status.sex) | skotlex | 1 | -1/+1 |
2006-12-01 | - Fixed txt-converter compilation. | skotlex | 1 | -1/+1 |
2006-11-27 | - Updated the status change field "option" to an int rather than short. This ... | skotlex | 1 | -2/+2 |
2006-11-21 | - Moved ignoreAll to state.ignoreAll so it saves some space. | skotlex | 1 | -1/+1 |
2006-11-19 | * Hack protection from packet monkeys in clif_parse_NpcSelectMenu. | Lance | 1 | -1/+1 |
2006-11-14 | - Characters with Karma may fight amongst them anywhere. | skotlex | 1 | -0/+2 |
2006-11-13 | - Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ... | skotlex | 1 | -1/+1 |
2006-11-07 | - A few reorders and type-changes in the map_session_data structure for bette... | skotlex | 1 | -8/+7 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -3/+1 |
2006-10-11 | - Removed login-sql connection variables from the map-server (the hell, these... | skotlex | 1 | -6/+0 |
2006-10-11 | - Removed useless inter_athena settings (they were doing absolutely nothing):... | skotlex | 1 | -6/+0 |
2006-10-11 | - Corrected the mob damagelog structure so that you can't exploit it by switc... | skotlex | 1 | -0/+1 |
2006-10-03 | - Reverted declaration of run_script to normal since it appears there's no lo... | skotlex | 1 | -1/+1 |