Age | Commit message (Expand) | Author | Files | Lines |
2007-03-21 | optimized novice grounds. optimized 1 card | Lupus | 4 | -29/+28 |
2007-03-20 | - Increased Improve Concentration's hide-revealing range to 3 (7x7) | skotlex | 4 | -8/+8 |
2007-03-20 | - Added Magic Rod's "action" pose when using it. | skotlex | 2 | -2/+3 |
2007-03-20 | Fixed RSX 0806 and General Ygnizem card | Playtester | 2 | -3/+4 |
2007-03-20 | - getpetinfo 5 will now return the pet's rename flag. | skotlex | 5 | -3/+18 |
2007-03-20 | - Removed Magic Rod's cast bar. | skotlex | 8 | -10/+11 |
2007-03-20 | Modified swap #define to avoid 'value computed is not used' warning | toms | 1 | -1/+3 |
2007-03-20 | Added npc/sample/npc_live_dialogues.txt how to use Global_Functions.txt | Lupus | 3 | -22/+56 |
2007-03-19 | Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over... | DracoRPG | 3 | -7/+12 |
2007-03-19 | - Patched the MAX_STATUSCHANGE startup error | ultramage | 5 | -30/+5 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 21 | -136/+199 |
2007-03-19 | * Updated new cards [Playtester] | Playtester | 2 | -17/+21 |
2007-03-19 | - Corrected Warp Portal not sending the map names with the .gat extension. | skotlex | 2 | -7/+19 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 9 | -143/+188 |
2007-03-18 | - Removed the old 'mapserver charsave' mechanism | ultramage | 23 | -748/+48 |
2007-03-18 | Globalised use of script_pushint and script_getdata in script.c | toms | 2 | -721/+721 |
2007-03-18 | * Script engine: | FlavioJS | 4 | -121/+187 |
2007-03-18 | Added missing VC++ 7.1 project files for mapcache. | Lance | 3 | -0/+188 |
2007-03-17 | A note about the case_insensitive config setting, read changelog for details | ultramage | 2 | -1/+9 |
2007-03-16 | committing my work on the login server (mostly SQL) | ultramage | 12 | -1007/+572 |
2007-03-16 | Fixed a missing curly brace and removed some more .gat-s | ultramage | 7 | -377/+378 |
2007-03-15 | removed all .GAT from configs, docs and examples | Lupus | 28 | -2423/+2428 |
2007-03-15 | removed all .GAT from all the scripts and tested | Lupus | 532 | -19247/+19194 |
2007-03-15 | Added GCC4 autodetection for -Wno-unused-parameter and -Wno-pointer-sign in M... | toms | 1 | -2/+6 |
2007-03-15 | Fixed compilation error added in r10003 in skill.c | toms | 1 | -2/+2 |
2007-03-15 | Fixed compilation of the mapcache builder under linux | toms | 3 | -1/+4 |
2007-03-15 | ups, how did that get in... | FlavioJS | 1 | -6/+5 |
2007-03-15 | - Corrected the structure and added info on the skill fail packet (0x110). | FlavioJS | 5 | -146/+273 |
2007-03-15 | Updated the src/tool/Makefile to allow compiling the mapcache builder | DracoRPG | 1 | -2/+6 |
2007-03-15 | - Small change in the login-sql server that prevens crashes when somehow peop... | skotlex | 1 | -2/+1 |
2007-03-15 | Added brief doc for the mapcache builder | DracoRPG | 1 | -0/+18 |
2007-03-14 | - Increased Shield Chain's range by one. It is now a ranged skill. | skotlex | 6 | -6/+18 |
2007-03-14 | - Corrected party item share settings not being properly updated on logon. | skotlex | 3 | -2/+6 |
2007-03-13 | Restored file history deleted in r10003 | ultramage | 2 | -727/+728 |
2007-03-13 | Fixed a warning | DracoRPG | 1 | -1/+1 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 19 | -1867/+330 |
2007-03-13 | Updated sql files | Playtester | 2 | -51/+52 |
2007-03-13 | - @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now. | skotlex | 7 | -23/+55 |
2007-03-13 | * Reduced the chance to socket enchant a C rank item to 40% | Playtester | 3 | -3/+7 |
2007-03-12 | Small fix on aegis names | Playtester | 1 | -3/+3 |
2007-03-12 | - Cleaned up the implementation of party_send_movemap, it should fix the clie... | skotlex | 2 | -17/+12 |
2007-03-12 | - Corrected the new packet version entries for skilluseposinfo | skotlex | 4 | -3/+11 |
2007-03-11 | - Added player not attached crash prevention to countitem/countitem2 | skotlex | 7 | -10/+27 |
2007-03-11 | - @storage/@gstorage will no longer work if you have a trade or a storage ope... | skotlex | 5 | -44/+107 |
2007-03-11 | * Updated the "AddEffWhenHit" cards | Playtester | 2 | -19/+23 |
2007-03-11 | - Added resetting the total count of labels to 0 when unloading an npc clears... | skotlex | 1 | -0/+1 |
2007-03-11 | - Removed function clif_movepc as it's no longer invoked anywhere. | skotlex | 4 | -103/+20 |
2007-03-11 | - cbasetypes now assumes that Mingwin does defines ssize_t | skotlex | 8 | -18/+36 |
2007-03-10 | Fixed some autocast rates of the new headgears | Playtester | 2 | -10/+12 |
2007-03-09 | - Took care of all the warnings in grfio and mapcache. | FlavioJS | 3 | -37/+90 |