Age | Commit message (Expand) | Author | Files | Lines |
2008-04-21 | Made some cleanup in changesex | toms | 5 | -14/+9 |
2008-04-21 | Further fixed bugreport:1371. | L0ne_W0lf | 2 | -8/+10 |
2008-04-21 | Fixed bugreport:1390, bugreport:1394, bugreport:1396. | L0ne_W0lf | 12 | -24/+38 |
2008-04-20 | * Several updates from Trunk | zephyrus | 2 | -2/+2 |
2008-04-19 | Fixed a bug in (init/start/stop)npctimer | toms | 2 | -28/+47 |
2008-04-18 | fixed mapserv crash (divide by zero in Earthquake) | Lupus | 2 | -1/+5 |
2008-04-18 | * Fixed a bug when unloading a npc near a shop. | toms | 2 | -25/+39 |
2008-04-18 | Implemented config setting 'vending_over_max', to let people configure the be... | ultramage | 6 | -0/+17 |
2008-04-17 | Modified sv_readdb to be able to process non-native line terminators (bugrepo... | ultramage | 1 | -1/+1 |
2008-04-17 | - Some mistake from someone but OMG! | zephyrus | 1 | -1/+1 |
2008-04-16 | Fixed an issue in r12575 where 'not setting char offline when going from maps... | ultramage | 6 | -21/+27 |
2008-04-15 | Use the same code for script commands getitem & getitem2 as @item to avoid bu... | toms | 2 | -12/+44 |
2008-04-15 | Rescripted Eye of Hellion quest, all quest progress is lost. | L0ne_W0lf | 2 | -1993/+2195 |
2008-04-15 | Removed all _ in the second name in item_db.txt and updated item_db.sql | toms | 3 | -122/+123 |
2008-04-15 | Used a forward declaration of the struct quest instead of including mmo.h | toms | 2 | -1/+3 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 14 | -281/+227 |
2008-04-15 | Added as svn:ignore all VisualStudio's generated files (VC9) | toms | 0 | -0/+0 |
2008-04-15 | Updated item_db.sql to latest | toms | 2 | -21/+26 |
2008-04-15 | changed MES -> mes | Lupus | 10 | -10/+10 |
2008-04-14 | Fixed bugreport:1353, bugreport:1356, and bugreport:1365. | L0ne_W0lf | 2 | -5/+7 |
2008-04-14 | Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362. | L0ne_W0lf | 5 | -26/+30 |
2008-04-14 | * Fixed a possible crash in char_sql. (since r12575, later modified in r12590). | FlavioJS | 2 | -1/+2 |
2008-04-14 | Fixed a memory leak in mapif_quests_fromsql | toms | 3 | -3/+4 |
2008-04-14 | Fixed a typo in char_sql/char.c | toms | 2 | -1/+2 |
2008-04-14 | Fixed a bug in the disconnection part char-server (not sending you offline) | toms | 2 | -1/+2 |
2008-04-14 | minor typo in mage.txt | Lupus | 1 | -1/+1 |
2008-04-14 | fixed minor archer.txt bug | Lupus | 2 | -2/+4 |
2008-04-14 | Don't typically update custom NPCs, but this was a special request and should... | L0ne_W0lf | 2 | -0/+14 |
2008-04-14 | * Changes to the configure script: | FlavioJS | 3 | -25/+114 |
2008-04-14 | Removed some unused variables that appeared in the last commit (r12584). | Kevin | 2 | -3/+4 |
2008-04-14 | Some more updates to the quest log system. It has been completely moved to th... | Kevin | 10 | -66/+134 |
2008-04-14 | * Followup to r12579 (all other players appeared as female on sql branch). | FlavioJS | 3 | -0/+5 |
2008-04-13 | Forgot to change main.sql to reflect the update to quest_objective table. | Kevin | 1 | -1/+2 |
2008-04-13 | Major updates to the quest system. | Kevin | 16 | -83/+309 |
2008-04-13 | Added an include in clif.h to avoid a complaint of gcc | toms | 2 | -1/+2 |
2008-04-13 | * Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256: | FlavioJS | 4 | -14/+224 |
2008-04-13 | * Changes to the configure script: | FlavioJS | 3 | -5/+58 |
2008-04-13 | Changed LOG_ALL definition to really log everything | toms | 2 | -11/+16 |
2008-04-13 | Login will no longer set character offline when going from map to character s... | Kevin | 2 | -2/+6 |
2008-04-12 | ... but not with a buggy tool (missing svn:props) | ultramage | 2 | -93/+93 |
2008-04-12 | the proper way to use version control | ultramage | 25 | -12363/+1363 |
2008-04-12 | TXT code has been re uploaded. Please note this does not change the fact that... | Kevin | 21 | -0/+12363 |
2008-04-12 | Updated visual studio 9 files to reflect TXT support removal. | Kevin | 25 | -1363/+12363 |
2008-04-12 | I live in a giant bucket. | Kevin | 21 | -12363/+0 |
2008-04-11 | At char select, the char server will set character to server -2 (server unkno... | Kevin | 1 | -0/+2 |
2008-04-11 | Fixed setcell range of first barricade in Juno Castle 2. | L0ne_W0lf | 2 | -5/+8 |
2008-04-11 | - Fixed Rogue Job Quest not checking for all items correctly. | DZeroX | 1 | -1/+1 |
2008-04-11 | - Added code to remove a trap when it dies. | zephyrus | 1 | -10/+24 |
2008-04-11 | The max_account_id packetver detection mechanism will never cause any connect... | ultramage | 10 | -84/+5 |
2008-04-11 | - Optimized several NPCs | DZeroX | 5 | -463/+489 |