Age | Commit message (Expand) | Author | Files | Lines |
2008-05-16 | Fixed 64bit timestamps messing up auction/storage (bugreport:1454) | ultramage | 1 | -0/+1 |
2008-05-16 | Added more player state variables to track party creation/invitation (bugrepo... | ultramage | 1 | -0/+2 |
2008-05-13 | Fixed a mistake in r11344 that caused the 'my shop' window to display info ab... | ultramage | 1 | -0/+3 |
2008-05-12 | Fixed a script engine problem where warping away while having a menu window o... | ultramage | 1 | -0/+4 |
2008-05-10 | Fixed @showmobs not working due to a mistake in r12436 (bugreport:1487) | ultramage | 1 | -0/+2 |
2008-05-09 | Added correct extended info packets for items that are being moved into stora... | ultramage | 1 | -0/+5 |
2008-05-07 | - Corrected default guild positions not being saved during guild creation. | skotlex | 1 | -0/+1 |
2008-05-07 | - Moved the SD_PREAMBLE code to skill_area_sub | skotlex | 1 | -2/+5 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -0/+10 |
2008-05-03 | NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall. | ultramage | 1 | -0/+2 |
2008-05-02 | * Fixed missing iterator destruction in the map_foreach* functions (followup ... | FlavioJS | 1 | -0/+1 |
2008-05-02 | * Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539) | FlavioJS | 1 | -1/+32 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -0/+40 |
2008-05-01 | Updated mob_db.sql to latest | toms | 1 | -0/+2 |
2008-05-01 | Corrected several effect descriptions. | L0ne_W0lf | 1 | -0/+2 |
2008-04-28 | Cleaned up char server set online/offline/char select functions. (bugreport:1... | Kevin | 1 | -0/+2 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -10/+0 |
2008-04-27 | Fixed 'suggest parentheses around assignment ...' gcc warning | toms | 1 | -0/+1 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -0/+9 |
2008-04-26 | Added script function hasquest. | Kevin | 1 | -0/+2 |
2008-04-26 | Cleaned up auth system after change back to map server request. | Kevin | 1 | -1/+6 |
2008-04-26 | Added WoE SE castles to castles.txt in save-tmpl. | L0ne_W0lf | 1 | -0/+2 |
2008-04-25 | Updated item_db.sql to latest (Changelog) | toms | 1 | -0/+1 |
2008-04-25 | Fixed bugreport:1223 (Invalid Items In Shops Are Processed Incorrectly) | toms | 1 | -0/+1 |
2008-04-25 | * Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o... | toms | 1 | -0/+4 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -0/+3 |
2008-04-23 | * Script parse errors displayed with one ShowError instead of several ShowMes... | FlavioJS | 1 | -0/+2 |
2008-04-22 | Changed itemdb_reload to clear the database before reloading, so it is possib... | Kevin | 1 | -0/+2 |
2008-04-22 | Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar... | toms | 1 | -0/+3 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -0/+1 |
2008-04-21 | * Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin... | FlavioJS | 1 | -0/+1 |
2008-04-21 | * Changed Sacrifice status to end on caster's death, not at 25% HP. | L0ne_W0lf | 1 | -1/+4 |
2008-04-21 | Updated sql files to latest | toms | 1 | -0/+1 |
2008-04-21 | Made some cleanup in changesex | toms | 1 | -0/+1 |
2008-04-19 | Fixed a bug in (init/start/stop)npctimer | toms | 1 | -0/+2 |
2008-04-18 | fixed mapserv crash (divide by zero in Earthquake) | Lupus | 1 | -0/+1 |
2008-04-18 | * Fixed a bug when unloading a npc near a shop. | toms | 1 | -0/+3 |
2008-04-18 | Implemented config setting 'vending_over_max', to let people configure the be... | ultramage | 1 | -0/+3 |
2008-04-15 | Use the same code for script commands getitem & getitem2 as @item to avoid bu... | toms | 1 | -0/+2 |
2008-04-15 | Removed all _ in the second name in item_db.txt and updated item_db.sql | toms | 1 | -0/+1 |
2008-04-15 | Used a forward declaration of the struct quest instead of including mmo.h | toms | 1 | -0/+1 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -0/+5 |
2008-04-15 | Updated item_db.sql to latest | toms | 1 | -0/+2 |
2008-04-14 | * Fixed a possible crash in char_sql. (since r12575, later modified in r12590). | FlavioJS | 1 | -0/+1 |
2008-04-14 | Fixed a memory leak in mapif_quests_fromsql | toms | 1 | -0/+1 |
2008-04-14 | Fixed a typo in char_sql/char.c | toms | 1 | -0/+1 |
2008-04-14 | Fixed a bug in the disconnection part char-server (not sending you offline) | toms | 1 | -0/+1 |
2008-04-14 | * Changes to the configure script: | FlavioJS | 1 | -0/+3 |
2008-04-14 | Some more updates to the quest log system. It has been completely moved to th... | Kevin | 1 | -0/+1 |
2008-04-14 | * Followup to r12579 (all other players appeared as female on sql branch). | FlavioJS | 1 | -0/+1 |