Age | Commit message (Expand) | Author | Files | Lines |
2008-05-28 | Added extra safeguards against invalid inputs to pc_equipitem / pc_unequipite... | ultramage | 1 | -2/+11 |
2008-05-28 | * Updated Ankle Snare duration (bugreport:1438) | Playtester | 1 | -5/+4 |
2008-05-28 | Fixed stat values displaying incorrectly when increasing them past 255 (wrapa... | ultramage | 2 | -5/+5 |
2008-05-26 | Moved the options to disable specific compiler warnings from the generic 'Add... | ultramage | 3 | -2/+9 |
2008-05-26 | Increased the allowed packet size for chat messages. | ultramage | 2 | -6/+7 |
2008-05-26 | Added clif_announce_ex() for broadcasts with varying font size | ultramage | 2 | -1/+7 |
2008-05-25 | Increased storage space to 600 | Playtester | 1 | -1/+1 |
2008-05-16 | Fixed 64bit timestamps messing up auction/storage (bugreport:1454) | ultramage | 2 | -6/+6 |
2008-05-16 | Added changes missing from the previous update (followup to r12710). | ultramage | 3 | -50/+48 |
2008-05-16 | Added more player state variables to track party creation/invitation (bugrepo... | ultramage | 1 | -11/+23 |
2008-05-13 | Fixed a mistake in r11344 that caused the 'my shop' window to display info ab... | ultramage | 1 | -1/+1 |
2008-05-12 | Fixed a script engine problem where warping away while having a menu window o... | ultramage | 3 | -6/+12 |
2008-05-10 | Fixed @showmobs not working due to a mistake in r12436 (bugreport:1487) | ultramage | 1 | -44/+46 |
2008-05-09 | Added correct extended info packets for items that are being moved into stora... | ultramage | 2 | -6/+41 |
2008-05-09 | Fixing a missed change in r12561 causing incorrect query errors (bugreport:14... | ultramage | 1 | -1/+1 |
2008-05-09 | - More scripts fixes. | zephyrus | 3 | -14/+14 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 10 | -76/+167 |
2008-05-07 | - Corrected default guild positions not being saved during guild creation. | skotlex | 1 | -1/+4 |
2008-05-07 | - Moved the SD_PREAMBLE code to skill_area_sub | skotlex | 2 | -25/+19 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 10 | -73/+80 |
2008-05-03 | NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall. | ultramage | 1 | -2/+2 |
2008-05-02 | * Fixed missing iterator destruction in the map_foreach* functions (followup ... | FlavioJS | 1 | -2/+5 |
2008-05-02 | * Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539) | FlavioJS | 1 | -0/+9 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 5 | -32/+80 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 12 | -74/+68 |
2008-05-02 | Added a custom implementation of the va_copy macro for systems that don't pro... | ultramage | 2 | -7/+37 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 7 | -23/+32 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 10 | -32/+41 |
2008-05-01 | Quest packet typo. | Kevin | 1 | -1/+1 |
2008-04-28 | Cleaned up char server set online/offline/char select functions. (bugreport:1... | Kevin | 1 | -5/+10 |
2008-04-27 | fixing some timestamp type difference warnings... | ultramage | 3 | -6/+7 |
2008-04-27 | Removed the calc_times() no-op (bugreport:1289) | ultramage | 5 | -13/+5 |
2008-04-27 | Corrected r12662 where a guild break would trigger the OnGuildBreak event for... | ultramage | 7 | -15/+15 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 12 | -214/+57 |
2008-04-27 | Fixed 'suggest parentheses around assignment ...' gcc warning | toms | 1 | -1/+1 |
2008-04-27 | <3 Cake | Kevin | 1 | -1/+4 |
2008-04-27 | Changed the last commit so it must be called with @reloaditemdb2. @reloaditem... | Kevin | 6 | -46/+46 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 8 | -28/+188 |
2008-04-26 | Added script function hasquest. | Kevin | 3 | -0/+23 |
2008-04-26 | Uncommented and cleaned up the OnGuildBreak code. | Kevin | 1 | -6/+4 |
2008-04-26 | Cleaned up auth system after change back to map server request. | Kevin | 2 | -87/+66 |
2008-04-25 | Fixed bugreport:1223 (Invalid Items In Shops Are Processed Incorrectly) | toms | 1 | -1/+1 |
2008-04-25 | * Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o... | toms | 1 | -18/+24 |
2008-04-23 | Changed @reloaditemdb again to only unload items from item_db2. Also byte ali... | Kevin | 2 | -14/+31 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 3 | -6/+51 |
2008-04-23 | * Script parse errors displayed with one ShowError instead of several ShowMes... | FlavioJS | 2 | -15/+18 |
2008-04-22 | Changed itemdb_reload to clear the database before reloading, so it is possib... | Kevin | 1 | -1/+11 |
2008-04-22 | Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar... | toms | 1 | -1/+1 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 38 | -140/+141 |
2008-04-21 | * Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin... | FlavioJS | 1 | -0/+12 |